Source endpoints allow you to manage sources and their related portmaps in a specified environment. Portmaps include a port, virtual host (vhost), source, and list of host IPs.
You must be a member of the environment and be assigned to an engineer role to manage sources. Learn about roles.
Get portmap
Retrieve a portmap for the specified source.
This is helpful for programmatically managing an MLLP source or reviewing which host IP is directed to the specified source.
cURL request example
Path Parameters
- sourceIdrequired, string
Displays the unique identifier of a source within a given environment.
- portmapIdrequired, number
Displays the unique identifier of a portmap.
- metaobject
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- payloadobject
Contains the payload with details about the requested portmap(s).
- portmapobject
Contains a portmap and its related details.
- idnumber
Displays the unique identifier of the portmap.
- vhostnumber
Displays the ID of the Redox vhost that the port is mapped for.
- portnumber
Displays the port number that is being mapped. Must be between 9960 and 9999 (inclusive).
- hostipsArray of string
Displays the list of host IPs for the portmap.
Format: cidr