Get Global Setting Metadata Using GET

Get Global Setting Metadata Using GET

Find all the name-key mappings here:

Action History - ACTION_RETENTION_IN_DAYS, Deleted Objects - DELETED_OBJECTS_RETENTION_IN_HOURS, Deletion Scheduling Interval - DELETION_SCHEDULING_INTERVAL_IN_HOURS, Object History - OBJECT_HISTORY_RETENTION_IN_DAYS, Generated Reports Retention - GENERATED_REPORTS_RETENTION_TIME_IN_MONTHS, Session Timeout - SESSION_TIMEOUT_IN_MINUTES, Symptoms/Alerts - CANCELLED_ALERTS_SYMPTOMS_RETENTION_TIME_IN_DAYS, Time Series Data Retention - TIME_SERIES_DATA_RETENTION_IN_MONTHS, Additional Time Series Retention - ROLLUP_TIME_SERIES_DATA_RETENTION_IN_MONTHS, Deleted Users - DELETED_USERS_RETENTION_IN_DAYS, External Event Based Active Symptoms - ACTIVE_EVENT_BASED_SYMPTOMS_RETENTION_TIME_IN_DAYS, Maintain Relationship History - OBJECT_RELATIONSHIP_HISTORY_ENABLED, Dynamic Threshold Calculation - DYNAMIC_THRESHOLDING_UPDATE_TIME_IN_MINUTES, Cost Calculation - COST_CALCULATION_TIME_IN_MINUTES, Customer Experience Improvement Program - TELEMETRY_ENABLED, Allow vCenter users to log in to individual vCenters from vRealize Operations - VC_USER_LOGIN_TO_INDIVIDUAL_VC_ALLOWED, Allow vCenter users to log into vRealize Operations from vCenter clients - VC_USER_LOGIN_FROM_VC_WEBUI_ALLOWED, Allow vCenter users to log in to all vCenters from vRealize Operations - VC_USER_LOGIN_TO_ALL_VC_ALLOWED, System access URL - BASE_URL, Automated Actions - AUTOMATED_ACTIONS_ENABLED, Enable Standard Certification Validation - ENABLE_CERTIFICATE_VALIDATION_STANDARD_WAY, Concurrent UI login sessions - ALLOW_CONCURRENT_LOGIN_SESSIONS, Allow non-imported vIDM user access - ALLOW_NON_IMPORTED_VIDM_USERS_ACCESS.

Request
URI
GET
https://{api_host}/suite-api/api/deployment/config/globalsettings/metadata
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The global setting metadata

Returns global-settings-properties of type(s) application/json
{
    "global-setting-property": [
        {
            "dataType": "string",
            "defaultValue": "string",
            "maxValue": 0,
            "minValue": 0,
            "name": "string",
            "unit": "string"
        }
    ]
}
global-setting-property
Required

Collection of global setting properties