Overview
This is a function that can call the Traffic Profile creation, editing, and deletion functions provided by Global Traffic Manager through the prescribed API.
The allowed API key issued on the dashboard must be used to call the features.
Common settings
API URL
GET / POST / PUT / DELETE
https://globaltrafficmanager.apigw.ntruss.com/gtm/v1
Request headers
Header name | Description |
---|---|
x-ncp-apigw-timestamp | - Time elapsed in milliseconds since January 1, 1970, 00:00:00 UTC - Request is considered invalid if the time difference with the API Gateway server is greater than 5 minutes |
x-ncp-iam-access-key | API key issued from NAVER Cloud Platform or accessKey issued from IAM |
x-ncp-apigw-signature-v2 | - Signature of the body in the above example encrypted with secretKey mapped to accessKeyId - HMAC encryption algorithm is HMAC-SHA256 |