Execute Core Network Change Set
networkmanager_execute_core_network_change_set | R Documentation |
Executes a change set on your core network¶
Description¶
Executes a change set on your core network. Deploys changes globally based on the policy submitted..
Usage¶
networkmanager_execute_core_network_change_set(CoreNetworkId,
PolicyVersionId)
Arguments¶
CoreNetworkId |
[required] The ID of a core network. |
PolicyVersionId |
[required] The ID of the policy version. |
Value¶
An empty list.
Request syntax¶
svc$execute_core_network_change_set(
CoreNetworkId = "string",
PolicyVersionId = 123
)