@itentialopensource/adapter-moogsoft_saas
Version:
This adapter integrates with system described as: Moogsoft SaS
45 lines • 1.1 kB
JSON
{
"actions": [
{
"name": "reindex",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/index/reindex?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getReindexStatus",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/index/reindex-status?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getReindexStatus-default.json"
}
]
}
]
}