Skip to main content

Lock / Unlock MM Configuration

Select

SaaS
Customer Managed

This operation locks or unlocks media management (MM) configuration.

More Details

Request Body required
  • configLockUnlock object required
  • lockType int32 required
Responses

OK

POST /lockmmconfiguration    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"configLockUnlock": {
"lockType": 1
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/LockMMConfiguration' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"configLockUnlock": {
"lockType": 1
}
}'