Get an application settings for a root tenant
GET {{base_url}}/api/2/applications/{{application_id}}/settings/tenants/{{my_tenant_id}}
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"settings": [
{
"name": "application_domain",
"effective": {
"lock": false,
"owner": {
"id": "efb01f82-d2a8-4f69-81b3-4cdfd4329ae9",
"type": "tenant"
},
"value": "dev-cloud.acronis.com"
},
"own": null
},
{
"name": "sso_domain",
"effective": {
"lock": false,
"owner": {
"id": "efb01f82-d2a8-4f69-81b3-4cdfd4329ae9",
"type": "tenant"
},
"value": "dev-cloud.acronis.com"
},
"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": {
"lock": false,
"owner": {
"id": "8beef6be-c136-4ef6-a900-0e74c703ddcc",
"type": "tenant"
},
"value": true
},
"own": null
},
{
"name": "disable_dashboards",
"effective": null,
"own": null
}
]
} |
ENDPOINTS