Generated
Port
POST
/
port.createPort create
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredpublishedPortRequirednumber
publishModestring
Default:
"ingress"Value in: "ingress" | "host"targetPortRequirednumber
protocolstring
Default:
"tcp"Value in: "tcp" | "udp"applicationIdRequiredstring
Minimum length:
1Successful response
GET
/
port.onePort one
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Query Parameters
portIdRequiredstring
Minimum length:
1Successful response
POST
/
port.deletePort delete
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredportIdRequiredstring
Minimum length:
1Successful response
POST
/
port.updatePort update
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredportIdRequiredstring
Minimum length:
1publishedPortRequirednumber
publishModestring
Default:
"ingress"Value in: "ingress" | "host"targetPortRequirednumber
protocolstring
Default:
"tcp"Value in: "tcp" | "udp"Successful response