[
  {
    "httpRequest": {
      "path": "/events/AAI_EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event",
      "queryStringParameters" : {
        "timeout" : [ "1000" ]
      }
    },
    "httpResponse": {
      "statusCode": 200,
      "headers": {
        "content-type": [
          "application/json"
        ]
      },
      "body": "{}"
    }
  },
  {
    "httpRequest": {
      "path": "/events/unauthenticated.DCAE_CL_OUTPUT",
      "queryStringParameters" : {
        "timeout" : [ "1000" ]
      }
    },
    "httpResponse": {
      "statusCode": 200,
      "headers": {
        "content-type": [
          "application/json"
        ]
      },
      "body": {
        "type": "JSON",
        "json": {}
      }
    }
  },
  {
    "httpRequest": {
      "path": "/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input",
      "queryStringParameters" : {
        "timeout" : [ "1000" ]
      }
    },
    "httpResponse": {
      "statusCode": 200,
      "headers": {
        "content-type": [
          "application/json"
        ]
      },
      "body": {
        "type": "JSON",
        "json": {}
      }
    }
  }
]