Go to primary content
Oracle® Communications Service Communication Proxy (SCP) Cloud Native User's Guide
Release 1.0
F12310-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Configuring Port

Port Configuration - LIST

Configuring port allows user to configure default port for a combination of locality, nftype, and service

Supported Operations: List, PUT

GET Command

curl --header 'Content-type: application/json' --header 'accept: application/json' --request GET http://<Soothsayerfqdn>:8081/soothsayer/v1/portconfiguration
[
  {
    "nftype": "ALL",
    "locality": "ALL",
    "serviceName": "ALL",
    "unsecuredPort": 80,
    "securedPort": 443,
    "transport": "TCP",
    "nfType": "ALL"
  }
]