Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Container Registry
  • Getting started
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • ListIpPermission
        • SetIpPermission
        • UpdateIpPermission
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • HTTP request
  • Path parameters
  • Response
  • IpPermission
  1. API reference
  2. REST
  3. Registry
  4. ListIpPermission

Container Registry API, REST: Registry.ListIpPermission

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response
  • IpPermission

List ip permissions for the specified registry.

HTTP requestHTTP request

GET https://container-registry.api.cloud.yandex.net/container-registry/v1/registries/{registryId}:listIpPermission

Path parametersPath parameters

Field

Description

registryId

string

Required field. ID of the Registry to return ip permission list.

ResponseResponse

HTTP Code: 200 - OK

{
  "permissions": [
    {
      "action": "string",
      "ip": "string"
    }
  ]
}

Field

Description

permissions[]

IpPermission

List of ip permissions for registry

IpPermissionIpPermission

Field

Description

action

enum (Action)

  • ACTION_UNSPECIFIED
  • PULL
  • PUSH

ip

string

Was the article helpful?

Previous
UpdateAccessBindings
Next
SetIpPermission
Yandex project
© 2025 Yandex.Cloud LLC