- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- LegacyTimeZoneDetails
- Try it!
Full name: projects.locations.instances.legacySoarSettings.legacyGetTimeZones
legacySoarSettings.legacyGetTimeZones returns the time zones.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the time zones for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body must be empty.
Response body
Response message for LegacySoarSettingService.LegacyGetTimeZones.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"timeZones": [
{
object ( |
Fields | |
---|---|
timeZones[] |
Output only. The time zones details. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
LegacyTimeZoneDetails
The time zone details.
JSON representation |
---|
{ "zoneId": string, "countryName": string, "description": string, "offsetInMinutes": integer } |
Fields | |
---|---|
zoneId |
Output only. The zone id. |
countryName |
Output only. The country name. |
description |
Output only. The description. |
offsetInMinutes |
Output only. The offset in minutes. |