Back to Collection Items
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loHttp = createobject("CkHttp")
loHttp.SetRequestHeader("Accept","application/json")
loSbResponseBody = createobject("CkStringBuilder")
llSuccess = loHttp.QuickGetSb("https://api.app.ddog-gov.com/api/v2/integrations/fastly/accounts/:account_id/services/:service_id",loSbResponseBody)
if (llSuccess = .F.) then
? loHttp.LastErrorText
release loHttp
release loSbResponseBody
return
endif
loJResp = createobject("CkJsonObject")
loJResp.LoadSb(loSbResponseBody)
loJResp.EmitCompact = .F.
? "Response Body:"
? loJResp.Emit()
lnRespStatusCode = loHttp.LastStatus
? "Response Status Code = " + str(lnRespStatusCode)
if (lnRespStatusCode >= 400) then
? "Response Header:"
? loHttp.LastHeader
? "Failed."
release loHttp
release loSbResponseBody
release loJResp
return
endif
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "data": {
// "id": "<string>",
// "type": "fastly-services",
// "attributes": {
// "tags": [
// "<string>",
// "<string>"
// ]
// }
// }
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
lcId = loJResp.StringOf("data.id")
lcV_Type = loJResp.StringOf("data.type")
i = 0
lnCount_i = loJResp.SizeOfArray("data.attributes.tags")
do while i < lnCount_i
loJResp.I = i
lcStrVal = loJResp.StringOf("data.attributes.tags[i]")
i = i + 1
enddo
release loHttp
release loSbResponseBody
release loJResp
Curl Command
curl -X GET
-H "Accept: application/json"
https://api.app.ddog-gov.com/api/v2/integrations/fastly/accounts/:account_id/services/:service_id
Postman Collection Item JSON
{
"name": "Get Fastly service",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"integrations",
"fastly",
"accounts",
":account_id",
"services",
":service_id"
],
"variable": [
{
"key": "account_id",
"value": "<string>"
},
{
"key": "service_id",
"value": "<string>"
}
]
},
"description": "Get a Fastly service for an account."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"integrations",
"fastly",
"accounts",
":account_id",
"services",
":service_id"
],
"variable": [
{
"key": "account_id"
},
{
"key": "service_id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"data\": {\n \"id\": \"<string>\",\n \"type\": \"fastly-services\",\n \"attributes\": {\n \"tags\": [\n \"<string>\",\n \"<string>\"\n ]\n }\n }\n}"
},
{
"name": "Bad Request",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"integrations",
"fastly",
"accounts",
":account_id",
"services",
":service_id"
],
"variable": [
{
"key": "account_id"
},
{
"key": "service_id"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
{
"name": "Forbidden",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"integrations",
"fastly",
"accounts",
":account_id",
"services",
":service_id"
],
"variable": [
{
"key": "account_id"
},
{
"key": "service_id"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"integrations",
"fastly",
"accounts",
":account_id",
"services",
":service_id"
],
"variable": [
{
"key": "account_id"
},
{
"key": "service_id"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
},
{
"name": "Too many requests",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v2",
"integrations",
"fastly",
"accounts",
":account_id",
"services",
":service_id"
],
"variable": [
{
"key": "account_id"
},
{
"key": "service_id"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"<string>\",\n \"<string>\"\n ]\n}"
}
]
}