NamesApi
NamesApi
All URIs are relative to https://api.ionos.com/containerregistries
Method
HTTP request
Description
namesCheckUsage
namesCheckUsage(name)
Get container registry name availability
Validate that the name is suitable to use for a new registry: - it uses only the characters "a-z", "0-9", or "-" - and starts with a letter and ends with a letter or number - and is between 3 to 63 characters in length - and is available
Example
⚠️ Note: for the example above, you need to provide all parameters to the method call. Null values will resolve to the API defaults.
Parameters
Name
Type
Description
Notes
name
String
The desired registry name
Return type
null (empty response body)
HTTP request headers
Content-Type: Not defined
Accept: application/json
Last updated