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

Registry

Use an images registry to enable the listting of repositories and tags that can be used as a data source location for data sets that are relevant to the workload being submitted.

Get registries.

get

Retrieve a list of registries assets.

Authorizations
AuthorizationstringRequired

Bearer authentication

Query parameters
namestringOptional

Filter results by name.

Responses
200

Request completed successfully.

application/json
get/api/v1/asset/registries

Create a registry asset.

post

Use to create a registry asset containing a registry base url and credentials.

Authorizations
AuthorizationstringRequired

Bearer authentication

Body
Responses
201

Request accepted successfully.

application/json
post/api/v1/asset/registries

Get a registry.

get

Retrieve a registry asset by id.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
AssetIdstring · uuid · min: 1Required

Unique identifier of the asset.

Responses
200

Request completed successfully.

application/json
get/api/v1/asset/registries/{AssetId}

Update a registry asset.

put

Use to update a registry asset containing registry base url and credentials by id.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
AssetIdstring · uuid · min: 1Required

Unique identifier of the asset.

Body
Responses
200

Request accepted successfully.

application/json
put/api/v1/asset/registries/{AssetId}

Delete a registry asset.

delete

Use to delete a registry asset containing registry base url and credentials by id.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
AssetIdstring · uuid · min: 1Required

Unique identifier of the asset.

Responses
204

Registry has been deleted.

No content

delete/api/v1/asset/registries/{AssetId}

No content

Get the repositories in the registry.

get

Retrieve a list of repositories from a registry asset.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
AssetIdstring · uuid · min: 1Required

Unique identifier of the asset.

Query parameters
searchNamestringOptional

Filter results that contains searchName.

Responses
200

Request completed successfully.

application/json
repositoriesstring[]Required
get/api/v1/asset/registries/{AssetId}/repositories

Get the repositories tags in the registry.

get

Retrieve a list of repository tags from a repository asset.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
AssetIdstring · uuid · min: 1Required

Unique identifier of the asset.

Query parameters
repositorystringRequired

The repository name that its tags are requested.

searchNamestringOptional

Filter results that contains searchName.

Responses
200

Request completed successfully.

application/json
namestringRequired
tagsstring[]Required
get/api/v1/asset/registries/{AssetId}/repositories/tags

Last updated