v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Retrieves information about a specific registry.

get/registries/{registryId}

Path parameters

registryIdstring required

The identifier of the registry to retrieve. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

Response

Success

namestring required

The name of the registry.

descriptionstring password

The description of the registry.

registryIdstring required

The unique identifier of the registry.

registryArnstring required

The Amazon Resource Name (ARN) of the registry.

authorizerType'CUSTOM_JWT' | 'AWS_IAM'
<p>The type of authorizer used by the registry. This controls the authorization method for the Search and Invoke APIs used by consumers.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
status'CREATING' | 'READY' | 'UPDATING' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETING' | 'DELETE_FAILED' required

The current status of the registry. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, <code>DELETING</code>, and <code>DELETE_FAILED</code>.

statusReasonstring

The reason for the current status, typically set when the status is a failure state.

createdAtstring date-time required

The timestamp when the registry was created.

updatedAtstring date-time required

The timestamp when the registry was last updated.