Resources | Methods |
---|---|
https://localhost:8443/api/rest/log-archives |
GET
Retrieves a list of log archives and selective individual log files.
GET Retrieves a list of the specified log archive type. DELETE Rolls and deletes all archived logs on this node. |
https://localhost:8443/api/rest/log-archives/roll-logs |
POST
Initiates the process to roll the logs.
|
https://localhost:8443/api/rest/log-archives/snapshot-logs/{server-name} |
POST
Initiates the process to take a snapshot of the active logs.
|
https://localhost:8443/api/rest/log-archives/{log-archive-identifier} |
GET
Retrieves the log file.
DELETE Deletes the log archive. |
GETRetrieves a list of log archives and selective individual log files. [tags: DMA] Response
GETRetrieves a list of the specified log archive type. Instead of always returning information on all archive files, this api call allows the user to specify the log archive type and whether to include checksum information. [tags: DMA] RequestRepresentations
Response
DELETERolls and deletes all archived logs on this node. Response
|
POSTInitiates the process to roll the logs. A resource URL to check the status of the roll operation will be returned in the Location header. [tags: DMA] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
server-name | xs:string | The name of the physical server where the snapshot is taken. |
POSTInitiates the process to take a snapshot of the active logs. The logs are archived but not rolled in this operation. A resource URL to check the status of the archive operation will be returned in the Location header. [tags: DMA] RequestResponse
|
Name | Type | Description |
---|---|---|
log-archive-identifier | xs:string | The unique identifier of the log file archive |
GETRetrieves the log file. This could be either an archived, which includes several logs, or an individual log file. [tags: DMA] Response
DELETEDeletes the log archive. [tags: DMA] Response
|