Views:
To make API requests, you need to send an HTTPS request using one of the following methods:
  • GET: Retrieves the current values of resources.
  • POST: Creates or updates resources based on the data provided.
The following is the basic format of a well-structured URL:
https://<serviceURL>/<version>/api/<resourcePath>
A typical URL used by a Cloud App Security service has three significant parts:
  • serviceURL: identifies the root of the Cloud App Security service.
    The serviceURL is subject to the site where your Cloud App Security service is hosted:
    Serving Site
    Service URL
    U.S. (global)
    api.tmcas.trendmicro.com
    EU
    api-eu.tmcas.trendmicro.com
    Japan
    api.tmcas.trendmicro.co.jp
    Australia and New Zealand
    api-au.tmcas.trendmicro.com
    UK
    api.tmcas.trendmicro.co.uk
    Canada
    api-ca.tmcas.trendmicro.com
    Singapore
    api.tmcas.trendmicro.com.sg
    India
    api-in.tmcas.trendmicro.com
    Middle East (UAE)
    api-mea.tmcas.trendmicro.com
    Refer to the URL of your Cloud App Security management console to determine the applicable service URL.
  • version: indicates the version of the REST API. The supported value is v1.
  • resourcePath: identifies the resource to be interacted with.