aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-common/src/test/resources/__files/APPC/appc_error.json
blob: e28878d1aa45e0516e01b3a02e0139fed88c7e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "output": {
    "status": {
      "code": 200,
      "message": "RESULT_MESSAGE"
    },
    "common-header": {
      "api-ver": "API_VERSION",
      "request-id": "ECOMP_REQUEST_ID",
      "originator-id": "ECOMP_SYSTEM_ID",
      "sub-request-id": "ECOMP_SUBREQUEST_ID",
      "timestamp": "2016-08-08T23:09:00.11Z",
      "flags": {
        "ttl": 1000,
        "force": "TRUE",
        "mode": "EXCLUSIVE"
      }
    },
    "locked": "TRUE"
  }
}