Download OpenAPI specification:Download
ExtremeLocation Asset Manager APIs allow you to programmatically access and manage assets and asset alarms. You can classify onboarded assets and declassify removed assets. Assets can be onboarded with or without tracker device mapping.
Get all asset details page by page
pg | integer <int32> Default: "1" Page number |
ps | integer <int32> Default: "10000" Page size. |
Asset details
No content : if no data for given tenant.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Check message for detailed action.
User session has expired. Re-authenticate
If the Asset ID is specified in the request body, then details are updated, otherwise a new entity is created.
contentDisposition | object (ContentDisposition) |
entity | object |
headers | object |
mediaType | object (MediaType) |
messageBodyWorkers | object (MessageBodyWorkers) |
parent | object (MultiPart) |
providers | object (Providers) |
formDataContentDisposition | object (FormDataContentDisposition) |
simple | boolean Default: false |
name | string |
value | string |
parameterizedHeaders | object |
Asset created/updated successfully.
Bad Request : Some of the mandatory fields are missing.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Check message for detailed action.
User session has expired. Re-authenticate
Download asset image by ID
file required | string image file ID. |
Asset image stream retrieved
No content : No image.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Check message for detailed action.
User session has expired. Re-authenticate
Get asset details by ID
id required | string |
Asset details
No content : if no asset entity for given id.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Check message for detailed action.
User session has expired. Re-authenticate
Update the asset details. If ID is specifiec then details are updated, otherwise a new entity is created.
contentDisposition | object (ContentDisposition) |
entity | object |
headers | object |
mediaType | object (MediaType) |
messageBodyWorkers | object (MessageBodyWorkers) |
parent | object (MultiPart) |
providers | object (Providers) |
formDataContentDisposition | object (FormDataContentDisposition) |
simple | boolean Default: false |
name | string |
value | string |
parameterizedHeaders | object |
Asset created/updated successfully.
Bad Request : Some of the mandatory fields are missing.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Check message for detailed action.
User session has expired.Re-authenticate
Delete asset details from the system.
id required | string Asset unique ID. |
Asset deleted successfully.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Failed to delete the asset details. Check message for detailed action.
User session has expired. Re-authenticate
Get all asset alarm details page by page. Filter can be added to filter by active or by given asset id
pg | integer <int32> Default: "1" Page number |
ps | integer <int32> Default: "10000" Page size. |
active | boolean Default: "true" Active filter. |
aid | string Asset id filter. |
Asset alarms details
No content : if no data for given tenant.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Check message for detailed action.
User session has expired. Re-authenticate
Get asset alarm by ID
id required | string Alarm ID |
Asset alarm details
No content : if no data for given tenant.
Unauthorized : Invalid auth token
Internal Server Error : API Error. Check message for detailed action.
User session has expired. Re-authenticate