windowsAutopilotSettings resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The windowsAutopilotSettings resource represents a Windows Autopilot Account to sync data with Windows device data sync service.
Methods
Method | Return Type | Description |
---|---|---|
Get windowsAutopilotSettings | windowsAutopilotSettings | Read properties and relationships of the windowsAutopilotSettings object. |
Update windowsAutopilotSettings | windowsAutopilotSettings | Update the properties of a windowsAutopilotSettings object. |
sync action | None | Initiates a sync of all AutoPilot registered devices from Store for Business and other portals. If the sync successful, this action returns a 204 No Content response code. If a sync is already in progress, the action returns a 409 Conflict response code. If this sync action is called within 10 minutes of the previous sync, the action returns a 429 Too Many Requests response code. |
Properties
Property | Type | Description |
---|---|---|
id | String | The GUID for the object |
lastSyncDateTime | DateTimeOffset | Last data sync date time with DDS service. |
lastManualSyncTriggerDateTime | DateTimeOffset | Last data sync date time with DDS service. |
syncStatus | windowsAutopilotSyncStatus | Indicates the status of sync with Device data sync (DDS) service. Possible values are: unknown , inProgress , completed , failed . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsAutopilotSettings",
"id": "String (identifier)",
"lastSyncDateTime": "String (timestamp)",
"lastManualSyncTriggerDateTime": "String (timestamp)",
"syncStatus": "String"
}