Prepare to use MachLake API

Prepare to use MachLake API

  • API Introduction

    Basic form of API URL

    • CloudVendor

      • This value is displayed as the serial number of the cloud service provider where machlake is installed. For example, aws1 for Amazon, azure2 for MS, etc.

  • Time Zone for API call

    General rules for Time Zone

    The way MachLake sets the Time Zone when calling the API is to add “timezone” to parameter.
    And, the Time Zone information specified by the user follows the standard specified by IANA.

    If no Time Zone is specified, the default Time Zone specified at the lake creation is applied.

  • URL Encoding

    All requests must comply with standard url encoding rules.
    Reference : https://www.w3schools.com/tags/ref_urlencode.ASP

  • Restful API operation

    Method

    Description