Create interface group for path visualization
POST {{baseUrl}}/network/path-vis/interface-groups?aid=1234
Creates a new path visualization interface group.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
aid | number | A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. |
Request Body
{"groupName"=>"PathVis Interface Group", "ipAddresses"=>["1.1.1.1", "8.8.8.8"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"aid":"1234","groupId":"281474976710706","groupName":"PathVis Interface Group","ipAddresses":["1.1.1.1","8.8.8.8"],"rdnsRegexes":["aggr403b-1.iad3.rackspace.net","aggr403c-1.iad3.rackspace.net"]}