Full name: projects.locations.reasoningEngines.sandboxEnvironmentTemplates.list
Lists SandboxEnvironmentTemplates in a given reasoning engine.
Endpoint
gethttps://{service-endpoint}/v1beta1/{parent}/sandboxEnvironmentTemplates
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
parentstring
Required. The resource name of the reasoning engine to list sandbox environment templates from. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}
Query parameters
filterstring
Optional. The standard list filter. More detail in AIP-160.
pageSizeinteger
Optional. The maximum number of SandboxEnvironmentTemplates to return. The service may return fewer than this value. If unspecified, at most 100 SandboxEnvironmentTemplates will be returned.
pageTokenstring
Optional. The standard list page token, received from a previous sandboxEnvironmentTemplates.list call. Provide this to retrieve the subsequent page.
Request body
The request body must be empty.
Response body
Response message for SandboxEnvironmentService.ListSandboxEnvironmentTemplates.
If successful, the response body contains data with the following structure:
The SandboxEnvironmentTemplates matching the request.
nextPageTokenstring
A token, which can be sent as ListSandboxEnvironmentTemplatesRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
| JSON representation |
|---|
{
"sandboxEnvironmentTemplates": [
{
object ( |