/api/space/schema-service/test-svn-connection

The following operations are supported on this resource:

  • GET - Test the credentials of the SVN repository configured on Junos Space Platform to Update Schema
  • POST - Test the credentials of the SVN repository configured on Junos Space Platform to Update Schema
GET /test-svn-connection Version 2

Test the credentials of the SVN repository configured on Junos Space Platform to Update Schema.

Sample Usage

GET /test-svn-connection


  • Sample Output XML:
    <test-svn-connection-response>
       <value>true</value>
    </test-connection-response>

  • Sample Output JSON:
    {
      " test-svn-connection-responsee": {
         "value": true
       }
    }

  • Access Control

    The following capabilities are required to access this API: UpdateDMISchema

    POST /test-svn-connection Version 2

    Test the credentials of the SVN repository configured on Junos Space Platform to Update Schema.

    Sample Usage

    POST /test-svn-connection


  • Sample Input XML:
    <test-svn-connection-request>
         <svn-url>https://xml.juniper.net/dmi-int/repository/trunk</svn-url>
         <svn-username>super</svn-username>
         <svn-password>*******</svn-password>
         <auto-install>false</auto-install>
    </test-svn-connection-request>

  • Sample Output XML:
    <test-svn-connection-response>
       <value>true</value>
    </test-connection-response>

  • Sample Input JSON:
    {
       "test-svn-connection-request" : {
         "svn-url" : "https://xml.juniper.net/dmi-int/repository/trunk" ,
         "svn-username" : "super" ,
         "svn-password" : "*******" ,
         "auto-install" : "false"
       }
    }

  • Sample Output JSON:
    {
      " test-svn-connection-response": {
         "value": true
       }
    }

  • Access Control

    The following capabilities are required to access this API: UpdateDMISchema