GET Registries
Once you have all the information about the available locations, you can check out the name of existing registries. The name you choose should be available and must not be already in use.
Note:
Your chosen name must be available for the registry.
All registry names must be unique.
Make sure the name is suitable for use in the new registry: it only uses the characters "a-z", "0-9" or "-", starts with a letter and ends with a letter or number, and can be from 3 to 63 characters long and is accessible.
You can retrieve all the existing registries to check out the available names.
Request
Query Parameters:
You can update the limit value to get specific registries.
Field | Type | Description | Example |
---|---|---|---|
limit | integer | The limit of the registries that have been retrieved | 5 |
Response
200 OK - Successfully showed the list of registries
Response Fields
Field | Type | Description | Example |
---|---|---|---|
limit | number | The output value if specified in the request. |
|
id | string | The ID of the fetched output. |
|
type | string | The type of the resource that has been retrieved. |
|
href | URL (string) | URL to the object representation (absolute path). |
|
createdBy | string | The ID of the user or service account that initiated the operation. |
|
createdByUserId | string | The email ID of the user or service account that initiated the operation. |
|
location | string | The location of the resource. |
|
days | array | The days of the week selected. |
|
Note: Your values will differ from those in the sample code. Your response will have a different id
and existing registries
.
Last updated