/api/space/managed-domain/ptps/{ptpId}

The following operation is supported on this resource:

  • GET - Get Physical Termination Point by ID
GET /ptps/{ptpId}Version 3

This API gets a PTP.

Sample Usage

GET /ptps/{ptpId}


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    ptp-idintPathThe ID of the PTP to retrieve. Y
  • Sample Output XML:

    <ptp uri="/api/space/managed-domain/ptps/327830">
       <id>327830</id>
       <name>ge-0/0/0</name>
       <description>Firefly Perimeter</description>
       <deviceId>131091</deviceId>
       <loopback>false</loopback>
       <ctps>
          <ctp>
             <id>327831</id>
             <name>ge-0/0/0.0</name>
             <deviceId>131091</deviceId>
             <edgePoint>false</edgePoint>
             <ipAddresses>
                <ipAddress>
                   <ip>192.168.26.163</ip>
                   <netmask>23</netmask>
                </ipAddress>
             </ipAddresses>
             <loopback>false</loopback>
             <ctpCustomizedAttributes />
             <management>false</management>
             <vlanId>121</vlanId>
             <vlanTagsInnerRange>1-4094</vlanTagsInnerRange>
             <vlanTagsOuter>VLAN</vlanTagsOuter>
             <nativeVlanIdRange>0-4098</nativeVlanIdRange>
          </ctp>
       </ctps>
       <encapsulation>none</encapsulation>
       <tagging>NONE</tagging>
       <adminStatus>up</adminStatus>
       <operationStatus>up</operationStatus>
       <linkLevelType>Ethernet</linkLevelType>
       <linkType>full-duplex</linkType>
       <speed>1000</speed>
       <speedStr>1000mbps</speedStr>
       <mtu>1514</mtu>
       <mtuStr>1514</mtuStr>
       <hardwarePhysicalAddress>08:00:27:96:60:dc</hardwarePhysicalAddress>
       <managed-element href="/api/space/managed-domain/managed-elements/327811">
          <id>327811</id>
       </managed-element>
       <customized-attributes/>
    </ptp>

  • Sample Output JSON:

    {
      "ptp": {
        "@uri": "/api/space/managed-domain/ptps/327830",
        "id": "327830",
        "name": "ge-0/0/0",
        "description": "easwer",
        "deviceId": "131091",
        "loopback": "false",
        "ctps": {
          "ctp": {
            "id": "327831",
            "name": "ge-0/0/0.0",
            "deviceId": "131091",
            "edgePoint": "false",
            "ipAddresses": {
              "ipAddress": {
                "ip": "192.168.26.163",
                "netmask": "23"
              }
            },
            "loopback": "false",
            "management": "false",
            "vlanId": "121",
            "vlanTagsInnerRange": "1-4094",
            "vlanTagsOuter": "VLAN",
            "nativeVlanIdRange": "0-4098"
          }
        },
        "encapsulation": "none",
        "tagging": "NONE",
        "adminStatus": "up",
        "operationStatus": "up",
        "linkLevelType": "Ethernet",
        "linkType": "full-duplex",
        "speed": "1000",
        "speedStr": "1000mbps",
        "mtu": "1514",
        "mtuStr": "1514",
        "hardwarePhysicalAddress": "08:00:27:96:60:dc",
        "managed-element": {
          "@href": "/api/space/managed-domain/managed-elements/327811",
          "id": "327811"
        }
      }
    }

  • Access Control

    The following capabilities are required to access this API: ViewInterfaces

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