liveapicreator-admin-cli
Version:
The NodeJS command line utility for 'CA Live API Creator' DevOps Administration from CA Technologies
35 lines • 985 B
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": [
"timers"
]
}
},
"{d}timers": {
"{f}ReadMe.md": "This folder contains definitions for timers\n",
"{f}New$0020Timer.json": {
"name": "New Timer",
"isRepeating": true,
"startTimestampOffset": null,
"endTimestampOffset": null,
"isNoOverlap": true,
"isActive": false,
"description": "comments",
"maximumLogAgeSeconds": 2505600,
"isSingleServer": true,
"crontab": "/15 * * * * ? *",
"isLogErrorOnly": false,
"loggingLevel": "Fine"
},
"{f}New$0020Timer.js": "// Timer code goes here\nlog.debug(\"My timer has executed!\");\n"
}
}
}