POST api/v1/Monitor/SqlLocalDb32

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ErrorMessage": "sample string 1",
  "SnapshotFile": "QEBA"
}

application/xml, text/xml

Sample:
<Snapshot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Distribution">
  <ErrorMessage>sample string 1</ErrorMessage>
  <SnapshotFile>QEBA</SnapshotFile>
</Snapshot>