Skip to main content

fastly_services

Overview

Namefastly_services
TypeResource
Iddatadog.fastly_integration.fastly_services

Fields

NameDatatypeDescription
idstringThe ID of the Fastly service.
attributesobjectAttributes object for Fastly service requests.
typestringThe JSON:API type for this API. Should always be fastly-services.

Methods

NameAccessible byRequired ParamsDescription
get_fastly_serviceSELECTaccount_id, service_id, dd_siteGet a Fastly service for an account.
list_fastly_servicesSELECTaccount_id, dd_siteList Fastly services for an account.
create_fastly_serviceINSERTaccount_id, data__data, dd_siteCreate a Fastly service for an account.
delete_fastly_serviceDELETEaccount_id, service_id, dd_siteDelete a Fastly service for an account.
_get_fastly_serviceEXECaccount_id, service_id, dd_siteGet a Fastly service for an account.
_list_fastly_servicesEXECaccount_id, dd_siteList Fastly services for an account.
update_fastly_serviceEXECaccount_id, service_id, data__data, dd_siteUpdate a Fastly service for an account.