Delen via


Manage customer accounts - Get customer office service incidents

Hiermee worden alle office-servicestatusincidenten voor een partner opgehaald op basis van hun Active Directory-tenant-id.

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/serviceincidents/office
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/serviceincidents/office?filter.operator={filter.operator}

URI-parameters

Name In Vereist Type Description
customer_id
path True

string

Klant-id.

version
path True

string

filter.operator
query

integer (int32)

Aanvraagkoptekst

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Vereist Type Description
Authorization True

string

Bearer-token voor autorisatie

ms-correlationid

string

Wordt intern gebruikt voor het bijhouden van aanvragen. Als er geen ms-correlationid is opgegeven, genereert de server een nieuwe voor elke aanvraag

ms-cv

string

Wordt intern gebruikt voor het bijhouden van aanvragen. Als er geen ms-cv is opgegeven, genereert de server een nieuwe voor elke aanvraag

ms-requestid

string

Wordt gebruikt voor idempotentie van aanvragen. Als er geen ms-requestid is opgegeven, genereert de server een nieuwe voor elke aanvraag

Antwoorden

Name Type Description
200 OK

Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.ServiceIncidentDetail]

De aanvraag is geslaagd. De hoofdtekst van het antwoord bevat de informatie over kantoorincidenten.

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

Definities

Name Description
Microsoft.Partner.Core.Collections.Link
Microsoft.Partner.Core.Collections.ResourceAttributes
Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.ServiceIncidentDetail]
Microsoft.Partner.Core.Collections.ResourceLinks
Microsoft.Partner.Service.Customers.Contracts.V1.Enums.ServiceIncidentHistory
Microsoft.Partner.Service.Customers.Contracts.V1.ServiceIncidentDetail
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name Type Description
body

string

headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

Microsoft.Partner.Core.Collections.ResourceAttributes

Name Type Description
etag

string

objectType

string

Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.ServiceIncidentDetail]

Name Type Description
attributes

Microsoft.Partner.Core.Collections.ResourceAttributes

items

Microsoft.Partner.Service.Customers.Contracts.V1.ServiceIncidentDetail[]

links

Microsoft.Partner.Core.Collections.ResourceLinks

totalCount

integer (int32)

Name Type Description
next

Microsoft.Partner.Core.Collections.Link

previous

Microsoft.Partner.Core.Collections.Link

self

Microsoft.Partner.Core.Collections.Link

Microsoft.Partner.Service.Customers.Contracts.V1.Enums.ServiceIncidentHistory

Name Type Description
messageText

string

publishedTime

string (date-time)

Microsoft.Partner.Service.Customers.Contracts.V1.ServiceIncidentDetail

Name Type Description
actionType

string

affectedWorkloadNames

string[]

category

string

endTime

string (date-time)

id

string

impactedArea

string

impactedCustomers

integer (int32)

messageType enum:
  • all (int32)
  • incident (int32)
  • message_center (int32)
  • none (int32)
messages

Microsoft.Partner.Service.Customers.Contracts.V1.Enums.ServiceIncidentHistory[]

requiredBy

string (date-time)

resolved

boolean

severity enum:
  • critical (int32)
  • information (int32)
  • normal (int32)
  • warning (int32)
startTime

string (date-time)

status enum:
  • critical (int32)
  • information (int32)
  • normal (int32)
  • warning (int32)
workload

string

System.Collections.Generic.KeyValuePair[System.String,System.String]

Name Type Description
key

string

value

string