Home >Operation and Maintenance >Linux Operation and Maintenance >How to send a GET request through the URL to call the cloud server ECS API

How to send a GET request through the URL to call the cloud server ECS API

坏嘻嘻
坏嘻嘻Original
2018-09-19 16:03:131917browse

The content of this article is about how to send a GET request through the URL to call the cloud server ECS API. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.

Public parameters

Public parameters are divided into public request parameters and public return parameters.

Public request parameters

The following public request parameters are suitable for sending a GET request through the URL to call the cloud server ECS API.

How to send a GET request through the URL to call the cloud server ECS API

Request example

https://ecs.aliyuncs.com/?Action=XXXXXX
&Format=xml
&Version=2014-05-26
&Signature=Pc5WB8gokVn0xfeu%2FZV%2BiNM1dgI%3D
&SignatureMethod=HMAC-SHA1
&SignatureNonce=15215528852396
&SignatureVersion=1.0
&AccessKeyId=key-test
&Timestamp=2018-01-01T12:00:00Z
…

Public return parameters

How to send a GET request through the URL to call the cloud server ECS API

The above is the detailed content of How to send a GET request through the URL to call the cloud server ECS API. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn