- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List discovered workload profiles
HTTP request
GET https://workloadmanager.googleapis.com/v1/{parent=projects/*/locations/*}/discoveredprofiles
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent value for ListDiscoveredProfilesRequest |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |
pageToken |
Optional. A token identifying a page of results the server should return. |
filter |
Optional. Filtering results |
Request body
The request body must be empty.
Response body
List discovered profile Response returns discovered profiles from agents
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"workloadProfiles": [
{
object ( |
| Fields | |
|---|---|
workloadProfiles[] |
Output only. The list of workload profiles |
unreachable[] |
Locations that could not be reached. |
nextPageToken |
Output only. A token identifying a page of results the server should return |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform