Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex BareMetal
    • All guides
    • Overview
      • Overview
      • Stock server configurations
      • Custom server configuration
      • On-request server configuration
      • Overview
      • Public network
      • Private network
      • DHCP
      • MC-LAG
      • Restrictions in BareMetal networks
      • Overview
      • Images
      • Access management
      • Additional server settings
      • Management console
        • API authentication
          • Overview
            • Overview
            • Get
            • List
            • Update
            • ListOperations
      • Monitoring metrics
    • Quotas and limits
  • Pricing policy
  • FAQ

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. Concepts
  2. Setup and management
  3. API reference
  4. REST
  5. PublicPrefixPool
  6. Get

BareMetal API, REST: PublicPrefixPool.Get

Written by
Yandex Cloud
Updated at July 1, 2026
View in Markdown
  • HTTP request
  • Path parameters
  • Response

Returns the specified public prefix pool.

HTTP requestHTTP request

GET https://baremetal.api.cloud.yandex.net/baremetal/v1alpha/publicPrefixPools/{publicPrefixPoolId}

Path parametersPath parameters

Field

Description

publicPrefixPoolId

string

Required field. ID of the Public prefix pool resource to return.
To get the pool ID, use a PublicPrefixPoolService.List request.

The maximum string length in characters is 20. Value must match the regular expression [a-z][a-z0-9.-]*.

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "cloudId": "string",
  "folderId": "string",
  "name": "string",
  "description": "string",
  "cidr": "string",
  "minAvailablePrefix": "string",
  "createdAt": "string",
  "labels": "object"
}

Field

Description

id

string

ID of the public prefix pool.

cloudId

string

ID of the cloud that the public prefix pool belongs to.

folderId

string

ID of the folder that the public prefix pool belongs to.

name

string

Name of the public prefix pool.

description

string

Description of the public prefix pool.

cidr

string

CIDR block of the public prefix pool.

minAvailablePrefix

string (int64)

Minimal prefix that could be used for subnet creation
Read only.

createdAt

string (date-time)

Creation timestamp.

String in RFC3339 text format. The range of possible values is from
0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z, i.e. from 0 to 9 digits for fractions of a second.

To work with values in this field, use the APIs described in the
Protocol Buffers reference.
In some languages, built-in datetime utilities do not support nanosecond precision (9 digits).

labels

object (map<string, string>)

Resource labels as key:value pairs.

Was the article helpful?

Previous
Overview
Next
List
© 2026 Direct Cursus Technology L.L.C.