/api/space/managed-domain/managed-elements/{id}/routing-options

The following operation is supported on this resource:

  • GET - Get Routing Options for the Managed Element
GET /managed-elements/{id}/routing-optionsVersion 1

This API returns the routing options for a given managed element.

Sample Usage

GET /managed-elements/{id}/routing-options


  • Parameters:
    NameTypeURI TypeDescriptionRequired
    me-idintPathThe ID of the managed element from which to retrieve the routing options. Y
  • Sample Output XML:

    <routOptions uri="/api/space/managed-domain/managed-elements/262144/routing-options">
       <id>1474622</id>
       <name>65412</name>
       <autonomousSystem>65412</autonomousSystem>
    </routOptions>

  • Sample Output JSON:

    {
      "routOptions": {
         "@uri": "/api/space/managed-domain/managed-elements/262144/routing-options",
         "id":"1474622",
         "name":"65412",
         "autonomousSystem":"65412"
      }
    }

  • Access Control

    The following capabilities are required to access this API: ViewPhysicalInventory