Create Laptop Plan
Select
SaaS
Customer Managed
Create Laptop Plan
- application/json
Request Body
- LaptopPlan SaaS
- LaptopPlan CustomerManaged
- disableDLP boolean
Default value:
false
Default: False (DLP will be enabled)
- planName string required
allowedFeatures object
backupContent object
storageAndSchedule object
retention object
networkResources object
alerts object[]
- allowPlanOverride boolean
Default value:
false
Flag to enable overriding of plan. Plan cannot be overriden by default.
overrideRestrictions object
inviteUsersOrGroups object[]
parentPlan object
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- LaptopPlanResponse SaaS
- LaptopPlanResponse CustomerManaged
data object
plan object
errors object[]
{
"data": {
"planName": "string",
"planId": 0
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
POST /v4/laptopplan
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/LaptopPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"disableDLP": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/LaptopPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"disableDLP": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/LaptopPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"disableDLP": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/LaptopPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"disableDLP": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/LaptopPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"disableDLP": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/LaptopPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"disableDLP": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/LaptopPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"disableDLP": false
}'