{ "opencollection": "1.0.0", "info": { "name": "Amazon Elastic Load Balancing v2 Listeners Target Groups API", "version": "2015-12-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Target Groups", "type": "folder" }, "items": [ { "info": { "name": "Amazon Elastic Load Balancing Create a Target Group", "type": "http" }, "http": { "method": "GET", "url": "https://elasticloadbalancing.{region}.amazonaws.com/?Action=CreateTargetGroup", "params": [ { "name": "Name", "value": "", "type": "query", "description": "The name of the target group. Must be unique per region per account." }, { "name": "Protocol", "value": "", "type": "query", "description": "The protocol to use for routing traffic to the targets" }, { "name": "Port", "value": "", "type": "query", "description": "The port on which the targets receive traffic" }, { "name": "VpcId", "value": "", "type": "query", "description": "The identifier of the VPC for the targets" }, { "name": "HealthCheckProtocol", "value": "", "type": "query", "description": "The protocol to use for health checks" }, { "name": "HealthCheckPort", "value": "", "type": "query", "description": "The port to use for health checks" }, { "name": "HealthCheckPath", "value": "", "type": "query", "description": "The destination for health checks on the targets" }, { "name": "TargetType", "value": "", "type": "query", "description": "The type of target to register with the target group" } ] }, "docs": "Creates a target group. Target groups are used to route requests to one or more registered targets. After creating a target group, you can register targets and create listeners or rules to route traffic to the target group." }, { "info": { "name": "Amazon Elastic Load Balancing Describe Target Groups", "type": "http" }, "http": { "method": "GET", "url": "https://elasticloadbalancing.{region}.amazonaws.com/?Action=DescribeTargetGroups", "params": [ { "name": "LoadBalancerArn", "value": "", "type": "query", "description": "The ARN of the load balancer" }, { "name": "TargetGroupArns", "value": "", "type": "query", "description": "The ARNs of the target groups" }, { "name": "Names", "value": "", "type": "query", "description": "The names of the target groups" }, { "name": "Marker", "value": "", "type": "query", "description": "The marker for the next set of results" }, { "name": "PageSize", "value": "", "type": "query", "description": "The maximum number of results to return" } ] }, "docs": "Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify target group ARNs or names." } ] } ], "bundled": true }