ECS / Client / list_services_by_namespace
list_services_by_namespace#
- ECS.Client.list_services_by_namespace(**kwargs)#
- This operation lists all of the services that are associated with a Cloud Map namespace. This list might include services in different clusters. In contrast, - ListServicescan only list services in one cluster at a time. If you need to filter the list of services in a single cluster by various parameters, use- ListServices. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.- See also: AWS API Documentation - Request Syntax- response = client.list_services_by_namespace( namespace='string', nextToken='string', maxResults=123 ) - Parameters:
- namespace (string) – - [REQUIRED] - The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in. - Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide. 
- nextToken (string) – The - nextTokenvalue that’s returned from a- ListServicesByNamespacerequest. It indicates that more results are available to fulfill the request and further calls are needed. If- maxResultsis returned, it is possible the number of results is less than- maxResults.
- maxResults (integer) – The maximum number of service results that - ListServicesByNamespacereturns in paginated output. When this parameter is used,- ListServicesByNamespaceonly returns- maxResultsresults in a single page along with a- nextTokenresponse element. The remaining results of the initial request can be seen by sending another- ListServicesByNamespacerequest with the returned- nextTokenvalue. This value can be between 1 and 100. If this parameter isn’t used, then- ListServicesByNamespacereturns up to 10 results and a- nextTokenvalue if applicable.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'serviceArns': [ 'string', ], 'nextToken': 'string' } - Response Structure- (dict) – - serviceArns (list) – - The list of full ARN entries for each service that’s associated with the specified namespace. - (string) – 
 
- nextToken (string) – - The - nextTokenvalue to include in a future- ListServicesByNamespacerequest. When the results of a- ListServicesByNamespacerequest exceed- maxResults, this value can be used to retrieve the next page of results. When there are no more results to return, this value is- null.
 
 
 - Exceptions- ECS.Client.exceptions.ServerException
- ECS.Client.exceptions.ClientException
- ECS.Client.exceptions.InvalidParameterException
- ECS.Client.exceptions.NamespaceNotFoundException