ResilienceHubV2 / Client / list_systems

list_systems

ResilienceHubV2.Client.list_systems(**kwargs)

Lists systems.

See also: AWS API Documentation

Request Syntax

response = client.list_systems(
    ouId='string',
    maxResults=123,
    nextToken='string'
)
Parameters:
  • ouId (string) – Filter systems by organizational unit (OU) identifier.

  • maxResults (integer) – Pagination page size.

  • nextToken (string) – Pagination token.

Return type:

dict

Returns:

Response Syntax

{
    'systemSummaries': [
        {
            'systemId': 'string',
            'name': 'string',
            'systemArn': 'string',
            'userJourneysCount': 123,
            'servicesCount': 123,
            'organizationId': 'string',
            'ouId': 'string',
            'createdAt': datetime(2015, 1, 1),
            'updatedAt': datetime(2015, 1, 1)
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    • systemSummaries (list) –

      The list of system summaries.

      • (dict) –

        Contains summary information about a system.

        • systemId (string) –

          System ID for cross-account use without exposing account structure.

        • name (string) –

          Resource name (used in ARN — no spaces allowed).

        • systemArn (string) –

          ARN identifier.

        • userJourneysCount (integer) –

          The number of user journeys in the system.

        • servicesCount (integer) –

          The number of services in the system.

        • organizationId (string) –

          Displayed only if caller has access.

        • ouId (string) –

          Displayed only if caller has access.

        • createdAt (datetime) –

          The timestamp when the system was created.

        • updatedAt (datetime) –

          The timestamp when the system was last updated.

    • nextToken (string) –

      Pagination token.

Exceptions

  • ResilienceHubV2.Client.exceptions.InternalServerException

  • ResilienceHubV2.Client.exceptions.ValidationException

  • ResilienceHubV2.Client.exceptions.AccessDeniedException