For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cortex CLI

APIs for managing the Cortex CLI

Get the latest version of the Cortex CLI.

get

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
versionstringRequired

Cortex CLI version

Example: v1.2.3
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?