GET /config/tiered_storage/policies
Retrieve all tiered storage policies
Retrieve all tiered storage policies
| MIME Type |
|---|
application/json |
| Parameter | Type | Optionality | Data Type | MIME Type | Description |
|---|---|---|---|---|---|
fields |
query |
Optional |
String |
text/plain |
Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas. |
Range |
header |
Optional |
String |
text/plain |
Optional - Use this parameter to restrict the number of elements that are returned in the list to a specified range. The list is indexed starting at zero. |
filter |
query |
Optional |
String |
text/plain |
Optional - This parameter is used to restrict the elements in a list base on the contents of various fields. |
| HTTP Response Code | Unique Code | Description |
|---|---|---|
200 |
All tiered storage policies have been retrieved |
|
403 |
1001 |
The user is forbidden from retrieving the tiered storage policies |
500 |
1002 |
An error occurred while retrieving the tiered storage policies |
Response Description
id- Long - The ID of the tiered storage policyname- String - The name of the tiered storage policydatabase- String - The name of the Ariel database the tiered storage policy applies tomaster_node_id- Long - The ID of the master node in the data cluster the tiered storage policy applies toperiod- Long - The time period in milliseconds after which data will age outenabled- Boolean - Whether the tiered storage policy is enabled
Response Sample
[
{
"database": "String",
"enabled": true,
"id": 42,
"master_node_id": 42,
"name": "String",
"period": 42
}
]