Get AS Steering Parameter by AS Number

Get an Autonomous System steering parameter by AS number

GET https://<NSP Server>:8543/sdn/api/v3/steering/as/10

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": {
    "name": "AS Entry",
    "asNumber": 10,
    "subnetCount": 0,
    "applicationId": -500,
    "appGroupId": 10,
    "subnetsUpdating": true,
    "lastSubnetsRefreshTime": {
      "string": null
    },
    "lastSubnetsChangeTime": {
      "string": null
    }
  }
}