Administrator Command Line Interface

Information specific to the Administrator Command Line Interface.

Get Administrator Command Line Interface release.

get

Retrieve the Administrator Command Line Interface version.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
osstring · enumRequired

The operating system

Possible values:
Responses
chevron-right
200

Get the CLI release.

application/x-tar
Responsestring · binary
get
/v1/k8s/admin-cli/{os}

Get Administrator Command Line Interface release details.

get

Retrieve the details of the Administrator Command Line Interface release.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
osstring · enumRequired

The operating system

Possible values:
Responses
chevron-right
200

return an object with hashes of a file for validation

application/json
get
/v1/k8s/admin-cli/{os}/checksum

Get Administrator Command Line Interface release by version.

get

Retrieve the Administrator Command Line Interface release by version.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
osstring · enumRequired

The operating system

Possible values:
versionstringRequired

run:ai version (semantic version)

Pattern: ^(v(0|[1-9]\\d*))\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$
Responses
chevron-right
200

Get the CLI release.

application/x-tar
Responsestring · binary
get
/v1/k8s/admin-cli/{version}/{os}

Get Administrator Command Line Interface release checksums.

get

Retrieve the checksums of the Administrator Command Line Interface release.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
osstring · enumRequired

The operating system

Possible values:
versionstringRequired

run:ai version (semantic version)

Pattern: ^(v(0|[1-9]\\d*))\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$
Responses
chevron-right
200

return an object with hashes of a file for validation

application/json
get
/v1/k8s/admin-cli/{version}/{os}/checksum

Last updated