VropstaVcdIntegrationPropertiesAmqp

VropstaVcdIntegrationPropertiesAmqp
VropstaVcdIntegrationPropertiesAmqp

The AMQP settings for vROPS Tenant App.

JSON Example
{
    "amqpHost": "string",
    "amqpPort": "string",
    "amqpVHost": "string",
    "amqpUseSSL": "string"
}
string As ^([a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-zA-Z0-9])?\.)*[a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-z_A-Z0-9])?$
amqpHost
Required

The hostname or IP address of the AMQP host.

string As ^((6553[0-5])|(655[0-2][0-9])|(65[0-4][0-9]{2})|(6[0-4][0-9]{3})|([1-5][0-9]{4})|([1-9][0-9]{0,3}))$
amqpPort
Optional

Port of the AMQP service to configure in vROPS Tenant App. Default: 5672

string As ^[^;'"]{1,80}$
amqpVHost
Optional

The AMQP virtual host path to use for AMQP service. Default: /

string As ^true|false$
amqpUseSSL
Optional

Definition whether to use SSL for AMQP service or plain-text. Default: false (plain-text)