# Update 360 Monitoring agent polling settings This function updates polling settings. Provide at least one of the following parameters: or . The parameter sets the individual polling interval for each plugin. If you provide without any section filters, the function updates all core (, , , and ) and default plugin (, , and ) sections. The and parameters are only valid if you provide the parameter. The parameter is global. The agent collects metrics from multiple plugins and sends them together as a single batch. If the requested values already match the current configuration, the function does not make changes or restart the process. Endpoint: GET /360Monitoring/set_360_agent_polling Version: 11.136.0.2 Security: BasicAuth ## Query parameters: - `global_sections` (string) A comma-separated list of core sections to update. It must be one of the following: * * * * This parameter only applies to the parameter. Example: "global,agent" - `interval` (integer) The polling interval in seconds. Must be a positive integer. Example: 300 - `max_data_span` (integer) The maximum number of seconds between batches of metrics sent for analysis. Must be a positive integer. Example: 120 - `plugin_sections` (string) A comma-separated list of plugin sections to update. Each value must match a plugin section loaded in the agent configuration (for example, , , or ). This parameter only applies to the parameter. Example: "cpu,network" ## Response 200 fields (application/json): - `data` (object) - `data.status` (integer) * - Success. Enum: 1 - `metadata` (object) - `metadata.command` (string) The method name called. Example: "set_360_agent_polling" - `metadata.namespace` (string) The namespace used in the API call. Example: "360Monitoring" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * - Success. * - Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1