{
"gc_policy_plans": [
{
"days": [
0
],
"policies": [
{
"bandwidth": 0,
"enable": true,
"start_time": "string",
"end_time": "string",
"level": "string"
}
]
}
]
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/v1/pools/:update-gc-policy-plan' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"gc_policy_plans": [
{
"days": [
0
],
"policies": [
{
"bandwidth": 0,
"enable": true,
"start_time": "string",
"end_time": "string",
"level": "string"
}
]
}
]
}'