/api/space/managed-domain/ctps

The following operation is supported on this resource:

  • GET - Get all CTPs for all the Devices
GET /ctpsVersion 4

Get all CTPs for all the Devices.

Sample Usage

GET /ctps


  • Sample Output XML:
    <ctps total="Integer" uri="/api/space/managed-domain/ctps">
         <ctp href="/api/space/managed-domain/ctps/{id}" uri="/api/space/managed-domain/ctps/{id}">
               <vlan-id>String</vlan-id>
               <domain-id>Integer</domain-id>
               <description>String</description>
               <device-name>String</device-name>
               <domain-name>String</domain-name>
               <ipv6-address>String</ipv6-address>
               <id>Integer</id>
               <name>String</name>
               <encapsulation>NONE</encapsulation>
               <ipv4-address>String</ipv4-address>
               <device-id>Integer</device-id>
         </ctp>
    </ctps>

  • Sample Output JSON:
    {
       "ctps" : {
         "@total" : "Integer" ,
         "@uri" : "/api/space/managed-domain/ctps" ,
         "ctp" : {
           "@href" : "/api/space/managed-domain/ctps/{id}" ,
           "@uri" : "/api/space/managed-domain/ctps/{id}" ,
           "vlan-id" : "String" ,
           "domain-id" : "Integer" ,
           "description" : "String" ,
           "device-name" : "String" ,
           "domain-name" : "String" ,
           "ipv6-address" : "String" ,
           "id" : "Integer" ,
           "name" : "String" ,
           "encapsulation" : "NONE" ,
           "ipv4-address" : "String" ,
           "device-id" : "Integer"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: ViewLogicalInterfaces