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

坏嘻嘻
Release: 2018-09-19 16:03:13
Original
1825 people have browsed it

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
…
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!