Enrollment Group - Query
Query the device enrollment groups.
POST https://your-dps.azure-devices-provisioning.net/enrollmentGroups/query?api-version=2021-10-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
The API version to use for the request. Supported versions include: 2021-10-01 |
Request Header
Name | Required | Type | Description |
---|---|---|---|
x-ms-max-item-count |
integer int32 |
Page size |
|
x-ms-continuation |
string |
Continuation token |
Request Body
Name | Required | Type | Description |
---|---|---|---|
query | True |
string |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success Headers
|
|
Other Status Codes |
Error response Headers x-ms-error-code: string |
Definitions
Name | Description |
---|---|
Attestation |
Attestation mechanism for individualEnrollment as well as enrollmentGroup. |
Custom |
This tells DPS which webhook to call when using custom allocation. |
Device |
Device capabilities. |
Enrollment |
Enrollment group record. |
Initial |
Initial device twin. Contains a subset of the properties of Twin. |
Initial |
Represents the initial properties that will be set on the device twin. |
Metadata |
Metadata for the TwinCollection |
Provisioning |
Contains the properties of an error returned by the Azure IoT Hub Provisioning Service. |
Query |
|
Reprovision |
The behavior of the service when a device is re-provisioned to an IoT hub. |
Symmetric |
Attestation via SymmetricKey. |
Tpm |
Attestation via TPM. |
Twin |
Represents a collection of properties within a Twin |
X509Attestation |
Attestation via X509. |
X509CAReferences |
Primary and secondary CA references. |
X509Certificate |
X509 certificate info. |
X509Certificates |
Primary and secondary certificates |
X509Certificate |
Certificate and Certificate info |
AttestationMechanism
Attestation mechanism for individualEnrollment as well as enrollmentGroup.
Name | Type | Description |
---|---|---|
symmetricKey |
Attestation via SymmetricKey. |
|
tpm |
Attestation via TPM. |
|
type |
enum:
|
Attestation Type. |
x509 |
Attestation via X509. |
CustomAllocationDefinition
This tells DPS which webhook to call when using custom allocation.
Name | Type | Description |
---|---|---|
apiVersion |
string |
The API version of the provisioning service types (such as IndividualEnrollment) sent in the custom allocation request. Minimum supported version: "2018-09-01-preview". |
webhookUrl |
string |
The webhook URL used for allocation requests. |
DeviceCapabilities
Device capabilities.
Name | Type | Default value | Description |
---|---|---|---|
iotEdge |
boolean |
False |
If set to true, this device is an IoTEdge device. |
EnrollmentGroup
Enrollment group record.
Name | Type | Default value | Description |
---|---|---|---|
allocationPolicy |
enum:
|
The allocation policy of this resource. This policy overrides the tenant level allocation policy for this individual enrollment or enrollment group. Possible values include 'hashed': Linked IoT hubs are equally likely to have devices provisioned to them, 'geoLatency': Devices are provisioned to an IoT hub with the lowest latency to the device.If multiple linked IoT hubs would provide the same lowest latency, the provisioning service hashes devices across those hubs, 'static' : Specification of the desired IoT hub in the enrollment list takes priority over the service-level allocation policy, 'custom': Devices are provisioned to an IoT hub based on your own custom logic. The provisioning service passes information about the device to the logic, and the logic returns the desired IoT hub as well as the desired initial configuration. We recommend using Azure Functions to host your logic. |
|
attestation |
Attestation mechanism for individualEnrollment as well as enrollmentGroup. |
||
capabilities |
Device capabilities. |
||
createdDateTimeUtc |
string |
The DateTime this resource was created. |
|
customAllocationDefinition |
This tells DPS which webhook to call when using custom allocation. |
||
enrollmentGroupId |
string |
Enrollment Group ID. |
|
etag |
string |
The entity tag associated with the resource. |
|
initialTwin |
Initial device twin. Contains a subset of the properties of Twin. |
||
iotHubHostName |
string |
The Iot Hub host name. |
|
iotHubs |
string[] |
The list of IoT Hub hostnames the device(s) in this resource can be allocated to. Must be a subset of tenant level list of IoT hubs. |
|
lastUpdatedDateTimeUtc |
string |
The DateTime this resource was last updated. |
|
provisioningStatus |
enum:
|
enabled |
The provisioning status. |
reprovisionPolicy |
The behavior of the service when a device is re-provisioned to an IoT hub. |
InitialTwin
Initial device twin. Contains a subset of the properties of Twin.
Name | Type | Description |
---|---|---|
properties |
Represents the initial properties that will be set on the device twin. |
|
tags |
Represents a collection of properties within a Twin |
InitialTwinProperties
Represents the initial properties that will be set on the device twin.
Name | Type | Description |
---|---|---|
desired |
Represents a collection of properties within a Twin |
Metadata
Metadata for the TwinCollection
Name | Type | Description |
---|---|---|
lastUpdated |
string |
Last time the TwinCollection was updated |
lastUpdatedVersion |
integer |
This is null for reported properties metadata and is not null for desired properties metadata. |
ProvisioningServiceErrorDetails
Contains the properties of an error returned by the Azure IoT Hub Provisioning Service.
Name | Type | Description |
---|---|---|
errorCode |
integer |
|
info |
object |
|
message |
string |
|
timestampUtc |
string |
|
trackingId |
string |
QuerySpecification
Name | Type | Description |
---|---|---|
query |
string |
ReprovisionPolicy
The behavior of the service when a device is re-provisioned to an IoT hub.
Name | Type | Default value | Description |
---|---|---|---|
migrateDeviceData |
boolean |
True |
When set to true (default), the Device Provisioning Service will migrate the device's data (twin, device capabilities, and device ID) from one IoT hub to another during an IoT hub assignment update. If set to false, the Device Provisioning Service will reset the device's data to the initial desired configuration stored in the corresponding enrollment list. |
updateHubAssignment |
boolean |
True |
When set to true (default), the Device Provisioning Service will evaluate the device's IoT Hub assignment and update it if necessary for any provisioning requests beyond the first from a given device. If set to false, the device will stay assigned to its current IoT hub. |
SymmetricKeyAttestation
Attestation via SymmetricKey.
Name | Type | Description |
---|---|---|
primaryKey |
string |
Primary symmetric key. |
secondaryKey |
string |
Secondary symmetric key. |
TpmAttestation
Attestation via TPM.
Name | Type | Description |
---|---|---|
endorsementKey |
string |
|
storageRootKey |
string |
TwinCollection
Represents a collection of properties within a Twin
Name | Type | Description |
---|---|---|
count |
integer |
Number of properties in the TwinCollection |
metadata |
Metadata for the TwinCollection |
|
version |
integer |
Version of the TwinCollection |
X509Attestation
Attestation via X509.
Name | Type | Description |
---|---|---|
caReferences |
Primary and secondary CA references. |
|
clientCertificates |
Primary and secondary certificates |
|
signingCertificates |
Primary and secondary certificates |
X509CAReferences
Primary and secondary CA references.
Name | Type | Description |
---|---|---|
primary |
string |
|
secondary |
string |
X509CertificateInfo
X509 certificate info.
Name | Type | Description |
---|---|---|
issuerName |
string |
|
notAfterUtc |
string |
|
notBeforeUtc |
string |
|
serialNumber |
string |
|
sha1Thumbprint |
string |
|
sha256Thumbprint |
string |
|
subjectName |
string |
|
version |
integer |
X509Certificates
Primary and secondary certificates
Name | Type | Description |
---|---|---|
primary |
Certificate and Certificate info |
|
secondary |
Certificate and Certificate info |
X509CertificateWithInfo
Certificate and Certificate info
Name | Type | Description |
---|---|---|
certificate |
string |
|
info |
X509 certificate info. |