- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Creates a new game server cluster in a given project and location.
HTTP request
POST https://gameservices.googleapis.com/v1/{parent=projects/*/locations/*/realms/*}/gameServerClusters
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, in the following form: |
Query parameters
Parameters | |
---|---|
gameServerClusterId |
Required. The ID of the game server cluster resource to be created. |
Request body
The request body contains an instance of GameServerCluster
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.