GET api/fluxmultiapi/fluxmulti/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

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": "abdf6b72-1fe4-4119-8e62-837ac80bb81f",
  "db_name": "sample string 4",
  "db_password": "sample string 5",
  "db_username": "sample string 6",
  "description": "sample string 7",
  "id": "22ceb3a3-15d8-430a-b76e-b521f3986fa0",
  "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:
<flux_multi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
  <active>true</active>
  <address_ip>sample string 2</address_ip>
  <communication_server_id>abdf6b72-1fe4-4119-8e62-837ac80bb81f</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>22ceb3a3-15d8-430a-b76e-b521f3986fa0</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>