/api/space/managed-domain/ptps

The following operation is supported on this resource:

  • GET - Get all PTPs for all the Devices
GET /ptpsVersion 4

Get all PTPs for all the Devices.

Sample Usage

GET /ptps


  • Sample Output XML:
    <ptps total="Integer" uri="/api/space/managed-domain/ptps">
         <ptp href="/api/space/managed-domain/ptps/{id}" uri="/api/space/managed-domain/ptps/{id}">
               <mtu>Integer</mtu>
               <ipv4-address>String</ipv4-address>
               <hardware-physical-address>String</hardware-physical-address>
               <speed-string>String</speed-string>
               <speed>Integer</speed>
               <ipv6-address>String</ipv6-address>
               <admin-status>String</admin-status>
               <operation-status>String</operation-status>
               <ipv6-addresses>String</ipv6-addresses>
               <link-type>String</link-type>
               <interface-index>Integer</interface-index>
               <domain-name>String</domain-name>
               <id>Integer</id>
               <link-level-type>String</link-level-type>
               <device-name>String</device-name>
               <description>String</description>
               <domain-id>Integer</domain-id>
               <name>String</name>
               <mtu-string>String</mtu-string>
               <device-id>Integer</device-id>
               <ipv4-addresses>String</ipv4-addresses>
         </ptp>
    </ptps>

  • Sample Output JSON:
    {
       "ptps" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/managed-domain/ptps" ,
         "ptp" : {
           "@href" : "/api/space/managed-domain/ptps/{id}" ,
           "@uri" : "/api/space/managed-domain/ptps/{id}" ,
           "mtu" : "Integer" ,
           "ipv4-address" : "String" ,
           "hardware-physical-address" : "String" ,
           "speed-string" : "String" ,
           "speed" : "Integer" ,
           "ipv6-address" : "String" ,
           "admin-status" : "String" ,
           "operation-status" : "String" ,
           "ipv6-addresses" : "String" ,
           "link-type" : "String" ,
           "interface-index" : "Integer" ,
           "domain-name" : "String" ,
           "id" : "Integer" ,
           "link-level-type" : "String" ,
           "device-name" : "String" ,
           "description" : "String" ,
           "domain-id" : "Integer" ,
           "name" : "String" ,
           "mtu-string" : "String" ,
           "device-id" : "Integer" ,
           "ipv4-addresses" : "String"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ViewInterfaces, ConfigEditorCap

      For other non-deprecated versions of this API, refer to :
    • version 2


    • For the deprecated versions of this API, refer to :
    • version 1