Asset APIs
Get Assets
GET /asset/v1/list | |
---|---|
Method | GET |
Endpoint | /asset/v1/list |
Headers | Authorization |
Path Parameters | Not applicable |
Query Parameters | accountNo, ibx, classification, cages |
Body Parameters | Not applicable |
This API request returns a list of assets of a specified category (electrical or mechanical), in a given IBX data center and associated with a specified customer account.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
Sample curl request
curl -X
GET "https://api.equinix.com/asset/v1/list?accountNo=1&ibx=CH1&classification=Mechanical"
-H "authorization: Bearer asxQMSbBwcNzI2fCCNwSwTh3phV2'
Query parameters
Parameter | Description |
---|---|
accountNo string REQUIRED | Customer account number. Example: 1234 |
ibx string REQUIRED | IBX data center identifier. Example: SV1 |
classification string REQUIRED | Asset classification category. Applicable values:
|
cages array[string] OPTIONAL | Colocation cage identifier. If not specified, assets are retrieved from all customer cages in the specified location. Example: CH1:05:000550 |
Sample response
{
"payLoad": {
"classification": "Mechanical",
"categories": [
{
"templates": [
{
"assets": [
{
"assetId": "CH1.FC 2",
"ibx": "CH1",
"alarmStatus": "OK",
"resiliencyStatus": "Resiliency Not Configured",
"alarmLastTriggeredTime": null,
"alarmLastClearedTime": null
}
],
"templateId": "Fan Coil"
},
{
"assets": [],
"templateId": "Fans"
},
{
"assets": [],
"templateId": "Humidifier"
},
{
"assets": [],
"templateId": "RAH with Chilled Water"
}
],
"categoryName": "Air Handling"
},
{
"templates": [
{
"assets": [],
"templateId": "Chiller Air Cooled"
},
{
"assets": [
{
"assetId": "CH1.Lead Chilled Water Manager",
"ibx": "CH1",
"alarmStatus": "NOT OK",
"resiliencyStatus": "Resiliency Not Configured",
"alarmLastTriggeredTime": "Feb 15,2019 02:59 AM",
"alarmLastClearedTime": "Currently Active"
}
],
"templateId": "Cooling Plant"
}
],
"categoryName": "Cooling"
},
{
"templates": [
{
"assets": [
{
"assetId": "CH1.VESDA",
"ibx": "CH1",
"alarmStatus": "OK",
"resiliencyStatus": "Resiliency Not Configured",
"alarmLastTriggeredTime": "Aug 21,2018 10:52 AM",
"alarmLastClearedTime": "Aug 21,2018 01:52 PM"
}
],
"templateId": "Early Smoke Detection"
},
{
"assets": [
{
"assetId": "CH1.Fire Alarm System",
"ibx": "CH1",
"alarmStatus": "OK",
"resiliencyStatus": "Resiliency Not Configured",
"alarmLastTriggeredTime": "Feb 01,2019 11:25 AM",
"alarmLastClearedTime": "Feb 01,2019 12:25 PM"
}
],
"templateId": "Fire Alarm"
}
],
"categoryName": "Fire, Smoke Detection"
},
{
"templates": [
{
"assets": [],
"templateId": "Leak Detection"
}
],
"categoryName": "Leak Detection"
}
]
},
"status": {
"type": "INFO",
"statuscode": "1000",
"msg": "OK"
}
}
Response payload body description
Parameter | Description |
---|---|
classification string | Asset classification. Possible values:
|
categories array[object] | Dataset containing assets grouped by category. |
templates array[object] | Asset information data structure. |
assets array[object] | Dataset containing assets of a given category. |
assetId string | Asset identifier. Example: DC5.UPS-R1 |
ibx string | IBX data center identifier. Example: SV1 |
alarmStatus string | Asset's alarm status. Example: OK |
resiliencyStatus string | Asset's resiliency status. Example: Resiliency as Designed |
alarmLastTriggeredTime string | Date and time the alarm was triggered most recently. Example: Aug 21,2017 04:52 AM |
alarmLastClearedTime string | Date and time the alarm was cleared most recently. Example: Aug 21,2017 04:52 AM |
templateId string | Asset template identifier. Example: Fan Coil |
categoryName string | Asset category name. Example: Air Handling |
Get Asset Details
GET /asset/v1/details | |
---|---|
Method | GET |
Endpoint | asset/v1/details |
Headers | Authorization |
Path Parameters | Not applicable |
Query Parameters | accountNo, ibx, classification, assetId |
Body Parameters | Not applicable |
This API request returns details of a specified asset instance.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
Sample curl request
curl -X
GET "https://api.equinix.com/asset/v1/details?accountNo=1&ibx=CH1&assetId=CH1.FC%202&classification=Mechanical"
-H "authorization: Bearer asxQMSbBwcNzI2fCCNwSwTh3phV2'
Query parameters
Parameter | Description |
---|---|
accountNo string REQUIRED | Customer account number. Example: 1234 |
ibx string REQUIRED | IBX data center identifier. Example: SV1 |
classification string REQUIRED | Asset classification category. Applicable values:
|
assetId string REQUIRED | Asset identifier. Example: AB2.FC1 |
Sample response
{
"payLoad": {
"assetId": "CH1.FC 2",
"assetType": "",
"userPrefTimeZone": "America/New_York",
"tags": [
{
"value": 4.9,
"tagId": "CH1.Chiller-1:evapleavingwatertemperature",
"tagDisplayName": "Evaporator Leaving Water Temperature",
"uom": "°C",
"alarmStatus": "OK",
"readingTime": "20170907060449"
}
],
"lastMaintenanceDate": "Dec 19,2018",
"manufacturerName": "",
"equipmentModelNumber": "",
"equipmentSerialNumber": "",
"alarmLastTriggeredTime": null,
"alarmLastProcessedTime": null
},
"status": {
"type": "INFO",
"statuscode": "1000",
"msg": "OK"
}
}
Response payload body description
Parameter | Description |
---|---|
assetId string | Asset identifier. Example: CH1.FC2 |
assetType string | Dataset containing assets grouped by category. Example: cooling |
userPrefTimeZone string | User timezone. Example: America/New_York |
tags array[object] | Data set containing tag points. |
value string | Tag point reading value. Example: 4.9 |
tagId string | Tag point identifier. Example: CH1.Chiller-1:evapleavingwatertemperature |
tagDisplayName string | Tag point label. Example: Evaporator Leaving Water Temperature |
uom string | Unit of measure in which the reading value is expressed. Example: °C |
alarmStatus string | Tag point's alarm status. Example: OK |
readingTime string | Date and time when the reading was taken. Example: 20170907060449 |
lastMaintenanceDate string | Asset classification. Example: Aug 03,2016 |
manufacturerName string | Asset manufacturer name. Example: SMARDT |
equipmentModelNumber string | Asset model identifier. Example: SACAC110-3EXX-2A1-16A-010 |
equipmentSerialNumber string | Asset instance serial number. Example: |
alarmLastTriggeredTime string | Date and time when the latest alarm was triggered on the asset. Example: Aug 21,2017 04:38 AM |
alarmLastProcessedTime string | Date and time when the latest alarm was processed on the asset. Example: Aug 21,2017 05:52 AM |
If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Smart View portal access.
POST Asset Details
POST /asset/v1/details | |
---|---|
Method | POST |
Endpoint | /asset/v1/details |
Headers | Authorization, Content-Type |
Path Parameters | Not applicable |
Query Parameters | Not applicable |
Body Parameters | accountNo, ibx, classification, assetId list |
Given an account number, IBX code, asset classification (Electrical, Mechanical), and the assetId list return the asset details including tag points list for each asset. The response includes the assetId, IBX, alarmStatus, resiliencyStatus, alarmLastTriggeredTime, alarmLastClearedTime information for each asset.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
Sample curl request
curl -X
POST 'https://api.equinix.com/asset/v1/details -H 'Authorization: Bearer 21T65PfrRgJK5guVYceyLnSLRl1s'
-H 'content-type: application/json'
-H 'authorization: Bearer asxQMSbBwcNzI2fCCNwSwTh3phV2'
-d '{
"accountNo": "1",
"ibx": "CH1",
"assetIds": [
"CH1.FC 2",
"CH1.Lead Chilled Water Manager"
],
"classification":"Mechanical"
}'
The description of the request payload is as follows:
Body Parameter Name | Mandatory | Type | Example | Applicable values | Description |
---|---|---|---|---|---|
accountNo | Y | string | 1234 | Customer account number | |
ibx | Y | string | AB2 | Name of the IBX for which data is being requested. | |
classification | Y | string | Mechanical | Electrical, Mechanical | Enum value indication the asset classification for which to fetch the list. |
assetIds | Y | the array of assetid's | AB2.FC1 | Unique identifier for the asset. |
{
"payLoad": {
"totalCount": 2,
"assetDetails": [
{
"assetId": "CH1.FC 2",
"assetType": "",
"userPrefTimeZone": "America/New_York",
"tags": [],
"lastMaintenanceDate": "Dec 19,2018",
"manufacturerName": "",
"equipmentModelNumber": "",
"equipmentSerialNumber": "",
"alarmLastTriggeredTime": null,
"alarmLastProcessedTime": null
},
{
"assetId": "CH1.Lead Chilled Water Manager",
"assetType": "",
"userPrefTimeZone": "America/New_York",
"tags": [
{
"value": "42.26",
"tagId": "CH1.Lead Chilled Water Manager:primarychilledwatersupplytemperature",
"tagDisplayName": "Primary Chilled Water Supply Temperature",
"uom": "°F",
"alarmStatus": "NOT OK",
"readingTime": "20190218205638"
}
],
"lastMaintenanceDate": "",
"manufacturerName": "",
"equipmentModelNumber": "",
"equipmentSerialNumber": "",
"alarmLastTriggeredTime": "Dec 31,1969 07:00 PM",
"alarmLastProcessedTime": "Currently Active"
}
]
},
"status": {
"type": "INFO",
"statuscode": "1000",
"msg": "OK"
}
}
The description of the response payload is as follows:
Field name | Type | Example | Description |
---|---|---|---|
totalCount | number | 2 | The total number of assets that match the request. |
assetDetails | an array of assetdetails object | Asset details, including the tag points with data for the asset. | |
assetId | string | CH1.FC2 | Indicates the unique identifier for the asset. |
assetType | string | cooling | Indicates the template name for the asset. |
userPrefTimeZone | string | "America/New_York" | Timezone for the user. |
tags | array of the tag object | Specifies the list of tag points for the asset. | |
value | string | 4.9 | The current data value for the tag point. |
tagId | string | CH1.Chiller1:evapleavingwatertemperature | Unique identifier for the tag point. |
tagDisplayName | string | Evaporator leaving water temperature | The display name for the tag point. |
uom | string | oC | Unit of measure for the tag point data value. |
alarmStatus | string | OK | Alarm status for the tag point. |
readingTime | string | 20170907060449 | Date-time when the tag point value was read from the device. |
lastMaintenanceDate | string | "Dec 19,2018" | Date-time when the asset had its last maintenance. |
manufacturerName | string | SMARDT | Asset manufacturer name. |
equipmentModelNumber | string | SACAC110-3EXX-2A1-16A-010 | Equipment model number. |
equipmentSerialNumber | string | FF0010I233Q1276 | Equipment serial number. |
alarmLastTriggeredTime | string | Aug 21,2017 04:38 AM | Date-time when the latest alarm was triggered on the asset. |
alarmLastProcessedTime | string | Aug 21,2017 05:52 AM | Date-time when the latest alarm was processed on the asset. |
If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Smart View portal access.
GET Affected Locations For a Given Asset
GET /asset/v1/tagpoint/affected-assets | |
---|---|
Method | GET |
URL or End Point | /asset/v1/tagpoint/affected-assets |
Headers | Authorization, Content-Type |
Query Parameters | accountNo, ibx, classification assetId |
Body | Not applicable |
Given an account number, IBX code, and an assetId, return the corresponding locations hierarchy of related assets.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
The following screenshots show a sample curl request to get assets location hierarchy details for the account number 1 and a JSON response containing result.
curl -X
GET "https://api.equinix.com/asset/v1/tagpoint/affected-assets?accountNo=1&ibx=CH1&classification=Electrical&assetId=CH1.PDU-1-2A"
-H "content-type: application/json"
-H "authorization: Bearer asxQMSbBwcNzI2fCCNwSwTh3phV2'
The description of the query parameters is as follows:
Query Parameter Name | Mandatory | Type | Example | Applicable values | Description |
---|---|---|---|---|---|
accountNo | Y | string | 1234 | Customer account number | |
ibx | Y | string | AB2 | Name of the IBX for which data is being requested. | |
classification | Y | string | Mechanical | Electrical, Mechanical | Enum value indication the asset classification for which to fetch the list for. |
assetId | Y | string | AB2.FC1 | Unique identifier for the asset. |
{
"payLoad": {
"cages": [
{
"name": "CH1:05:FE00021",
"type": "cage",
"cabinets": [
{
"name": "CH1:05:FE00021:0101",
"type": "cabinet",
"circuits": [
{
"name": "20744057",
"type": "circuit"
}
]
}
],
"circuits": null
},
{
"name": "CH1:05:BCM000",
"type": "cage",
"cabinets": [
{
"name": "CH1:05:BCM000:9999",
"type": "cabinet",
"circuits": [
{
"name": "15137957",
"type": "circuit"
},
{
"name": "20679433",
"type": "circuit"
},
{
"name": "20626057",
"type": "circuit"
}
]
}
],
"circuits": null
}
]
},
"status": {
"type": "INFO",
"statuscode": "1000",
"msg": "OK"
}
}
The description of the response payload is as follows:
Field name | Type | Example | Description |
---|---|---|---|
cages | array of Cages object | ||
name | string | CH1:05:FE00021 | Cage unique space identifier. |
type | string | cage | Type of the space asset. |
cabinets | array of Cabinet objects | ||
cabinets.name | string | CH1:05:FE00021.0101 | Cabinet name. |
cabinets.type | string | cabinet | Type of the space asset. |
cabinets.circuits | array of Circuits objects | ||
cabinets.circuits.name | string | 15137957 | Circuit name. |
cabinets.circuits.type | string | circuit | Type of the space asset. |
circuits | array of CircuitsMapWithCage object | ||
circuits.name | string | 877484 | Circuit name. |
circuits.type | string | circuit | Type of the space asset. |
If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Smart View portal access.
GET Asset Tag Point
GET /asset/v1/tagpoint/current | |
---|---|
Method | GET |
URL or End Point | /asset/v1/tagpoint/current |
Headers | Authorization, Content-Type |
Query Parameters | accountNo, ibx, tagId |
Body | Not applicable |
Given an account number, IBX code, and asset tag point, return its latest value.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
The following screenshots show a sample curl request to get asset tagpoint and a JSON response containing result.
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'
The description of the query parameters is as follows:
Query Parameter Name | Mandatory | Type | Example | Applicable values | Description |
---|---|---|---|---|---|
accountNo | Y | string | 1234 | Customer account number | |
ibx | Y | string | CH1 | Name of the IBX for which data is being requested. | |
tagId | Y | string | CH1.Lead Chilled Water Manager:primarychilledwatersupplytemperature | Unique identifier for the tagpoint. |
{
"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"
}
}
The description of the response payload is as follows:
Field name | Type | Example | Description |
---|---|---|---|
value | string | 4.9 | Current data value for the tag point. |
tagId | string | CH1.Chiller1:evapleavingwatertemperature | Unique identifier for the tag point. |
tagDisplayName | string | Evaporator leaving water temperature | Display name for the tag point. |
uom | string | oC | Unit of measure for the tag point data value. |
alarmStatus | string | OK | Alarm status for the tag point. |
readingTime | string | 20170907060449 | Date-time when the tag point value was read from the device. |
If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Smart View portal access.
POST Asset Tag Points
POST /asset/v1/tagpoint/current | |
---|---|
Method | POST |
URL or End Point | /asset/v1/tagpoint/current |
Headers | Authorization, Content-Type |
Query Parameters | Not applicable |
Body | accountNo, ibx, tagId |
Given an account number, IBX code, and asset tag point, return its latest value.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
The following screenshots show a sample curl request to get an asset tagpoint and a JSON response containing the result.
curl -X
POST https://api.equinix.com/asset/v1/tagpoint/current
-H 'content-type: application/json'
-H 'authorization: Bearer jBilbaA9AAdePnHhQLC29ZK7fj5b'
-d '{
"accountNo": "1",
"tagIds": [
"CH1.Lead Chilled Water Manager:primarychilledwatersupplytemperature",
"CH1.UPS-5:batterytimeremaining"
],
"ibx": "CH1"
}'
The description of the request payload is as follows:
Body Parameter Name | Mandatory | Type | Example | Applicable values | Description |
---|---|---|---|---|---|
accountNo | Y | string | 1234 | Customer account number | |
ibx | Y | string | CH1 | Name of the IBX for which data is being requested. | |
tagIds | Y | string | CH1.Lead Chilled Water Manager:primarychilledwatersupplytemperature, CH1.UPS-5:batterytimeremaining | Unique identifier list for the tagpoints. |
{
"payLoad": [
{
"value": "AVAILABLE DURING DISCHARGE",
"tagId": "CH1.UPS-5:batterytimeremaining",
"tagDisplayName": "Battery Time Remaining",
"uom": "",
"readingTime": "20190218233515"
},
{
"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"
}
}
The description of the response payload is as follows:
Field name | Type | Example | Description |
---|---|---|---|
value | string | 4.9 | The current data value for the tag point. |
tagId | string | CH1.Chiller1:evapleavingwatertemperature | Unique identifier for the tag point. |
tagDisplayName | string | Evaporator leaving water temperature | The display name for the tag point. |
uom | string | oC | Unit of measure for the tag point data value. |
alarmStatus | string | OK | Alarm status for the tag point. |
readingTime | string | 20170907060449 | Date-time when the tag point value was read from the device. |
If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Smart View portal access.
GET Asset Tag Point Trending
GET /asset/v1/tagpoint/trending | |
---|---|
Method | GET |
URL or End Point | /asset/v1/tagpoint/trending |
Headers | Authorization, Content-Type |
Query Parameters | accountNo, ibx, tagId |
Body | Not applicable |
Given an account number, IBX code, and asset tagpoint return the corresponding trending information.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
The following screenshots show a sample curl request to get asset tagpoint trending data and a JSON response containing the result.
curl -X
GET "https://api.equinix.com/asset/v1/tagpoint/trending?accountNo=1&ibx=CH1&tagId=CH1.Lead%20Chilled%20Water%20Manager:primarychilledwatersupplytemperature&interval=1d&fromDate=1483244949000&toDate=1493958549001"
-H "content-type: application/json"
-H "authorization: Bearer asxQMSbBwcNzI2fCCNwSwTh3phV2'
The description of the query parameters is as follows:
Query Parameter Name | Mandatory | Type | Example | Applicable values | Description |
---|---|---|---|---|---|
accountNo | Y | string | 1234 | Customer account number | |
ibx | Y | string | CH1 | Name of the IBX for which data is being requested. | |
tagId | Y | string | CH1.Lead Chilled Water Manager:primarychilledwatersupplytemperature | Unique identifier for the tagpoint. | |
interval | Y | string | 1d | 1hr, 1d, reading | Specifies the interval for the trend data. |
fromDate | Y | string | 1483244949000 | Indicates the start date-time in UTC. | |
toDate | Y | string | 1493958549001 | Indicates the end date-time in UTC. |
{
"payLoad": {
"accountNumber": "1",
"ibx": "CH1",
"interval": "1d",
"uom": "°C",
"tagId": "CH1.Lead Chilled Water Manager:primarychilledwatersupplytemperature",
"tagDisplayName": "Primary Chilled Water Supply Temperature",
"dataType": "Float",
"data": [
{
"datetime": "1483401600000",
"value": "5.11"
},
{
"datetime": "1486857600000",
"value": "5.44"
},
{
"datetime": "1487289600000",
"value": "5.5"
},
{
"datetime": "1493736289000",
"value": "7.06"
}
]
},
"status": {
"type": "INFO",
"statuscode": "1000",
"msg": "OK"
}
}
The description of the response payload is as follows:
Field name | Type | Example | Description |
---|---|---|---|
accountNo | string | 1234 | Customer account number. |
ibx | string | CH1 | IBX code |
interval | string | 1h, 1d, reading | Data collection interval. |
uom | string | oC | Unit of measure for the tag point data value. |
value | string | 4.9 | The current data value for the tag point. |
tagId | string | CH1.Chiller1:evapleavingwatertemperature | Unique identifier for the tag point. |
tagDisplayName | string | Evaporator leaving water temperature | The display name for the tag point. |
dataType | string | string | The data type of the trend data values. |
data | array | The array of DateTime and value pair of the collected values of the trend data tag point. | |
datetime | string | 20170907060449 | Date-time when the tag point value was read from the device. |
value | string | 4.2 | Tag point value. |
If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Smart View portal access.
GET Asset Search
GET /asset/v1/search | |
---|---|
Method | GET |
URL or End Point | /asset/v1/search |
Headers | Authorization, Content-Type |
Query Parameters | accountNo, ibx, searchString |
Body | Not applicable |
Given an AssetId and the specified search string, all the results matching the search string will be retrieved. The search string support wild cards.
If you are unaware of how to obtain an authorization token, refer Requesting Access and Refresh tokens under Getting Access Token.
The following screenshots show a sample curl request to search assets for the given searchString and a JSON response containing the result.
curl -X
GET "https://api.equinix.com/asset/v1/search?accountNo=1&ibx=CH1&searchString=CH1.UPS-5"
-H "content-type: application/json"
-H "authorization: Bearer asxQMSbBwcNzI2fCCNwSwTh3phV2'
The description of the query parameters is as follows:
Query Parameter Name | Mandatory | Type | Example | Applicable values | Description |
---|---|---|---|---|---|
accountNo | Y | string | 1234 | Customer account number | |
ibx | Y | string | AB2 | Name of the IBX for which data is being requested. | |
searchString | Y | string | CH1.UPS-5 | Search string. |
{
"payLoad": {
"totalCount": 1,
"assetsList": [
{
"assetId": "CH1.UPS-5",
"type": "UPS",
"assetLabel": "CH1.UPS-5",
"assetClassification": "Electrical"
}
]
},
"status": {
"type": "INFO",
"statuscode": "1000",
"msg": "OK"
}
}
The description of the response payload is as follows:
Field name | Type | Example | Description |
---|---|---|---|
totalCount | number | 2 | The total number of assets that match the request. |
assetList | array of assets | Asset list, matching the search string. | |
assetId | string | CH1.FC2 | Indicates the circuit number, sensor id, asset id, asset id for type circuit, sensor, electrical and mechanical resp. |
type | string | ASTS | Indicates the template name for the asset. |
assetLabel | string | CH1.FC2 | Indicates the Circuit display label, Sensor ID, and Asset ID for types circuit, sensor, electrical and mechanical resp |
assetClassification | string | Electrical, Mechanical | Indicates the asset classification. |
alarmLastTriggeredTime | string | Aug 21,2017 04:38 AM | Date-time when the latest alarm was triggered on the asset. |
alarmLastProcessedTime | string | Aug 21,2017 05:52 AM | Date-time when the latest alarm was processed on the asset. |
If you get “Access Denied” error, contact your local Equinix Service Desk for Equinix Smart View portal access.