Condividi tramite


Device deployment - Get BatchJobStatus

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/batchJobStatus/{batchUploadTracking_id}

Parametri dell'URI

Nome In Necessario Tipo Descrizione
batchUploadTracking_id
path True

string

ID di rilevamento batch.

customer_id
path True

string

ID cliente.

version
path True

string

Intestazione della richiesta

Nome Necessario Tipo Descrizione
Authorization True

string

Token di connessione dell'autorizzazione

ms-correlationid

string

Usato per tenere traccia delle richieste internamente. Se non viene specificato un ms-correlationid, il server genererà un nuovo elemento per ogni richiesta

ms-cv

string

Usato per tenere traccia delle richieste internamente. Se non viene specificata una ms-cv, il server genererà un nuovo per ogni richiesta

ms-requestid

string

Usato per l'idempotenza delle richieste. Se non viene specificato un ms-requestid, il server genererà un nuovo per ogni richiesta

Risposte

Nome Tipo Descrizione
200 OK

Microsoft.Partner.Providers.Contracts.V1.BatchUploadDetails

La richiesta ha avuto esito positivo. Lo stato del caricamento batch viene restituito nel corpo della risposta.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Definizioni

Nome Descrizione
Microsoft.Partner.Core.Collections.ResourceAttributes
Microsoft.Partner.Providers.Contracts.V1.BatchUploadDetails
Microsoft.Partner.Providers.Contracts.V1.DeviceUploadDetails

Microsoft.Partner.Core.Collections.ResourceAttributes

Nome Tipo Descrizione
etag

string

objectType

string

Microsoft.Partner.Providers.Contracts.V1.BatchUploadDetails

Nome Tipo Descrizione
batchTrackingId

string

completedTime

string

devicesStatus

Microsoft.Partner.Providers.Contracts.V1.DeviceUploadDetails[]

startedTime

string

status enum:
  • finished
  • finished_with_errors
  • processing
  • queued
  • unknown

Microsoft.Partner.Providers.Contracts.V1.DeviceUploadDetails

Nome Tipo Descrizione
attributes

Microsoft.Partner.Core.Collections.ResourceAttributes

deviceId

string

errorCode

string

errorDescription

string

productKey

string

serialNumber

string

status enum:
  • finished
  • finished_with_errors
  • processing
  • queued
  • unknown