plerion integrations
List cloud integrations.
With plerion integrations, you can list all cloud integrations (AWS, Azure, GCP, Kubernetes) configured in your tenant.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List cloud integrations.
plerion integrations list [options]
plerion integrations list [options]
| Flag | Type | Description |
|---|---|---|
--per-page | number | Results per page (default: 50) |
--include-total | flag | Include total count in response metadata |
--all | flag | Fetch all pages automatically |
# List all integrations
plerion integrations list
# Include total count
plerion integrations list --include-total --output json
# Extract integration IDs
plerion integrations list --output json --query 'data[*].integrationId'
# Fetch all integrations across all pages
plerion integrations list --all --output json
| Column | Description |
|---|---|
| ID | Integration ID |
| NAME | Integration name |
| PROVIDER | Cloud provider (AWS, Azure, GCP, Kubernetes) |
| TYPE | Integration type |
| STATUS | Integration status (e.g. ACTIVE) |
| RISK SCORE | Numeric risk score |
| SCHEDULE | Scan schedule |
| SCAN INTERVAL | Scan interval setting |
| DETECTION SETTING ID | Detection setting ID |
| TENANT ID | Tenant ID |
| ORG ID | Organization ID |
| AWS ACCOUNT | AWS account ID |
| AZURE SUBSCRIPTION | Azure subscription ID |
| AZURE DIRECTORY | Azure directory/tenant ID |
| GCP PROJECT | GCP project ID |
| CREATED AT | Creation timestamp |
| UPDATED AT | Update timestamp |
Was this page helpful?