- Configure and Authenticate Cloud Apps
- Add Open API Authentication and Roles
- Accounts API v1
- Authentication
- Objects used with these APIs
- Get all accounts
- Get single account
- Create an account
- Modify an account
- Delete an account
- Reset an account’s history
- Get all accounts’ health statuses
- Get an account’s health status
- Activate an account
- Deactivate an account
- (Deprecated) Activate an account’s endpoint
- (Deprecated) Deactivate an account’s endpoint
- Activate an account’s endpoint
- Deactivate an account’s endpoint
- Test Account Connection
- Get Account Users
- Get Exposed Resources
- Export Account
- Import Account
- Get ConnectorsSyncSettings
- Set ConnectorsSyncSettings
- Accounts API v2
- Monitoring API
- Remediation API
- Settings and Reports API
- SIEM API
- Tenancy API
- Version API
PrevNext
Settings and Reports API
Exabeam Cloud Connectors report various health indicators.
Added: 2.1.16
Prefix all API URLs with:
https://<your-server-ip>:8443/openapi/api/rest/v1/settings/reports
Authentication
The API access is disabled by default.
To enable it, create an integration user and password for use with Basic Authentication (Add Open API Authentication and Roles).
Objects used with these APIs
HealthReportInfo
{ "fqdn":"string. unique identifier of the reporter. a.k.a type", "description":"string", "active":"boolean" }
Get all reporters
GET /types
Response:
200,
List<HealthReportInfo>
Activate a reporter
PUT /types/{fqdn}/activate
> requires integration-admin
role
Response:
200,
List<HealthReportInfo>
Deactivate a reporter
PUT /types/{fqdn}/deactivate
> requires integration-admin
role
Response:
200,
List<HealthReportInfo>