Create AS Steering Parameter

Create Autonomous System steering parameter

POST https://<NSP Server>:8543/sdn/api/v4/steering/as/10

Request:

{
  "data": {
    "name": "AS Entry"
  }
}

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
    }
  }
}