Cortex CLI
APIs for managing the Cortex CLI
Get the latest version of Cortex CLI.
Required license: Cortex Cloud Runtime Security or Cortex Cloud Posture Management.
Header parameters
AuthorizationstringRequired
{api_key}
x-xdr-auth-idstringRequired
{api_key_id}
Responses
200
Success
application/json
versionstringRequiredExample:
Cortex CLI version
v1.2.3400
Bad Request. Invalid Input.
401
Unauthorized access. User does not have the required license type to run this API.
403
Forbidden access. The provided API Key does not have the required RBAC permissions to run this API.
500
Service had unexpected internal error
get/public_api/v1/cli/releases/version
GET /public_api/v1/cli/releases/version HTTP/1.1
Host: api-yourfqdn
Authorization: text
x-xdr-auth-id: text
Accept: */*
{
"version": "v1.2.3"
}Last updated
Was this helpful?
