Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleClient -> NCMP RequestResponse
linenumberstrue
collapsetrue
{
    "headers": {},
    "body": {
        "requestId": "0f574dfa-9c05-4899-9ae1-e6741f53c6d9"
    },
    "statusCode": "OK",
    "statusCodeValue": 200
}

...

Code Block
languageyml
titleNCMP Sync Done
linenumberstrue
collapsetrue
{
	"logTimeStamp": "2022-05-10T11:16:27.123Z",
	"logLevel": "INFO",
	"principalId": "cpsuser",
	"serviceName": "cps-application",
	"message": "Async task completed successfully.",
	"processId": "1",
	"threadName": "ForkJoinPool.commonPool-worker-5",
	"class": "o.o.c.n.r.executor.CpsNcmpTaskExecutor"
}


Code Block
languageyml
titleDMI -> NCMP EVENT
linenumberstrue
collapsetrue
{
  "eventId": "b2f629ae-ee90-44d9-97f9-500c8a595b6a",
  "eventCorrelationId": "2243bbcd-b0b3-4aa5-9d53-41dc88a525a5",
  "eventTime": "2022-05-10T08:39:37.597+0000",
  "eventSource": "org.onap.ncmp",
  "eventSchema": "urn:cps:org.onap.cps:async-request-response-event-schema:v1",
  "eventTarget": "my-topic-999",
  "eventContent": {
    "response-data-schema": "urn:cps:org.onap.cps:async-request-response-event-schema:v1",
    "response-status": "SUCCESS",
    "response-code": "200",
    "response-data": {
      "ietf-netconf-monitoring:netconf-state": {
        "schemas": {
          "schema": [
            {
              "identifier": "ietf-tls-server",
              "version": "2016-11-02",
              "format": "ietf-netconf-monitoring:yang",
              "namespace": "urn:ietf:params:xml:ns:yang:ietf-tls-server",
              "location": [
                "NETCONF"
              ]
            },
            {
              "identifier": "nc-notifications",
              "version": "2008-07-14",
              "format": "ietf-netconf-monitoring:yang",
              "namespace": "urn:ietf:params:xml:ns:netmod:notification",
              "location": [
                "NETCONF"
              ]
            }
        }
      }
    }
  }
}

...