Revisions
Authorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
workloadIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the workload.
Query parameters
deletedbooleanOptional
Return only deleted resources when true.
Responses
200
Executed successfully.
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/workloads/inferences/{workloadId}/revisionsAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
workloadIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the workload.
Query parameters
deletedbooleanOptional
Return only deleted resources when true.
Responses
200
Executed successfully.
application/json
countinteger · int64RequiredExample:
1401
Unauthorized
application/json
403
Forbidden
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/workloads/inferences/{workloadId}/revisions/countAuthorizations
AuthorizationstringRequired
Bearer authentication
Path parameters
revisionIdstring · uuidRequired
The Universally Unique Identifier (UUID) of the revision.
Responses
200
Executed successfully.
application/json
typestringRequiredExample:
runai-revisionnamestringRequiredExample:
very-important-jobidstring · uuidRequired
workloadIdstring · uuidRequired
tenantIdinteger · int32RequiredExample:
The id of the tenant.
1001clusterIdstring · uuidRequiredExample:
The id of the cluster.
71f69d83-ba66-4822-adf5-55ce55efd210projectIdstringRequiredExample:
The id of the project.
1Pattern: .*departmentIdstring · min: 1RequiredExample:
The id of the department.
2Pattern: .*createdAtstring · date-timeRequiredExample:
2022-01-01T03:49:52.531ZdeletedAtstring · date-time · nullableOptionalExample:
2022-08-12T19:28:24.131ZrequestedNodePoolsstring[]OptionalExample:
defaultcurrentNodePoolsstring[]OptionalExample:
defaultrunningPodsinteger · int32OptionalExample:
1imagesstring[]OptionalExample:
alpine:latestcommandstringOptionalExample:
sleepargumentsstringOptionalExample:
1000phasestring · enumRequiredPossible values:
phaseMessagestringOptionalExample:
Not enough resources in the requested nodepoolphaseUpdatedAtstring · date-timeOptionalExample:
2022-06-08T11:28:24.131Z401
Unauthorized
application/json
403
Forbidden
application/json
404
The specified resource was not found
application/json
500
unexpected error
application/json
503
unexpected error
application/json
get
/api/v1/workloads/inferences/revisions/{revisionId}Last updated