Get docker registry | Cloud Providers | Northflank API docs
v1
Double column
API
CLI
JS Client

Cloud Providers /

Get docker registry

Get information about the given docker registry

Required permission

Account > Cloud > Registries > Read

Path parameters

    • registryId

      string required

      ID of the docker registry

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

      • id

        string required

        Identifier for the docker registry.

      • name

        string required

        The name of the docker registry.

      • description

        string

        A short description of the docker registry.

      • provider

        string

        The cloud provider to which this docker registry belongs to.

      • region

        string

        The region in which this registry was created.

      • createdAt

        string required

        The time the registry was created.

API
CLI
JS Client

GET /v1/cloud-providers/docker-registries/{registryId}

Example response

200 OK

Details about the given docker registry.

JSON

{
  "data": {
    "id": "gcp-integration",
    "name": "GCP integration",
    "description": "The registry description",
    "provider": "aws",
    "region": "eu-west-1",
    "createdAt": "2021-01-20T11:19:53.175Z"
  }
}

© 2024 Northflank Ltd. All rights reserved.