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 SiteService URLU.S. (global)api.tmcas.trendmicro.comEUapi-eu.tmcas.trendmicro.comJapanapi.tmcas.trendmicro.co.jpAustralia and New Zealandapi-au.tmcas.trendmicro.comUKapi.tmcas.trendmicro.co.ukCanadaapi-ca.tmcas.trendmicro.comSingaporeapi.tmcas.trendmicro.com.sgIndiaapi-in.tmcas.trendmicro.comMiddle East (UAE)api-mea.tmcas.trendmicro.comRefer 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.