execute_core_network_change_set

NetworkManager.Client.execute_core_network_change_set(**kwargs)

Executes a change set on your core network. Deploys changes globally based on the policy submitted..

See also: AWS API Documentation

Request Syntax

response = client.execute_core_network_change_set(
    CoreNetworkId='string',
    PolicyVersionId=123
)
Parameters
  • CoreNetworkId (string) --

    [REQUIRED]

    The ID of a core network.

  • PolicyVersionId (integer) --

    [REQUIRED]

    The ID of the policy version.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • NetworkManager.Client.exceptions.ValidationException
  • NetworkManager.Client.exceptions.AccessDeniedException
  • NetworkManager.Client.exceptions.ResourceNotFoundException
  • NetworkManager.Client.exceptions.ThrottlingException
  • NetworkManager.Client.exceptions.InternalServerException
  • NetworkManager.Client.exceptions.ConflictException