v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1334381316.7 KB
organizations

Lists discovery configurations.

get/v2/{+parent}/discoveryConfigs

Path parameters

parentstring required

Required. Parent resource name. The format of this value is as follows: projects/{project_id}/locations/{location_id} The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data: parent=projects/example-project/locations/europe-west3

Query parameters

orderBystring

Comma-separated list of config fields to order by, followed by asc or desc postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Example: name asc,update_time, create_time desc Supported fields are: - last_run_time: corresponds to the last time the DiscoveryConfig ran. - name: corresponds to the DiscoveryConfig's name. - status: corresponds to DiscoveryConfig's status.

pageSizeinteger

Size of the page. This value can be limited by a server.

pageTokenstring

Page token to continue retrieval. Comes from the previous call to ListDiscoveryConfigs. order_by field must not change for subsequent calls.

Response

Successful response