Configure Intelligent Media Connector

Use this endpoint to discover the child nodes where you can manage custom resources for the Intelligent Media Connector.

URL Syntax

For a GET:

/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource/

HTTP Methods

  • GET

Parameters

Table 17-22 URL Parameters

Names Description
links Set to none if you want to remove the links from the response. Set to an enumerated list of the links to return. For example:
.../?links=mediaFlowEngines

Examples

Example 17-65 Get the Media Server details

curl -u 'weblogic:<password>' \
    "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource/"

Example response:

{
  "links": [
    {
      "rel": "parent",
      "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector"
    },
    {
      "rel": "self",
      "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource"
    },
    {
      "rel": "canonical",
      "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource"
    },
    {
      "rel": "mediaFlowEngines",
      "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource/mediaFlowEngines"
    },
    {
      "rel": "RTPProxys",
      "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource/RTPProxys"
    },
    {
      "rel": "mediaOverLoadProtection",
      "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource/mediaOverLoadProtection"
    },
    {
      "rel": "mediaThresholdConfig",
      "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/customResources/IntelligentMediaConnector/customResource/mediaThresholdConfig"
    }
  ],
  "identity": [
    "customResources",
    "IntelligentMediaConnector",
    "customResource"
  ]
}