BareMetal API, REST: PublicPrefixPool.Get
Returns the specified public prefix pool.
HTTP request
GET https://baremetal.api.cloud.yandex.net/baremetal/v1alpha/publicPrefixPools/{publicPrefixPoolId}
Path parameters
|
Field |
Description |
|
publicPrefixPoolId |
string Required field. ID of the Public prefix pool resource to return. The maximum string length in characters is 20. Value must match the regular expression |
Response
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 |
|
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
|
labels |
object (map<string, string>) Resource labels as |