X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=api%2Fswagger.yaml;fp=api%2Fswagger.yaml;h=3214506d3c30c20d9b6fea3f82e4f88154e7b125;hb=5152bd39551f19139752d89a795327ca9dd189db;hp=b7ca5265a3332e3fb54ac6db2fc3fee7074f7244;hpb=272fb5b36779f68a944ca317fa6a6159da0128e3;p=ric-plt%2Fa1.git diff --git a/api/swagger.yaml b/api/swagger.yaml index b7ca526..3214506 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -170,6 +170,11 @@ paths: description: > represents a policy instance identifier. UUIDs are advisable but can be any string + - name: notificationDestination + in: query + type: string + description: > + URL send by non-RT RIC. This where non-RT RIC expects status updates on the policy creation get: description: | Retrieve the policy instance @@ -281,16 +286,17 @@ paths: schema: type: object properties: - instance_status: + enforceStatus: type: string enum: - - IN EFFECT - - NOT IN EFFECT - has_been_deleted: - type: boolean - created_at: + - ENFORCED + - NOT_ENFORCED + enforceReason: type: string - format: date-time + enum: + - SCOPE_NOT_APPLICABLE + - STATEMENT_NOT_APPLICABLE + - OTHER_REASON '404': description: > there is no policy instance with this policy_instance_id or there is