Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smitmartijn/f06bdaf81316e2794ea7d94af5474fbb to your computer and use it in GitHub Desktop.
Save smitmartijn/f06bdaf81316e2794ea7d94af5474fbb to your computer and use it in GitHub Desktop.
"/2.0/vdn/config/segments": {
"get": {
"description": "Lists all Segment ID Pools",
"tags": [
"2.0"
],
"operationId": "Get_vdnSegmentPoolList_",
"produces": [
"application/json"
],
"parameters": [],
"responses": {
"200": {
"description": ""
}
}
},
"post": {
"description": "Add a segment ID Pool\n\n**Request Body:**\n\n<segmentRange>\n\n <name>name</name> <!-- Required -->\n\n <desc>description</desc> <!-- Optional -->\n\n <begin>5000</begin> <!-- Required. Minimum value is 5000 -->\n\n <end>65535</end> <!-- Required. Maximum value is 16777216-->\n\n</segmentRange>",
"tags": [
"2.0"
],
"operationId": "Create_vdnSegmentPoolAdd_",
"produces": [
"application/xml"
],
"consumes": [ "application/xml" ],
"parameters": [
{
"name": "body",
"in": "body",
"required": true
}
],
"responses": {
"200": {
"description": ""
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment