Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel7

...

Info

The CLI references “skysync.” This is expected.

Audit Categories

In the following examples, the authentication parameters are provided within the configuration file.  See the authentication section for more information.

...

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"
        }
      ]
    }
  }
]

...