Check DB Up Request(Monitoring)

Check DB Up Request(Monitoring)

The Check DB Up Request API allows to test the DB if it is working and responding.

Input Parameters:

Output Parameters:

XML Samples

Input XML

<?xml version="1.0" ?>
<PraxellXMLRequest>
    <AuthenticationDetails>
        <UserName></UserName>
        <UserPassword></UserPassword>
      <ClientSourceIP></ClientSourceIP> 
 </AuthenticationDetails>;
    <ServiceDetails>
        <UniqueRequestId>1212121212121213</UniqueRequestId>
        <ServiceName>CheckDBUpRequest</ServiceName>
    </ServiceDetails>
    <Origin>
        <OriginType>ExtAPI</OriginType>
    </Origin>
    <ServiceParams>        
    </ServiceParams>
</PraxellXMLRequest>

Last updated