- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists all cloud resources that are being or were affected by a specific Experiment. This method is useful for seeing the scope of an Experiment and the status of each resource involved.
HTTP request
GET https://faulttesting.googleapis.com/v1alpha/{parent=projects/*/locations/*/experiments/*}/affectedResources
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The experiment from which to list affected resources. Format: |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of affected resources to return. Fault Injection Testing may return fewer. If unspecified, at most 1000 will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token received from a previous list call, used to retrieve the subsequent page. When paginating, all other parameters provided to |
filter |
Optional. A filter expression to restrict the affected resources returned. Follows https://google.aip.dev/160 and supports all fields. |
Request body
The request body must be empty.
Response body
Response message for FaultTesting.ListAffectedResources.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"affectedResources": [
{
object ( |
| Fields | |
|---|---|
affectedResources[] |
The affected resources from the specified experiment, ordered from newest to oldest based on creation time. |
nextPageToken |
A token, which can be sent as |
unreachable[] |
Unordered list. Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
faulttesting.affectedResources.list
For more information, see the IAM documentation.