Method: services.list

Lists all VPC-SC supported services .

HTTP request

GET https://accesscontextmanager.googleapis.com/v1/services

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
page Size

integer

This flag specifies the maximum number of services to return per page. Default is 100.

page Token

string

Token to start on a later page. Default is the first page.

Request body

The request body must be empty.

Response body

A response to ListSupportedServicesRequest .

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

JSON representation
 { 
 "supportedServices" 
 : 
 [ 
 { 
 object (  SupportedService 
 
) 
 } 
 ] 
 , 
 "nextPageToken" 
 : 
 string 
 } 
Fields
supported Services[]

object ( SupportedService )

List of services supported by VPC Service Controls instances.

next Page Token

string

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview .

Design a Mobile Site
View Site in Mobile | Classic
Share by: