Skip to main content

fastly_accounts

Overview

Namefastly_accounts
TypeResource
Iddatadog.fastly_integration.fastly_accounts

Fields

NameDatatypeDescription
idstringThe ID of the Fastly account, a hash of the account name.
attributesobjectAttributes object of a Fastly account.
typestringThe JSON:API type for this API. Should always be fastly-accounts.

Methods

NameAccessible byRequired ParamsDescription
get_fastly_accountSELECTaccount_id, dd_siteGet a Fastly account.
list_fastly_accountsSELECTdd_siteList Fastly accounts.
create_fastly_accountINSERTdata__data, dd_siteCreate a Fastly account.
delete_fastly_accountDELETEaccount_id, dd_siteDelete a Fastly account.
_get_fastly_accountEXECaccount_id, dd_siteGet a Fastly account.
_list_fastly_accountsEXECdd_siteList Fastly accounts.
update_fastly_accountEXECaccount_id, data__data, dd_siteUpdate a Fastly account.