Ressources de déploiement de l’appareilDevice deployment resources
S’applique à :Applies to:
- Espace partenairesPartner Center
- Espace partenaires de Microsoft Cloud GermanyPartner Center for Microsoft Cloud Germany
Les ressources suivantes sont liées au déploiement d’appareils.The following resources are related to device deployment.
ConfigurationPolicyConfigurationPolicy
ConfigurationPolicy fournit des informations sur une stratégie de configuration.ConfigurationPolicy provides information about a configuration policy.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
idid | stringstring | Chaîne au format GUID qui identifie la stratégie.A GUID-formatted string that identifies the policy. |
namename | stringstring | Nom convivial de la stratégie.The friendly name for the policy. |
catégoriecategory | stringstring | Catégorie.The category. |
descriptiondescription | stringstring | Description de la stratégie.The policy description. |
devicesAssignedCountdevicesAssignedCount | nombrenumber | Nombre d’appareils affectés à cette stratégie.The number of devices assigned to this policy. |
policySettingspolicySettings | tableau de chaînesarray of strings | Les paramètres de stratégie : « aucun », « supprimer les _ _ préinstallations OEM », _ « _ l’utilisateur OOBE n’est pas _ _ administrateur local », « ignorer les _ _ paramètres Express », « ignorer _ _ l’inscription OEM », « ignorer le _ CLUF ».The policy settings: "none","remove_oem_preinstalls","oobe_user_not_local_admin","skip_express_settings","skip_oem_registration", "skip_eula". |
createdDatecreatedDate | chaîne au format date-heure UTCstring in UTC date-time format | Date et heure de création de la stratégie.The date and time the policy was created. |
LastModifiedDate &lastModifiedDate | chaîne au format date-heure UTCstring in UTC date-time format | Date et heure de la dernière modification de la stratégie.The date and time the policy was last modified. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
AppareilDevice
L' appareil fournit des informations sur un appareil.Device provides information about a device.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
idid | stringstring | Chaîne au format GUID qui identifie l’appareil.A GUID-formatted string that identifies the device. |
serialNumberserialNumber | stringstring | Numéro de série associé de manière unique à l’appareil.The serial number uniquely associated with the device. |
productKeyproductKey | stringstring | Clé de produit associée de manière unique à l’appareil.The product key uniquely associated with the device. |
hardwareHashhardwareHash | stringstring | Hachage matériel associé de manière unique à l’appareil.The hardware hash uniquely associated with the device. |
modelNamemodelName | stringstring | Nom de modèle associé à l’appareil.The model name associated with the device. |
oemManufacturerNameoemManufacturerName | stringstring | Nom du fabricant OEM associé à l’appareil.The name of the OEM manufacturer associated with the device. |
stratégiespolicies | tableau d’objetsarray of objects | Liste des stratégies affectées à l’appareil.The list of policies assigned to the device. |
uploadedDateuploadedDate | chaîne au format date-heure UTCstring in UTC date-time format | Date et heure auxquelles les détails de l’appareil ont été téléchargés.The date and time the device details were uploaded. |
allowedOperationsallowedOperations | tableau de chaînesarray of strings | Liste des méthodes HTTP autorisées sur une synchronisation d’appareil en tant que obtenir, corriger, supprimer.The list of HTTP methods allowed on a device sync as GET, PATCH, DELETE. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
BatchUploadDetailsBatchUploadDetails
BatchUploadDetails décrit l’état d’un téléchargement par lots d’appareils d’informations sur chaque appareil dans une liste d’appareils.BatchUploadDetails describes the status of a device batch upload of information about each device in a list of devices.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
batchTrackingIdbatchTrackingId | stringstring | Chaîne au format GUID qui est associée au lot des appareils téléchargés.A GUID-formatted string that is associated with the batch of devices uploaded. |
statusstatus | stringstring | État du chargement de lot : « inconnu », « en attente », « en cours de traitement », « terminé », « terminé _ avec des _ Erreurs ».The status of the batch upload: "unknown","queued","processing","finished","finished_with_errors". |
startedTimestartedTime | chaîne au format date-heure UTCstring in UTC date-time format | Date et heure de début du processus de téléchargement de lot.The date and time that the batch upload process started. |
completedTimecompletedTime | chaîne au format date-heure UTCstring in UTC date-time format | Date et heure de fin du processus de téléchargement de lot.The date and time that the batch upload process completed. |
devicesStatusdevicesStatus | Tableau de ressources DeviceUploadDetailsarray of DeviceUploadDetails resources | Tableau d’objets qui spécifient l’état de chaque chargement d’informations sur l’appareil.An array of objects that specify the status of each device information upload. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
DeviceUploadDetailsDeviceUploadDetails
DeviceUploadDetails décrit l’état d’un téléchargement d’informations sur un appareil.DeviceUploadDetails describes the status of an upload of information about a device.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
deviceIddeviceId | stringstring | Chaîne au format GUID qui est associée à l’appareil.A GUID-formatted string that is associated with the device. |
serialNumberserialNumber | stringstring | Numéro de série associé de manière unique à l’appareil.The serial number uniquely associated with the device. |
productKeyproductKey | stringstring | Clé de produit associée de manière unique à l’appareil.The product key uniquely associated with the device. |
statusstatus | stringstring | État du chargement des informations sur l’appareil : « en cours », « terminé », « terminé _ avec des _ Erreurs ».The status of the device information upload: "in-progress", "finished", "finished_with_errors". |
errorCodeerrorCode | stringstring | Code d’erreur d’état HTTP renvoyé en cas d’échec du chargement de l’appareil.The HTTP status error code returned if the device upload fails. |
errorDescriptionerrorDescription | stringstring | Description de l’erreur HTTP en cas d’échec du chargement de l’appareil.The HTTP error description if the device upload fails. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
DeviceBatchDeviceBatch
DeviceBatch représente une collection d’appareils.DeviceBatch represents a collection of devices.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
idid | stringstring | Chaîne au format GUID associée au lot d’appareils.A GUID-formatted string that is associated with the batch of devices. |
createdBycreatedBy | stringstring | Nom du locataire qui a créé la collection.The name of the tenant that created the collection. |
creationDatecreationDate | chaîne au format date-heure UTCstring in UTC date-time format | Les données et l’heure de création de la collection.The data and time that the collection was created. |
deviceCountdeviceCount | nombrenumber | Nombre d’appareils dans la collection.The number of devices in the collection. |
devicesLinkdevicesLink | LienLink | Un lien vers les appareils contenus dans ce lot.A link to the devices contained in this batch. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
DeviceBatchCreationRequestDeviceBatchCreationRequest
DeviceBatchCreationRequest fournit les informations nécessaires pour créer un lot d’appareils et le remplit avec des appareils.DeviceBatchCreationRequest provides the information required to create a device batch and populates it with devices.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
batchIdbatchId | stringstring | Chaîne au format GUID associée au lot d’appareils.A GUID-formatted string that is associated with the batch of devices. |
appareilsdevices | Tableau d’objets Devicearray of Device objects | Chaque objet spécifie un appareil.Each object specifies a device. Les combinaisons de champs suivantes pour identifier un appareil sont acceptées : hardwareHash + productKey, hardwareHash + serialNumber, hardwareHash + productKey + serialNumber, hardwareHash uniquement, productKey only, serialNumber + oemManufacturerName + modelName.The following combinations of fields for identifying a device are accepted: hardwareHash + productKey, hardwareHash + serialNumber, hardwareHash + productKey + serialNumber, hardwareHash only, productKey only, serialNumber + oemManufacturerName + modelName. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |
DevicePolicyUpdateRequestDevicePolicyUpdateRequest
DevicePolicyUpdateRequest fournit les informations nécessaires pour mettre à jour une liste de périphériques avec une stratégie.DevicePolicyUpdateRequest provides the information required to update a list of devices with a policy.
PropriétéProperty | TypeType | DescriptionDescription |
---|---|---|
appareilsdevices | Tableau d’objets Devicearray of Device objects | Chaque objet spécifie un appareil.Each object specifies a device. Les propriétés suivantes sont requises : ID, stratégies.The following properties are required: Id, Policies. |
attributsattributes | ResourceAttributesResourceAttributes | Attributs de métadonnées.The metadata attributes. |