Skip to main content

Associate Plan

Select

SaaS

This API associates plan to an Azure Blob content group

Path Parameters
  • contentGroupId string required

    Id of the content group

Request Body
  • plan object

    Associate plan

  • id integer
Responses

OK

PUT /v4/azureblob/contentgroup/:contentgroupid/plan    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
contentGroupId — path required
Body

{
"plan": {
"id": 0
}
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/azureblob/contentgroup/:contentGroupId/plan' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"plan": {
"id": 0
}
}'