Cause and details about a request failure. This class defines the properties common to all error types.
Additional details are also provided, that depend on the error type.
The server stack trace. Present only if the error_trace=true parameter was sent with the request.
caused_by
object
Cause and details about a request failure. This class defines the properties common to all error types.
Additional details are also provided, that depend on the error type.
root_cause
array[object]
Cause and details about a request failure. This class defines the properties common to all error types.
Additional details are also provided, that depend on the error type.
Cause and details about a request failure. This class defines the properties common to all error types.
Additional details are also provided, that depend on the error type.
suppressed
array[object]
Cause and details about a request failure. This class defines the properties common to all error types.
Additional details are also provided, that depend on the error type.
Cause and details about a request failure. This class defines the properties common to all error types.
Additional details are also provided, that depend on the error type.
total
numberRequired
Total number of nodes selected by the request.
successful
numberRequired
Number of nodes that responded successfully to the request.
failed
numberRequired
Number of nodes that rejected the request or failed to respond. If this value is not 0, a reason for the rejection or failure is included in the response.
cluster_name
stringRequired
nodes
objectRequired
Contains repositories metering information for the nodes selected by the request.
A flag that tells whether or not this object has been archived. When a repository is closed or updated the
repository metering information is archived and kept for a certain period of time. This allows retrieving the
repository metering information of previous repository instantiations.
Number of insert object requests, including simple, multipart and resumable uploads. Resumable uploads
can perform multiple http requests to insert a single object but they are considered as a single request
since they are billed as an individual operation. (GCP)
PutObject
number
Number of PutObject requests (S3)
PutMultipartObject
number
Number of Multipart requests, including CreateMultipartUpload, UploadPart and CompleteMultipartUpload requests (S3)