Administrator Command Line Interface
Information specific to the Administrator Command Line Interface.
Retrieve the Administrator Command Line Interface version.
Bearer authentication
The operating system
Get the CLI release.
Bad request.
The specified resource was not found
unexpected error
GET /v1/k8s/admin-cli/{os} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binaryRetrieve the details of the Administrator Command Line Interface release.
Bearer authentication
The operating system
return an object with hashes of a file for validation
Bad request.
The specified resource was not found
unexpected error
GET /v1/k8s/admin-cli/{os}/checksum HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"description": "text",
"md5Hash": "text",
"crc32c": "text"
}Retrieve the Administrator Command Line Interface release by version.
Bearer authentication
The operating system
run:ai version (semantic version)
^(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-]+)*))?$Get the CLI release.
Bad request.
The specified resource was not found
unexpected error
GET /v1/k8s/admin-cli/{version}/{os} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binaryRetrieve the checksums of the Administrator Command Line Interface release.
Bearer authentication
The operating system
run:ai version (semantic version)
^(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-]+)*))?$return an object with hashes of a file for validation
Bad request.
The specified resource was not found
unexpected error
GET /v1/k8s/admin-cli/{version}/{os}/checksum HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"description": "text",
"md5Hash": "text",
"crc32c": "text"
}Last updated