Creates an application instance and deploys it to a device.
See https://www.paws-r-sdk.com/docs/panorama_create_application_instance/ for full documentation.
panorama_create_application_instance(
ApplicationInstanceIdToReplace = NULL,
DefaultRuntimeContextDevice,
Description = NULL,
ManifestOverridesPayload = NULL,
ManifestPayload,
Name = NULL,
RuntimeRoleArn = NULL,
Tags = NULL
)
The ID of an application instance to replace with the new instance.
[required] A device's ID.
A description for the application instance.
Setting overrides for the application manifest.
[required] The application's manifest document.
A name for the application instance.
The ARN of a runtime role for the application instance.
Tags for the application instance.