Logo
Acronis Cyber Platform's Public API Documentation

Set a licensing mode for a partner tenant -- ONLY for legacy editions

PUT {{base_url}}/api/2/applications/{{management_portal}}/settings/tenants/{{partner_tenant_id}}/licensing_mode

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "own": { "exclusive": false, "value": "per_gb", "lock": false }, "name": "licensing_mode", "effective": null }



Curl
curl -X PUT 'base_url/api/2/applications/management_portal/settings/tenants/partner_tenant_id/licensing_mode' -H 'Content-Type: application/json' -d '{"value":"per_gb","lock":false}'

ENDPOINTS