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.
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
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!