Get Global Setting Metadata

Get Global Setting Metadata
Get global settings metadata

Get global settings metadata, including schemas, default values, and validation constraints (such as data types and ranges) for system-wide settings.

Please find below the keys and their corresponding descriptions:
ACTION_RETENTION_IN_DAYS - Action History
DELETED_OBJECTS_RETENTION_IN_HOURS - Deleted Objects
DELETION_SCHEDULING_INTERVAL_IN_HOURS - Deletion Scheduling Interval
OBJECT_HISTORY_RETENTION_IN_DAYS - Object History
GENERATED_REPORTS_RETENTION_TIME_IN_MONTHS - Generated Reports Retention
SESSION_TIMEOUT_IN_MINUTES - Session Timeout
CANCELLED_ALERTS_SYMPTOMS_RETENTION_TIME_IN_DAYS - Symptoms/Alerts
TIME_SERIES_DATA_RETENTION_IN_MONTHS - Time Series Data Retention
ROLLUP_TIME_SERIES_DATA_RETENTION_IN_MONTHS - Additional Time Series Retention
DELETED_USERS_RETENTION_IN_DAYS - Deleted Users
OUTDATED_EVENT_BASED_SYMPTOMS_CANCELING_ENABLED - External Event Based Active Symptoms
ACTIVE_EVENT_BASED_SYMPTOMS_RETENTION_TIME_IN_DAYS - External Event Based Active Symptoms
DYNAMIC_THRESHOLDING_UPDATE_TIME_IN_MINUTES - Dynamic Threshold Calculation
COST_CALCULATION_TIME_IN_MINUTES - Cost Calculation

Deprecated from VMware Aria Operations 8.14:
TELEMETRY_ENABLED - Customer Experience Improvement Program
VC_USER_LOGIN_FROM_VC_WEBUI_ALLOWED - Allow vCenter users to log into VMware Cloud Foundation Operations from vCenter clients
BASE_URL - System access URL
AUTOMATED_ACTIONS_ENABLED - Automated Actions
ENABLE_CERTIFICATE_VALIDATION_STANDARD_WAY - Enable Standard Certification Validation
ALLOW_CONCURRENT_LOGIN_SESSIONS - Concurrent UI login sessions
ALLOW_NON_IMPORTED_VIDM_USERS_ACCESS - Allow non-imported vIDM user access
DYNAMIC_THRESHOLDING_ENABLED - Dynamic Threshold Calculation
COST_CALCULATION_ENABLED - Cost Calculation
DELETED_OBJECTS_RETENTION_IN_HOURS_EXPANSION - Deleted Objects
GENERATED_REPORTS_RETENTION_ENABLED - Generated Reports Retention
DOCKER_IMAGE_REGISTRY_URL - Docker image default registry host address (FQDN only)
PRICING_TAG_DETAILED_METRICS - Tag Based Pricing Metrics
COSTING_TAG_DETAILED_METRICS - Tag based Costing Metrics
CLUSTER_UTILIZATION_ROUND_OFF - Cluster Utilization Ceiling Factor
GENERATED_REPORTS_RETENTION_TIME_IN_DAYS - Generated Reports Retention
CERTIFICATE_ALARM_DAYS - Threshold For Adapters Certificate Expiration Alert
SHOW_COST_SAVINGS_RECLAMATION_SETTING - Show Cost Savings
RECLAIM_POWERED_OFF_VMS_ENABLED - Include Powered off VMs for Reclamation (flag)
RECLAIM_POWERED_OFF_VMS_DAYS - Include Powered off VMs for Reclamation (days)
RECLAIM_IDLE_VMS_ENABLED - Include Idle VMs for Reclamation
RECLAIM_IDLE_VMS_DAYS - Minimum number of days that VM has been idle for
EXCLUDE_IDLE_VMS_PROVISIONED_IN_LAST_DAYS - Exclude VM provisioned in last
IDLENESS_INDICATOR_THRESHOLD_MHZ - VM Idleness Criteria (MHz)
IDLENESS_INDICATOR_THRESHOLD_PERCENT - VM Idleness Criteria (%)
RECLAIM_SNAPSHOTS_ENABLED - Include Snapshots for Reclamation (flag)
RECLAIM_SNAPSHOTS_DAYS - Include Snapshots for Reclamation (days)
RECLAIM_ORPHANED_DISKS_ENABLED - Include Orphaned Disks for Reclamation (flag)
RECLAIM_ORPHANED_DISKS_DAYS - Include Orphaned Disks for Reclamation (days)
ORPHANED_VMDK_COLLECTION_TIME_IN_MINUTES - Orphaned Disks Collection Time
GENERATED_TENANT_REPORTS_RETENTION_ENABLED - Generated Tenant Reports Retention (flag)
GENERATED_TENANT_REPORTS_RETENTION_TIME_IN_DAYS - Generated Tenant Reports Retention (days)
ACTIVATE_CREDENTIAL_OWNERSHIP - Credential Ownership Enforcement

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
"No Custom Example is Available"
array of object
global-setting-property
Required  

Collection of global setting properties


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/deployment/config/globalsettings/metadata