Network Load Balancer API, REST: TargetGroup.Get
Returns the specified TargetGroup resource.
HTTP request
GET https://load-balancer.api.cloud.yandex.net/load-balancer/v1/targetGroups/{targetGroupId}
Path parameters
Field |
Description |
targetGroupId |
string Required field. ID of the TargetGroup resource to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"regionId": "string",
"targets": [
{
"subnetId": "string",
"address": "string"
}
]
}
A TargetGroup resource. For more information, see Target groups and resources.
Field |
Description |
id |
string Output only. ID of the target group. |
folderId |
string ID of the folder that the target group belongs to. |
createdAt |
string (date-time) Output only. Creation timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the target group. |
description |
string Description of the target group. 0-256 characters long. |
labels |
string Resource labels as |
regionId |
string ID of the region where the target group resides. |
targets[] |
A list of targets in the target group. |
Target
A Target resource. For more information, see Target groups and resources.
Field |
Description |
subnetId |
string ID of the subnet that targets are connected to. |
address |
string IP address of the target. |