Save Rabbit Mq Settings

Save Rabbit Mq Settings

Use this endpoint to create rabbitmq settings
Authorized Roles : PROVIDER

Request
URI
POST
https://{api_host}/provider/{providerId}/rabbit-settings
COPY
Path Parameters
string
providerId
Required

ID of the provider


Request Body
RabbitMqSettingsDto of type(s) application/json
Required
{
    "endpoint": "string",
    "port": 0
}
string
endpoint
Optional

endpoint

integer As int32 As int32
port
Optional

port

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns RabbitMqSettingsDto of type(s) application/vnd.vmware.dms-v1+json
{
    "endpoint": "string",
    "port": 0
}
string
endpoint
Optional

endpoint

integer As int32 As int32
port
Optional

port


400

Bad Request

Operation doesn't return any data structure