/api/space/hardware-catalog/test-connection

The following operations are supported on this resource:

  • GET - Test the configured SVN credential of Hardware catalog
  • POST - Test the provided SVN credential of Hardware catalog
GET /test-connection Version 1

Test the configured SVN credential of Hardware catalog.

Sample Usage

GET /test-connection


POST /test-connection Version 1

Test the user provided SVN credential of Hardware catalog.

Sample Usage

POST /test-connection


  • Sample Input XML:
    <test-connection-request>
         <svn-trunk-url>String</svn-trunk-url>
         <svn-user-name>String</svn-user-name>
         <svn-user-password>String</svn-user-password>
    </test-connection-request>

  • Sample Input JSON:
    {
       "test-connection-request" : {
         "svn-trunk-url" : "String" ,
         "svn-user-name" : "String" ,
         "svn-user-password" : "String"
       }
    }