Postman
In this article:
Postman#
Installation and configuration#
Download and install Postman that matches your target OS and CPU architecture.
To start using Postman, you need to get API access settings. Open the cloud management console. Go to the profile settings and click Get API access settings.
Create environment by specifying your secretKey and accessKey corresponding to similar options in the API access settings.
Для работы с коллекцией K2 Cloud следует при импорте выбрать Ссылка и указать ссылку на коллекцию EC2, либо на коллекцию EKS. Сгенерированную K2 Cloud документацию API для Postman вы можете найти по ссылке для EC2, либо для EKS.
Usage example#
If the collection was imported correctly, sample requests will be displayed in the left part of Postman window. The requests are divided into subject domains according to the main documentation.
Note
Before executing a request, check that the parameters are sorted alphabetically.
Работу с Postman продемонстрируем на примере создания экземпляра. Чтобы определить подсеть, где будет размещён экземпляр, вызовем метод DescribeSubnets для вывода имеющихся подсетей.
Для запуска экземпляра потребуется указать тип экземпляра и образ, из которого будет создан экземпляр. Список поддерживаемых типов экземпляров можно получить с помощью метода DescribeInstanceTypes, а список образов — с помощью метода DescribeImages.
After required information is obtained, run RunInstances.