@itentialopensource/adapter-nuage
Version:
Itential Nuage Adapter
39 lines • 901 B
JSON
{
"actions": [
{
"name": "getToken",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/me",
"schema": "tokenschema.json",
"headers": {
"X-Nuage-Organization": "csp",
"Authorization": "Basic {b64}{username}:{password}{/b64}"
},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/token-default.json"
}
]
},
{
"name": "healthcheck",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/enterprises",
"schema": "schema.json",
"headers": {
"X-Nuage-Organization": "csp"
},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/healthcheck-default.json"
}
]
}
]
}