Configure Office365 Plan
Select
SaaS
This API can be used to create a Office 365 plan.
- application/json
Request Body
- planName string required
Office 365 plan name
- planTier integer required
pricing tier of the plan. 1 = STANDARD (365 days), 2 = ENTERPRISE (1095 days)
- retention integer
If provided, input retention will be used instead of the default as per pricing tier
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
data object
{
"data": {
"planName": "string",
"planId": 0
}
}
{
"data": {
"planName": "TestPlan",
"planId": 2403
}
}
POST /v4/office365plan
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365plan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"planTier": 0,
"retention": 0
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365plan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"planTier": 0,
"retention": 0
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365plan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"planTier": 0,
"retention": 0
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365plan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"planTier": 0,
"retention": 0
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365plan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"planTier": 0,
"retention": 0
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365plan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"planTier": 0,
"retention": 0
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/office365plan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"planTier": 0,
"retention": 0
}'