Labels Ports
Returns an array of port labels.
List of Port Labels Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Creates a port label from the data that's been supplied
Port Label Create Config
Protocol.
udpPort
1Labels for port
["test"]Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update a Port Label given the provided object. This does not do a diff. You must send the complete object.
Port Label Create Config
Protocol.
udpPort
1Labels for port
["test"]Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Returns an array of protocols.
List of Port Labels Protocols Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches all labels by a specific protocol for all Ports.
The protocol of the Port labels to be returned.
Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a all Port labels for the port supplied in the path.
The Port number of the Port labels to be returned.
Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific port label from the protocol and port supplied in the path.
The port of the port label to be returned.
The protocol of the port label to be returned.
Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Delete Port Label
The port of the port label to be deleted.
The protocol of the port label to be deleted.
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Expose (un-hide) a hidden system port label.
The port of the port label to be exposed. Labels in this protocol will now appear for this Port in the UI.
The protocol of the port label to be shown.
Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Hide system port label.
The port of the port label to be hidden.
The protocol of the port label to be hidden.
Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Reset system port label to default state.
The port of the port label to be reset.
The protocol of the port label to be reset.
Port Label Requested
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Bulk upload port labels. New labels will be created, and existing labels will be replaced. Limited to 10,000 labels per request.
Port Label Create Config
Protocol.
udpPort
1Labels for port
["test"]Result of Port Labels bulk upload
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Bulk delete port labels from the data that's been supplied
Delete Port Labels via port or protocol or both. One of port or protocol is required. Both may be provided as well.
Port. Optional if protocol is provided.
1Protocol. Optional is port is provided.
udpResult of Port Labels bulk upload
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Upload Port labels via a CSV file. New labels will be created, and existing labels will be replaced. Limited to 10,000 labels per request.
The CSV must be a text file and should NOT have any headers. Multiple labels can be assigned per protocol by having additional columns.
Example CSV:
Port1, Protocol1, Label1
Port1, Protocol2, Label1, Label2
Port2, Protocol1, Label3
Port2, Protocol4, Label4, Label5, Label6
The CSV file to upload
Result of Port Labels bulk upload
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated