POST api/Values/ReportConnectionInfo?DataBaseName={DataBaseName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DataBaseName

string

Required

Body Parameters

None.

Response Information

Resource Description

ConnectionInfo
NameDescriptionTypeAdditional information
DBConnHandler

integer

None.

AllowCustomConnection

boolean

None.

IntegratedSecurity

boolean

None.

ServerName

string

None.

DatabaseName

string

None.

UserID

string

None.

EncodedPassword

Collection of integer

None.

Attributes

DbConnectionAttributes

None.

UType

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "DBConnHandler": 1,
  "AllowCustomConnection": true,
  "IntegratedSecurity": true,
  "ServerName": "sample string 4",
  "DatabaseName": "sample string 5",
  "UserID": "sample string 6",
  "EncodedPassword": [
    122,
    48,
    48,
    48,
    78,
    55,
    79,
    91,
    86,
    108,
    99,
    51,
    100,
    68,
    70,
    76,
    58,
    85,
    111,
    58,
    61,
    97,
    62,
    83,
    74,
    54,
    96,
    78,
    75,
    101,
    89,
    62,
    96,
    54,
    92,
    62,
    52,
    64,
    83,
    77,
    102,
    100,
    109,
    64,
    84
  ],
  "Password": "sample string 7",
  "Attributes": {
    "Collection": [
      {},
      {},
      {
        "Name": "QE_LogonProperties",
        "Value": {
          "Collection": [
            {},
            {}
          ]
        }
      }
    ]
  },
  "Type": 8,
  "LogonProperties": [
    {},
    {}
  ],
  "IsLogonPropertiesModified": true,
  "UType": 8
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.