zebraFotaDeployment 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 Zebra FOTA deployment entity that describes settings, deployment device groups required to create a FOTA deployment, and deployment status.

Methods

Method Return Type Description
List zebraFotaDeployments zebraFotaDeployment collection List properties and relationships of the zebraFotaDeployment objects.
Get zebraFotaDeployment zebraFotaDeployment Read properties and relationships of the zebraFotaDeployment object.
Create zebraFotaDeployment zebraFotaDeployment Create a new zebraFotaDeployment object.
Delete zebraFotaDeployment None Deletes a zebraFotaDeployment.
Update zebraFotaDeployment zebraFotaDeployment Update the properties of a zebraFotaDeployment object.
cancel action Boolean

Properties

Property Type Description
id String System generated deployment id provided during creation of the deployment. Returned only if operation was a success.
displayName String A human readable name of the deployment.
description String A human readable description of the deployment.
deploymentSettings ** Unknown Type microsoft.intune.core.msGraph.zebraFotaDeploymentSettings ** Represents settings required to create a deployment such as deployment type, artifact info, download and installation
deploymentAssignments ** Unknown Type microsoft.intune.core.msGraph.androidFotaDeploymentAssignment ** collection Collection of Android FOTA Assignment
deploymentStatus ** Unknown Type microsoft.intune.core.msGraph.zebraFotaDeploymentStatus ** Represents the deployment status from Zebra. The status is a high level status of the deployment as opposed being a detailed status per device.
roleScopeTagIds String collection List of Scope Tags for this Entity instance

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.zebraFotaDeployment",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "deploymentSettings": "<Unknown None>",
  "deploymentAssignments": [
    "<Unknown None>"
  ],
  "deploymentStatus": "<Unknown None>",
  "roleScopeTagIds": [
    "String"
  ]
}