Logo
Fastly Developer Hub API Documentation

Create a GCS log endpoint

POST {{fastly_url}}/service/{{service_id}}/version/{{version_id}}/logging/gcs

Create GCS logging for a particular service and version.

Authorization: API token with at least Engineer permissions.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Host
string
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://api.fastly.com/service//version//logging/gcs' -H 'Host: api.fastly.com' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: application/json'

ENDPOINTS