Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Returns a list of meta data used for System Log information data.
Resource URL
http://{host}/api/2.0/sys_log/meta/.format
Example Request
GET
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Returns a list of all System Log events information.
Resource URL
http://{host}/api/2.0/sys_log/.format
Example Request
GET
Expand | |||||
---|---|---|---|---|---|
| |||||
|
DELETE sys_log/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a single System Log Event.
Resource URL
http://{host}/api/2.0/sys_log/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired System log task to be deleted. |
Example Request
DELETE
Expand | |||||
---|---|---|---|---|---|
| |||||
|