References¶
Complete API Reference¶
Method |
URL |
Description |
---|---|---|
GET |
|
Get a list of all alerts. |
GET |
|
Get a single alert by alert id. |
POST |
|
Disposition an Alert through API. |
GET |
|
Get a list of all assets. |
GET |
|
Get a single asset by asset id. |
POST |
|
Add a new asset. |
POST |
|
Add multiple new assets. |
PUT |
|
Updates a single asset. |
PUT |
|
Updates multiple assets. |
DELETE |
|
Deletes a single asset. |
DELETE |
|
Deletes multiple assets. |
GET |
|
Get running totals for |
GET |
|
Get system stats. |
Status Codes¶
All status codes are standard HTTP status codes. The table below are status codes commonly used in LayerX’s API.
Status Code |
Description |
---|---|
200 |
OK |
400 |
Bad Request by Client |
403 |
Forbidden |
404 |
Resource no found |
500 |
Internal LayerX Error |
501 |
Not Implemented |
503 |
Service Unavailable |
Disposition Description¶
Value |
Description |
---|---|
0 |
Open. |
1 |
Under Review. |
2 |
Acknowledged. |
3 |
Release. |
4 |
Disregarded. This will delete Alert from system. |
14 |
Closed. |
15 |
Closed and Locked. This will delete Alert from system. |