Validate Target Connectivity process


The Validate Target Connectivity process validates the availability of the target location.

The following table describes the elements for the adapter request for the Validate Target Connectivity process:

Elements for the adapter request for the Validate Target Connectivity process

The following figure shows a template of the <items> XML element for the Validate Target Connectivity process:

<items> XML element for the Validate Target Connectivity process


<items>
 <item>
   <target>...</target>
 </item>
</items>

The following figure shows a sample adapter request for the Validate Target Connectivity process:

Sample adapter request for the Validate Target Connectivity process


<bda-request>
   <passphrase/>
   <allow-unsigned-certificate/>
   <install-certificate>true</install-certificate>
   <use-ssl-certificate>true</use-ssl-certificate>
   <operation-name>No_Operation</operation-name>
   <target>https://10.128.249.45:8087/api/test</target>
   <signature-properties mode = "key-files">
       <private-key-file>/home/somename/BBDA_client_certs/server.key</private-key-file>
       <certificate-file>/home/somename/BBDA_client_certs/server.pem</certificate-file>
   </signature-properties>
</bda-request>

The following figure illustrates the sample adapter response for the Validate Target Connectivity process:

Sample adapter response for the Validate Target Connectivity process


<bda-response>
   <metadata>
       <status>success</status>
   </metadata>
   <status-line>
       <code>200</code>
       <reason>OK</reason>
   </status-line>
   <header-lines>
       <Server>gSOAP/2.7</Server>
       <Content-Type>text/html</Content-Type>
       <Transfer-Encoding>chunked</Transfer-Encoding>
       <Connection>keep-alive</Connection>
   </header-lines>
   <message-body>
       <html>
           <head>
               <meta name = "generator" content = "HTML Tidy, see www.w3.org"/>
               <title/>
           </head>
           <body>Get Request Received</body>
       </html>
   </message-body>
</bda-response>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 20.18.01