Update interface group
PUT {{baseUrl}}/network/path-vis/interface-groups/:interfaceGroupId?aid=1234
Updates a 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: OK
{"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"]}