Method: projects.locations.reportConfigs.reports.list

Lists Reports in a given ReportConfig.

HTTP request

GET https://migrationcenter.googleapis.com/v1/{parent=projects/*/locations/*/reportConfigs/*}/reports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent value for ListReportsRequest.

Query parameters

Parameters
pageSize

integer

Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.

pageToken

string

A token identifying a page of results that the server should return.

filter

string

Filtering results.

orderBy

string

Field to sort by. See https://google.aip.dev/132#ordering for more details.

view

enum (ReportView)

Determines what information to retrieve for each Report.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Response message for listing Reports.

JSON representation
{
  "reports": [
    {
      object (Report)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
reports[]

object (Report)

The list of Reports.

nextPageToken

string

A token identifying a page of results the server should return.

unreachable[]

string

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.