Example searches: “x-cloud-resource-created”, “region”, “show_hidden”, “hide_deprecated”, “x-cloud-resource-version”
Retrieves the current security deployment.
The security deployment was successfully returned
The resource version, which is used to avoid update conflicts with concurrent operations
The date-time when the resource was created (ISO format relative to UTC)
The date-time when the resource was last modified (ISO format relative to UTC)
The identifier for the security deployment cluster
The identifier for the security deployment
The name of the security deployment cluster
The version of the Elasticsearch cluster
The current status of the cluster
Values are initializing, stopping, stopped, rebooting, restarting, reconfiguring, or started.
initializing
stopping
stopped
rebooting
restarting
reconfiguring
started
True if a pending plan is in progress
True if the cluster is healthy
True if the security cluster is currently enabled
The realm specified by {realm_id} cannot be found. (code: security_deployment.not_found)
security_deployment.not_found
The error codes associated with the response
Value is security_deployment.not_found.
A list of errors that occurred in the failing request
A structured code representing the error type that occurred
A human readable message describing the error that occurred
If the error can be tied to a specific field or fields in the user request, this lists those fields
curl \ --request GET 'https://{{hostname}}/api/v1/platform/configuration/security/deployment' \ --user "username:password"