Get current security deployment
Retrieves the current security deployment.
GET /platform/configuration/security/deployment
curl \
-X GET https://{{hostname}}/api/v1/platform/configuration/security/deployment
Response examples (200)
# Headers
x-cloud-resource-version: string
x-cloud-resource-created: string
x-cloud-resource-last-modified: string
# Payload
{
"cluster_id": "string",
"deployment_id": "string",
"name": "string",
"version": "string",
"status": "initializing",
"has_pending_plan": true,
"is_healthy": true,
"is_enabled": true
}
Response examples (404)
# Headers
x-cloud-error-codes: security_deployment.not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}