[[["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 details how to retrieve server configuration information using a \u003ccode\u003eGET\u003c/code\u003e request to \u003ccode\u003ehttps://edgecontainer.googleapis.com/v1/{name=projects/*/locations/*}/serverConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required and specifies the project and location of the server configuration, adhering to the format \u003ccode\u003eprojects/*/locations/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty for this operation, and the response body will include server configuration details in a structured format.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes information about release channels (\u003ccode\u003echannels\u003c/code\u003e), supported versions (\u003ccode\u003eversions\u003c/code\u003e), and the default version (\u003ccode\u003edefaultVersion\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to access the server configuration requires the \u003ccode\u003eedgecontainer.serverConfig.get\u003c/code\u003e IAM permission and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\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](/docs/authentication#authorization-gcp).\n\nChannelConfig\n-------------\n\nConfiguration for a release channel.\n\nVersion\n-------\n\nVersion of a cluster."]]