Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

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*

(archive) BMC Atrium Orchestrator Content 20.13.01