You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- updated requests dependency to `>= 2.32.0` for python version `>3.7`, `2.31.0` for `3.7` and `2.27.0` for `3.6` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32681.
60
+
- updated Jinja2 dependency to `>=3.1.5` for python version `>=3.7` and `<3.0.0` for `3.6` per: CVE-2024-56201 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56201 and https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56326.
61
+
- updated certifi dependency to `2025.1.31` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39689.
Copy file name to clipboardExpand all lines: services/apm_config/src/oci_cli_config/generated/config_cli.py
+93
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ def metric_group_group():
29
29
pass
30
30
31
31
32
+
@click.command(cli_util.override('apm_config.import_configuration_details_group.command_name', 'import-configuration-details'), cls=CommandGroupWithAlias, help="""Array of configuration items with dependencies to import.""")
33
+
@cli_util.help_option_group
34
+
defimport_configuration_details_group():
35
+
pass
36
+
37
+
32
38
@click.command(cli_util.override('apm_config.span_filter_group.command_name', 'span-filter'), cls=CommandGroupWithAlias, help="""A named setting that specifies the filter criteria to match a subset of the spans.""")
33
39
@cli_util.help_option_group
34
40
defspan_filter_group():
@@ -41,6 +47,12 @@ def config_collection_group():
41
47
pass
42
48
43
49
50
+
@click.command(cli_util.override('apm_config.export_configuration_details_group.command_name', 'export-configuration-details'), cls=CommandGroupWithAlias, help="""Array of configuration items with its dependencies to export.""")
51
+
@cli_util.help_option_group
52
+
defexport_configuration_details_group():
53
+
pass
54
+
55
+
44
56
@click.command(cli_util.override('apm_config.config_group.command_name', 'config'), cls=CommandGroupWithAlias, help="""A configuration item, which has a number of mutually exclusive properties that can be used to set specific portions of the configuration.""")
@export_configuration_details_group.command(name=cli_util.override('apm_config.copy_configuration.command_name', 'copy-configuration'), help=u"""Fast importing configuration items to a destination APM domain ID. \n[Command Reference](copyConfiguration)""")
78
+
@cli_util.option('--configuration-map', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, DestinationDomainID, \u2026) and more. Example: `{\"parameter-key\": \"parameter-value\"}` Supported parameters: \u2014 Enable the OCIDs in instructions to be replaced, if set to \"true\" The Config Service replace any OCIDs it finds in the instructions. \u2014 Destination APM Domain ID where the configuration Item(s) will be fast imported to. \u2014 List of Configuration Type or Groups to be fast imported. \u2014 the compartment Id we will fast import to, if the compartment Id is not provided it will be the default destination domain compartmentId."""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
79
+
@cli_util.option('--apm-domain-id', required=True, help=u"""The APM Domain ID the request is intended for.""")
80
+
@cli_util.option('--apm-target-domain-id', required=True, help=u"""The Target APM Domain ID the request is intended for.""")
@config_group.command(name=cli_util.override('apm_config.create_config.command_name', 'create'), help=u"""Creates a new configuration item. \n[Command Reference](createConfig)""")
64
105
@cli_util.option('--apm-domain-id', required=True, help=u"""The APM Domain ID the request is intended for.""")
65
106
@cli_util.option('--config-type', required=True, type=custom_types.CliCaseInsensitiveChoice(["SPAN_FILTER", "METRIC_GROUP", "APDEX", "OPTIONS"]), help=u"""The type of configuration item.""")
@export_configuration_details_group.command(name=cli_util.override('apm_config.export_configuration.command_name', 'export-configuration'), help=u"""Exports configurations for the whole domain by domainId. \n[Command Reference](exportConfiguration)""")
357
+
@cli_util.option('--configuration-map', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that has parameters related to the export process (ConfigurationId, Skip, \u2026) and more. Example: `{\"parameter-key\": \"parameter-value\"}` Supported parameters: \u2014 List of the Configuration Type or Groups to Export to a destination domain."""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
358
+
@cli_util.option('--apm-domain-id', required=True, help=u"""The APM Domain ID the request is intended for.""")
@config_group.command(name=cli_util.override('apm_config.get_config.command_name', 'get'), help=u"""Gets the configuration item identified by the OCID. \n[Command Reference](getConfig)""")
316
382
@cli_util.option('--apm-domain-id', required=True, help=u"""The APM Domain ID the request is intended for.""")
317
383
@cli_util.option('--config-id', required=True, help=u"""The [OCID] of the configuration item.""")
@import_configuration_details_group.command(name=cli_util.override('apm_config.import_configuration.command_name', 'import-configuration'), help=u"""Import configurations Item(s) with its dependencies into a destination domain. \n[Command Reference](importConfiguration)""")
406
+
@cli_util.option('--configuration-items', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""A list of Configurations Details ."""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
407
+
@cli_util.option('--configuration-map', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, Skip, \u2026) and more. Example: `{\"parameter-key\": \"parameter-value\"}` Supported parameters: \u2014 Enable the OCIDs in instructions to be replaced, if set to \"true\" The Config Service replace any OCIDs it finds in the instructions, if set to true the Config Service will replace. \u2014 Compartment Id we want to import the configuration Items, if the compartment Id is not provided it will be the default destination domain compartmentId."""+custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
408
+
@cli_util.option('--apm-domain-id', required=True, help=u"""The APM Domain ID the request is intended for.""")
@config_collection_group.command(name=cli_util.override('apm_config.list_configs.command_name', 'list-configs'), help=u"""Returns all configuration items, which can optionally be filtered by configuration type. \n[Command Reference](listConfigs)""")
340
433
@cli_util.option('--apm-domain-id', required=True, help=u"""The APM Domain ID the request is intended for.""")
341
434
@cli_util.option('--config-type', help=u"""A filter to match configuration items of a given type. Supported values are SPAN_FILTER, METRIC_GROUP, and APDEX.""")
0 commit comments