Administrator Command Line Interface

Information specific to the Administrator Command Line Interface.

Get Administrator Command Line Interface release.

Retrieve the Administrator Command Line Interface version.

SecuritybearerAuth
Request
path Parameters
os
required
string

The operating system

Enum: "linux" "darwin"
Responses
200

Get the CLI release.

400

Bad request.

404

The specified resource was not found

503

unexpected error

get/v1/k8s/admin-cli/{os}
Response samples
application/json
{
  • "code": 0,
  • "message": "string"
}

Get Administrator Command Line Interface release details.

Retrieve the details of the Administrator Command Line Interface release.

SecuritybearerAuth
Request
path Parameters
os
required
string

The operating system

Enum: "linux" "darwin"
Responses
200

return an object with hashes of a file for validation

400

Bad request.

404

The specified resource was not found

503

unexpected error

get/v1/k8s/admin-cli/{os}/checksum
Response samples
application/json
{
  • "description": "string",
  • "md5Hash": "string",
  • "crc32c": "string"
}

Get Administrator Command Line Interface release by version.

Retrieve the Administrator Command Line Interface release by version.

SecuritybearerAuth
Request
path Parameters
os
required
string

The operating system

Enum: "linux" "darwin"
version
required
string^(v(0|[1-9]\\d*))\\.(0|[1-9]\\d*)\\.(0|[1-9]\...

run:ai version (semantic version)

Responses
200

Get the CLI release.

400

Bad request.

404

The specified resource was not found

503

unexpected error

get/v1/k8s/admin-cli/{version}/{os}
Response samples
application/json
{
  • "code": 0,
  • "message": "string"
}

Get Administrator Command Line Interface release checksums.

Retrieve the checksums of the Administrator Command Line Interface release.

SecuritybearerAuth
Request
path Parameters
os
required
string

The operating system

Enum: "linux" "darwin"
version
required
string^(v(0|[1-9]\\d*))\\.(0|[1-9]\\d*)\\.(0|[1-9]\...

run:ai version (semantic version)

Responses
200

return an object with hashes of a file for validation

400

Bad request.

404

The specified resource was not found

503

unexpected error

get/v1/k8s/admin-cli/{version}/{os}/checksum
Response samples
application/json
{
  • "description": "string",
  • "md5Hash": "string",
  • "crc32c": "string"
}