Get Platform Status for all services
You can use use the following parameters in a request to get the Platform Status for all services:
location=Chinaservice=Geocoding Chinalocation=AWS: AP-NorthEast-1 (Tokyo)format=xml
Procedure
Incorporate the following request into your code to get China information using the parameters mentioned, above:
GET https://here.service-now.com/api/here/v1/status?location=China&service=Geocoding China&location=AWS: AP-NorthEast-1 (Tokyo)&format=xml
Result
The following response is received:
<result>
<status>eventful</status>
<description>incident with Mobile SDKs China, Geocoding China</description>
<events>
<affected>Mobile SDKs China, Geocoding China</affected>
<start_date>2022-G4-27T12:34:23.0O0Z</start_date>
<end_date></end_date>
<description>This is test Description</description>
<type>outage</type>
<region>AWS: AP-NorthEast-1 (Tokyo)</region>
</events>
</result>Updated last month