API Documentation

Last Update: 28 December 2022

POST api/HostRabbitMQExchange



Request Information


URI Parameters

None.


Body Parameters
hostrabbitmqexchange
Name Description Type Additional information
ID

integer

None.

reportdate

date

None.

hostid

integer

None.

vhost

string

None.

name

string

None.

type

string

None.

userwhoperformedaction

string

None.

durable

boolean

None.

internal

boolean

None.

autodelete

boolean

None.

recordstatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "reportdate": "2023-12-09T13:08:56.0101278+01:00",
  "hostid": 3,
  "vhost": "sample string 4",
  "name": "sample string 5",
  "type": "sample string 6",
  "userwhoperformedaction": "sample string 7",
  "durable": true,
  "internal": true,
  "autodelete": true,
  "recordstatus": 11
}

Response Information


Resource Description
hostrabbitmqexchange
Name Description Type Additional information
ID

integer

None.

reportdate

date

None.

hostid

integer

None.

vhost

string

None.

name

string

None.

type

string

None.

userwhoperformedaction

string

None.

durable

boolean

None.

internal

boolean

None.

autodelete

boolean

None.

recordstatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "reportdate": "2023-12-09T13:08:56.0101278+01:00",
  "hostid": 3,
  "vhost": "sample string 4",
  "name": "sample string 5",
  "type": "sample string 6",
  "userwhoperformedaction": "sample string 7",
  "durable": true,
  "internal": true,
  "autodelete": true,
  "recordstatus": 11
}