Create a port list
POST
/v2/port_listsLast modified: 3 days ago
Create a port list
Request
Body Params application/json
port_list
object
optional
name
string
optional
Example:
test name
comment
string
optional
Example:
test comment
port_range
string
optional
Example:
U:111,55,T:33,50-51
Example
{
"port_list": {
"name": "test name",
"comment": "test comment",
"port_range": "U:111,55,T:33,50-51"
}
}
Request samples
Responses
Created(201)
Parameter Error(422)
HTTP Code: 201
Content Type : JSONapplication/json
Port list created
Data Schema
object {0}
Example
{}
Last modified: 3 days ago