GET api/fluxmultiapi/fluxmultisbycleanroom/{cleanroomId}?active={active}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cleanroomId

globally unique identifier

Required

active

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FluxMultiViewModel
NameDescriptionTypeAdditional information
active

boolean

None.

address_ip

string

Required

communication_server_id

globally unique identifier

Required

db_name

string

Required

db_password

string

Required

db_username

string

Required

description

string

None.

id

globally unique identifier

None.

number

integer

None.

port_ip

integer

Required

reporting_address_ip

string

None.

reporting_password

string

None.

reporting_port_ip

integer

None.

reporting_username

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "active": true,
    "address_ip": "sample string 2",
    "communication_server_id": "8c88f81c-3553-4cdc-b875-90c2434151ad",
    "db_name": "sample string 4",
    "db_password": "sample string 5",
    "db_username": "sample string 6",
    "description": "sample string 7",
    "id": "466e07ae-9bd7-4add-aa46-cd24d6ea624a",
    "number": 9,
    "port_ip": 10,
    "reporting_address_ip": "sample string 11",
    "reporting_password": "sample string 12",
    "reporting_port_ip": 1,
    "reporting_username": "sample string 13"
  },
  {
    "active": true,
    "address_ip": "sample string 2",
    "communication_server_id": "8c88f81c-3553-4cdc-b875-90c2434151ad",
    "db_name": "sample string 4",
    "db_password": "sample string 5",
    "db_username": "sample string 6",
    "description": "sample string 7",
    "id": "466e07ae-9bd7-4add-aa46-cd24d6ea624a",
    "number": 9,
    "port_ip": 10,
    "reporting_address_ip": "sample string 11",
    "reporting_password": "sample string 12",
    "reporting_port_ip": 1,
    "reporting_username": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfflux_multi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
  <flux_multi>
    <active>true</active>
    <address_ip>sample string 2</address_ip>
    <communication_server_id>8c88f81c-3553-4cdc-b875-90c2434151ad</communication_server_id>
    <db_name>sample string 4</db_name>
    <db_password>sample string 5</db_password>
    <db_username>sample string 6</db_username>
    <description>sample string 7</description>
    <id>466e07ae-9bd7-4add-aa46-cd24d6ea624a</id>
    <number>9</number>
    <port_ip>10</port_ip>
    <reporting_address_ip>sample string 11</reporting_address_ip>
    <reporting_password>sample string 12</reporting_password>
    <reporting_port_ip>1</reporting_port_ip>
    <reporting_username>sample string 13</reporting_username>
  </flux_multi>
  <flux_multi>
    <active>true</active>
    <address_ip>sample string 2</address_ip>
    <communication_server_id>8c88f81c-3553-4cdc-b875-90c2434151ad</communication_server_id>
    <db_name>sample string 4</db_name>
    <db_password>sample string 5</db_password>
    <db_username>sample string 6</db_username>
    <description>sample string 7</description>
    <id>466e07ae-9bd7-4add-aa46-cd24d6ea624a</id>
    <number>9</number>
    <port_ip>10</port_ip>
    <reporting_address_ip>sample string 11</reporting_address_ip>
    <reporting_password>sample string 12</reporting_password>
    <reporting_port_ip>1</reporting_port_ip>
    <reporting_username>sample string 13</reporting_username>
  </flux_multi>
</ArrayOfflux_multi>