Adding owner to jobInfo
Added job owner to Job Ino in producer API.
Uplift submodule with policymanagement source from ONAP. This means that GET component configuration is included.
Change-Id: Ib10138080c0d46165e5fb82de4693e6c9acdf983
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-173
diff --git a/docs/offeredapis/swagger/ecs-api.json b/docs/offeredapis/swagger/ecs-api.json
index 740be9b..303a925 100644
--- a/docs/offeredapis/swagger/ecs-api.json
+++ b/docs/offeredapis/swagger/ecs-api.json
@@ -508,7 +508,7 @@
"tags": ["A1-EI (enrichment information)"]
}}
},
- "host": "localhost:38411",
+ "host": "localhost:34053",
"definitions": {
"producer_ei_job_request": {
"description": "The body of the EI producer callbacks for EI job creation and deletion",
@@ -516,6 +516,10 @@
"title": "producer_ei_job_request",
"required": ["ei_job_identity"],
"properties": {
+ "owner": {
+ "description": "The owner of the job",
+ "type": "string"
+ },
"ei_job_identity": {
"description": "Idenitity of the EI job",
"type": "string"