- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.integrations.managers.list
Lists all IntegrationManagers defined for a specific integration. Use this method to discover the library of managers available within a particular integration's scope.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1beta/{parent}/managers Path parameters
| Parameters | |
|---|---|
parent |
Required. The integration to list Integration Managers for. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of Integration Managers to return. The service may return fewer than this value. If unspecified, at most 100 Integration Managers will be returned. The maximum value is 100; values above 100 will be coerced to 200. |
pageToken |
Optional. A page token, received from a previous |
filter |
Optional. A filter that can be used to filter the list of Integration Managers. |
orderBy |
Optional. A field that can be used to sort the list of Integration Managers. |
Request body
The request body must be empty.
Response body
Response message for listing Integration Managers.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"managers": [
{
object ( |
| Fields | |
|---|---|
managers[] |
The list of Integration Managers. |
nextPageToken |
A token, which can be sent as |
totalSize |
Total number of Integration Managers. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.managers.get
For more information, see the IAM documentation.