zebraFotaArtifact 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.

Describes a single artifact for a specific device model.

Methods

Method Return Type Description
List zebraFotaArtifacts zebraFotaArtifact collection List properties and relationships of the zebraFotaArtifact objects.
Get zebraFotaArtifact zebraFotaArtifact Read properties and relationships of the zebraFotaArtifact object.
Create zebraFotaArtifact zebraFotaArtifact Create a new zebraFotaArtifact object.
Delete zebraFotaArtifact None Deletes a zebraFotaArtifact.
Update zebraFotaArtifact zebraFotaArtifact Update the properties of a zebraFotaArtifact object.

Properties

Property Type Description
id String Artifact unique ID from Zebra
deviceModel String Applicable device model (e.g.: TC8300)
osVersion String Artifact OS version (e.g.: 8.1.0)
patchVersion String Artifact patch version (e.g.: U00)
boardSupportPackageVersion String The version of the Board Support Package (BSP. E.g.: 01.18.02.00)
releaseNotesUrl String Artifact release notes URL (e.g.: https://www.zebra.com/<filename.pdf>)
description String Artifact description. (e.g.: `LifeGuard Update 98 (released 24-September-2021)

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.zebraFotaArtifact",
  "id": "String (identifier)",
  "deviceModel": "String",
  "osVersion": "String",
  "patchVersion": "String",
  "boardSupportPackageVersion": "String",
  "releaseNotesUrl": "String",
  "description": "String"
}