X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1%2Fopenapi.yaml;fp=a1%2Fopenapi.yaml;h=6975bf6012187182f3d6ff36d498ef73ad65de14;hb=0a3f67614eed2f39b3caaadfeaf6375ecf11172d;hp=fed4b77546264cc8a390504dae725ca15060d81a;hpb=50487bf719884e6a339b48ee5971d757837287b2;p=ric-plt%2Fa1.git diff --git a/a1/openapi.yaml b/a1/openapi.yaml index fed4b77..6975bf6 100644 --- a/a1/openapi.yaml +++ b/a1/openapi.yaml @@ -16,7 +16,7 @@ # ================================================================================== openapi: 3.0.0 info: - version: 1.0.0 + version: 1.1.0 title: RIC A1 paths: '/a1-p/healthcheck': @@ -273,12 +273,21 @@ paths: description: > successfully retrieved the status content: - text/plain: + application/json: schema: - type: string - enum: - - IN EFFECT - - NOT IN EFFECT + type: object + properties: + instance_status: + type: string + enum: + - IN EFFECT + - NOT IN EFFECT + has_been_deleted: + type: boolean + created_at: + type: string + format: date-time + '404': description: > there is no policy instance with this policy_instance_id or there is no policy type with this policy_type_id