liveapicreator-admin-cli
Version:
The NodeJS command line utility for 'CA Live API Creator' DevOps Administration from CA Technologies
52 lines • 1.31 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": [
"connections"
]
}
},
"{d}connections": {
"{f}ReadMe.md": "This folder contains definitions for connections\n",
"{f}MQTTConn.json": {
"name": "MQTTConn",
"isActive": false,
"description": "comments",
"providerName": "MQTT",
"parameters": {
"broker": {
"name": "broker",
"value": "tcp://localhost",
"comments": null,
"kind": null
},
"clientId": {
"name": "clientId",
"value": "RANDOM",
"comments": null,
"kind": null
},
"automaticReconnect": {
"name": "automaticReconnect",
"value": "true",
"comments": null,
"kind": null
},
"keepAliveInterval": {
"name": "keepAliveInterval",
"value": "0",
"comments": null,
"kind": null
}
}
}
}
}
}