GET api/fluxmultiapi/fluxmultisbysite/{siteId}?active={active}&lastUpdate={lastUpdate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | globally unique identifier |
Required |
|
| active | boolean |
None. |
|
| lastUpdate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of FluxMultiViewModel| Name | Description | Type | Additional 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": "f1ba3b7b-9853-466c-b3cc-4b0840d65d22",
"db_name": "sample string 4",
"db_password": "sample string 5",
"db_username": "sample string 6",
"description": "sample string 7",
"id": "621a9489-f7c6-4068-83a8-945c58453c5f",
"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": "f1ba3b7b-9853-466c-b3cc-4b0840d65d22",
"db_name": "sample string 4",
"db_password": "sample string 5",
"db_username": "sample string 6",
"description": "sample string 7",
"id": "621a9489-f7c6-4068-83a8-945c58453c5f",
"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>f1ba3b7b-9853-466c-b3cc-4b0840d65d22</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>621a9489-f7c6-4068-83a8-945c58453c5f</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>f1ba3b7b-9853-466c-b3cc-4b0840d65d22</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>621a9489-f7c6-4068-83a8-945c58453c5f</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>