Skip to main content

Cost estimation details for an S3 Instant Access endpoint

Details of the cost estimate for an S3 instant access endpoint from a given estimate ID.

Path Parameters
  • estimate_id string required

    Performs the operation on the estimate with the specified ID.

Responses

Success


Schema
  • _etag string

    The ETag value.

  • _links object

    URLs to pages related to the resource.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • estimated_cost double

    The estimated cost for instant access endpoint.

  • total_object_count int64

    The count of objects to be restored.

  • total_object_size int64

    The total size in bytes of objects to be restored.

GET /restores/protection-groups/instant-access-endpoints/cost-estimates/:estimate_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
estimate_id — path required
curl -L -X GET 'https://us-west-2.api.clumio.com/restores/protection-groups/instant-access-endpoints/cost-estimates/:estimate_id' \
-H 'Accept: application/api.clumio.restored-protection-group-instant-access-endpoints=v1+json' \
-H 'Authorization: Bearer <TOKEN>'