doc-exports/docs/as/api-ref/ALL_META.TXT.json
Zaoxu, Li eda4b9181d AS API DOC
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com>
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com>
Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
2024-09-19 11:04:13 +00:00

1373 lines
40 KiB
JSON

[
{
"dockw":"API Reference"
},
{
"uri":"en-us_topic_0045219159.html",
"node_id":"en-us_topic_0045219159.xml",
"product_code":"as",
"code":"1",
"des":"Public cloud APIs comply with the RESTful API design principles. REST-based Web services are organized into resources. Each resource is identified by one or more Uniform ",
"doc_type":"api",
"kw":"API Usage Guidelines,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"API Usage Guidelines",
"githuburl":""
},
{
"uri":"as_06_0000.html",
"node_id":"as_06_0000.xml",
"product_code":"as",
"code":"2",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"APIs",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"APIs",
"githuburl":""
},
{
"uri":"as_06_0100.html",
"node_id":"as_06_0100.xml",
"product_code":"as",
"code":"3",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Groups",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Groups",
"githuburl":""
},
{
"uri":"as_06_0101.html",
"node_id":"as_06_0101.xml",
"product_code":"as",
"code":"4",
"des":"An AS group is a collection of instances that are used in the same scenario. It is the basis for enabling or disabling AS policies and performing scaling actions. An AS g",
"doc_type":"api",
"kw":"Creating an AS Group,AS Groups,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Creating an AS Group",
"githuburl":""
},
{
"uri":"as_06_0102.html",
"node_id":"as_06_0102.xml",
"product_code":"as",
"code":"5",
"des":"This API is used to list AS groups based on search criteria. The results are displayed by page.Search criteria can be the AS group name, AS configuration ID, AS group sta",
"doc_type":"api",
"kw":"Querying AS Groups,AS Groups,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS Groups",
"githuburl":""
},
{
"uri":"as_06_0103.html",
"node_id":"as_06_0103.xml",
"product_code":"as",
"code":"6",
"des":"This API is used to query details about a specified AS group by group ID.GET /autoscaling-api/v1/{project_id}/scaling_group/{scaling_group_id}NoneThis example queries the",
"doc_type":"api",
"kw":"Querying an AS Group,AS Groups,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying an AS Group",
"githuburl":""
},
{
"uri":"as_06_0104.html",
"node_id":"as_06_0104.xml",
"product_code":"as",
"code":"7",
"des":"This API is used to modify a specified AS group.When the AS configuration of an AS group is changed, the existing instances created using the original AS configuration ar",
"doc_type":"api",
"kw":"Modifying an AS Group,AS Groups,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Modifying an AS Group",
"githuburl":""
},
{
"uri":"as_06_0105.html",
"node_id":"as_06_0105.xml",
"product_code":"as",
"code":"8",
"des":"This interface is used to delete a specified AS group.force_delete specifies whether to forcibly delete an AS group, remove the ECS instances and release them when the AS",
"doc_type":"api",
"kw":"Deleting an AS Group,AS Groups,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Deleting an AS Group",
"githuburl":""
},
{
"uri":"as_06_0106.html",
"node_id":"as_06_0106.xml",
"product_code":"as",
"code":"9",
"des":"This interface is used to enable or disable a specified AS group.For a disabled AS group, AS does not automatically trigger any scaling actions. When an AS group has an i",
"doc_type":"api",
"kw":"Enabling or Disabling an AS Group,AS Groups,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Enabling or Disabling an AS Group",
"githuburl":""
},
{
"uri":"as_06_0200.html",
"node_id":"as_06_0200.xml",
"product_code":"as",
"code":"10",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Configurations",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Configurations",
"githuburl":""
},
{
"uri":"as_06_0201.html",
"node_id":"as_06_0201.xml",
"product_code":"as",
"code":"11",
"des":"This API is used to create an AS configuration.An AS configuration is a template specifying specifications for the instances to be added to an AS group.The AS configurati",
"doc_type":"api",
"kw":"Creating an AS Configuration,AS Configurations,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Creating an AS Configuration",
"githuburl":""
},
{
"uri":"as_06_0202.html",
"node_id":"as_06_0202.xml",
"product_code":"as",
"code":"12",
"des":"This API is used to query AS configurations based on search criteria. The results are displayed by page.Search criteria can be the AS configuration name, image ID, start ",
"doc_type":"api",
"kw":"Querying AS configurations,AS Configurations,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS configurations",
"githuburl":""
},
{
"uri":"as_06_0203.html",
"node_id":"as_06_0203.xml",
"product_code":"as",
"code":"13",
"des":"This interface is used to query details about an AS configuration by configuration ID.GET /autoscaling-api/v1/{project_id}/scaling_configuration/{scaling_configuration_id",
"doc_type":"api",
"kw":"Querying an AS Configuration,AS Configurations,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying an AS Configuration",
"githuburl":""
},
{
"uri":"as_06_0204.html",
"node_id":"as_06_0204.xml",
"product_code":"as",
"code":"14",
"des":"This interface is used to delete a specified AS configuration.AS configurations used by AS groups cannot be deleted.DELETE /autoscaling-api/v1/{project_id}/scaling_config",
"doc_type":"api",
"kw":"Deleting an AS Configuration,AS Configurations,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Deleting an AS Configuration",
"githuburl":""
},
{
"uri":"as_06_0205.html",
"node_id":"as_06_0205.xml",
"product_code":"as",
"code":"15",
"des":"This interface is used to batch delete AS configurations.AS configurations used by AS groups cannot be deleted.A maximum of 50 AS configurations can be deleted at a time.",
"doc_type":"api",
"kw":"Batch Deleting AS Configurations,AS Configurations,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Batch Deleting AS Configurations",
"githuburl":""
},
{
"uri":"as_06_0300.html",
"node_id":"as_06_0300.xml",
"product_code":"as",
"code":"16",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Instances",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Instances",
"githuburl":""
},
{
"uri":"as_06_0301.html",
"node_id":"as_06_0301.xml",
"product_code":"as",
"code":"17",
"des":"This API is used to query instances in an AS group based on search criteria. The results are displayed by page.Search criteria can be the instance lifecycle status, insta",
"doc_type":"api",
"kw":"Querying Instances in an AS Group,Instances,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Instances in an AS Group",
"githuburl":""
},
{
"uri":"as_06_0302.html",
"node_id":"as_06_0302.xml",
"product_code":"as",
"code":"18",
"des":"This interface is used to remove a specified instance from an AS group.You can remove instances only in INSERVICE state and only when the number of instances after the re",
"doc_type":"api",
"kw":"Removing an Instance from an AS Group,Instances,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Removing an Instance from an AS Group",
"githuburl":""
},
{
"uri":"as_06_0303.html",
"node_id":"as_06_0303.xml",
"product_code":"as",
"code":"19",
"des":"Add or remove instances to or from an AS group in batches.If the instances were manually added to an AS group, they are removed from the AS group but are not deleted.If t",
"doc_type":"api",
"kw":"Batch Managing Instances,Instances,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Batch Managing Instances",
"githuburl":""
},
{
"uri":"as_06_0400.html",
"node_id":"as_06_0400.xml",
"product_code":"as",
"code":"20",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Policies",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Policies",
"githuburl":""
},
{
"uri":"as_06_0401.html",
"node_id":"as_06_0401.xml",
"product_code":"as",
"code":"21",
"des":"This API is used to create an AS policy.An AS policy defines whether to increase or decrease the number of instances in an AS group. If the number and the expected number",
"doc_type":"api",
"kw":"Creating an AS Policy,AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Creating an AS Policy",
"githuburl":""
},
{
"uri":"as_06_0402.html",
"node_id":"as_06_0402.xml",
"product_code":"as",
"code":"22",
"des":"This API is used to create an AS policy for an AS group or bandwidth.The difference between the V2 and V1 APIs for creating an AS policy is that V2 supports creating an A",
"doc_type":"api",
"kw":"Creating an AS Policy (V2),AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Creating an AS Policy (V2)",
"githuburl":""
},
{
"uri":"as_06_0403.html",
"node_id":"as_06_0403.xml",
"product_code":"as",
"code":"23",
"des":"This API is used to modify a specified AS policy.PUT /autoscaling-api/v1/{project_id}/scaling_policy/{scaling_policy_id}This example modifies the periodic AS policy with ",
"doc_type":"api",
"kw":"Modifying an AS Policy,AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Modifying an AS Policy",
"githuburl":""
},
{
"uri":"as_06_0404.html",
"node_id":"as_06_0404.xml",
"product_code":"as",
"code":"24",
"des":"This API is used to modify a specified AS policy.The difference between the V2 and V1 APIs for modifying an AS policy is that V2 supports modifying a scaling resource typ",
"doc_type":"api",
"kw":"Modifying an AS Policy (V2),AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Modifying an AS Policy (V2)",
"githuburl":""
},
{
"uri":"as_06_0405.html",
"node_id":"as_06_0405.xml",
"product_code":"as",
"code":"25",
"des":"This API is used to query AS policies based on search criteria. The results are displayed by page.Search criteria can be the AS policy name, policy type, policy ID, start",
"doc_type":"api",
"kw":"Querying AS Policies Bound to an AS Group,AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS Policies Bound to an AS Group",
"githuburl":""
},
{
"uri":"as_06_0406.html",
"node_id":"as_06_0406.xml",
"product_code":"as",
"code":"26",
"des":"This API is used to query AS policies based on search criteria. The results are displayed by page.The difference between the V2 and V1 APIs for querying AS policies is th",
"doc_type":"api",
"kw":"Querying AS Policies Bound to a Scaling Resource (V2),AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS Policies Bound to a Scaling Resource (V2)",
"githuburl":""
},
{
"uri":"as_06_0407.html",
"node_id":"as_06_0407.xml",
"product_code":"as",
"code":"27",
"des":"This API is used to query all AS policies for a tenant based on search criteria. The results are displayed by page.Search criteria can be the AS resource ID, AS resource ",
"doc_type":"api",
"kw":"Querying AS Policies (V2),AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS Policies (V2)",
"githuburl":""
},
{
"uri":"as_06_0408.html",
"node_id":"as_06_0408.xml",
"product_code":"as",
"code":"28",
"des":"This API is used to query details about a specified AS policy by policy ID.GET /autoscaling-api/v1/{project_id}/scaling_policy/{scaling_policy_id}NoneThis example queries",
"doc_type":"api",
"kw":"Querying an AS Policy,AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying an AS Policy",
"githuburl":""
},
{
"uri":"as_06_0409.html",
"node_id":"as_06_0409.xml",
"product_code":"as",
"code":"29",
"des":"This API is used to query details about a specified AS policy by policy ID.The difference between the V2 and V1 APIs for querying details of an AS policy is that V2 conta",
"doc_type":"api",
"kw":"Querying an AS Policy (V2),AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying an AS Policy (V2)",
"githuburl":""
},
{
"uri":"as_06_0410.html",
"node_id":"as_06_0410.xml",
"product_code":"as",
"code":"30",
"des":"This interface is used to immediately execute, enable, or disable a specified AS policy.An AS policy can be executed only when the AS group and AS policy are in the INSER",
"doc_type":"api",
"kw":"Executing, Enabling, or Disabling an AS Policy,AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Executing, Enabling, or Disabling an AS Policy",
"githuburl":""
},
{
"uri":"as_06_0411.html",
"node_id":"as_06_0411.xml",
"product_code":"as",
"code":"31",
"des":"This interface is used to delete a specified AS policy.DELETE /autoscaling-api/v1/{project_id}/scaling_policy/{scaling_policy_id}NoneThis example deletes the AS policy wi",
"doc_type":"api",
"kw":"Deleting an AS Policy,AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Deleting an AS Policy",
"githuburl":""
},
{
"uri":"as_06_0412.html",
"node_id":"as_06_0412.xml",
"product_code":"as",
"code":"32",
"des":"This interface is used to enable, disable, or delete AS policies in batches.A batch operation can be performed on a maximum of 20 AS policies at a time.POST /autoscaling-",
"doc_type":"api",
"kw":"Batch Managing AS Policies,AS Policies,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Batch Managing AS Policies",
"githuburl":""
},
{
"uri":"as_06_0500.html",
"node_id":"as_06_0500.xml",
"product_code":"as",
"code":"33",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Policy Execution Logs",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Policy Execution Logs",
"githuburl":""
},
{
"uri":"as_06_0501.html",
"node_id":"as_06_0501.xml",
"product_code":"as",
"code":"34",
"des":"This API is used to query the historical records of AS policy execution based on search criteria. The results are displayed by page.Search criteria can be the log ID, AS ",
"doc_type":"api",
"kw":"Querying AS Policy Execution Logs,AS Policy Execution Logs,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS Policy Execution Logs",
"githuburl":""
},
{
"uri":"as_06_0600.html",
"node_id":"as_06_0600.xml",
"product_code":"as",
"code":"35",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Scaling Action Logs",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Scaling Action Logs",
"githuburl":""
},
{
"uri":"as_06_0601.html",
"node_id":"as_06_0601.xml",
"product_code":"as",
"code":"36",
"des":"This API is used to query scaling action logs based on search criteria. The results are displayed by page.Search criteria can be the start time, end time, start line numb",
"doc_type":"api",
"kw":"Querying Scaling Action Logs,Scaling Action Logs,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Scaling Action Logs",
"githuburl":""
},
{
"uri":"as_06_0602.html",
"node_id":"as_06_0602.xml",
"product_code":"as",
"code":"37",
"des":"This API is used to query scaling action logs based on search criteria. The scaling actions include increasing instances and migrating instances to balance load. The resu",
"doc_type":"api",
"kw":"Querying Scaling Action Logs (V2),Scaling Action Logs,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Scaling Action Logs (V2)",
"githuburl":""
},
{
"uri":"as_06_0700.html",
"node_id":"as_06_0700.xml",
"product_code":"as",
"code":"38",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Quotas",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Quotas",
"githuburl":""
},
{
"uri":"as_06_0701.html",
"node_id":"as_06_0701.xml",
"product_code":"as",
"code":"39",
"des":"This API is used to query the total quotas and used quotas of AS groups, AS configurations, bandwidth scaling policies, AS policies, and instances for a specified tenant.",
"doc_type":"api",
"kw":"Querying AS Quotas,Quotas,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS Quotas",
"githuburl":""
},
{
"uri":"as_06_0702.html",
"node_id":"as_06_0702.xml",
"product_code":"as",
"code":"40",
"des":"This interface is used to query the total quotas and used quotas of AS policies and instances of a specified AS group by group ID.GET /autoscaling-api/v1/{project_id}/quo",
"doc_type":"api",
"kw":"Querying AS Policy and Instance Quotas,Quotas,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying AS Policy and Instance Quotas",
"githuburl":""
},
{
"uri":"as_06_0900.html",
"node_id":"as_06_0900.xml",
"product_code":"as",
"code":"41",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Lifecycle Hooks",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Lifecycle Hooks",
"githuburl":""
},
{
"uri":"as_06_0901.html",
"node_id":"as_06_0901.xml",
"product_code":"as",
"code":"42",
"des":"This interface is used to create a lifecycle hook for an AS group. Up to five lifecycle hooks can be created for one AS group.After the creation, when the AS group is res",
"doc_type":"api",
"kw":"Creating a Lifecycle Hook,Lifecycle Hooks,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Creating a Lifecycle Hook",
"githuburl":""
},
{
"uri":"as_06_0902.html",
"node_id":"as_06_0902.xml",
"product_code":"as",
"code":"43",
"des":"This interface is used to query lifecycle hooks by AS group ID.GET /autoscaling-api/v1/{project_id}/scaling_lifecycle_hook/{scaling_group_id}/listNoneThis example queries",
"doc_type":"api",
"kw":"Querying Lifecycle Hooks,Lifecycle Hooks,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Lifecycle Hooks",
"githuburl":""
},
{
"uri":"as_06_0903.html",
"node_id":"as_06_0903.xml",
"product_code":"as",
"code":"44",
"des":"This interface is used to query details about a specified lifecycle hook by AS group ID and lifecycle hook name.GET /autoscaling-api/v1/{project_id}/scaling_lifecycle_hoo",
"doc_type":"api",
"kw":"Querying a Lifecycle Hook,Lifecycle Hooks,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying a Lifecycle Hook",
"githuburl":""
},
{
"uri":"as_06_0904.html",
"node_id":"as_06_0904.xml",
"product_code":"as",
"code":"45",
"des":"This interface is used to modify the information about a specified lifecycle hook.PUT /autoscaling-api/v1/{project_id}/scaling_lifecycle_hook/{scaling_group_id}/{lifecycl",
"doc_type":"api",
"kw":"Modifying a Lifecycle Hook,Lifecycle Hooks,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Modifying a Lifecycle Hook",
"githuburl":""
},
{
"uri":"as_06_0905.html",
"node_id":"as_06_0905.xml",
"product_code":"as",
"code":"46",
"des":"This interface is used to call back the lifecycle hook specified by a scaling instance based on the lifecycle action key or based on the instance ID and lifecycle hook na",
"doc_type":"api",
"kw":"Calling Back a Lifecycle Hook,Lifecycle Hooks,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Calling Back a Lifecycle Hook",
"githuburl":""
},
{
"uri":"as_06_0906.html",
"node_id":"as_06_0906.xml",
"product_code":"as",
"code":"47",
"des":"After a lifecycle hook is added, when an AS group performs a scaling action, the lifecycle hook suspends the target instance and sets it to be in waiting state. You can q",
"doc_type":"api",
"kw":"Querying Instance Suspension,Lifecycle Hooks,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Instance Suspension",
"githuburl":""
},
{
"uri":"as_06_0907.html",
"node_id":"as_06_0907.xml",
"product_code":"as",
"code":"48",
"des":"This interface is used to delete a specified lifecycle hook.When a scaling action is being performed in an AS group, the lifecycle hooks of the AS group cannot be deleted",
"doc_type":"api",
"kw":"Deleting a Lifecycle Hook,Lifecycle Hooks,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Deleting a Lifecycle Hook",
"githuburl":""
},
{
"uri":"as_06_1000.html",
"node_id":"as_06_1000.xml",
"product_code":"as",
"code":"49",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Tags",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Tags",
"githuburl":""
},
{
"uri":"as_06_1001.html",
"node_id":"as_06_1001.xml",
"product_code":"as",
"code":"50",
"des":"This API is used to query tags of a specific type of resource in a project.GET /autoscaling-api/v1/{project_id}/{resource_type}/tagsNoneThis example queries tags of AS gr",
"doc_type":"api",
"kw":"Querying Tags,Tags,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Tags",
"githuburl":""
},
{
"uri":"as_06_1002.html",
"node_id":"as_06_1002.xml",
"product_code":"as",
"code":"51",
"des":"This interface is used to query tags of a specified resource in a project.GET /autoscaling-api/v1/{project_id}/{resource_type}/{resource_id}/tagsNoneThis example queries ",
"doc_type":"api",
"kw":"Querying Tags of a Resource,Tags,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Tags of a Resource",
"githuburl":""
},
{
"uri":"as_06_1003.html",
"node_id":"as_06_1003.xml",
"product_code":"as",
"code":"52",
"des":"This API is used to create or delete a tag.Each AS group can have a maximum of 10 tags added to it.POST /autoscaling-api/v1/{project_id}/{resource_type}/{resource_id}/tag",
"doc_type":"api",
"kw":"Creating or Deleting a Tag,Tags,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Creating or Deleting a Tag",
"githuburl":""
},
{
"uri":"as_06_1004.html",
"node_id":"as_06_1004.xml",
"product_code":"as",
"code":"53",
"des":"This API is used to query resources in a project by tag.By default, resources and resource tags are in descending order of their creation time.POST /autoscaling-api/v1/{p",
"doc_type":"api",
"kw":"Querying Resources by Tag,Tags,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying Resources by Tag",
"githuburl":""
},
{
"uri":"as_06_1100.html",
"node_id":"as_06_1100.xml",
"product_code":"as",
"code":"54",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"API Version Query",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"API Version Query",
"githuburl":""
},
{
"uri":"as_06_1101.html",
"node_id":"as_06_1101.xml",
"product_code":"as",
"code":"55",
"des":"This interface is used to query all API versions of the AS service.GET /NoneThis example queries all available API versions.GET https://{Endpoint}/Normal200200AbnormalRet",
"doc_type":"api",
"kw":"Querying API Versions,API Version Query,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying API Versions",
"githuburl":""
},
{
"uri":"as_06_1102.html",
"node_id":"as_06_1102.xml",
"product_code":"as",
"code":"56",
"des":"This interface is used to query a specified API version of the AS service.GET /{api_version}NoneThis example queries the API version of V1.Normal200200AbnormalReturned Va",
"doc_type":"api",
"kw":"Querying an API Version,API Version Query,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Querying an API Version",
"githuburl":""
},
{
"uri":"as_07_0200.html",
"node_id":"as_07_0200.xml",
"product_code":"as",
"code":"57",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Permissions and Supported Actions",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Permissions and Supported Actions",
"githuburl":""
},
{
"uri":"as_07_0201.html",
"node_id":"as_07_0201.xml",
"product_code":"as",
"code":"58",
"des":"You can use Identity and Access Management (IAM) for fine-grained permissions management of your AS resources. If your account does not need individual IAM users, you can",
"doc_type":"api",
"kw":"Introduction,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Introduction",
"githuburl":""
},
{
"uri":"as_05_0202.html",
"node_id":"as_05_0202.xml",
"product_code":"as",
"code":"59",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Groups,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Groups",
"githuburl":""
},
{
"uri":"as_07_0203.html",
"node_id":"as_07_0203.xml",
"product_code":"as",
"code":"60",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Configurations,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Configurations",
"githuburl":""
},
{
"uri":"as_07_0204.html",
"node_id":"as_07_0204.xml",
"product_code":"as",
"code":"61",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Instances,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Instances",
"githuburl":""
},
{
"uri":"as_07_0205.html",
"node_id":"as_07_0205.xml",
"product_code":"as",
"code":"62",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Policies,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Policies",
"githuburl":""
},
{
"uri":"as_07_0206.html",
"node_id":"as_07_0206.xml",
"product_code":"as",
"code":"63",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"AS Policy Execution Logs,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Policy Execution Logs",
"githuburl":""
},
{
"uri":"as_07_0207.html",
"node_id":"as_07_0207.xml",
"product_code":"as",
"code":"64",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Scaling Action Logs,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Scaling Action Logs",
"githuburl":""
},
{
"uri":"as_07_0208.html",
"node_id":"as_07_0208.xml",
"product_code":"as",
"code":"65",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Quotas,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Quotas",
"githuburl":""
},
{
"uri":"as_07_0209.html",
"node_id":"as_07_0209.xml",
"product_code":"as",
"code":"66",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Notifications,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Notifications",
"githuburl":""
},
{
"uri":"as_07_0210.html",
"node_id":"as_07_0210.xml",
"product_code":"as",
"code":"67",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Lifecycle Hooks,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Lifecycle Hooks",
"githuburl":""
},
{
"uri":"as_07_0211.html",
"node_id":"as_07_0211.xml",
"product_code":"as",
"code":"68",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Tags,Permissions and Supported Actions,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Tags",
"githuburl":""
},
{
"uri":"as_07_0100.html",
"node_id":"as_07_0100.xml",
"product_code":"as",
"code":"69",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Appendix",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Appendix",
"githuburl":""
},
{
"uri":"as_07_0101.html",
"node_id":"as_07_0101.xml",
"product_code":"as",
"code":"70",
"des":"This section describes metrics reported by AS to Cloud Eye as well as their namespaces and dimensions. You can use APIs provided by Cloud Eye to view the AS metrics and t",
"doc_type":"api",
"kw":"AS Metrics,Appendix,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"AS Metrics",
"githuburl":""
},
{
"uri":"as_07_0102.html",
"node_id":"as_07_0102.xml",
"product_code":"as",
"code":"71",
"des":"This section provides the meanings of error codes returned by AS APIs.{\"error\":{\"code\":\"AS.0001\",\"message\":\"System error.\"}}",
"doc_type":"api",
"kw":"Error Codes,Appendix,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Error Codes",
"githuburl":""
},
{
"uri":"record08.html",
"node_id":"record08.xml",
"product_code":"as",
"code":"72",
"des":"HUAWEI CLOUD Help Center presents technical documents to help you quickly get started with HUAWEI CLOUD services. The technical documents include Service Overview, Price Details, Purchase Guide, User Guide, API Reference, Best Practices, FAQs, and Videos.",
"doc_type":"api",
"kw":"Change History,API Reference",
"search_title":"",
"metedata":[
{
"documenttype":"api",
"prodname":"as",
"opensource":"false;true"
}
],
"title":"Change History",
"githuburl":""
}
]