API 取得站點資訊
取得站點資訊
取得站點資訊
curl --request GET \ --header "SKC-RefreshToken: {Your Refresh Token}" \ --header "SKC-AccessToken: {Your Access Token}" \ {CDN API Endpoint}/api/v1/user/sites
{ "code":101001, "total":2, "data":[ { "id":1234, "name":"xxx-site-01", "portType":1, "productName":"xxx-prod-01", "cname":"xxx-site-01.gocname.com", "flowLimitations":0, "expiredAt":"0001-01-01T00:00:00Z", "tags":[ ], "status":1, "trafficStatus":0, "trafficAction":0, "domainCounts":4681 } ] }
取得特定站點資訊
Last updated