...
In the following example, the authentication parameters are provided within the configuration file. See the authentication section for more information.
command Command with variables
Code Block |
---|
skysync-cli transfer-audit-categories show {{id}} |
command Command with example values
Code Block |
---|
skysync-cli transfer-audit-categories show 17cd1af5358f4a5cb718c7083dbed7ca |
example Example results
Code Block |
---|
ID 17cd1af5358f4a5cb718c7083dbed7ca Name License Failures Action retry Level error Priority 5000 Description Files and folders that have failed due an unlicensed product feature. |
example Example results (JSON)
Code Block |
---|
[ { "id": "17cd1af5358f4a5cb718c7083dbed7ca", "name": "License Failures", "action": "retry", "level": "error", "priority": 5000, "description": "Files and folders that have failed due an unlicensed product feature.", "filter": { "rules": [ { "filter": { "name": "audit_type", "select": null, "op": "eq", "value": 5011 }, "type": "filter_context" } ] } } ] |
...