POST api/v1/Monitor/ListDatabases

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
publication
No documentation available.

Define this parameter in the request body.

Request body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<Publication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor">
  <DatabaseName>sample string 4</DatabaseName>
  <DefaultFileSetId>8</DefaultFileSetId>
  <ExpiryDays>5</ExpiryDays>
  <IsUpos>true</IsUpos>
  <LastSnapshotCTVersion>1</LastSnapshotCTVersion>
  <LastSnapshotCreated>2024-11-21T09:42:09.3117257+00:00</LastSnapshotCreated>
  <LicenceCount>9</LicenceCount>
  <Owner>7</Owner>
  <PiaBKey>sample string 11</PiaBKey>
  <PiaBPostcode>sample string 12</PiaBPostcode>
  <PublicationId>1</PublicationId>
  <PublicationName>sample string 2</PublicationName>
  <PublicationType>None</PublicationType>
  <ServerName>sample string 3</ServerName>
  <SnapshotFileName>sample string 6</SnapshotFileName>
  <UmisCompanyId>10</UmisCompanyId>
  <VersionString>sample string 14</VersionString>
</Publication>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2",
  "sample string 3"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
  <string>sample string 3</string>
</ArrayOfstring>