{
"bucket": {
"tier_access_mode": {
"get_trigger_restore": true,
"access_renewal": true,
"filter": {
"prefix_negate": "string",
"suffix": "string",
"storage_target": [
{
"key": 0,
"val": [
{
"key": 0,
"val": [
0
]
}
]
}
],
"object_size_less_than": 0,
"tag_negate": [
{
"key": "string",
"val": "string"
}
],
"owner": [
"string"
],
"suffix_negate": "string",
"prefix": "string",
"tag": [
{
"key": "string",
"val": "string"
}
],
"meta": [
{
"key": "string",
"val": "string"
}
],
"content_type": [
"string"
],
"meta_negate": [
{
"key": "string",
"val": "string"
}
],
"object_size_greater_than": 0,
"destinations": [
{
"topic": "string",
"days": 0,
"topic_id": 0
}
]
},
"tier_cache": true,
"restore_days": 0,
"get_object_always": true
}
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v2/os/buckets/:set-tier-access-mode' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"bucket": {
"tier_access_mode": {
"get_trigger_restore": true,
"access_renewal": true,
"filter": {
"prefix_negate": "string",
"suffix": "string",
"storage_target": [
{
"key": 0,
"val": [
{
"key": 0,
"val": [
0
]
}
]
}
],
"object_size_less_than": 0,
"tag_negate": [
{
"key": "string",
"val": "string"
}
],
"owner": [
"string"
],
"suffix_negate": "string",
"prefix": "string",
"tag": [
{
"key": "string",
"val": "string"
}
],
"meta": [
{
"key": "string",
"val": "string"
}
],
"content_type": [
"string"
],
"meta_negate": [
{
"key": "string",
"val": "string"
}
],
"object_size_greater_than": 0,
"destinations": [
{
"topic": "string",
"days": 0,
"topic_id": 0
}
]
},
"tier_cache": true,
"restore_days": 0,
"get_object_always": true
}
}
}'