Full name: projects.locations.instances.remediationPlans.list
Lists Remediation Plans with optional filtering.
HTTP request
GET https://{endpoint}/v1alpha/{parent}/remediationPlans
Where {endpoint} is one of the supported service endpoints.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent resource to list plans under. |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Items per page. |
pageToken |
Optional. Token for pagination. |
filter |
Optional. Filter for plans. |
orderBy |
Optional. Order for listing plans. |
expand |
Optional. Expand the response to include related sub-resources. Supported values: * |
Request body
The request body must be empty.
Response body
Response payload for remediationPlans.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"remediationPlans": [
{
object ( |
| Fields | |
|---|---|
remediationPlans[] |
A list of remediation plans. |
nextPageToken |
Token to retrieve the next page of results. |
totalSize |
Total plans in the collection. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chronicle
For more information, see the Authentication Overview.