Skip to main content

Add content to Dynamics 365 app

Select

SaaS
Customer Managed

Add content to Dynamics 365 app

Path Parameters
  • appId int32 required

    Commvault dynamics 365 app id

Request Body
  • type string required

    Possible values: [ALL_ENVIRONMENTS]

    Default value: ALL_ENVIRONMENTS

  • dynamics365plan object required
  • id int32
  • name string
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/dynamics365/:appid/content    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
appId — path required
Body
{
"type": "ALL_ENVIRONMENTS",
"dynamics365plan": {
"id": 0,
"name": "string"
}
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/Dynamics365/:appId/Content' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"type": "ALL_ENVIRONMENTS",
"dynamics365plan": {
"id": 0,
"name": "string"
}
}'