iwinv IaaS(Infrastructure as a Service) API
HomeMain PageConsoleDocsError CodeFieldsAPI TEST
HomeMain PageConsoleDocsError CodeFieldsAPI TEST
  1. Home
  • Introduction
  • API Request
  • API Response
  • Zones
    • Zone List
      GET
  • Flavors
    • Flavor List
      GET
    • Flavor Detail
      GET
  • Images
    • Image List
      GET
    • Image Detail
      GET
  • Instances
    • Instance List
      GET
    • Instance Detail
      GET
    • Create Instance
      POST
    • Edit Instance Info
      PUT
    • Delete Instance
      DELETE
    • Start(ON) Instance
      POST
    • Shutdown(OFF) Instance
      POST
    • Reboot Instance
      POST
    • Rebuild(Image) Instance
      POST
    • Resize(Flavor) Instance
      POST
    • Remote Console
      GET
    • User Script List
      GET
  • Block Storages
    • Block Storage Types
      GET
    • Block Storage List
      GET
    • Block Storage Detail
      GET
    • Create Block Storage
      POST
    • Delete Block Storage
      DELETE
    • Attach Block Storage
      POST
    • Detach Block Storage
      POST
  • Bill
    • Live Bill
    • Billing and Payment List
    • Billing and Payment Detail
  • Authentication
    • SSH Key List
  • Usage Example
    • Zone List
  • Firewall
    • Firewall List
    • Firewall Detail
    • Create Firewall
    • Edit Firewall
    • Delete Firewall
    • Attach Firewall
    • Detach Firewall
  1. Home

API Request

Endpoint#

Endpoint#

https://api-kr.iwinv.kr

Call limit#

60 requests / per minute

Authentication#

Header NameDescription
X-iwinv-Timestamp- The time elapsed from UTC(1970-01-01 00:00:00) in seconds.
- Based on the time the server processes the request, it is considered invalid if the time difference is over 5 minutes.
X-iwinv-Credential- Access Key issued from iwinv console.
X-iwinv-Signature- The signature value encrypted Timestamp and Path using the Secret Key issued from iwinv console.
- Encrypted in SHA256.

Signature Example#

There should not be / end of the $path.
Query parameters should only be included when making a request and not when signing.
*Run in Apidog is not supported.
Previous
Introduction
Next
API Response
Built with