aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/policy/src/main/resources/open-cli-sample/policy/policy-healthcheck-schema-elalto-moco.json
blob: fed08d522c620e875524cdfb2d25699ae3aa0f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[ {
  "request" : {
    "method" : "get",
    "uri" : "/policy/api/v1/healthcheck",
    "headers" : {
      "Authorization" : "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0",
      "Accept" : "application/json",
      "Environment" : "TEST",
      "ClientAuth" : "cHl0aG9uOnRlc3Q=",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "name" : "Policy API",
      "url" : "self",
      "healthy" : true,
      "code" : 200,
      "message" : "alive"
    }
  }
} ]