Ataya Harmony
Use the Ataya Harmony integration to assign client which has not yet under assigned status by client imsi.
Utilities · Ataya
Details
| ID | Ataya Harmony |
|---|---|
| Provider | Atayalan Inc |
| Category | Utilities |
| From Version | 6.9.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
Ataya Harmony
Use the Ataya Harmony integration, we can achieve the security access control which assign the user through the api access token.
Configure Ataya Harmony in Cortex
| Parameter | Description | Required |
|---|---|---|
| Harmony URL | e.g., https://ataya-harmony.com | True |
| API Token | Access token generated by Harmony organization setting page | True |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False |
Commands
You can execute these commands from the CLI, or in a playbook.
ataya-assign-user
After assign the user on ataya harmony, user can successfully register to harmony
Base Command
ataya-assign-user
Input
| Argument Name | Description | Required |
|---|---|---|
| imsi | A user imsi which need to be assigned | Required |
Command Example
!ataya-assign-user imsi="001010000000001"
Configuration parameters
url— Harmony URL (required)apiToken— (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (1)
-
ataya-assign-userapprove user to access external network.
category: Utilities provider: Atayalan Inc commonfields: id: Ataya Harmony version: -1 configuration: - display: Harmony URL name: url required: true type: 0 - display: "" displaypassword: API Token hiddenusername: true name: apiToken required: true section: Connect type: 9 - advanced: true defaultvalue: "false" display: Trust any certificate (not secure) name: insecure required: false section: Connect type: 8 - advanced: true defaultvalue: "false" display: Use system proxy settings name: proxy required: false section: Connect type: 8 description: Use the Ataya Harmony integration to assign client which has not yet under assigned status by client imsi. display: Ataya Harmony name: Ataya Harmony script: commands: - arguments: - name: imsi required: true description: the cilient imsi which need to be assigned. description: approve user to access external network. name: ataya-assign-user dockerimage: demisto/python3:3.12.13.10116658 runonce: false script: '' subtype: python3 type: python fromversion: 6.9.0 tests: - No tests (auto formatted)