create_application_instance
(**kwargs)¶Creates an application instance and deploys it to a device.
See also: AWS API Documentation
Request Syntax
response = client.create_application_instance(
ApplicationInstanceIdToReplace='string',
DefaultRuntimeContextDevice='string',
Description='string',
ManifestOverridesPayload={
'PayloadData': 'string'
},
ManifestPayload={
'PayloadData': 'string'
},
Name='string',
RuntimeRoleArn='string',
Tags={
'string': 'string'
}
)
[REQUIRED]
A device's ID.
Setting overrides for the application manifest.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set: PayloadData
.
The overrides document.
[REQUIRED]
The application's manifest document.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set: PayloadData
.
The application manifest.
Tags for the application instance.
dict
Response Syntax
{
'ApplicationInstanceId': 'string'
}
Response Structure
(dict) --
ApplicationInstanceId (string) --
The application instance's ID.
Exceptions
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.ServiceQuotaExceededException
Panorama.Client.exceptions.InternalServerException