All Products
Search
Document Center

Simple Log Service:get_machine_group_applied_configs

Last Updated:Oct 26, 2023

Queries the Logtail configurations that are applied to a specified machine group.

Request syntax

aliyunlog log get_machine_group_applied_configs --project_name=<value> --group_name=<value> [--access-id=<value>] [--access-key=<value>] [--sts-token=<value>] [--region-endpoint=<value>] [--client-name=<value>] [--jmes-filter=<value>] [--format-output=<value>] [--decode-output=<value>]

Request parameters

The following table describes the required and specific parameters of the get_machine_group_applied_configs command.
ParameterTypeRequiredExampleDescription
--project_nameStringYesaliyun-test-projectThe name of the project.
--group_nameStringYesgroup_name2The name of the machine group.
For information about the global parameters of the Log Service command-line interface (CLI), see Global parameters.

Examples

  • Sample requests
    Query the Logtail configurations that are applied to a specified machine group. Run the following command:
    aliyunlog log get_machine_group_applied_configs --project_name="aliyun-test-project" --group_name="group_name2"
  • Sample responses
    {
      "configs": [
        "windows_event_log",
        "config_name2"
      ],
      "count": 2
    }

Error codes

If an error message is returned, fix the error based on the error codes of the related API operation. For more information, see Error codes of GetAppliedConfigs.

API reference

GetAppliedConfigs