Location Timezone Policy
When a server cluster is created and a child server is mounted on a mount point, the child server retains the policies that were previously applied to it. It does not inherit the parent server policies, by default. If you want to apply the parent server policies to child servers, you must navigate to the individual policy and inherit the policy from the parent server. The same applies to location time zone policy.
JSON Table
Parameter | Data Type | Description |
---|---|---|
policyCreatedAtLocId | application/json | ID of the location at which the policy has been defined. For details about the JSON, click Location ID. |
policyType | String | A read-only field for internal use. |
timezoneId | String | Timezone ID. For example, UTC and GMT. |
locationTag | String | Location tag for the location. |
recursiveApply | boolean | A true or false value indicating whether the changes in the policy must be applied to all sub-locations. This field is only applicable to Save policy, not to the Get policy. True indicates that the changes in the policy apply to all sub-locations. |
Copy Sample JSON
Sample JSON
{ "policyCreatedAtLocId": { "type": "locallocationid", "id": 0 }, "policyType": "LOCATION_TIMEZONE", "timezoneId": "Asia/Calcutta", "locationTag": "", "recursiveApply": false }
API Calls
/V5/policies/locationtimezone
<Base_URL>/V2/analytics/associationdata/{startdate}/{enddate}
/V5/policies/locationtimezone