[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-11 UTC."],[[["\u003cp\u003eThis webpage documents the process of retrieving server configuration data via a \u003ccode\u003eGET\u003c/code\u003e request to a specific endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGET\u003c/code\u003e request requires a path parameter named \u003ccode\u003ename\u003c/code\u003e, representing the project and location of the server config, formatted as \u003ccode\u003eprojects/*/locations/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful request returns a response body containing server configuration information including release channels and supported versions.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains the server's configuration data, including a list of channels with their configurations (\u003ccode\u003echannels\u003c/code\u003e), supported versions (\u003ccode\u003eversions\u003c/code\u003e), and a default version (\u003ccode\u003edefaultVersion\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation requires the \u003ccode\u003eedgecontainer.serverConfig.get\u003c/code\u003e IAM permission on the specified resource, along with the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.getServerConfig\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ServerConfig.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [ChannelConfig](#ChannelConfig)\n - [JSON representation](#ChannelConfig.SCHEMA_REPRESENTATION)\n- [Version](#Version)\n - [JSON representation](#Version.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nGets the server config.\n\n### HTTP request\n\n`GET https://edgecontainer.googleapis.com/v1/{name=projects/*/locations/*}/serverConfig`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nServer configuration for supported versions and release channels.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nChannelConfig\n-------------\n\nConfiguration for a release channel.\n\nVersion\n-------\n\nVersion of a cluster."]]