Network Load Balancer API, gRPC: TargetGroupService.Get
Returns the specified TargetGroup resource.
gRPC request
rpc Get (GetTargetGroupRequest) returns (TargetGroup)
GetTargetGroupRequest
{
"targetGroupId": "string"
}
Field |
Description |
targetGroupId |
string Required field. ID of the TargetGroup resource to return. |
TargetGroup
{
"id": "string",
"folderId": "string",
"createdAt": "google.protobuf.Timestamp",
"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 |
Output only. Creation timestamp in RFC3339 |
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. |