VropsConfiguration
Configurations specific to the vRops CloudPlatform integration. Only applicable when the containing Credential has service=VROPS
{
"baseURL": "https://www.mgmt.cloud.vmware.com/vrops-cloud",
"metricFilterRegex": "^vrops.(vmware|cloudhealthadapter).(clustercomputeresource|datastore).*$",
"categoriesToFetch": [
"string"
],
"vropsAPIToken": "string",
"organizationID": "string"
}
The base url for vrops api, Default : https://www.mgmt.cloud.vmware.com/vrops-cloud
A regular expression that a metric name must match (case-insensitively) in order to be ingested
A list of vRops Adpater and Resource kind to fetch metrics. Allowable values are VMWARE_DATASTORE, VMWARE_DATASTORE)
The vRops API Token
OrganizationID will be derived from api token
Adapter names: Metrics will be fetched of only these adapter if given