{
  "actions": [
    {
      "name": "postProfileManagerMoIdCreateProfile",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/ProfileManager/{pathv1}/CreateProfile?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "postProfileManagerMoIdFindAssociatedProfile",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/ProfileManager/{pathv1}/FindAssociatedProfile?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "postProfileManagerMoIdQueryPolicyMetadata",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/ProfileManager/{pathv1}/QueryPolicyMetadata?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getProfileManagerMoIdProfile",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/ProfileManager/{pathv1}/profile?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}