Versions Compared

Key

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

...

Create a file job1.json with the job definition (replace paths <urlpaths <url-for-jod-data-delivery> and <url-for-jod-status-delivery> delivery> to fit your enviromentenvironment:

Code Block
languagebash
titlejob1.json
{
  "info_type_id": "ExampleInformationType",
  "job_result_uri": "<url-for-jod-data-delivery>",
  "job_owner": "job1owner",
  "status_notification_uri": "<url-for-jod-status-delivery>",
  "job_definition": {}
}

...

If the kafka type also used, setup a job for that type as well.

Create a file job2.json with the the job definition (replace paths <url-for-jod-data-delivery> and <url-for-jod-status-delivery> to fit your enviroment:

...

Data posted on the kafka topic unauthenticated.dmaapadp_kafka.text will be delivered to the path as specified specified in the the job2.json.

Run the Dmaap Mediator Producer Docker Container

...

Code Block
languagebash
titlejob3.json
{
  "info_type_id": "STD_Fault_Messages",
  "job_result_uri": "<url-for-job-data-delivery>",
  "job_owner": "job3owner",
  "status_notification_uri": "<url-for-job-status-delivery>",
  "job_definition": {}
}

Create job3 for Create job3 for type 'ExampleInformationType'

...

Data posted on the message router topic unauthenticated.dmaapmed.json will be delivered to the path as specified in the job3.jsonjson

Run usecases

Within NON-RT RIC a number of usecase implementations are provided. Follow the links below to see how to run them.

...