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.
type
stringRequired
The type of error
reason
string | null
A human-readable explanation of the error, in English.
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
Hide nodes attributeShow nodes attributeobject
*
objectAdditional properties
Hide * attributeShow * attributeobject
name
stringRequired
POST
/_security/api_key/{ids}/_clear_cache
curl \
--request POST 'http://api.example.com/_security/api_key/{ids}/_clear_cache'