FileOrbis

Manage FileOrbis operations.

IT Services · FileOrbis

Details

IDFileOrbis
ProviderFileOrbis
CategoryIT Services
From Version6.0.0
Docker Imagedemisto/python3:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

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 in Cortex

Parameter Description Required
Url FileOrbis Url. True
Client Id Client id from FileOrbis XSOAR settings. True
Client Secret Client secret from FileOrbis XSOAR settings. True
Trust any certificate (not secure) Trust any certificate (not secure). False
Use system proxy settings Use system proxy settings. False

Commands

You can execute these commands from the 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 Name Description Required
user_id Id of the user whose status is to be changed. Required
status New status of the user ( 0 = Passive, 1 = Active, 2 = Deleted ). Possible values are: 0, 1, 2. Required

Context Output

Path Type Description
FileOrbis.UserStatus.UserID String User Id to change its status
FileOrbis.UserStatus.Success Boolean True if operation completed successfully
FileOrbis.UserStatus.Status Number Result code of the operation
FileOrbis.UserStatus.Message String User 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

Success Status Message UserID
true 0 Your Operation is Completed Successfully 69a0e65c-54d7-4210-9cc4-08c40d1a0b9d

Configuration parameters

  • url — Url (required)
  • client_id — Client Id (required)
  • client_secret — Client Secret (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (1)

  • fileorbis-change-user-status

    Changes user status

category: IT Services
provider: FileOrbis
commonfields:
  id: FileOrbis
  version: -1
configuration:
- additionalinfo: FileOrbis Url.
  display: Url
  name: url
  required: true
  type: 0
- additionalinfo: Client id from FileOrbis XSOAR settings.
  display: Client Id
  name: client_id
  required: true
  type: 0
- additionalinfo: Client secret from FileOrbis XSOAR settings.
  display: Client Secret
  name: client_secret
  required: true
  type: 4
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
description: Manage FileOrbis operations.
display: FileOrbis
name: FileOrbis
script:
  commands:
  - arguments:
    - description: Id of the user whose status is to be changed.
      name: user_id
      required: true
    - auto: PREDEFINED
      description: New status of the user ( 0 = Passive, 1 = Active, 2 = Deleted ).
      name: status
      predefined:
      - '0'
      - '1'
      - '2'
      required: true
    description: Changes user status
    name: fileorbis-change-user-status
    outputs:
    - contextPath: FileOrbis.UserStatus.UserID
      description: User Id to change its status.
      type: String
    - contextPath: FileOrbis.UserStatus.Success
      description: True if operation completed successfully.
      type: Boolean
    - contextPath: FileOrbis.UserStatus.Status
      description: Result code of the operation.
      type: Number
    - contextPath: FileOrbis.UserStatus.Message
      description: User friendly result message of the operation.
      type: String
  dockerimage: demisto/python3:3.12.13.10116658
  runonce: false
  script: '-'
  subtype: python3
  type: python
tests:
- No tests (auto formatted)
fromversion: 6.0.0