Logo
Acronis Cyber Platform's Public API Documentation

Get an application settings for a partner tenant

GET {{base_url}}/api/2/applications/{{application_id}}/settings/tenants/{{partner_tenant_id}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "settings": [ { "own": null, "name": "application_domain", "effective": { "value": "dev-cloud.acronis.com", "owner": { "id": "efb01f82-d2a8-4f69-81b3-4cdfd4329ae9", "type": "tenant" }, "lock": false } }, { "own": null, "name": "sso_domain", "effective": { "value": "dev-cloud.acronis.com", "owner": { "id": "efb01f82-d2a8-4f69-81b3-4cdfd4329ae9", "type": "tenant" }, "lock": false } }, { "own": null, "name": "direct_partner", "effective": null }, { "own": null, "name": "contract_type", "effective": null }, { "own": null, "name": "acronis_account_number", "effective": null }, { "own": null, "name": "pricing_info", "effective": null }, { "own": null, "name": "PromoteHigherEditions", "effective": null }, { "own": null, "name": "show_global_advertisement", "effective": null }, { "own": null, "name": "enable_cyber_protect_promo", "effective": { "value": true, "owner": { "id": "8beef6be-c136-4ef6-a900-0e74c703ddcc", "type": "tenant" }, "lock": false } }, { "own": null, "name": "disable_dashboards", "effective": null }, { "own": null, "name": "tier_level_value", "effective": null }, { "own": null, "name": "licensing_mode", "effective": null } ] }



Curl
curl -X GET 'base_url/api/2/applications/application_id/settings/tenants/partner_tenant_id'

ENDPOINTS