vrops.post.request

vrops.post.request
vrops.post.request
JSON Example
{
    "acceptCert": false,
    "hostname": "string",
    "username": "string",
    "password": "string",
    "target": "string",
    "enableAlertsIntegration": false,
    "enableLaunchInContext": false,
    "enableMetricCalculation": false
}
boolean
acceptCert
Optional

Accept or deny not trusted certificate. Will be set to false if not provided explicitly

string
hostname
Required

The VMware Aria Operations hostname or IP address.

string
username
Required

The VMware Aria Operations username.

string
password
Required

The VMware Aria Operations password.

string
target
Optional

VMware Aria Operations for Logs hostname or IP address to be used by VMware Aria Operations for launch in context. If not provided explicitly the system will set the target field value to one of Operations for Logs server's virtual IP addresses/FQDNs. If there is no any virtual IP address found, then it will set to IP address/FQDN of Operations for Logs server's primary node.

boolean
enableAlertsIntegration
Optional

Enable or disable alert integration feature. Will be set to true if not provided explicitly.

boolean
enableLaunchInContext
Optional

Enable or disable launch in context feature. Will be set to true if not provided explicitly.

boolean
enableMetricCalculation
Optional

Enable or disable metric calculation feature. Will be set to true if not provided explicitly.