All Products
Search
Document Center

Operation Orchestration Service:ListStateConfigurations

Last Updated:Feb 07, 2023

Queries desired-state configurations.

Authorization information

The following table is the authorization information corresponding to the API, which can be found in the RAM permission policy statement.Action Used in the element to grant the RAM user or RAM role permission to call this API. The specific instructions are as follows:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All resources is used in the Resource type column of the operation.
  • Condition keyword: refers to the condition keyword defined by the cloud product itself.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operateaccess levelResource typeconditional keywordAssociation operation
oos:ListStateConfigurationsREAD
  • OOS
    acs:oos:{#regionId}:{#accountId}:stateconfiguration/*
  • OOS
    acs:oos:{#regionId}:{#accountId}:stateconfiguration/{#stateconfigurationId}
    without
without

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The ID of the region.

cn-hangzhou
TemplateNamestringNo

The name of the template. The name must be 1 to 200 characters in length, and can contain letters, digits, hyphens (-), and underscores (_).

ACS-ECS-InventoryDataCollection
TemplateVersionstringNo

The version number. If you do not specify this parameter, the system uses the latest version.

v1
StateConfigurationIdsstringNo

The ID of each desired-state configuration.

["sc-asfgdhj12345"]
TagsobjectNo

The tag.

MaxResultsintegerNo

The maximum number of entries to return on each page.

50
NextTokenstringNo

The token of the next page.

AHJKH-AHKJHDJK-AKHDIOWJL
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfmxsn4m4******

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

1306108F-610C-40FD-AAD5-DA13E8B00BE9
StateConfigurationsarray

The desired-state configurations.

object
UpdateTimestring

The time when the configuration is updated.

2021-04-22T03:13:32Z
CreateTimestring

The creation time.

2021-03-22T03:13:32Z
Targetsstring

The target EMR resource.

{ "ResourceType": "ALIYUN::ECS::Instance", "Filters": [ { "Type": "All", "RegionId": "cn-hangzhou", "Parameters": { "RegionId": "cn-hangzhou", "Status": "Running" } } ] }
Tagsobject

The tag of the auxiliary media asset.

StateConfigurationIdstring

The ID of the desired-state configuration.

sc-a538febe18fabcdef
ScheduleExpressionstring

The schedule expression.

1 hour
TemplateNamestring

The name of the template.

ACS-ECS-InventoryDataCollection
TemplateVersionstring

The version of the template.

v2
ConfigureModestring

The configuration mode.

ApplyAndAutoCorrect
ScheduleTypestring

The schedule type.

rate
Parametersstring

The parameters.

{"policy": {"ACS:Network": {"Collection": "Enabled"}, "ACS:Application": {"Collection": "Enabled"}}}
Descriptionstring

The description.

Collect inventory data
ResourceGroupIdstring

The ID of the resource group.

rg-acfmxsn4m4******
TemplateIdstring

The ID of the cluster template.

t-ajshjalscfhjk2214
NextTokenstring

The token that is used to retrieve the next page of results.

AAAAASO3cL82+b5iji7bfPNpMh8=

Example

Normal return example

JSONFormat

{
  "RequestId": "1306108F-610C-40FD-AAD5-DA13E8B00BE9",
  "StateConfigurations": [
    {
      "UpdateTime": "2021-04-22T03:13:32Z",
      "CreateTime": "2021-03-22T03:13:32Z",
      "Targets": "{ \"ResourceType\": \"ALIYUN::ECS::Instance\", \"Filters\": [ { \"Type\": \"All\", \"RegionId\": \"cn-hangzhou\", \"Parameters\": { \"RegionId\": \"cn-hangzhou\", \"Status\": \"Running\" } } ] }",
      "Tags": {
        "test": "test",
        "test2": 1
      },
      "StateConfigurationId": "sc-a538febe18fabcdef",
      "ScheduleExpression": "1 hour",
      "TemplateName": "ACS-ECS-InventoryDataCollection",
      "TemplateVersion": "v2",
      "ConfigureMode": "ApplyAndAutoCorrect",
      "ScheduleType": "rate",
      "Parameters": "{\"policy\": {\"ACS:Network\": {\"Collection\": \"Enabled\"}, \"ACS:Application\": {\"Collection\": \"Enabled\"}}}",
      "Description": "Collect inventory data",
      "ResourceGroupId": "rg-acfmxsn4m4******",
      "TemplateId": "t-ajshjalscfhjk2214"
    }
  ],
  "NextToken": "AAAAASO3cL82+b5iji7bfPNpMh8="
}

Error codes

For a list of error codes, visit the API error center.