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
- 200
 - default
 
Success
- application/api.clumio.restored-protection-group-instant-access-endpoints=v1+json
 
- Schema
 - Example (from schema)
 
Schema
- _etag string
The ETag value.
 _links object
URLs to pages related to the resource.
_self object
The HATEOAS link to this resource.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true, the "href" link is a URI template.type stringThe 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.
 
{
  "_etag": "string",
  "_links": {
    "_self": {
      "href": "string",
      "templated": true,
      "type": "string"
    }
  },
  "estimated_cost": 0,
  "total_object_count": 0,
  "total_object_size": 0
}
Error
- application/json
 
- Schema
 - Example (from schema)
 
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
  "errors": [
    {
      "error_code": 0,
      "error_message": "string"
    }
  ]
}
Loading...