弹性云服务器 ECS-通过元数据获取ECS基本信息:Instance Action(OpenStack元数据API)

时间:2024-07-31 19:37:18

Instance Action(OpenStack元数据API)

用于查询竞价实例关机提示。

如果您的竞价实例即将被中断,该接口会返回预计关机的时间。

  • URI

    /openstack/latest/spot/instance-action

  • 方法

    支持GET请求。

  • 示例

    Linux操作系统:

    curl http://169.254.169.254/openstack/latest/spot/instance-action

    Windows操作系统:

    Invoke-RestMethod http://169.254.169.254/openstack/latest/spot/instance-action

    {"action":"terminate","timestamp":"2023-06-01 09:15:00"}
support.huaweicloud.com/usermanual-ecs/ecs_03_0166.html