RegistriesApi
All URIs are relative to https://api.ionos.com/containerregistries
DELETE /registries/{registryId}
Delete registry
GET /registries/{registryId}
Get a registry
GET /registries
List all container registries
PATCH /registries/{registryId}
Update the properties of a registry
POST /registries
Create container registry
PUT /registries/{registryId}
Create or replace a container registry
registriesDelete
registriesDelete(registryId)
Delete registry
Examples
Parameters
registryId
The unique ID of the registry
[default to undefined]
Return type
nil (empty response body)
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
registriesFindById
registriesFindById(registryId)
Get a registry
Get all information for a specific container registry
Examples
Parameters
registryId
The unique ID of the registry
[default to undefined]
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
registriesGet
registriesGet(opts)
List all container registries
List all managed container registries for your account
Examples
Parameters
filterName
string
The registry name to search for
[optional][default to undefined]
limit
string
The maximum number of elements to return (used together with pagination.token for pagination)
[optional][default to '100']
paginationToken
string
An opaque token used to iterate the set of results (used together with limit for pagination)
[optional][default to undefined]
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: Not defined
Accept: application/json
registriesPatch
registriesPatch(registryId, patchRegistryInput)
Update the properties of a registry
Update the properties of a registry - "garbageCollectionSchedule" time and days of the week for runs
Examples
Parameters
registryId
The unique ID of the registry
[default to undefined]
patchRegistryInput
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
registriesPost
registriesPost(postRegistryInput)
Create container registry
Create a registry to hold container images or OCI compliant artifacts - "name" must have passed validation - "location" must be one of the available location IDs - "garbageCollectionSchedule" time and days of the week for runs - "features": "vulnerabilityScanning" default is enabled
Examples
Parameters
postRegistryInput
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
registriesPut
registriesPut(registryId, putRegistryInput)
Create or replace a container registry
Create/replace a registry to hold container images or OCI compliant artifacts On create - "name" must have passed validation - "location" must be one of the available location IDs On update - "name" cannot be changed - "location" cannot be changed On create or update - "garbageCollectionSchedule": time and days of the week for runs
Examples
Parameters
registryId
The unique ID of the registry
[default to undefined]
putRegistryInput
Return type
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: application/json
Accept: application/json
Last updated