v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Returns information about a provisioning template.

Requires permission to access the DescribeProvisioningTemplate action.

get/provisioning-templates/{templateName}

Path parameters

templateNamestring required

The name of the provisioning template.

Response

Success

templateArnstring

The ARN of the provisioning template.

templateNamestring

The name of the provisioning template.

descriptionstring

The description of the provisioning template.

creationDatestring date-time

The date when the provisioning template was created.

lastModifiedDatestring date-time

The date when the provisioning template was last modified.

defaultVersionIdinteger

The default fleet template version ID.

templateBodystring

The JSON formatted contents of the provisioning template.

enabledboolean

True if the provisioning template is enabled, otherwise false.

provisioningRoleArnstring

The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

type'FLEET_PROVISIONING' | 'JITP'

The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is <code>FLEET_PROVISIONING</code>. For more information about provisioning template, see: <a href="https://docs.aws.amazon.com/iot/latest/developerguide/provision-template.html">Provisioning template</a>.