API Documentation

Last Update: 28 December 2022

GET api/HostRabbitMQExchange



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of 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",
    "ID": 1,
    "reportdate": "2023-11-28T01:43:46.5308986+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
  },
  {
    "$ref": "1"
  }
]