X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1%2Fopenapi.yaml;fp=a1%2Fopenapi.yaml;h=9c90599372c7b3e83bb62d3ca552d5ad6e3c505b;hb=8b663678b683be4f695bb47509b8cbbc2ec6da30;hp=2aa7a943eea23dff79a40917273c1bf43b1ae7d9;hpb=06a1a14f49cd65f6836fb3bb6d772c076b8f9f11;p=ric-plt%2Fa1.git diff --git a/a1/openapi.yaml b/a1/openapi.yaml index 2aa7a94..9c90599 100644 --- a/a1/openapi.yaml +++ b/a1/openapi.yaml @@ -309,6 +309,30 @@ paths: '503': description: "Potentially transient backend database error. Client should attempt to retry later." + '/data-delivery': + + post: + description: > + Deliver data produced by data producer. + tags: + - A1 EI Data Delivery + operationId: a1.controller.data_delivery + requestBody: + content: + application/json: + schema: + type: object + description: > + object to represent data object + responses: + '200': + description: > + successfully delivered data from data producer + + '404': + description: > + no job id defined for this data delivery + components: schemas: policy_type_schema: