targetGroup list(VPC)
- Print
- PDF
targetGroup list(VPC)
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
It can be used in a VPC environment.
Summary
Search the TargetGroup list.
Request
API URL
GET {SOURCEDEPLOY_API_URL}/autoscaling/{autoscalingName}
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
autoScalingName | string | autoScalingGroup name | Search with autoScalingGroupList API |
Request query
None
Request body
None
Response
Response body
{
"targetGroupList": [
{
"id": "number",
"name": "string",
"permission": "string",
"actionName": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
targetGroupList.id | number | LoadBalancer Target Group id | |
targetGroupList.name | string | LoadBalancer Target Group name | |
targetGroupList.permission | string | Permission status for searching details | "Allow" | "Deny" |
targetGroupList.actionName | string | Permission name for searching details |
Was this article helpful?