liveapicreator-admin-cli
Version:
The NodeJS command line utility for 'CA Live API Creator' DevOps Administration from CA Technologies
31 lines • 1.07 kB
JSON
{
"{d}test": {
"{f}exportoptions.json": {
"passwordStyle": "SKIP",
"apiOptionStyle": "EMIT_ALL",
"authTokenStyle": "SKIP_AUTO",
"skipUrlFragmentWrapping": false,
"libraryStyle": "EMIT_ALL",
"schemaCacheStyle": "DO_NOT_EMIT",
"filters": {
"key": [
"listeners"
]
}
},
"{d}listeners": {
"{f}ReadMe.md": "This folder contains definitions for listeners\n",
"{f}START.json": {
"name": "START",
"isActive": false,
"loggingLevel": "Warning",
"isSingleServer": false,
"description": null,
"connectionName": null,
"providerName": "Startup",
"parameters": null
},
"{f}START.js": "// This is only a very generic example\nvar json = listenerUtil.restPost(\n 'https://consul.rocks/v1/agent/members',\n {},\n {headers:\n {\"X-Consul-Token\": \"abcd1234\"}\n },\n {name: listenerUtil.getHostName()}\n);// Listener code goes here or check out examples ( see top right dropdown menu ) \n"
}
}
}