Lists summary information for all the services that are associated with one or more specified namespaces.
post/#X-Amz-Target=Route53AutoNaming_v20170314.ListServices
Query parameters
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Headers
X-Amz-Target'Route53AutoNaming_v20170314.ListServices' required
Request body
Response
Success
Example response
{
"Services": [
{
"Arn": "arn:aws:servicediscovery:us-west-2:123456789012:service/srv-p5zdwlg5uvvzjita",
"CreateDate": 1587081768.334,
"DnsConfig": {
"DnsRecords": [
{
"TTL": 60,
"Type": "A"
}
],
"RoutingPolicy": "MULTIVALUE"
},
"Id": "srv-p5zdwlg5uvvzjita",
"Name": "myservice"
}
]
}