Request URL
/logs-service/api/v1.0/logs/archive/indices
Example request URL
https://HostA.bmc.com/logs-service/api/v1.0/logs/archive/indices
Request Header
Content-Type: application/json
Authorization: Bearer <JWT_token>
Paameter details
Example request body
{
"indices": [
{
"indexName": "string",
"status": "string",
"size": "string",
"start_time": "string",
"end_time": "string",
"creation_date": "string"
}
]
}
Response codes
| |
|---|
| List of indices is returned successfully. |
| Error for invalid data. Check if all input values are valid. |
| Authorization failure. Verify roles assigned to you and JWT. |
| Incorrect request format. Ensure that the request format is JSON. |
| Unexpected condition encountered. Contact BMC Support. |
Back to top