Skip to main content

FileOrbis

This Integration is part of the FileOrbis Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

Manage FileOrbis operations. This integration was integrated and tested with version >10.0.0 of FileOrbis (You should see XSOAR settings on management).

Configure the FileOrbis for Cortex XSOAR#

  1. Navigate to Security > XSOAR settings on management.
  2. Click Active checkbox.
  3. Click Save button.
  4. Copy created Client Id and Client Secret.

Configure FileOrbis on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for FileOrbis.

  3. Click Add instance to create and configure a new integration instance.

    ParameterDescriptionRequired
    UrlFileOrbis Url.True
    Client IdClient id from FileOrbis XSOAR settings.True
    Client SecretClient secret from FileOrbis XSOAR settings.True
    Trust any certificate (not secure)Trust any certificate (not secure).False
    Use system proxy settingsUse system proxy settings.False
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

fileorbis-change-user-status#


Changes user status

Base Command#

fileorbis-change-user-status

Input#

Argument NameDescriptionRequired
user_idId of the user whose status is to be changed.Required
statusNew status of the user ( 0 = Passive, 1 = Active, 2 = Deleted ). Possible values are: 0, 1, 2.Required

Context Output#

PathTypeDescription
FileOrbis.UserStatus.UserIDStringUser Id to change its status
FileOrbis.UserStatus.SuccessBooleanTrue if operation completed successfully
FileOrbis.UserStatus.StatusNumberResult code of the operation
FileOrbis.UserStatus.MessageStringUser friendly result message of the operation

Command Example#

!fileorbis-change-user-status user_id="69a0e65c-54d7-4210-9cc4-08c40d1a0b9d" status="1"

Context Example#

{
"FileOrbis": {
"UserStatus": {
"Success": true,
"Status": 0,
"Message": "Your Operation is Completed Successfully",
"UserID": "69a0e65c-54d7-4210-9cc4-08c40d1a0b9d"
}
}
}

Human Readable Output#

SuccessStatusMessageUserID
true0Your Operation is Completed Successfully69a0e65c-54d7-4210-9cc4-08c40d1a0b9d