VropsConfiguration

VropsConfiguration
VropsConfiguration

Configurations specific to the vRops CloudPlatform integration. Only applicable when the containing Credential has service=VROPS

JSON Example
{
    "baseURL": "https://www.mgmt.cloud.vmware.com/vrops-cloud",
    "metricFilterRegex": "^vrops.(vmware|cloudhealthadapter).(clustercomputeresource|datastore).*$",
    "categoriesToFetch": [
        "string"
    ],
    "vropsAPIToken": "string",
    "organizationID": "string"
}
string
baseURL
Optional

The base url for vrops api, Default : https://www.mgmt.cloud.vmware.com/vrops-cloud

string
metricFilterRegex
Optional

A regular expression that a metric name must match (case-insensitively) in order to be ingested

array of string
categoriesToFetch
Optional

A list of vRops Adpater and Resource kind to fetch metrics. Allowable values are VMWARE_DATASTORE, VMWARE_DATASTORE)

Possible values are : VMWARE_CLUSTERCOMPUTERESOURCE, VMWARE_DATASTORE,
string
vropsAPIToken
Required

The vRops API Token

string
organizationID
Optional

OrganizationID will be derived from api token

object
adapterNames
Optional

Adapter names: Metrics will be fetched of only these adapter if given

Property Of