200: Success
The 200 (Success) status code indicates that the HTTP request was successful. In a GET request, the response will contain an entity corresponding to the requested resource whereas, in a POST request, the response will contain an entity describing or containing the result of the action.
Code | 200 |
Description | Success. |
curl -X
GET "https://api.equinix.com/asset/v1/tagpoint/current?accountNo=1&ibx=CH1&tagId=CH1.Lead%20Chilled%20Water%20Manager:primarychilledwatersupplytemperature"
-H "content-type: application/json"
-H "authorization: Bearer asxQMSbBwcNzI2fCCNwSwTh3phV2'
This is an example of a success message.
{
"payLoad": [
{
"value": "5.7",
"tagId": "CH1.Lead Chilled Water Manager:primarychilledwatersupplytemperature",
"tagDisplayName": "Primary Chilled Water Supply Temperature",
"uom": "°C",
"readingTime": "20190218225701"
}
],
"status": {
"type": "INFO",
"statuscode": "1000",
"msg": "OK"
}
}