Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

To learn more, visit the Egnyte Secure Govern documentation.

Parameters

ParameterDescription
CountNumber of items to return at most. Possible values: 1 - 100.
CursorMost recent known id, return items with IDs after this one.
FormatEither short or full to include less or more issue details.

Example Output

{    "value": {        "cursor": 46,        "issues": [            {                "detected": 1536050328021,                "id": 1,                "item": {                    "displayName": "/Shared/2018-09-04_10-37-02/folder-parent14/folder15",                    "issueDetails": null,                    "type": "FOLDER"                },                "policies": [],                "severity": 1,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "INDIVIDUAL_PERMISSION",                "updated": 1536050328021            },            {                "detected": 1536050328571,                "id": 2,                "item": {                    "displayName": "/Shared/2018-09-04_10-37-02/file6.test",                    "issueDetails": null,                    "type": "FILE"                },                "policies": [                    "relevant policy name"                ],                "severity": 2,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "PUBLIC_LINK",                "updated": 1536050328571            },            {                "detected": 1536050328571,                "id": 3,                "item": {                    "displayName": "/Shared/2018-09-04_10-37-02/folder20",                    "issueDetails": null,                    "type": "FOLDER"                },                "policies": [                    "relevant policy name"                ],                "severity": 2,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "PUBLIC_LINK",                "updated": 1536050328571            },            {                "detected": 1536050328753,                "id": 5,                "item": {                    "displayName": "/Shared/2018-09-04_10-37-02/folder-parent14/folder15",                    "issueDetails": null,                    "type": "FOLDER"                },                "policies": [                    "relevant policy name"                ],                "severity": 3,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "EXTERNAL_SHARING",                "updated": 1536050328753            },            {                "detected": 1536050328753,                "id": 6,                "item": {                    "displayName": "Delphi Admin (bob@egnyte.com)",                    "issueDetails": {                        "userEmail": "bob@egnyte.com",                        "userName": "Delphi Admin"                    },                    "type": "USER"                },                "policies": [],                "severity": 9,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "COMPROMISED_ACCOUNT",                "updated": 1536050328753            },            {                "detected": 1536050328995,                "id": 12,                "item": {                    "displayName": "/Shared/2018-09-04_10-37-02/folder-parent10/folder11",                    "issueDetails": null,                    "type": "FOLDER"                },                "policies": [                    "relevant policy name"                ],                "severity": 3,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "OPEN_ACCESS",                "updated": 1536050328995            },            {                "detected": 1536050366764,                "id": 22,                "item": {                    "displayName": "empty-group-MWfVpYMG",                    "issueDetails": null,                    "type": "GROUP"                },                "policies": [                    "relevant policy name"                ],                "severity": 1,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "EMPTY_GROUP",                "updated": 1536050366764            },            {                "detected": 1536050367288,                "id": 30,                "item": {                    "displayName": "group-name-jeFLVEbh-82",                    "issueDetails": null,                    "type": "GROUP"                },                "policies": [                    "relevant policy name"                ],                "severity": 1,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "UNUSED_GROUP",                "updated": 1536050367288            },            {                "detected": 1536050367669,                "id": 46,                "item": {                    "displayName": "Delphi Admin (bob@egnyte.com)",                    "issueDetails": {                        "userEmail": "bob@egnyte.com",                        "userName": "Delphi Admin"                    },                    "type": "USER"                },                "policies": [                    "relevant policy name"                ],                "severity": 9,                "source": "someworkgroup.egnyte.com",                "sourceId": "1232f6b8-3258-4528-ab64-b4a636da3327",                "sourceLabel": "Source added by tests",                "sourceType": "Egnyte",                "status": "OPEN",                "type": "MALWARE_INFECTION",                "updated": 1536050367669            }        ]    }}

Workflow Library Example

List Issues with Egnyte Secure Govern and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop