summaryrefslogtreecommitdiffstats
path: root/docs/sli/offeredapis.rst
blob: 8b22f6e953ac92fd7a9f9e3e4634fb700485d297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. _offeredapis:

Offered APIs
============

.. toctree::
   :maxdepth: 1
   :titlesonly:

   apis/asdcApi.rst
   apis/dataChange.rst
   apis/lcm.rst
   apis/sliapi.rst
   
; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
    "name":"OnapPfParameterGroup",
    "restServerParameters": {
      "host": "0.0.0.0",
      "port": 6969,
      "userName": "${RESTSERVER_USER}",
      "password": "${RESTSERVER_PASSWORD}",
      "https": {{ (eq "true" (include "common.needTLS" .)) | ternary "true" "false" }},
      "prometheus": true
    },
    "pdpStatusParameters":{
        "pdpGroup": "defaultGroup",
        "timeIntervalMs": 120000,
        "pdpType":"apex",
        "description":"Pdp Heartbeat",
        "supportedPolicyTypes": [
            {
                "name": "onap.policies.native.Apex",
                "version": "1.0.0"
            },
            {
              "name": "onap.policies.controlloop.operational.common.Apex",
              "version": "1.0.0"
            }
        ]
    },
    "topicParameterGroup": {
        "topicSources" : [{
            "topic" : "POLICY-PDP-PAP",
            "servers" : [ "message-router" ],
            "useHttps" : "false",
            "fetchTimeout": 15000,
            "topicCommInfrastructure" : "dmaap"
        }],
        "topicSinks" : [{
            "topic" : "POLICY-PDP-PAP",
            "servers" : [ "message-router" ],
            "useHttps" : "false",
            "topicCommInfrastructure" : "dmaap"
        }]
    }
}