KosmoKrator

data

Fastly CLI for AI Agents

Use the Fastly CLI from KosmoKrator to call Fastly tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Fastly CLI Setup

Fastly can be configured headlessly with `kosmokrator integrations:configure fastly`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure fastly --set api_token="$FASTLY_API_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor fastly --json
kosmokrator integrations:status --json

Credentials

Authentication type: api key header api_key_header. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_token FASTLY_API_TOKEN Secret secret yes API Token
api_url FASTLY_API_URL URL url no API URL
rt_url FASTLY_RT_URL URL url no Real-time API URL

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call fastly.fastly_acl_create_acl '{}' --json
Provider shortcut
kosmo integrations:fastly fastly_acl_create_acl '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs fastly --json
kosmo integrations:docs fastly.fastly_acl_create_acl --json
kosmo integrations:schema fastly.fastly_acl_create_acl --json
kosmo integrations:search "Fastly" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

fastly.fastly_acl_create_acl

Create a new ACL

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_create_acl '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_create_acl '{}' --json

fastly.fastly_acl_delete_acl

Delete an ACL

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_delete_acl '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_delete_acl '{}' --json

fastly.fastly_acl_entry_bulk_update_acl_entries

Update multiple ACL entries

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_entry_bulk_update_acl_entries '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_entry_bulk_update_acl_entries '{}' --json

fastly.fastly_acl_entry_create_acl_entry

Create an ACL entry

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_entry_create_acl_entry '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_entry_create_acl_entry '{}' --json

fastly.fastly_acl_entry_delete_acl_entry

Delete an ACL entry

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_entry_delete_acl_entry '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_entry_delete_acl_entry '{}' --json

fastly.fastly_acl_entry_get_acl_entry

Describe an ACL entry

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_entry_get_acl_entry '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_entry_get_acl_entry '{}' --json

fastly.fastly_acl_entry_list_acl_entries

List ACL entries

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_entry_list_acl_entries '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_entry_list_acl_entries '{}' --json

fastly.fastly_acl_entry_update_acl_entry

Update an ACL entry

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_entry_update_acl_entry '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_entry_update_acl_entry '{}' --json

fastly.fastly_acl_get_acl

Describe an ACL

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_get_acl '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_get_acl '{}' --json

fastly.fastly_acl_list_acls

List ACLs

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_list_acls '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_list_acls '{}' --json

fastly.fastly_acl_update_acl

Update an ACL

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acl_update_acl '{}' --json
Shortcut
kosmo integrations:fastly fastly_acl_update_acl '{}' --json

fastly.fastly_acls_in_compute_compute_acl_create_acls

Create a new ACL

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_create_acls '{}' --json
Shortcut
kosmo integrations:fastly fastly_acls_in_compute_compute_acl_create_acls '{}' --json

fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id

Delete an ACL

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id '{}' --json
Shortcut
kosmo integrations:fastly fastly_acls_in_compute_compute_acl_delete_sacl_id '{}' --json

fastly.fastly_acls_in_compute_compute_acl_list_acl_entries

List an ACL

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_list_acl_entries '{}' --json
Shortcut
kosmo integrations:fastly fastly_acls_in_compute_compute_acl_list_acl_entries '{}' --json

fastly.fastly_acls_in_compute_compute_acl_list_acls

List ACLs

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_list_acls '{}' --json
Shortcut
kosmo integrations:fastly fastly_acls_in_compute_compute_acl_list_acls '{}' --json

fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id

Describe an ACL

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id '{}' --json
Shortcut
kosmo integrations:fastly fastly_acls_in_compute_compute_acl_list_acls_sacl_id '{}' --json

fastly.fastly_acls_in_compute_compute_acl_lookup_acls

Lookup an ACL

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_lookup_acls '{}' --json
Shortcut
kosmo integrations:fastly fastly_acls_in_compute_compute_acl_lookup_acls '{}' --json

fastly.fastly_acls_in_compute_compute_acl_update_acls

Update an ACL

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_update_acls '{}' --json
Shortcut
kosmo integrations:fastly fastly_acls_in_compute_compute_acl_update_acls '{}' --json

fastly.fastly_apex_redirect_create_apex_redirect

Create an apex redirect

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apex_redirect_create_apex_redirect '{}' --json
Shortcut
kosmo integrations:fastly fastly_apex_redirect_create_apex_redirect '{}' --json

fastly.fastly_apex_redirect_delete_apex_redirect

Delete an apex redirect

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apex_redirect_delete_apex_redirect '{}' --json
Shortcut
kosmo integrations:fastly fastly_apex_redirect_delete_apex_redirect '{}' --json

fastly.fastly_apex_redirect_get_apex_redirect

Get an apex redirect

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apex_redirect_get_apex_redirect '{}' --json
Shortcut
kosmo integrations:fastly fastly_apex_redirect_get_apex_redirect '{}' --json

fastly.fastly_apex_redirect_list_apex_redirects

List apex redirects

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apex_redirect_list_apex_redirects '{}' --json
Shortcut
kosmo integrations:fastly fastly_apex_redirect_list_apex_redirects '{}' --json

fastly.fastly_apex_redirect_update_apex_redirect

Update an apex redirect

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apex_redirect_update_apex_redirect '{}' --json
Shortcut
kosmo integrations:fastly fastly_apex_redirect_update_apex_redirect '{}' --json

fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations

Bulk add tags to operations

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations '{}' --json

fastly.fastly_apisecurity_operations_api_security_bulk_create_operations

Bulk create operations

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_bulk_create_operations '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_bulk_create_operations '{}' --json

fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations

Bulk delete operations

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_bulk_delete_operations '{}' --json

fastly.fastly_apisecurity_operations_api_security_create_operation

Create operation

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_create_operation '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_create_operation '{}' --json

fastly.fastly_apisecurity_operations_api_security_create_operation_tag

Create operation tag

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_create_operation_tag '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_create_operation_tag '{}' --json

fastly.fastly_apisecurity_operations_api_security_delete_operation

Delete operation

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_delete_operation '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_delete_operation '{}' --json

fastly.fastly_apisecurity_operations_api_security_delete_operation_tag

Delete operation tag

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_delete_operation_tag '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_delete_operation_tag '{}' --json

fastly.fastly_apisecurity_operations_api_security_get_operation

Retrieve operation

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_get_operation '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_get_operation '{}' --json

fastly.fastly_apisecurity_operations_api_security_get_operation_tag

Retrieve operation tag

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_get_operation_tag '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_get_operation_tag '{}' --json

fastly.fastly_apisecurity_operations_api_security_list_discovered_operations

List discovered operations

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_list_discovered_operations '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_list_discovered_operations '{}' --json

fastly.fastly_apisecurity_operations_api_security_list_operation_tags

List operation tags

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_list_operation_tags '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_list_operation_tags '{}' --json

fastly.fastly_apisecurity_operations_api_security_list_operations

List operations

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_list_operations '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_list_operations '{}' --json

fastly.fastly_apisecurity_operations_api_security_update_operation

Update operation

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_update_operation '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_update_operation '{}' --json

fastly.fastly_apisecurity_operations_api_security_update_operation_tag

Update operation tag

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_update_operation_tag '{}' --json
Shortcut
kosmo integrations:fastly fastly_apisecurity_operations_api_security_update_operation_tag '{}' --json

fastly.fastly_automation_tokens_create_automation_token

Create Automation Token

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_automation_tokens_create_automation_token '{}' --json
Shortcut
kosmo integrations:fastly fastly_automation_tokens_create_automation_token '{}' --json

fastly.fastly_automation_tokens_get_automation_token_id

Retrieve an Automation Token by ID

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_automation_tokens_get_automation_token_id '{}' --json
Shortcut
kosmo integrations:fastly fastly_automation_tokens_get_automation_token_id '{}' --json

fastly.fastly_automation_tokens_get_automation_tokens_id_services

List Automation Token Services

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_automation_tokens_get_automation_tokens_id_services '{}' --json
Shortcut
kosmo integrations:fastly fastly_automation_tokens_get_automation_tokens_id_services '{}' --json

fastly.fastly_automation_tokens_list_automation_tokens

List Customer Automation Tokens

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_automation_tokens_list_automation_tokens '{}' --json
Shortcut
kosmo integrations:fastly fastly_automation_tokens_list_automation_tokens '{}' --json

fastly.fastly_automation_tokens_revoke_automation_token_id

Revoke an Automation Token by ID

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_automation_tokens_revoke_automation_token_id '{}' --json
Shortcut
kosmo integrations:fastly fastly_automation_tokens_revoke_automation_token_id '{}' --json

fastly.fastly_backend_create_backend

Create a backend

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_backend_create_backend '{}' --json
Shortcut
kosmo integrations:fastly fastly_backend_create_backend '{}' --json

fastly.fastly_backend_delete_backend

Delete a backend

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_backend_delete_backend '{}' --json
Shortcut
kosmo integrations:fastly fastly_backend_delete_backend '{}' --json

fastly.fastly_backend_get_backend

Describe a backend

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_backend_get_backend '{}' --json
Shortcut
kosmo integrations:fastly fastly_backend_get_backend '{}' --json

fastly.fastly_backend_list_backends

List backends

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_backend_list_backends '{}' --json
Shortcut
kosmo integrations:fastly fastly_backend_list_backends '{}' --json

fastly.fastly_backend_update_backend

Update a backend

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_backend_update_backend '{}' --json
Shortcut
kosmo integrations:fastly fastly_backend_update_backend '{}' --json

fastly.fastly_billing_address_add_billing_addr

Add a billing address to a customer

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_address_add_billing_addr '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_address_add_billing_addr '{}' --json

fastly.fastly_billing_address_delete_billing_addr

Delete a billing address

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_address_delete_billing_addr '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_address_delete_billing_addr '{}' --json

fastly.fastly_billing_address_get_billing_addr

Get a billing address

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_address_get_billing_addr '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_address_get_billing_addr '{}' --json

fastly.fastly_billing_address_update_billing_addr

Update a billing address

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_address_update_billing_addr '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_address_update_billing_addr '{}' --json

fastly.fastly_billing_invoices_get_invoice_by_invoice_id

Get invoice by ID.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_invoices_get_invoice_by_invoice_id '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_invoices_get_invoice_by_invoice_id '{}' --json

fastly.fastly_billing_invoices_get_month_to_date_invoice

Get month-to-date invoice.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_invoices_get_month_to_date_invoice '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_invoices_get_month_to_date_invoice '{}' --json

fastly.fastly_billing_invoices_list_invoices

List of invoices.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_invoices_list_invoices '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_invoices_list_invoices '{}' --json

fastly.fastly_billing_usage_metrics_get_service_level_usage

Retrieve service-level usage metrics for services with non-zero usage units.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_usage_metrics_get_service_level_usage '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_usage_metrics_get_service_level_usage '{}' --json

fastly.fastly_billing_usage_metrics_get_usage_metrics

Get monthly usage metrics

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_billing_usage_metrics_get_usage_metrics '{}' --json
Shortcut
kosmo integrations:fastly fastly_billing_usage_metrics_get_usage_metrics '{}' --json

fastly.fastly_cache_settings_create_cache_settings

Create a cache settings object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_cache_settings_create_cache_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_cache_settings_create_cache_settings '{}' --json

fastly.fastly_cache_settings_delete_cache_settings

Delete a cache settings object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_cache_settings_delete_cache_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_cache_settings_delete_cache_settings '{}' --json

fastly.fastly_cache_settings_get_cache_settings

Get a cache settings object

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_cache_settings_get_cache_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_cache_settings_get_cache_settings '{}' --json

fastly.fastly_cache_settings_list_cache_settings

List cache settings objects

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_cache_settings_list_cache_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_cache_settings_list_cache_settings '{}' --json

fastly.fastly_cache_settings_update_cache_settings

Update a cache settings object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_cache_settings_update_cache_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_cache_settings_update_cache_settings '{}' --json

fastly.fastly_condition_create_condition

Create a condition

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_condition_create_condition '{}' --json
Shortcut
kosmo integrations:fastly fastly_condition_create_condition '{}' --json

fastly.fastly_condition_delete_condition

Delete a condition

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_condition_delete_condition '{}' --json
Shortcut
kosmo integrations:fastly fastly_condition_delete_condition '{}' --json

fastly.fastly_condition_get_condition

Describe a condition

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_condition_get_condition '{}' --json
Shortcut
kosmo integrations:fastly fastly_condition_get_condition '{}' --json

fastly.fastly_condition_list_conditions

List conditions

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_condition_list_conditions '{}' --json
Shortcut
kosmo integrations:fastly fastly_condition_list_conditions '{}' --json

fastly.fastly_condition_update_condition

Update a condition

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_condition_update_condition '{}' --json
Shortcut
kosmo integrations:fastly fastly_condition_update_condition '{}' --json

fastly.fastly_config_store_create_config_store

Create a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_create_config_store '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_create_config_store '{}' --json

fastly.fastly_config_store_delete_config_store

Delete a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_delete_config_store '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_delete_config_store '{}' --json

fastly.fastly_config_store_get_config_store

Describe a config store

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_get_config_store '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_get_config_store '{}' --json

fastly.fastly_config_store_get_config_store_info

Get config store metadata

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_get_config_store_info '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_get_config_store_info '{}' --json

fastly.fastly_config_store_item_bulk_update_config_store_item

Update multiple entries in a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_item_bulk_update_config_store_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_item_bulk_update_config_store_item '{}' --json

fastly.fastly_config_store_item_create_config_store_item

Create an entry in a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_item_create_config_store_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_item_create_config_store_item '{}' --json

fastly.fastly_config_store_item_delete_config_store_item

Delete an item from a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_item_delete_config_store_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_item_delete_config_store_item '{}' --json

fastly.fastly_config_store_item_get_config_store_item

Get an item from a config store

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_item_get_config_store_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_item_get_config_store_item '{}' --json

fastly.fastly_config_store_item_list_config_store_items

List items in a config store

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_item_list_config_store_items '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_item_list_config_store_items '{}' --json

fastly.fastly_config_store_item_update_config_store_item

Update an entry in a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_item_update_config_store_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_item_update_config_store_item '{}' --json

fastly.fastly_config_store_item_upsert_config_store_item

Insert or update an entry in a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_item_upsert_config_store_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_item_upsert_config_store_item '{}' --json

fastly.fastly_config_store_list_config_store_services

List linked services

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_list_config_store_services '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_list_config_store_services '{}' --json

fastly.fastly_config_store_list_config_stores

List config stores

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_list_config_stores '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_list_config_stores '{}' --json

fastly.fastly_config_store_update_config_store

Update a config store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_config_store_update_config_store '{}' --json
Shortcut
kosmo integrations:fastly fastly_config_store_update_config_store '{}' --json

fastly.fastly_contact_create_contacts

Add a new customer contact

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_contact_create_contacts '{}' --json
Shortcut
kosmo integrations:fastly fastly_contact_create_contacts '{}' --json

fastly.fastly_contact_delete_contact

Delete a contact

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_contact_delete_contact '{}' --json
Shortcut
kosmo integrations:fastly fastly_contact_delete_contact '{}' --json

fastly.fastly_contact_list_contacts

List contacts

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_contact_list_contacts '{}' --json
Shortcut
kosmo integrations:fastly fastly_contact_list_contacts '{}' --json

fastly.fastly_content_content_check

Check status of content in each POP's cache

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_content_content_check '{}' --json
Shortcut
kosmo integrations:fastly fastly_content_content_check '{}' --json

fastly.fastly_customer_addresses_create_customer_address

Creates an address associated with a customer account.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_addresses_create_customer_address '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_addresses_create_customer_address '{}' --json

fastly.fastly_customer_addresses_list_customer_addresses

Return the list of addresses associated with a customer account.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_addresses_list_customer_addresses '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_addresses_list_customer_addresses '{}' --json

fastly.fastly_customer_addresses_update_customer_address

Updates an address associated with a customer account.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_addresses_update_customer_address '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_addresses_update_customer_address '{}' --json

fastly.fastly_customer_delete_customer

Delete a customer

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_delete_customer '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_delete_customer '{}' --json

fastly.fastly_customer_get_customer

Get a customer

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_get_customer '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_get_customer '{}' --json

fastly.fastly_customer_get_logged_in_customer

Get the logged in customer

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_get_logged_in_customer '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_get_logged_in_customer '{}' --json

fastly.fastly_customer_list_users

List users

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_list_users '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_list_users '{}' --json

fastly.fastly_customer_update_customer

Update a customer

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_customer_update_customer '{}' --json
Shortcut
kosmo integrations:fastly fastly_customer_update_customer '{}' --json

fastly.fastly_ddos_protection_ddos_protection_event_get

Get event by ID

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_event_get '{}' --json
Shortcut
kosmo integrations:fastly fastly_ddos_protection_ddos_protection_event_get '{}' --json

fastly.fastly_ddos_protection_ddos_protection_event_list

Get events

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_event_list '{}' --json
Shortcut
kosmo integrations:fastly fastly_ddos_protection_ddos_protection_event_list '{}' --json

fastly.fastly_ddos_protection_ddos_protection_event_rule_list

Get all rules for an event

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_event_rule_list '{}' --json
Shortcut
kosmo integrations:fastly fastly_ddos_protection_ddos_protection_event_rule_list '{}' --json

fastly.fastly_ddos_protection_ddos_protection_rule_get

Get a rule by ID

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_rule_get '{}' --json
Shortcut
kosmo integrations:fastly fastly_ddos_protection_ddos_protection_rule_get '{}' --json

fastly.fastly_ddos_protection_ddos_protection_rule_patch

Update rule

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_rule_patch '{}' --json
Shortcut
kosmo integrations:fastly fastly_ddos_protection_ddos_protection_rule_patch '{}' --json

fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get

Get traffic stats for a rule

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get '{}' --json
Shortcut
kosmo integrations:fastly fastly_ddos_protection_ddos_protection_traffic_stats_rule_get '{}' --json

fastly.fastly_dictionary_create_dictionary

Create a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_create_dictionary '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_create_dictionary '{}' --json

fastly.fastly_dictionary_delete_dictionary

Delete a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_delete_dictionary '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_delete_dictionary '{}' --json

fastly.fastly_dictionary_get_dictionary

Get a dictionary

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_get_dictionary '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_get_dictionary '{}' --json

fastly.fastly_dictionary_info_get_dictionary_info

Get dictionary metadata

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_info_get_dictionary_info '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_info_get_dictionary_info '{}' --json

fastly.fastly_dictionary_item_bulk_update_dictionary_item

Update multiple entries in a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_item_bulk_update_dictionary_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_item_bulk_update_dictionary_item '{}' --json

fastly.fastly_dictionary_item_create_dictionary_item

Create an entry in a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_item_create_dictionary_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_item_create_dictionary_item '{}' --json

fastly.fastly_dictionary_item_delete_dictionary_item

Delete an item from a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_item_delete_dictionary_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_item_delete_dictionary_item '{}' --json

fastly.fastly_dictionary_item_get_dictionary_item

Get an item from a dictionary

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_item_get_dictionary_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_item_get_dictionary_item '{}' --json

fastly.fastly_dictionary_item_list_dictionary_items

List items in a dictionary

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_item_list_dictionary_items '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_item_list_dictionary_items '{}' --json

fastly.fastly_dictionary_item_update_dictionary_item

Update an entry in a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_item_update_dictionary_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_item_update_dictionary_item '{}' --json

fastly.fastly_dictionary_item_upsert_dictionary_item

Insert or update an entry in a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_item_upsert_dictionary_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_item_upsert_dictionary_item '{}' --json

fastly.fastly_dictionary_list_dictionaries

List dictionaries

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_list_dictionaries '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_list_dictionaries '{}' --json

fastly.fastly_dictionary_update_dictionary

Update a dictionary

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dictionary_update_dictionary '{}' --json
Shortcut
kosmo integrations:fastly fastly_dictionary_update_dictionary '{}' --json

fastly.fastly_diff_diff_service_versions

Diff two service versions

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_diff_diff_service_versions '{}' --json
Shortcut
kosmo integrations:fastly fastly_diff_diff_service_versions '{}' --json

fastly.fastly_director_backend_create_director_backend

Create a director-backend relationship

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_backend_create_director_backend '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_backend_create_director_backend '{}' --json

fastly.fastly_director_backend_delete_director_backend

Delete a director-backend relationship

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_backend_delete_director_backend '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_backend_delete_director_backend '{}' --json

fastly.fastly_director_backend_get_director_backend

Get a director-backend relationship

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_backend_get_director_backend '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_backend_get_director_backend '{}' --json

fastly.fastly_director_create_director

Create a director

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_create_director '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_create_director '{}' --json

fastly.fastly_director_delete_director

Delete a director

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_delete_director '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_delete_director '{}' --json

fastly.fastly_director_get_director

Get a director

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_get_director '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_get_director '{}' --json

fastly.fastly_director_list_directors

List directors

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_list_directors '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_list_directors '{}' --json

fastly.fastly_director_update_director

Update a director

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_director_update_director '{}' --json
Shortcut
kosmo integrations:fastly fastly_director_update_director '{}' --json

fastly.fastly_dm_domains_create_dm_domain

Create a domain

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dm_domains_create_dm_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_dm_domains_create_dm_domain '{}' --json

fastly.fastly_dm_domains_delete_dm_domain

Delete a domain

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dm_domains_delete_dm_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_dm_domains_delete_dm_domain '{}' --json

fastly.fastly_dm_domains_get_dm_domain

Get a domain

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dm_domains_get_dm_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_dm_domains_get_dm_domain '{}' --json

fastly.fastly_dm_domains_list_dm_domains

List domains

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dm_domains_list_dm_domains '{}' --json
Shortcut
kosmo integrations:fastly fastly_dm_domains_list_dm_domains '{}' --json

fastly.fastly_dm_domains_update_dm_domain

Update a domain

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_dm_domains_update_dm_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_dm_domains_update_dm_domain '{}' --json

fastly.fastly_domain_check_domain

Validate DNS configuration for a single domain on a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_check_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_check_domain '{}' --json

fastly.fastly_domain_check_domains

Validate DNS configuration for all domains on a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_check_domains '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_check_domains '{}' --json

fastly.fastly_domain_create_domain

Add a domain name to a service

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_create_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_create_domain '{}' --json

fastly.fastly_domain_delete_domain

Remove a domain from a service

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_delete_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_delete_domain '{}' --json

fastly.fastly_domain_get_domain

Describe a domain

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_get_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_get_domain '{}' --json

fastly.fastly_domain_inspector_historical_get_domain_inspector_historical

Get historical domain data for a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_inspector_historical_get_domain_inspector_historical '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_inspector_historical_get_domain_inspector_historical '{}' --json

fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds

Get real-time domain data for the last 120 seconds

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds '{}' --json

fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries

Get a limited number of real-time domain data entries

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries '{}' --json

fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second

Get real-time domain data from a specified time

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_inspector_realtime_get_domain_inspector_last_second '{}' --json

fastly.fastly_domain_list_domains

List domains

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_list_domains '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_list_domains '{}' --json

fastly.fastly_domain_ownerships_list_domain_ownerships

List domain-ownerships

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_ownerships_list_domain_ownerships '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_ownerships_list_domain_ownerships '{}' --json

fastly.fastly_domain_research_domain_status

Domain status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_research_domain_status '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_research_domain_status '{}' --json

fastly.fastly_domain_research_suggest_domains

Suggest domains

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_research_suggest_domains '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_research_suggest_domains '{}' --json

fastly.fastly_domain_update_domain

Update a domain

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_domain_update_domain '{}' --json
Shortcut
kosmo integrations:fastly fastly_domain_update_domain '{}' --json

fastly.fastly_events_get_event

Get an event

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_events_get_event '{}' --json
Shortcut
kosmo integrations:fastly fastly_events_get_event '{}' --json

fastly.fastly_events_list_events

List events

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_events_list_events '{}' --json
Shortcut
kosmo integrations:fastly fastly_events_list_events '{}' --json

fastly.fastly_gzip_create_gzip_config

Create a gzip configuration

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_gzip_create_gzip_config '{}' --json
Shortcut
kosmo integrations:fastly fastly_gzip_create_gzip_config '{}' --json

fastly.fastly_gzip_delete_gzip_config

Delete a gzip configuration

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_gzip_delete_gzip_config '{}' --json
Shortcut
kosmo integrations:fastly fastly_gzip_delete_gzip_config '{}' --json

fastly.fastly_gzip_get_gzip_configs

Get a gzip configuration

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_gzip_get_gzip_configs '{}' --json
Shortcut
kosmo integrations:fastly fastly_gzip_get_gzip_configs '{}' --json

fastly.fastly_gzip_list_gzip_configs

List gzip configurations

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_gzip_list_gzip_configs '{}' --json
Shortcut
kosmo integrations:fastly fastly_gzip_list_gzip_configs '{}' --json

fastly.fastly_gzip_update_gzip_config

Update a gzip configuration

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_gzip_update_gzip_config '{}' --json
Shortcut
kosmo integrations:fastly fastly_gzip_update_gzip_config '{}' --json

fastly.fastly_header_create_header_object

Create a Header object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_header_create_header_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_header_create_header_object '{}' --json

fastly.fastly_header_delete_header_object

Delete a Header object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_header_delete_header_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_header_delete_header_object '{}' --json

fastly.fastly_header_get_header_object

Get a Header object

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_header_get_header_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_header_get_header_object '{}' --json

fastly.fastly_header_list_header_objects

List Header objects

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_header_list_header_objects '{}' --json
Shortcut
kosmo integrations:fastly fastly_header_list_header_objects '{}' --json

fastly.fastly_header_update_header_object

Update a Header object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_header_update_header_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_header_update_header_object '{}' --json

fastly.fastly_healthcheck_create_healthcheck

Create a health check

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_healthcheck_create_healthcheck '{}' --json
Shortcut
kosmo integrations:fastly fastly_healthcheck_create_healthcheck '{}' --json

fastly.fastly_healthcheck_delete_healthcheck

Delete a health check

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_healthcheck_delete_healthcheck '{}' --json
Shortcut
kosmo integrations:fastly fastly_healthcheck_delete_healthcheck '{}' --json

fastly.fastly_healthcheck_get_healthcheck

Get a health check

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_healthcheck_get_healthcheck '{}' --json
Shortcut
kosmo integrations:fastly fastly_healthcheck_get_healthcheck '{}' --json

fastly.fastly_healthcheck_list_healthchecks

List health checks

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_healthcheck_list_healthchecks '{}' --json
Shortcut
kosmo integrations:fastly fastly_healthcheck_list_healthchecks '{}' --json

fastly.fastly_healthcheck_update_healthcheck

Update a health check

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_healthcheck_update_healthcheck '{}' --json
Shortcut
kosmo integrations:fastly fastly_healthcheck_update_healthcheck '{}' --json

fastly.fastly_historical_get_hist_stats

Get historical stats

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_hist_stats '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_hist_stats '{}' --json

fastly.fastly_historical_get_hist_stats_aggregated

Get aggregated historical stats

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_hist_stats_aggregated '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_hist_stats_aggregated '{}' --json

fastly.fastly_historical_get_hist_stats_field

Get historical stats for a single field

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_hist_stats_field '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_hist_stats_field '{}' --json

fastly.fastly_historical_get_hist_stats_service

Get historical stats for a single service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_hist_stats_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_hist_stats_service '{}' --json

fastly.fastly_historical_get_hist_stats_service_field

Get historical stats for a single service/field combination

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_hist_stats_service_field '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_hist_stats_service_field '{}' --json

fastly.fastly_historical_get_regions

Get region codes

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_regions '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_regions '{}' --json

fastly.fastly_historical_get_usage

Get usage statistics

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_usage '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_usage '{}' --json

fastly.fastly_historical_get_usage_month

Get month-to-date usage statistics

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_usage_month '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_usage_month '{}' --json

fastly.fastly_historical_get_usage_service

Get usage statistics per service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_historical_get_usage_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_historical_get_usage_service '{}' --json

fastly.fastly_http3_create_http3

Enable support for HTTP/3

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_http3_create_http3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_http3_create_http3 '{}' --json

fastly.fastly_http3_delete_http3

Disable support for HTTP/3

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_http3_delete_http3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_http3_delete_http3 '{}' --json

fastly.fastly_http3_get_http3

Get HTTP/3 status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_http3_get_http3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_http3_get_http3 '{}' --json

fastly.fastly_iam_permissions_list_permissions

List permissions

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_permissions_list_permissions '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_permissions_list_permissions '{}' --json

fastly.fastly_iam_roles_iam_v1_roles_get

Get IAM role by ID

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_roles_iam_v1_roles_get '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_roles_iam_v1_roles_get '{}' --json

fastly.fastly_iam_roles_iam_v1_roles_list

List IAM roles

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_roles_iam_v1_roles_list '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_roles_iam_v1_roles_list '{}' --json

fastly.fastly_iam_service_groups_add_service_group_services

Add services in a service group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_add_service_group_services '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_add_service_group_services '{}' --json

fastly.fastly_iam_service_groups_create_aservice_group

Create a service group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_create_aservice_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_create_aservice_group '{}' --json

fastly.fastly_iam_service_groups_delete_aservice_group

Delete a service group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_delete_aservice_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_delete_aservice_group '{}' --json

fastly.fastly_iam_service_groups_get_aservice_group

Get a service group

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_get_aservice_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_get_aservice_group '{}' --json

fastly.fastly_iam_service_groups_list_service_group_services

List services to a service group

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_list_service_group_services '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_list_service_group_services '{}' --json

fastly.fastly_iam_service_groups_list_service_groups

List service groups

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_list_service_groups '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_list_service_groups '{}' --json

fastly.fastly_iam_service_groups_remove_service_group_services

Remove services from a service group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_remove_service_group_services '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_remove_service_group_services '{}' --json

fastly.fastly_iam_service_groups_update_aservice_group

Update a service group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_service_groups_update_aservice_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_service_groups_update_aservice_group '{}' --json

fastly.fastly_iam_user_groups_add_user_group_members

Add members to a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_add_user_group_members '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_add_user_group_members '{}' --json

fastly.fastly_iam_user_groups_add_user_group_roles

Add roles to a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_add_user_group_roles '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_add_user_group_roles '{}' --json

fastly.fastly_iam_user_groups_add_user_group_service_groups

Add service groups to a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_add_user_group_service_groups '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_add_user_group_service_groups '{}' --json

fastly.fastly_iam_user_groups_create_auser_group

Create a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_create_auser_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_create_auser_group '{}' --json

fastly.fastly_iam_user_groups_delete_auser_group

Delete a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_delete_auser_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_delete_auser_group '{}' --json

fastly.fastly_iam_user_groups_get_auser_group

Get a user group

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_get_auser_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_get_auser_group '{}' --json

fastly.fastly_iam_user_groups_list_user_group_members

List members of a user group

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_group_members '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_list_user_group_members '{}' --json

fastly.fastly_iam_user_groups_list_user_group_roles

List roles in a user group

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_group_roles '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_list_user_group_roles '{}' --json

fastly.fastly_iam_user_groups_list_user_group_service_groups

List service groups in a user group

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_group_service_groups '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_list_user_group_service_groups '{}' --json

fastly.fastly_iam_user_groups_list_user_groups

List user groups

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_groups '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_list_user_groups '{}' --json

fastly.fastly_iam_user_groups_remove_user_group_members

Remove members of a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_remove_user_group_members '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_remove_user_group_members '{}' --json

fastly.fastly_iam_user_groups_remove_user_group_roles

Remove roles from a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_remove_user_group_roles '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_remove_user_group_roles '{}' --json

fastly.fastly_iam_user_groups_remove_user_group_service_groups

Remove service groups from a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_remove_user_group_service_groups '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_remove_user_group_service_groups '{}' --json

fastly.fastly_iam_user_groups_update_auser_group

Update a user group

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_iam_user_groups_update_auser_group '{}' --json
Shortcut
kosmo integrations:fastly fastly_iam_user_groups_update_auser_group '{}' --json

fastly.fastly_image_optimizer_default_settings_get_default_settings

Get current Image Optimizer Default Settings

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_image_optimizer_default_settings_get_default_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_image_optimizer_default_settings_get_default_settings '{}' --json

fastly.fastly_image_optimizer_default_settings_update_default_settings

Update Image Optimizer Default Settings

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_image_optimizer_default_settings_update_default_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_image_optimizer_default_settings_update_default_settings '{}' --json

fastly.fastly_insights_get_log_insights

Retrieve log insights

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_insights_get_log_insights '{}' --json
Shortcut
kosmo integrations:fastly fastly_insights_get_log_insights '{}' --json

fastly.fastly_invitations_create_invitation

Create an invitation

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_invitations_create_invitation '{}' --json
Shortcut
kosmo integrations:fastly fastly_invitations_create_invitation '{}' --json

fastly.fastly_invitations_delete_invitation

Delete an invitation

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_invitations_delete_invitation '{}' --json
Shortcut
kosmo integrations:fastly fastly_invitations_delete_invitation '{}' --json

fastly.fastly_invitations_list_invitations

List invitations

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_invitations_list_invitations '{}' --json
Shortcut
kosmo integrations:fastly fastly_invitations_list_invitations '{}' --json

fastly.fastly_kv_store_item_kv_store_delete_item

Delete an item.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_delete_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_item_kv_store_delete_item '{}' --json

fastly.fastly_kv_store_item_kv_store_get_item

Get an item.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_get_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_item_kv_store_get_item '{}' --json

fastly.fastly_kv_store_item_kv_store_list_item_keys

List item keys.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_list_item_keys '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_item_kv_store_list_item_keys '{}' --json

fastly.fastly_kv_store_item_kv_store_upsert_item

Insert or update an item.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_upsert_item '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_item_kv_store_upsert_item '{}' --json

fastly.fastly_kv_store_kv_store_create

Create a KV store.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_kv_store_create '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_kv_store_create '{}' --json

fastly.fastly_kv_store_kv_store_delete

Delete a KV store.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_kv_store_delete '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_kv_store_delete '{}' --json

fastly.fastly_kv_store_kv_store_get

Describe a KV store.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_kv_store_get '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_kv_store_get '{}' --json

fastly.fastly_kv_store_kv_store_list

List all KV stores.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_kv_store_list '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_kv_store_list '{}' --json

fastly.fastly_kv_store_kv_store_put

Update a KV store.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_kv_store_kv_store_put '{}' --json
Shortcut
kosmo integrations:fastly fastly_kv_store_kv_store_put '{}' --json

fastly.fastly_log_explorer_get_log_records

Retrieve log records

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_log_explorer_get_log_records '{}' --json
Shortcut
kosmo integrations:fastly fastly_log_explorer_get_log_records '{}' --json

fastly.fastly_logging_azureblob_create_log_azure

Create an Azure Blob Storage log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_azureblob_create_log_azure '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_azureblob_create_log_azure '{}' --json

fastly.fastly_logging_azureblob_delete_log_azure

Delete the Azure Blob Storage log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_azureblob_delete_log_azure '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_azureblob_delete_log_azure '{}' --json

fastly.fastly_logging_azureblob_get_log_azure

Get an Azure Blob Storage log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_azureblob_get_log_azure '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_azureblob_get_log_azure '{}' --json

fastly.fastly_logging_azureblob_list_log_azure

List Azure Blob Storage log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_azureblob_list_log_azure '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_azureblob_list_log_azure '{}' --json

fastly.fastly_logging_azureblob_update_log_azure

Update an Azure Blob Storage log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_azureblob_update_log_azure '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_azureblob_update_log_azure '{}' --json

fastly.fastly_logging_bigquery_create_log_bigquery

Create a BigQuery log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_bigquery_create_log_bigquery '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_bigquery_create_log_bigquery '{}' --json

fastly.fastly_logging_bigquery_delete_log_bigquery

Delete a BigQuery log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_bigquery_delete_log_bigquery '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_bigquery_delete_log_bigquery '{}' --json

fastly.fastly_logging_bigquery_get_log_bigquery

Get a BigQuery log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_bigquery_get_log_bigquery '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_bigquery_get_log_bigquery '{}' --json

fastly.fastly_logging_bigquery_list_log_bigquery

List BigQuery log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_bigquery_list_log_bigquery '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_bigquery_list_log_bigquery '{}' --json

fastly.fastly_logging_bigquery_update_log_bigquery

Update a BigQuery log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_bigquery_update_log_bigquery '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_bigquery_update_log_bigquery '{}' --json

fastly.fastly_logging_cloudfiles_create_log_cloudfiles

Create a Cloud Files log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_cloudfiles_create_log_cloudfiles '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_cloudfiles_create_log_cloudfiles '{}' --json

fastly.fastly_logging_cloudfiles_delete_log_cloudfiles

Delete the Cloud Files log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_cloudfiles_delete_log_cloudfiles '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_cloudfiles_delete_log_cloudfiles '{}' --json

fastly.fastly_logging_cloudfiles_get_log_cloudfiles

Get a Cloud Files log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_cloudfiles_get_log_cloudfiles '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_cloudfiles_get_log_cloudfiles '{}' --json

fastly.fastly_logging_cloudfiles_list_log_cloudfiles

List Cloud Files log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_cloudfiles_list_log_cloudfiles '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_cloudfiles_list_log_cloudfiles '{}' --json

fastly.fastly_logging_cloudfiles_update_log_cloudfiles

Update the Cloud Files log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_cloudfiles_update_log_cloudfiles '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_cloudfiles_update_log_cloudfiles '{}' --json

fastly.fastly_logging_datadog_create_log_datadog

Create a Datadog log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_datadog_create_log_datadog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_datadog_create_log_datadog '{}' --json

fastly.fastly_logging_datadog_delete_log_datadog

Delete a Datadog log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_datadog_delete_log_datadog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_datadog_delete_log_datadog '{}' --json

fastly.fastly_logging_datadog_get_log_datadog

Get a Datadog log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_datadog_get_log_datadog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_datadog_get_log_datadog '{}' --json

fastly.fastly_logging_datadog_list_log_datadog

List Datadog log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_datadog_list_log_datadog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_datadog_list_log_datadog '{}' --json

fastly.fastly_logging_datadog_update_log_datadog

Update a Datadog log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_datadog_update_log_datadog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_datadog_update_log_datadog '{}' --json

fastly.fastly_logging_digitalocean_create_log_digocean

Create a DigitalOcean Spaces log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_digitalocean_create_log_digocean '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_digitalocean_create_log_digocean '{}' --json

fastly.fastly_logging_digitalocean_delete_log_digocean

Delete a DigitalOcean Spaces log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_digitalocean_delete_log_digocean '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_digitalocean_delete_log_digocean '{}' --json

fastly.fastly_logging_digitalocean_get_log_digocean

Get a DigitalOcean Spaces log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_digitalocean_get_log_digocean '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_digitalocean_get_log_digocean '{}' --json

fastly.fastly_logging_digitalocean_list_log_digocean

List DigitalOcean Spaces log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_digitalocean_list_log_digocean '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_digitalocean_list_log_digocean '{}' --json

fastly.fastly_logging_digitalocean_update_log_digocean

Update a DigitalOcean Spaces log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_digitalocean_update_log_digocean '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_digitalocean_update_log_digocean '{}' --json

fastly.fastly_logging_elasticsearch_create_log_elasticsearch

Create an Elasticsearch log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_elasticsearch_create_log_elasticsearch '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_elasticsearch_create_log_elasticsearch '{}' --json

fastly.fastly_logging_elasticsearch_delete_log_elasticsearch

Delete an Elasticsearch log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_elasticsearch_delete_log_elasticsearch '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_elasticsearch_delete_log_elasticsearch '{}' --json

fastly.fastly_logging_elasticsearch_get_log_elasticsearch

Get an Elasticsearch log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_elasticsearch_get_log_elasticsearch '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_elasticsearch_get_log_elasticsearch '{}' --json

fastly.fastly_logging_elasticsearch_list_log_elasticsearch

List Elasticsearch log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_elasticsearch_list_log_elasticsearch '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_elasticsearch_list_log_elasticsearch '{}' --json

fastly.fastly_logging_elasticsearch_update_log_elasticsearch

Update an Elasticsearch log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_elasticsearch_update_log_elasticsearch '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_elasticsearch_update_log_elasticsearch '{}' --json

fastly.fastly_logging_ftp_create_log_ftp

Create an FTP log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_ftp_create_log_ftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_ftp_create_log_ftp '{}' --json

fastly.fastly_logging_ftp_delete_log_ftp

Delete an FTP log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_ftp_delete_log_ftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_ftp_delete_log_ftp '{}' --json

fastly.fastly_logging_ftp_get_log_ftp

Get an FTP log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_ftp_get_log_ftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_ftp_get_log_ftp '{}' --json

fastly.fastly_logging_ftp_list_log_ftp

List FTP log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_ftp_list_log_ftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_ftp_list_log_ftp '{}' --json

fastly.fastly_logging_ftp_update_log_ftp

Update an FTP log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_ftp_update_log_ftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_ftp_update_log_ftp '{}' --json

fastly.fastly_logging_gcs_create_log_gcs

Create a GCS log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_gcs_create_log_gcs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_gcs_create_log_gcs '{}' --json

fastly.fastly_logging_gcs_delete_log_gcs

Delete a GCS log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_gcs_delete_log_gcs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_gcs_delete_log_gcs '{}' --json

fastly.fastly_logging_gcs_get_log_gcs

Get a GCS log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_gcs_get_log_gcs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_gcs_get_log_gcs '{}' --json

fastly.fastly_logging_gcs_list_log_gcs

List GCS log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_gcs_list_log_gcs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_gcs_list_log_gcs '{}' --json

fastly.fastly_logging_gcs_update_log_gcs

Update a GCS log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_gcs_update_log_gcs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_gcs_update_log_gcs '{}' --json

fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs

Create a Grafana Cloud Logs log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs '{}' --json

fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs

Delete the Grafana Cloud Logs log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs '{}' --json

fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs

Get a Grafana Cloud Logs log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs '{}' --json

fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs

List Grafana Cloud Logs log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs '{}' --json

fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs

Update a Grafana Cloud Logs log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs '{}' --json

fastly.fastly_logging_heroku_create_log_heroku

Create a Heroku log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_heroku_create_log_heroku '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_heroku_create_log_heroku '{}' --json

fastly.fastly_logging_heroku_delete_log_heroku

Delete the Heroku log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_heroku_delete_log_heroku '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_heroku_delete_log_heroku '{}' --json

fastly.fastly_logging_heroku_get_log_heroku

Get a Heroku log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_heroku_get_log_heroku '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_heroku_get_log_heroku '{}' --json

fastly.fastly_logging_heroku_list_log_heroku

List Heroku log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_heroku_list_log_heroku '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_heroku_list_log_heroku '{}' --json

fastly.fastly_logging_heroku_update_log_heroku

Update the Heroku log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_heroku_update_log_heroku '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_heroku_update_log_heroku '{}' --json

fastly.fastly_logging_honeycomb_create_log_honeycomb

Create a Honeycomb log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_honeycomb_create_log_honeycomb '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_honeycomb_create_log_honeycomb '{}' --json

fastly.fastly_logging_honeycomb_delete_log_honeycomb

Delete the Honeycomb log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_honeycomb_delete_log_honeycomb '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_honeycomb_delete_log_honeycomb '{}' --json

fastly.fastly_logging_honeycomb_get_log_honeycomb

Get a Honeycomb log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_honeycomb_get_log_honeycomb '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_honeycomb_get_log_honeycomb '{}' --json

fastly.fastly_logging_honeycomb_list_log_honeycomb

List Honeycomb log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_honeycomb_list_log_honeycomb '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_honeycomb_list_log_honeycomb '{}' --json

fastly.fastly_logging_honeycomb_update_log_honeycomb

Update a Honeycomb log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_honeycomb_update_log_honeycomb '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_honeycomb_update_log_honeycomb '{}' --json

fastly.fastly_logging_https_create_log_https

Create an HTTPS log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_https_create_log_https '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_https_create_log_https '{}' --json

fastly.fastly_logging_https_delete_log_https

Delete an HTTPS log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_https_delete_log_https '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_https_delete_log_https '{}' --json

fastly.fastly_logging_https_get_log_https

Get an HTTPS log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_https_get_log_https '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_https_get_log_https '{}' --json

fastly.fastly_logging_https_list_log_https

List HTTPS log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_https_list_log_https '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_https_list_log_https '{}' --json

fastly.fastly_logging_https_update_log_https

Update an HTTPS log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_https_update_log_https '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_https_update_log_https '{}' --json

fastly.fastly_logging_kafka_create_log_kafka

Create a Kafka log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kafka_create_log_kafka '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kafka_create_log_kafka '{}' --json

fastly.fastly_logging_kafka_delete_log_kafka

Delete the Kafka log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kafka_delete_log_kafka '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kafka_delete_log_kafka '{}' --json

fastly.fastly_logging_kafka_get_log_kafka

Get a Kafka log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kafka_get_log_kafka '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kafka_get_log_kafka '{}' --json

fastly.fastly_logging_kafka_list_log_kafka

List Kafka log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kafka_list_log_kafka '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kafka_list_log_kafka '{}' --json

fastly.fastly_logging_kafka_update_log_kafka

Update the Kafka log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kafka_update_log_kafka '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kafka_update_log_kafka '{}' --json

fastly.fastly_logging_kinesis_create_log_kinesis

Create an Amazon Kinesis log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kinesis_create_log_kinesis '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kinesis_create_log_kinesis '{}' --json

fastly.fastly_logging_kinesis_delete_log_kinesis

Delete the Amazon Kinesis log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kinesis_delete_log_kinesis '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kinesis_delete_log_kinesis '{}' --json

fastly.fastly_logging_kinesis_get_log_kinesis

Get an Amazon Kinesis log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kinesis_get_log_kinesis '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kinesis_get_log_kinesis '{}' --json

fastly.fastly_logging_kinesis_list_log_kinesis

List Amazon Kinesis log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kinesis_list_log_kinesis '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kinesis_list_log_kinesis '{}' --json

fastly.fastly_logging_kinesis_update_log_kinesis

Update the Amazon Kinesis log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_kinesis_update_log_kinesis '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_kinesis_update_log_kinesis '{}' --json

fastly.fastly_logging_logentries_create_log_logentries

Create a Logentries log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logentries_create_log_logentries '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logentries_create_log_logentries '{}' --json

fastly.fastly_logging_logentries_delete_log_logentries

Delete a Logentries log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logentries_delete_log_logentries '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logentries_delete_log_logentries '{}' --json

fastly.fastly_logging_logentries_get_log_logentries

Get a Logentries log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logentries_get_log_logentries '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logentries_get_log_logentries '{}' --json

fastly.fastly_logging_logentries_list_log_logentries

List Logentries log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logentries_list_log_logentries '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logentries_list_log_logentries '{}' --json

fastly.fastly_logging_logentries_update_log_logentries

Update a Logentries log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logentries_update_log_logentries '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logentries_update_log_logentries '{}' --json

fastly.fastly_logging_loggly_create_log_loggly

Create a Loggly log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_loggly_create_log_loggly '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_loggly_create_log_loggly '{}' --json

fastly.fastly_logging_loggly_delete_log_loggly

Delete a Loggly log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_loggly_delete_log_loggly '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_loggly_delete_log_loggly '{}' --json

fastly.fastly_logging_loggly_get_log_loggly

Get a Loggly log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_loggly_get_log_loggly '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_loggly_get_log_loggly '{}' --json

fastly.fastly_logging_loggly_list_log_loggly

List Loggly log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_loggly_list_log_loggly '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_loggly_list_log_loggly '{}' --json

fastly.fastly_logging_loggly_update_log_loggly

Update a Loggly log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_loggly_update_log_loggly '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_loggly_update_log_loggly '{}' --json

fastly.fastly_logging_logshuttle_create_log_logshuttle

Create a Log Shuttle log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logshuttle_create_log_logshuttle '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logshuttle_create_log_logshuttle '{}' --json

fastly.fastly_logging_logshuttle_delete_log_logshuttle

Delete a Log Shuttle log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logshuttle_delete_log_logshuttle '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logshuttle_delete_log_logshuttle '{}' --json

fastly.fastly_logging_logshuttle_get_log_logshuttle

Get a Log Shuttle log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logshuttle_get_log_logshuttle '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logshuttle_get_log_logshuttle '{}' --json

fastly.fastly_logging_logshuttle_list_log_logshuttle

List Log Shuttle log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logshuttle_list_log_logshuttle '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logshuttle_list_log_logshuttle '{}' --json

fastly.fastly_logging_logshuttle_update_log_logshuttle

Update a Log Shuttle log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_logshuttle_update_log_logshuttle '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_logshuttle_update_log_logshuttle '{}' --json

fastly.fastly_logging_newrelic_create_log_newrelic

Create a New Relic log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelic_create_log_newrelic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelic_create_log_newrelic '{}' --json

fastly.fastly_logging_newrelic_delete_log_newrelic

Delete a New Relic log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelic_delete_log_newrelic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelic_delete_log_newrelic '{}' --json

fastly.fastly_logging_newrelic_get_log_newrelic

Get a New Relic log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelic_get_log_newrelic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelic_get_log_newrelic '{}' --json

fastly.fastly_logging_newrelic_list_log_newrelic

List New Relic log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelic_list_log_newrelic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelic_list_log_newrelic '{}' --json

fastly.fastly_logging_newrelic_update_log_newrelic

Update a New Relic log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelic_update_log_newrelic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelic_update_log_newrelic '{}' --json

fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp

Create a New Relic OTLP endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelicotlp_create_log_newrelicotlp '{}' --json

fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp

Delete a New Relic OTLP endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelicotlp_delete_log_newrelicotlp '{}' --json

fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp

Get a New Relic OTLP endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelicotlp_get_log_newrelicotlp '{}' --json

fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp

List New Relic OTLP endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelicotlp_list_log_newrelicotlp '{}' --json

fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp

Update a New Relic log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_newrelicotlp_update_log_newrelicotlp '{}' --json

fastly.fastly_logging_openstack_create_log_openstack

Create an OpenStack log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_openstack_create_log_openstack '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_openstack_create_log_openstack '{}' --json

fastly.fastly_logging_openstack_delete_log_openstack

Delete an OpenStack log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_openstack_delete_log_openstack '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_openstack_delete_log_openstack '{}' --json

fastly.fastly_logging_openstack_get_log_openstack

Get an OpenStack log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_openstack_get_log_openstack '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_openstack_get_log_openstack '{}' --json

fastly.fastly_logging_openstack_list_log_openstack

List OpenStack log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_openstack_list_log_openstack '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_openstack_list_log_openstack '{}' --json

fastly.fastly_logging_openstack_update_log_openstack

Update an OpenStack log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_openstack_update_log_openstack '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_openstack_update_log_openstack '{}' --json

fastly.fastly_logging_papertrail_create_log_papertrail

Create a Papertrail log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_papertrail_create_log_papertrail '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_papertrail_create_log_papertrail '{}' --json

fastly.fastly_logging_papertrail_delete_log_papertrail

Delete a Papertrail log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_papertrail_delete_log_papertrail '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_papertrail_delete_log_papertrail '{}' --json

fastly.fastly_logging_papertrail_get_log_papertrail

Get a Papertrail log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_papertrail_get_log_papertrail '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_papertrail_get_log_papertrail '{}' --json

fastly.fastly_logging_papertrail_list_log_papertrail

List Papertrail log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_papertrail_list_log_papertrail '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_papertrail_list_log_papertrail '{}' --json

fastly.fastly_logging_papertrail_update_log_papertrail

Update a Papertrail log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_papertrail_update_log_papertrail '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_papertrail_update_log_papertrail '{}' --json

fastly.fastly_logging_pubsub_create_log_gcp_pubsub

Create a GCP Cloud Pub/Sub log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_pubsub_create_log_gcp_pubsub '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_pubsub_create_log_gcp_pubsub '{}' --json

fastly.fastly_logging_pubsub_delete_log_gcp_pubsub

Delete a GCP Cloud Pub/Sub log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_pubsub_delete_log_gcp_pubsub '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_pubsub_delete_log_gcp_pubsub '{}' --json

fastly.fastly_logging_pubsub_get_log_gcp_pubsub

Get a GCP Cloud Pub/Sub log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_pubsub_get_log_gcp_pubsub '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_pubsub_get_log_gcp_pubsub '{}' --json

fastly.fastly_logging_pubsub_list_log_gcp_pubsub

List GCP Cloud Pub/Sub log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_pubsub_list_log_gcp_pubsub '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_pubsub_list_log_gcp_pubsub '{}' --json

fastly.fastly_logging_pubsub_update_log_gcp_pubsub

Update a GCP Cloud Pub/Sub log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_pubsub_update_log_gcp_pubsub '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_pubsub_update_log_gcp_pubsub '{}' --json

fastly.fastly_logging_s3_create_log_aws_s3

Create an AWS S3 log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_s3_create_log_aws_s3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_s3_create_log_aws_s3 '{}' --json

fastly.fastly_logging_s3_delete_log_aws_s3

Delete an AWS S3 log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_s3_delete_log_aws_s3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_s3_delete_log_aws_s3 '{}' --json

fastly.fastly_logging_s3_get_log_aws_s3

Get an AWS S3 log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_s3_get_log_aws_s3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_s3_get_log_aws_s3 '{}' --json

fastly.fastly_logging_s3_list_log_aws_s3

List AWS S3 log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_s3_list_log_aws_s3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_s3_list_log_aws_s3 '{}' --json

fastly.fastly_logging_s3_update_log_aws_s3

Update an AWS S3 log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_s3_update_log_aws_s3 '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_s3_update_log_aws_s3 '{}' --json

fastly.fastly_logging_scalyr_create_log_scalyr

Create a Scalyr log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_scalyr_create_log_scalyr '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_scalyr_create_log_scalyr '{}' --json

fastly.fastly_logging_scalyr_delete_log_scalyr

Delete the Scalyr log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_scalyr_delete_log_scalyr '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_scalyr_delete_log_scalyr '{}' --json

fastly.fastly_logging_scalyr_get_log_scalyr

Get a Scalyr log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_scalyr_get_log_scalyr '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_scalyr_get_log_scalyr '{}' --json

fastly.fastly_logging_scalyr_list_log_scalyr

List Scalyr log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_scalyr_list_log_scalyr '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_scalyr_list_log_scalyr '{}' --json

fastly.fastly_logging_scalyr_update_log_scalyr

Update the Scalyr log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_scalyr_update_log_scalyr '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_scalyr_update_log_scalyr '{}' --json

fastly.fastly_logging_sftp_create_log_sftp

Create an SFTP log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sftp_create_log_sftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sftp_create_log_sftp '{}' --json

fastly.fastly_logging_sftp_delete_log_sftp

Delete an SFTP log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sftp_delete_log_sftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sftp_delete_log_sftp '{}' --json

fastly.fastly_logging_sftp_get_log_sftp

Get an SFTP log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sftp_get_log_sftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sftp_get_log_sftp '{}' --json

fastly.fastly_logging_sftp_list_log_sftp

List SFTP log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sftp_list_log_sftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sftp_list_log_sftp '{}' --json

fastly.fastly_logging_sftp_update_log_sftp

Update an SFTP log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sftp_update_log_sftp '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sftp_update_log_sftp '{}' --json

fastly.fastly_logging_splunk_create_log_splunk

Create a Splunk log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_splunk_create_log_splunk '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_splunk_create_log_splunk '{}' --json

fastly.fastly_logging_splunk_delete_log_splunk

Delete a Splunk log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_splunk_delete_log_splunk '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_splunk_delete_log_splunk '{}' --json

fastly.fastly_logging_splunk_get_log_splunk

Get a Splunk log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_splunk_get_log_splunk '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_splunk_get_log_splunk '{}' --json

fastly.fastly_logging_splunk_list_log_splunk

List Splunk log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_splunk_list_log_splunk '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_splunk_list_log_splunk '{}' --json

fastly.fastly_logging_splunk_update_log_splunk

Update a Splunk log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_splunk_update_log_splunk '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_splunk_update_log_splunk '{}' --json

fastly.fastly_logging_sumologic_create_log_sumologic

Create a Sumologic log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sumologic_create_log_sumologic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sumologic_create_log_sumologic '{}' --json

fastly.fastly_logging_sumologic_delete_log_sumologic

Delete a Sumologic log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sumologic_delete_log_sumologic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sumologic_delete_log_sumologic '{}' --json

fastly.fastly_logging_sumologic_get_log_sumologic

Get a Sumologic log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sumologic_get_log_sumologic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sumologic_get_log_sumologic '{}' --json

fastly.fastly_logging_sumologic_list_log_sumologic

List Sumologic log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sumologic_list_log_sumologic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sumologic_list_log_sumologic '{}' --json

fastly.fastly_logging_sumologic_update_log_sumologic

Update a Sumologic log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_sumologic_update_log_sumologic '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_sumologic_update_log_sumologic '{}' --json

fastly.fastly_logging_syslog_create_log_syslog

Create a syslog log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_syslog_create_log_syslog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_syslog_create_log_syslog '{}' --json

fastly.fastly_logging_syslog_delete_log_syslog

Delete a syslog log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_syslog_delete_log_syslog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_syslog_delete_log_syslog '{}' --json

fastly.fastly_logging_syslog_get_log_syslog

Get a syslog log endpoint

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_syslog_get_log_syslog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_syslog_get_log_syslog '{}' --json

fastly.fastly_logging_syslog_list_log_syslog

List Syslog log endpoints

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_syslog_list_log_syslog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_syslog_list_log_syslog '{}' --json

fastly.fastly_logging_syslog_update_log_syslog

Update a syslog log endpoint

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_logging_syslog_update_log_syslog '{}' --json
Shortcut
kosmo integrations:fastly fastly_logging_syslog_update_log_syslog '{}' --json

fastly.fastly_metrics_platform_get_platform_metrics_service_historical

Get historical time series metrics for a single service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_metrics_platform_get_platform_metrics_service_historical '{}' --json
Shortcut
kosmo integrations:fastly fastly_metrics_platform_get_platform_metrics_service_historical '{}' --json

fastly.fastly_mutual_authentication_create_mutual_tls_authentication

Create a Mutual Authentication

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_mutual_authentication_create_mutual_tls_authentication '{}' --json
Shortcut
kosmo integrations:fastly fastly_mutual_authentication_create_mutual_tls_authentication '{}' --json

fastly.fastly_mutual_authentication_delete_mutual_tls

Delete a Mutual TLS

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_mutual_authentication_delete_mutual_tls '{}' --json
Shortcut
kosmo integrations:fastly fastly_mutual_authentication_delete_mutual_tls '{}' --json

fastly.fastly_mutual_authentication_get_mutual_authentication

Get a Mutual Authentication

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_mutual_authentication_get_mutual_authentication '{}' --json
Shortcut
kosmo integrations:fastly fastly_mutual_authentication_get_mutual_authentication '{}' --json

fastly.fastly_mutual_authentication_list_mutual_authentications

List Mutual Authentications

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_mutual_authentication_list_mutual_authentications '{}' --json
Shortcut
kosmo integrations:fastly fastly_mutual_authentication_list_mutual_authentications '{}' --json

fastly.fastly_mutual_authentication_patch_mutual_authentication

Update a Mutual Authentication

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_mutual_authentication_patch_mutual_authentication '{}' --json
Shortcut
kosmo integrations:fastly fastly_mutual_authentication_patch_mutual_authentication '{}' --json

fastly.fastly_ngwaf_reports_get_attacks_report

Get attacks report

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ngwaf_reports_get_attacks_report '{}' --json
Shortcut
kosmo integrations:fastly fastly_ngwaf_reports_get_attacks_report '{}' --json

fastly.fastly_ngwaf_reports_get_signals_report

Get signals report

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_ngwaf_reports_get_signals_report '{}' --json
Shortcut
kosmo integrations:fastly fastly_ngwaf_reports_get_signals_report '{}' --json

fastly.fastly_object_storage_access_keys_create_access_key

Create an access key

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_object_storage_access_keys_create_access_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_object_storage_access_keys_create_access_key '{}' --json

fastly.fastly_object_storage_access_keys_delete_access_key

Delete an access key

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_object_storage_access_keys_delete_access_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_object_storage_access_keys_delete_access_key '{}' --json

fastly.fastly_object_storage_access_keys_get_access_key

Get an access key

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_object_storage_access_keys_get_access_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_object_storage_access_keys_get_access_key '{}' --json

fastly.fastly_object_storage_access_keys_list_access_keys

List access keys

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_object_storage_access_keys_list_access_keys '{}' --json
Shortcut
kosmo integrations:fastly fastly_object_storage_access_keys_list_access_keys '{}' --json

fastly.fastly_observability_aggregations_for_logs_log_aggregations_get

Retrieve aggregated log results

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_observability_aggregations_for_logs_log_aggregations_get '{}' --json
Shortcut
kosmo integrations:fastly fastly_observability_aggregations_for_logs_log_aggregations_get '{}' --json

fastly.fastly_observability_custom_dashboards_create_dashboard

Create a new dashboard

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_observability_custom_dashboards_create_dashboard '{}' --json
Shortcut
kosmo integrations:fastly fastly_observability_custom_dashboards_create_dashboard '{}' --json

fastly.fastly_observability_custom_dashboards_delete_dashboard

Delete an existing dashboard

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_observability_custom_dashboards_delete_dashboard '{}' --json
Shortcut
kosmo integrations:fastly fastly_observability_custom_dashboards_delete_dashboard '{}' --json

fastly.fastly_observability_custom_dashboards_get_dashboard

Retrieve a dashboard by ID

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_observability_custom_dashboards_get_dashboard '{}' --json
Shortcut
kosmo integrations:fastly fastly_observability_custom_dashboards_get_dashboard '{}' --json

fastly.fastly_observability_custom_dashboards_list_dashboards

List all custom dashboards

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_observability_custom_dashboards_list_dashboards '{}' --json
Shortcut
kosmo integrations:fastly fastly_observability_custom_dashboards_list_dashboards '{}' --json

fastly.fastly_observability_custom_dashboards_update_dashboard

Update an existing dashboard

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_observability_custom_dashboards_update_dashboard '{}' --json
Shortcut
kosmo integrations:fastly fastly_observability_custom_dashboards_update_dashboard '{}' --json

fastly.fastly_observability_timeseries_timeseries_get

Retrieve observability data as a time series

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_observability_timeseries_timeseries_get '{}' --json
Shortcut
kosmo integrations:fastly fastly_observability_timeseries_timeseries_get '{}' --json

fastly.fastly_origin_inspector_historical_get_origin_inspector_historical

Get historical origin data for a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_origin_inspector_historical_get_origin_inspector_historical '{}' --json
Shortcut
kosmo integrations:fastly fastly_origin_inspector_historical_get_origin_inspector_historical '{}' --json

fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds

Get real-time origin data for the last 120 seconds

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds '{}' --json
Shortcut
kosmo integrations:fastly fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds '{}' --json

fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries

Get a limited number of real-time origin data entries

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries '{}' --json
Shortcut
kosmo integrations:fastly fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries '{}' --json

fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second

Get real-time origin data from specific time.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second '{}' --json
Shortcut
kosmo integrations:fastly fastly_origin_inspector_realtime_get_origin_inspector_last_second '{}' --json

fastly.fastly_package_get_package

Get details of the service's Compute package.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_package_get_package '{}' --json
Shortcut
kosmo integrations:fastly fastly_package_get_package '{}' --json

fastly.fastly_package_put_package

Upload a Compute package.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_package_put_package '{}' --json
Shortcut
kosmo integrations:fastly fastly_package_put_package '{}' --json

fastly.fastly_pool_create_server_pool

Create a server pool

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_pool_create_server_pool '{}' --json
Shortcut
kosmo integrations:fastly fastly_pool_create_server_pool '{}' --json

fastly.fastly_pool_delete_server_pool

Delete a server pool

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_pool_delete_server_pool '{}' --json
Shortcut
kosmo integrations:fastly fastly_pool_delete_server_pool '{}' --json

fastly.fastly_pool_get_server_pool

Get a server pool

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_pool_get_server_pool '{}' --json
Shortcut
kosmo integrations:fastly fastly_pool_get_server_pool '{}' --json

fastly.fastly_pool_list_server_pools

List server pools

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_pool_list_server_pools '{}' --json
Shortcut
kosmo integrations:fastly fastly_pool_list_server_pools '{}' --json

fastly.fastly_pool_update_server_pool

Update a server pool

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_pool_update_server_pool '{}' --json
Shortcut
kosmo integrations:fastly fastly_pool_update_server_pool '{}' --json

fastly.fastly_pop_list_pops

List Fastly POPs

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_pop_list_pops '{}' --json
Shortcut
kosmo integrations:fastly fastly_pop_list_pops '{}' --json

fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ai_accelerator_disable_product_ai_accelerator '{}' --json

fastly.fastly_product_ai_accelerator_enable_ai_accelerator

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ai_accelerator_enable_ai_accelerator '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ai_accelerator_enable_ai_accelerator '{}' --json

fastly.fastly_product_ai_accelerator_get_ai_accelerator

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ai_accelerator_get_ai_accelerator '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ai_accelerator_get_ai_accelerator '{}' --json

fastly.fastly_product_api_discovery_disable_product_api_discovery

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_api_discovery_disable_product_api_discovery '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_api_discovery_disable_product_api_discovery '{}' --json

fastly.fastly_product_api_discovery_enable_product_api_discovery

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_api_discovery_enable_product_api_discovery '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_api_discovery_enable_product_api_discovery '{}' --json

fastly.fastly_product_api_discovery_get_product_api_discovery

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_api_discovery_get_product_api_discovery '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_api_discovery_get_product_api_discovery '{}' --json

fastly.fastly_product_api_discovery_get_services_product_api_discovery

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_api_discovery_get_services_product_api_discovery '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_api_discovery_get_services_product_api_discovery '{}' --json

fastly.fastly_product_bot_management_disable_product_bot_management

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_bot_management_disable_product_bot_management '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_bot_management_disable_product_bot_management '{}' --json

fastly.fastly_product_bot_management_enable_product_bot_management

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_bot_management_enable_product_bot_management '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_bot_management_enable_product_bot_management '{}' --json

fastly.fastly_product_bot_management_get_product_bot_management

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_bot_management_get_product_bot_management '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_bot_management_get_product_bot_management '{}' --json

fastly.fastly_product_bot_management_get_services_product_bot_management

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_bot_management_get_services_product_bot_management '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_bot_management_get_services_product_bot_management '{}' --json

fastly.fastly_product_brotli_compression_disable_product_brotli_compression

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_brotli_compression_disable_product_brotli_compression '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_brotli_compression_disable_product_brotli_compression '{}' --json

fastly.fastly_product_brotli_compression_enable_product_brotli_compression

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_brotli_compression_enable_product_brotli_compression '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_brotli_compression_enable_product_brotli_compression '{}' --json

fastly.fastly_product_brotli_compression_get_product_brotli_compression

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_brotli_compression_get_product_brotli_compression '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_brotli_compression_get_product_brotli_compression '{}' --json

fastly.fastly_product_brotli_compression_get_services_product_brotli_compression

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_brotli_compression_get_services_product_brotli_compression '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_brotli_compression_get_services_product_brotli_compression '{}' --json

fastly.fastly_product_ddos_protection_disable_product_ddos_protection

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ddos_protection_disable_product_ddos_protection '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ddos_protection_disable_product_ddos_protection '{}' --json

fastly.fastly_product_ddos_protection_enable_product_ddos_protection

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ddos_protection_enable_product_ddos_protection '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ddos_protection_enable_product_ddos_protection '{}' --json

fastly.fastly_product_ddos_protection_get_product_ddos_protection

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ddos_protection_get_product_ddos_protection '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ddos_protection_get_product_ddos_protection '{}' --json

fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration

Get configuration

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ddos_protection_get_product_ddos_protection_configuration '{}' --json

fastly.fastly_product_ddos_protection_get_services_product_ddos_protection

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ddos_protection_get_services_product_ddos_protection '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ddos_protection_get_services_product_ddos_protection '{}' --json

fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration

Update configuration

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ddos_protection_set_product_ddos_protection_configuration '{}' --json

fastly.fastly_product_domain_inspector_disable_product_domain_inspector

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_domain_inspector_disable_product_domain_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_domain_inspector_disable_product_domain_inspector '{}' --json

fastly.fastly_product_domain_inspector_enable_product_domain_inspector

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_domain_inspector_enable_product_domain_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_domain_inspector_enable_product_domain_inspector '{}' --json

fastly.fastly_product_domain_inspector_get_product_domain_inspector

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_domain_inspector_get_product_domain_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_domain_inspector_get_product_domain_inspector '{}' --json

fastly.fastly_product_domain_inspector_get_services_product_domain_inspector

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_domain_inspector_get_services_product_domain_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_domain_inspector_get_services_product_domain_inspector '{}' --json

fastly.fastly_product_domain_research_disable_product_domain_research

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_domain_research_disable_product_domain_research '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_domain_research_disable_product_domain_research '{}' --json

fastly.fastly_product_domain_research_enable_domain_research

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_domain_research_enable_domain_research '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_domain_research_enable_domain_research '{}' --json

fastly.fastly_product_domain_research_get_domain_research

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_domain_research_get_domain_research '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_domain_research_get_domain_research '{}' --json

fastly.fastly_product_fanout_disable_product_fanout

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_fanout_disable_product_fanout '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_fanout_disable_product_fanout '{}' --json

fastly.fastly_product_fanout_enable_product_fanout

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_fanout_enable_product_fanout '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_fanout_enable_product_fanout '{}' --json

fastly.fastly_product_fanout_get_product_fanout

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_fanout_get_product_fanout '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_fanout_get_product_fanout '{}' --json

fastly.fastly_product_fanout_get_services_product_fanout

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_fanout_get_services_product_fanout '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_fanout_get_services_product_fanout '{}' --json

fastly.fastly_product_image_optimizer_disable_product_image_optimizer

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_image_optimizer_disable_product_image_optimizer '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_image_optimizer_disable_product_image_optimizer '{}' --json

fastly.fastly_product_image_optimizer_enable_product_image_optimizer

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_image_optimizer_enable_product_image_optimizer '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_image_optimizer_enable_product_image_optimizer '{}' --json

fastly.fastly_product_image_optimizer_get_product_image_optimizer

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_image_optimizer_get_product_image_optimizer '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_image_optimizer_get_product_image_optimizer '{}' --json

fastly.fastly_product_image_optimizer_get_services_product_image_optimizer

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_image_optimizer_get_services_product_image_optimizer '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_image_optimizer_get_services_product_image_optimizer '{}' --json

fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_log_explorer_insights_disable_product_log_explorer_insights '{}' --json

fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_log_explorer_insights_enable_product_log_explorer_insights '{}' --json

fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_log_explorer_insights_get_product_log_explorer_insights '{}' --json

fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_log_explorer_insights_get_services_product_log_explorer_insights '{}' --json

fastly.fastly_product_ngwaf_disable_product_ngwaf

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ngwaf_disable_product_ngwaf '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ngwaf_disable_product_ngwaf '{}' --json

fastly.fastly_product_ngwaf_enable_product_ngwaf

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ngwaf_enable_product_ngwaf '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ngwaf_enable_product_ngwaf '{}' --json

fastly.fastly_product_ngwaf_get_product_ngwaf

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ngwaf_get_product_ngwaf '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ngwaf_get_product_ngwaf '{}' --json

fastly.fastly_product_ngwaf_get_product_ngwaf_configuration

Get configuration

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ngwaf_get_product_ngwaf_configuration '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ngwaf_get_product_ngwaf_configuration '{}' --json

fastly.fastly_product_ngwaf_get_services_product_ngwaf

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ngwaf_get_services_product_ngwaf '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ngwaf_get_services_product_ngwaf '{}' --json

fastly.fastly_product_ngwaf_set_product_ngwaf_configuration

Update configuration

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_ngwaf_set_product_ngwaf_configuration '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_ngwaf_set_product_ngwaf_configuration '{}' --json

fastly.fastly_product_object_storage_disable_product_object_storage

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_object_storage_disable_product_object_storage '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_object_storage_disable_product_object_storage '{}' --json

fastly.fastly_product_object_storage_enable_object_storage

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_object_storage_enable_object_storage '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_object_storage_enable_object_storage '{}' --json

fastly.fastly_product_object_storage_get_object_storage

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_object_storage_get_object_storage '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_object_storage_get_object_storage '{}' --json

fastly.fastly_product_origin_inspector_disable_product_origin_inspector

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_origin_inspector_disable_product_origin_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_origin_inspector_disable_product_origin_inspector '{}' --json

fastly.fastly_product_origin_inspector_enable_product_origin_inspector

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_origin_inspector_enable_product_origin_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_origin_inspector_enable_product_origin_inspector '{}' --json

fastly.fastly_product_origin_inspector_get_product_origin_inspector

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_origin_inspector_get_product_origin_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_origin_inspector_get_product_origin_inspector '{}' --json

fastly.fastly_product_origin_inspector_get_services_product_origin_inspector

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_origin_inspector_get_services_product_origin_inspector '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_origin_inspector_get_services_product_origin_inspector '{}' --json

fastly.fastly_product_websockets_disable_product_websockets

Disable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_websockets_disable_product_websockets '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_websockets_disable_product_websockets '{}' --json

fastly.fastly_product_websockets_enable_product_websockets

Enable product

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_websockets_enable_product_websockets '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_websockets_enable_product_websockets '{}' --json

fastly.fastly_product_websockets_get_product_websockets

Get product enablement status

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_websockets_get_product_websockets '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_websockets_get_product_websockets '{}' --json

fastly.fastly_product_websockets_get_services_product_websockets

Get services with product enabled

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_product_websockets_get_services_product_websockets '{}' --json
Shortcut
kosmo integrations:fastly fastly_product_websockets_get_services_product_websockets '{}' --json

fastly.fastly_public_ip_list_list_fastly_ips

List Fastly's public IPs

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_public_ip_list_list_fastly_ips '{}' --json
Shortcut
kosmo integrations:fastly fastly_public_ip_list_list_fastly_ips '{}' --json

fastly.fastly_publish_publish

Send messages to Fanout subscribers

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_publish_publish '{}' --json
Shortcut
kosmo integrations:fastly fastly_publish_publish '{}' --json

fastly.fastly_purge_bulk_purge_tag

Purge multiple surrogate key tags

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_purge_bulk_purge_tag '{}' --json
Shortcut
kosmo integrations:fastly fastly_purge_bulk_purge_tag '{}' --json

fastly.fastly_purge_purge_all

Purge everything from a service

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_purge_purge_all '{}' --json
Shortcut
kosmo integrations:fastly fastly_purge_purge_all '{}' --json

fastly.fastly_purge_purge_single_url

Purge a URL

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_purge_purge_single_url '{}' --json
Shortcut
kosmo integrations:fastly fastly_purge_purge_single_url '{}' --json

fastly.fastly_purge_purge_tag

Purge by surrogate key tag

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_purge_purge_tag '{}' --json
Shortcut
kosmo integrations:fastly fastly_purge_purge_tag '{}' --json

fastly.fastly_rate_limiter_create_rate_limiter

Create a rate limiter

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_rate_limiter_create_rate_limiter '{}' --json
Shortcut
kosmo integrations:fastly fastly_rate_limiter_create_rate_limiter '{}' --json

fastly.fastly_rate_limiter_delete_rate_limiter

Delete a rate limiter

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_rate_limiter_delete_rate_limiter '{}' --json
Shortcut
kosmo integrations:fastly fastly_rate_limiter_delete_rate_limiter '{}' --json

fastly.fastly_rate_limiter_get_rate_limiter

Get a rate limiter

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_rate_limiter_get_rate_limiter '{}' --json
Shortcut
kosmo integrations:fastly fastly_rate_limiter_get_rate_limiter '{}' --json

fastly.fastly_rate_limiter_list_rate_limiters

List rate limiters

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_rate_limiter_list_rate_limiters '{}' --json
Shortcut
kosmo integrations:fastly fastly_rate_limiter_list_rate_limiters '{}' --json

fastly.fastly_rate_limiter_update_rate_limiter

Update a rate limiter

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_rate_limiter_update_rate_limiter '{}' --json
Shortcut
kosmo integrations:fastly fastly_rate_limiter_update_rate_limiter '{}' --json

fastly.fastly_realtime_get_stats_last120_seconds

Get real-time data for the last 120 seconds

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_realtime_get_stats_last120_seconds '{}' --json
Shortcut
kosmo integrations:fastly fastly_realtime_get_stats_last120_seconds '{}' --json

fastly.fastly_realtime_get_stats_last120_seconds_limit_entries

Get a limited number of real-time data entries

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_realtime_get_stats_last120_seconds_limit_entries '{}' --json
Shortcut
kosmo integrations:fastly fastly_realtime_get_stats_last120_seconds_limit_entries '{}' --json

fastly.fastly_realtime_get_stats_last_second

Get real-time data from specified time

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_realtime_get_stats_last_second '{}' --json
Shortcut
kosmo integrations:fastly fastly_realtime_get_stats_last_second '{}' --json

fastly.fastly_request_settings_create_request_settings

Create a Request Settings object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_request_settings_create_request_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_request_settings_create_request_settings '{}' --json

fastly.fastly_request_settings_delete_request_settings

Delete a Request Settings object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_request_settings_delete_request_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_request_settings_delete_request_settings '{}' --json

fastly.fastly_request_settings_get_request_settings

Get a Request Settings object

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_request_settings_get_request_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_request_settings_get_request_settings '{}' --json

fastly.fastly_request_settings_list_request_settings

List Request Settings objects

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_request_settings_list_request_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_request_settings_list_request_settings '{}' --json

fastly.fastly_request_settings_update_request_settings

Update a Request Settings object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_request_settings_update_request_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_request_settings_update_request_settings '{}' --json

fastly.fastly_resource_create_resource

Create a resource link

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_resource_create_resource '{}' --json
Shortcut
kosmo integrations:fastly fastly_resource_create_resource '{}' --json

fastly.fastly_resource_delete_resource

Delete a resource link

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_resource_delete_resource '{}' --json
Shortcut
kosmo integrations:fastly fastly_resource_delete_resource '{}' --json

fastly.fastly_resource_get_resource

Display a resource link

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_resource_get_resource '{}' --json
Shortcut
kosmo integrations:fastly fastly_resource_get_resource '{}' --json

fastly.fastly_resource_list_resources

List resource links

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_resource_list_resources '{}' --json
Shortcut
kosmo integrations:fastly fastly_resource_list_resources '{}' --json

fastly.fastly_resource_update_resource

Update a resource link

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_resource_update_resource '{}' --json
Shortcut
kosmo integrations:fastly fastly_resource_update_resource '{}' --json

fastly.fastly_response_object_create_response_object

Create a Response object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_response_object_create_response_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_response_object_create_response_object '{}' --json

fastly.fastly_response_object_delete_response_object

Delete a Response Object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_response_object_delete_response_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_response_object_delete_response_object '{}' --json

fastly.fastly_response_object_get_response_object

Get a Response object

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_response_object_get_response_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_response_object_get_response_object '{}' --json

fastly.fastly_response_object_list_response_objects

List Response objects

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_response_object_list_response_objects '{}' --json
Shortcut
kosmo integrations:fastly fastly_response_object_list_response_objects '{}' --json

fastly.fastly_response_object_update_response_object

Update a Response object

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_response_object_update_response_object '{}' --json
Shortcut
kosmo integrations:fastly fastly_response_object_update_response_object '{}' --json

fastly.fastly_secret_store_client_key

Create new client key

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_client_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_client_key '{}' --json

fastly.fastly_secret_store_create_secret_store

Create new secret store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_create_secret_store '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_create_secret_store '{}' --json

fastly.fastly_secret_store_delete_secret_store

Delete secret store

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_delete_secret_store '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_delete_secret_store '{}' --json

fastly.fastly_secret_store_get_secret_store

Get secret store by ID

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_get_secret_store '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_get_secret_store '{}' --json

fastly.fastly_secret_store_get_secret_stores

Get all secret stores

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_get_secret_stores '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_get_secret_stores '{}' --json

fastly.fastly_secret_store_item_create_secret

Create a new secret in a store.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_item_create_secret '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_item_create_secret '{}' --json

fastly.fastly_secret_store_item_delete_secret

Delete a secret from a store.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_item_delete_secret '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_item_delete_secret '{}' --json

fastly.fastly_secret_store_item_get_secret

Get secret metadata.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_item_get_secret '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_item_get_secret '{}' --json

fastly.fastly_secret_store_item_get_secrets

List secrets within a store.

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_item_get_secrets '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_item_get_secrets '{}' --json

fastly.fastly_secret_store_item_must_recreate_secret

Recreate a secret in a store.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_item_must_recreate_secret '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_item_must_recreate_secret '{}' --json

fastly.fastly_secret_store_item_recreate_secret

Create or recreate a secret in a store.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_item_recreate_secret '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_item_recreate_secret '{}' --json

fastly.fastly_secret_store_signing_key

Get public key

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_secret_store_signing_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_secret_store_signing_key '{}' --json

fastly.fastly_server_create_pool_server

Add a server to a pool

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_server_create_pool_server '{}' --json
Shortcut
kosmo integrations:fastly fastly_server_create_pool_server '{}' --json

fastly.fastly_server_delete_pool_server

Delete a server from a pool

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_server_delete_pool_server '{}' --json
Shortcut
kosmo integrations:fastly fastly_server_delete_pool_server '{}' --json

fastly.fastly_server_get_pool_server

Get a pool server

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_server_get_pool_server '{}' --json
Shortcut
kosmo integrations:fastly fastly_server_get_pool_server '{}' --json

fastly.fastly_server_list_pool_servers

List servers in a pool

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_server_list_pool_servers '{}' --json
Shortcut
kosmo integrations:fastly fastly_server_list_pool_servers '{}' --json

fastly.fastly_server_update_pool_server

Update a server

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_server_update_pool_server '{}' --json
Shortcut
kosmo integrations:fastly fastly_server_update_pool_server '{}' --json

fastly.fastly_service_authorizations_create_service_authorization

Create service authorization

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_authorizations_create_service_authorization '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_authorizations_create_service_authorization '{}' --json

fastly.fastly_service_authorizations_delete_service_authorization

Delete service authorization

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_authorizations_delete_service_authorization '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_authorizations_delete_service_authorization '{}' --json

fastly.fastly_service_authorizations_delete_service_authorization2

Delete service authorizations

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_authorizations_delete_service_authorization2 '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_authorizations_delete_service_authorization2 '{}' --json

fastly.fastly_service_authorizations_list_service_authorization

List service authorizations

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_authorizations_list_service_authorization '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_authorizations_list_service_authorization '{}' --json

fastly.fastly_service_authorizations_show_service_authorization

Show service authorization

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_authorizations_show_service_authorization '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_authorizations_show_service_authorization '{}' --json

fastly.fastly_service_authorizations_update_service_authorization

Update service authorization

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_authorizations_update_service_authorization '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_authorizations_update_service_authorization '{}' --json

fastly.fastly_service_authorizations_update_service_authorization2

Update service authorizations

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_authorizations_update_service_authorization2 '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_authorizations_update_service_authorization2 '{}' --json

fastly.fastly_service_create_service

Create a service

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_create_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_create_service '{}' --json

fastly.fastly_service_delete_service

Delete a service

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_delete_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_delete_service '{}' --json

fastly.fastly_service_get_service

Get a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_get_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_get_service '{}' --json

fastly.fastly_service_get_service_detail

Get service details

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_get_service_detail '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_get_service_detail '{}' --json

fastly.fastly_service_list_service_domains

List the domains within a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_list_service_domains '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_list_service_domains '{}' --json

fastly.fastly_service_list_services

List services

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_list_services '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_list_services '{}' --json

fastly.fastly_service_search_service

Search for a service by name

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_search_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_search_service '{}' --json

fastly.fastly_service_update_service

Update a service

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_service_update_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_service_update_service '{}' --json

fastly.fastly_settings_get_service_settings

Get service settings

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_settings_get_service_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_settings_get_service_settings '{}' --json

fastly.fastly_settings_update_service_settings

Update service settings

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_settings_update_service_settings '{}' --json
Shortcut
kosmo integrations:fastly fastly_settings_update_service_settings '{}' --json

fastly.fastly_snippet_create_snippet

Create a snippet

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_snippet_create_snippet '{}' --json
Shortcut
kosmo integrations:fastly fastly_snippet_create_snippet '{}' --json

fastly.fastly_snippet_delete_snippet

Delete a snippet

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_snippet_delete_snippet '{}' --json
Shortcut
kosmo integrations:fastly fastly_snippet_delete_snippet '{}' --json

fastly.fastly_snippet_get_snippet

Get a versioned snippet

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_snippet_get_snippet '{}' --json
Shortcut
kosmo integrations:fastly fastly_snippet_get_snippet '{}' --json

fastly.fastly_snippet_get_snippet_dynamic

Get a dynamic snippet

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_snippet_get_snippet_dynamic '{}' --json
Shortcut
kosmo integrations:fastly fastly_snippet_get_snippet_dynamic '{}' --json

fastly.fastly_snippet_list_snippets

List snippets

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_snippet_list_snippets '{}' --json
Shortcut
kosmo integrations:fastly fastly_snippet_list_snippets '{}' --json

fastly.fastly_snippet_update_snippet

Update a versioned snippet

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_snippet_update_snippet '{}' --json
Shortcut
kosmo integrations:fastly fastly_snippet_update_snippet '{}' --json

fastly.fastly_snippet_update_snippet_dynamic

Update a dynamic snippet

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_snippet_update_snippet_dynamic '{}' --json
Shortcut
kosmo integrations:fastly fastly_snippet_update_snippet_dynamic '{}' --json

fastly.fastly_star_create_service_star

Create a star

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_star_create_service_star '{}' --json
Shortcut
kosmo integrations:fastly fastly_star_create_service_star '{}' --json

fastly.fastly_star_delete_service_star

Delete a star

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_star_delete_service_star '{}' --json
Shortcut
kosmo integrations:fastly fastly_star_delete_service_star '{}' --json

fastly.fastly_star_get_service_star

Get a star

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_star_get_service_star '{}' --json
Shortcut
kosmo integrations:fastly fastly_star_get_service_star '{}' --json

fastly.fastly_star_list_service_stars

List stars

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_star_list_service_stars '{}' --json
Shortcut
kosmo integrations:fastly fastly_star_list_service_stars '{}' --json

fastly.fastly_stats_get_service_stats

Get stats for a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_stats_get_service_stats '{}' --json
Shortcut
kosmo integrations:fastly fastly_stats_get_service_stats '{}' --json

fastly.fastly_sudo_request_sudo_access

Request Sudo access

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_sudo_request_sudo_access '{}' --json
Shortcut
kosmo integrations:fastly fastly_sudo_request_sudo_access '{}' --json

fastly.fastly_tls_activations_create_tls_activation

Enable TLS for a domain using a custom certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_activations_create_tls_activation '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_activations_create_tls_activation '{}' --json

fastly.fastly_tls_activations_delete_tls_activation

Disable TLS on a domain

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_activations_delete_tls_activation '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_activations_delete_tls_activation '{}' --json

fastly.fastly_tls_activations_get_tls_activation

Get a TLS activation

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_activations_get_tls_activation '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_activations_get_tls_activation '{}' --json

fastly.fastly_tls_activations_list_tls_activations

List TLS activations

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_activations_list_tls_activations '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_activations_list_tls_activations '{}' --json

fastly.fastly_tls_activations_update_tls_activation

Update a certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_activations_update_tls_activation '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_activations_update_tls_activation '{}' --json

fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert

Delete a certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_bulk_certificates_delete_bulk_tls_cert '{}' --json

fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert

Get a certificate

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_bulk_certificates_get_tls_bulk_cert '{}' --json

fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs

List certificates

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_bulk_certificates_list_tls_bulk_certs '{}' --json

fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert

Update a certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_bulk_certificates_update_bulk_tls_cert '{}' --json

fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert

Upload a certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_bulk_certificates_upload_tls_bulk_cert '{}' --json

fastly.fastly_tls_certificates_create_tls_cert

Create a TLS certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_certificates_create_tls_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_certificates_create_tls_cert '{}' --json

fastly.fastly_tls_certificates_delete_tls_cert

Delete a TLS certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_certificates_delete_tls_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_certificates_delete_tls_cert '{}' --json

fastly.fastly_tls_certificates_get_tls_cert

Get a TLS certificate

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_certificates_get_tls_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_certificates_get_tls_cert '{}' --json

fastly.fastly_tls_certificates_get_tls_cert_blob

Get a TLS certificate blob (Limited Availability)

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_certificates_get_tls_cert_blob '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_certificates_get_tls_cert_blob '{}' --json

fastly.fastly_tls_certificates_list_tls_certs

List TLS certificates

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_certificates_list_tls_certs '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_certificates_list_tls_certs '{}' --json

fastly.fastly_tls_certificates_update_tls_cert

Update a TLS certificate

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_certificates_update_tls_cert '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_certificates_update_tls_cert '{}' --json

fastly.fastly_tls_configurations_get_tls_config

Get a TLS configuration

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_configurations_get_tls_config '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_configurations_get_tls_config '{}' --json

fastly.fastly_tls_configurations_list_tls_configs

List TLS configurations

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_configurations_list_tls_configs '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_configurations_list_tls_configs '{}' --json

fastly.fastly_tls_configurations_update_tls_config

Update a TLS configuration

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_configurations_update_tls_config '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_configurations_update_tls_config '{}' --json

fastly.fastly_tls_csrs_create_csr

Create CSR

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_csrs_create_csr '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_csrs_create_csr '{}' --json

fastly.fastly_tls_domains_list_tls_domains

List TLS domains

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_domains_list_tls_domains '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_domains_list_tls_domains '{}' --json

fastly.fastly_tls_private_keys_create_tls_key

Create a TLS private key

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_private_keys_create_tls_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_private_keys_create_tls_key '{}' --json

fastly.fastly_tls_private_keys_delete_tls_key

Delete a TLS private key

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_private_keys_delete_tls_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_private_keys_delete_tls_key '{}' --json

fastly.fastly_tls_private_keys_get_tls_key

Get a TLS private key

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_private_keys_get_tls_key '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_private_keys_get_tls_key '{}' --json

fastly.fastly_tls_private_keys_list_tls_keys

List TLS private keys

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_private_keys_list_tls_keys '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_private_keys_list_tls_keys '{}' --json

fastly.fastly_tls_subscriptions_create_globalsign_email_challenge

Creates a GlobalSign email challenge.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_subscriptions_create_globalsign_email_challenge '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_subscriptions_create_globalsign_email_challenge '{}' --json

fastly.fastly_tls_subscriptions_create_tls_sub

Create a TLS subscription

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_subscriptions_create_tls_sub '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_subscriptions_create_tls_sub '{}' --json

fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge

Delete a GlobalSign email challenge

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_subscriptions_delete_globalsign_email_challenge '{}' --json

fastly.fastly_tls_subscriptions_delete_tls_sub

Delete a TLS subscription

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_subscriptions_delete_tls_sub '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_subscriptions_delete_tls_sub '{}' --json

fastly.fastly_tls_subscriptions_get_tls_sub

Get a TLS subscription

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_subscriptions_get_tls_sub '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_subscriptions_get_tls_sub '{}' --json

fastly.fastly_tls_subscriptions_list_tls_subs

List TLS subscriptions

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_subscriptions_list_tls_subs '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_subscriptions_list_tls_subs '{}' --json

fastly.fastly_tls_subscriptions_patch_tls_sub

Update a TLS subscription

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tls_subscriptions_patch_tls_sub '{}' --json
Shortcut
kosmo integrations:fastly fastly_tls_subscriptions_patch_tls_sub '{}' --json

fastly.fastly_tokens_bulk_revoke_tokens

Revoke multiple tokens

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_bulk_revoke_tokens '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_bulk_revoke_tokens '{}' --json

fastly.fastly_tokens_create_token

Create a token

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_create_token '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_create_token '{}' --json

fastly.fastly_tokens_get_token

Get a token

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_get_token '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_get_token '{}' --json

fastly.fastly_tokens_get_token_current

Get the current token

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_get_token_current '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_get_token_current '{}' --json

fastly.fastly_tokens_list_tokens_customer

List tokens for a customer

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_list_tokens_customer '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_list_tokens_customer '{}' --json

fastly.fastly_tokens_list_tokens_user

List tokens for the authenticated user

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_list_tokens_user '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_list_tokens_user '{}' --json

fastly.fastly_tokens_revoke_token

Revoke a token

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_revoke_token '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_revoke_token '{}' --json

fastly.fastly_tokens_revoke_token_current

Revoke the current token

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_tokens_revoke_token_current '{}' --json
Shortcut
kosmo integrations:fastly fastly_tokens_revoke_token_current '{}' --json

fastly.fastly_user_create_user

Create a user

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_user_create_user '{}' --json
Shortcut
kosmo integrations:fastly fastly_user_create_user '{}' --json

fastly.fastly_user_delete_user

Delete a user

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_user_delete_user '{}' --json
Shortcut
kosmo integrations:fastly fastly_user_delete_user '{}' --json

fastly.fastly_user_get_current_user

Get the current user

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_user_get_current_user '{}' --json
Shortcut
kosmo integrations:fastly fastly_user_get_current_user '{}' --json

fastly.fastly_user_get_user

Get a user

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_user_get_user '{}' --json
Shortcut
kosmo integrations:fastly fastly_user_get_user '{}' --json

fastly.fastly_user_request_password_reset

Request a password reset

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_user_request_password_reset '{}' --json
Shortcut
kosmo integrations:fastly fastly_user_request_password_reset '{}' --json

fastly.fastly_user_update_user

Update a user

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_user_update_user '{}' --json
Shortcut
kosmo integrations:fastly fastly_user_update_user '{}' --json

fastly.fastly_user_update_user_password

Update the user's password

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_user_update_user_password '{}' --json
Shortcut
kosmo integrations:fastly fastly_user_update_user_password '{}' --json

fastly.fastly_vcl_create_custom_vcl

Create a custom VCL file

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_create_custom_vcl '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_create_custom_vcl '{}' --json

fastly.fastly_vcl_delete_custom_vcl

Delete a custom VCL file

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_delete_custom_vcl '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_delete_custom_vcl '{}' --json

fastly.fastly_vcl_diff_vcl_diff_service_versions

Get a comparison of the VCL changes between two service versions

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_diff_vcl_diff_service_versions '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_diff_vcl_diff_service_versions '{}' --json

fastly.fastly_vcl_get_custom_vcl

Get a custom VCL file

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_get_custom_vcl '{}' --json

fastly.fastly_vcl_get_custom_vcl_boilerplate

Get boilerplate VCL

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_boilerplate '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_get_custom_vcl_boilerplate '{}' --json

fastly.fastly_vcl_get_custom_vcl_generated

Get the generated VCL for a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_generated '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_get_custom_vcl_generated '{}' --json

fastly.fastly_vcl_get_custom_vcl_generated_highlighted

Get the generated VCL with syntax highlighting

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_generated_highlighted '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_get_custom_vcl_generated_highlighted '{}' --json

fastly.fastly_vcl_get_custom_vcl_highlighted

Get a custom VCL file with syntax highlighting

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_highlighted '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_get_custom_vcl_highlighted '{}' --json

fastly.fastly_vcl_get_custom_vcl_raw

Download a custom VCL file

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_raw '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_get_custom_vcl_raw '{}' --json

fastly.fastly_vcl_lint_vcl_default

Lint (validate) VCL using a default set of flags.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_lint_vcl_default '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_lint_vcl_default '{}' --json

fastly.fastly_vcl_lint_vcl_for_service

Lint (validate) VCL using flags set for the service.

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_lint_vcl_for_service '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_lint_vcl_for_service '{}' --json

fastly.fastly_vcl_list_custom_vcl

List custom VCL files

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_list_custom_vcl '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_list_custom_vcl '{}' --json

fastly.fastly_vcl_set_custom_vcl_main

Set a custom VCL file as main

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_set_custom_vcl_main '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_set_custom_vcl_main '{}' --json

fastly.fastly_vcl_update_custom_vcl

Update a custom VCL file

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_vcl_update_custom_vcl '{}' --json
Shortcut
kosmo integrations:fastly fastly_vcl_update_custom_vcl '{}' --json

fastly.fastly_version_activate_service_version

Activate a service version

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_activate_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_activate_service_version '{}' --json

fastly.fastly_version_activate_service_version_environment

Activate a service version on the specified environment

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_activate_service_version_environment '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_activate_service_version_environment '{}' --json

fastly.fastly_version_clone_service_version

Clone a service version

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_clone_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_clone_service_version '{}' --json

fastly.fastly_version_create_service_version

Create a service version

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_create_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_create_service_version '{}' --json

fastly.fastly_version_deactivate_service_version

Deactivate a service version

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_deactivate_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_deactivate_service_version '{}' --json

fastly.fastly_version_deactivate_service_version_environment

Deactivate a service version on an environment

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_deactivate_service_version_environment '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_deactivate_service_version_environment '{}' --json

fastly.fastly_version_get_service_version

Get a version of a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_get_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_get_service_version '{}' --json

fastly.fastly_version_list_service_versions

List versions of a service

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_list_service_versions '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_list_service_versions '{}' --json

fastly.fastly_version_lock_service_version

Lock a service version

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_lock_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_lock_service_version '{}' --json

fastly.fastly_version_update_service_version

Update a service version

Write write
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_update_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_update_service_version '{}' --json

fastly.fastly_version_validate_service_version

Validate a service version

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_version_validate_service_version '{}' --json
Shortcut
kosmo integrations:fastly fastly_version_validate_service_version '{}' --json

fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical

Get historical DDoS metrics for the entire Fastly platform

Read read
Parameters
none
Generic call
kosmo integrations:call fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical '{}' --json
Shortcut
kosmo integrations:fastly fastly_whole_platform_ddos_historical_get_platform_ddos_historical '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

fastly.fastly_acl_create_acl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_create_acl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_delete_acl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_delete_acl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_entry_bulk_update_acl_entries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_entry_bulk_update_acl_entries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_entry_create_acl_entry 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_entry_create_acl_entry --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_entry_delete_acl_entry 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_entry_delete_acl_entry --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_entry_get_acl_entry 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_entry_get_acl_entry --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_entry_list_acl_entries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_entry_list_acl_entries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_entry_update_acl_entry 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_entry_update_acl_entry --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_get_acl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_get_acl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_list_acls 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_list_acls --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acl_update_acl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acl_update_acl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acls_in_compute_compute_acl_create_acls 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_create_acls --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acls_in_compute_compute_acl_list_acl_entries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_list_acl_entries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acls_in_compute_compute_acl_list_acls 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_list_acls --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acls_in_compute_compute_acl_lookup_acls 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_lookup_acls --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_acls_in_compute_compute_acl_update_acls 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_update_acls --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apex_redirect_create_apex_redirect 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apex_redirect_create_apex_redirect --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apex_redirect_delete_apex_redirect 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apex_redirect_delete_apex_redirect --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apex_redirect_get_apex_redirect 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apex_redirect_get_apex_redirect --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apex_redirect_list_apex_redirects 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apex_redirect_list_apex_redirects --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apex_redirect_update_apex_redirect 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apex_redirect_update_apex_redirect --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_bulk_create_operations 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_bulk_create_operations --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_create_operation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_create_operation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_create_operation_tag 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_create_operation_tag --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_delete_operation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_delete_operation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_delete_operation_tag 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_delete_operation_tag --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_get_operation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_get_operation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_get_operation_tag 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_get_operation_tag --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_list_discovered_operations 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_list_discovered_operations --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_list_operation_tags 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_list_operation_tags --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_list_operations 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_list_operations --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_update_operation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_update_operation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_apisecurity_operations_api_security_update_operation_tag 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_update_operation_tag --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_automation_tokens_create_automation_token 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_automation_tokens_create_automation_token --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_automation_tokens_get_automation_token_id 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_automation_tokens_get_automation_token_id --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_automation_tokens_get_automation_tokens_id_services 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_automation_tokens_get_automation_tokens_id_services --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_automation_tokens_list_automation_tokens 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_automation_tokens_list_automation_tokens --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_automation_tokens_revoke_automation_token_id 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_automation_tokens_revoke_automation_token_id --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_backend_create_backend 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_backend_create_backend --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_backend_delete_backend 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_backend_delete_backend --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_backend_get_backend 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_backend_get_backend --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_backend_list_backends 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_backend_list_backends --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_backend_update_backend 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_backend_update_backend --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_address_add_billing_addr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_address_add_billing_addr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_address_delete_billing_addr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_address_delete_billing_addr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_address_get_billing_addr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_address_get_billing_addr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_address_update_billing_addr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_address_update_billing_addr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_invoices_get_invoice_by_invoice_id 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_invoices_get_invoice_by_invoice_id --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_invoices_get_month_to_date_invoice 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_invoices_get_month_to_date_invoice --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_invoices_list_invoices 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_invoices_list_invoices --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_usage_metrics_get_service_level_usage 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_usage_metrics_get_service_level_usage --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_billing_usage_metrics_get_usage_metrics 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_billing_usage_metrics_get_usage_metrics --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_cache_settings_create_cache_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_cache_settings_create_cache_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_cache_settings_delete_cache_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_cache_settings_delete_cache_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_cache_settings_get_cache_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_cache_settings_get_cache_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_cache_settings_list_cache_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_cache_settings_list_cache_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_cache_settings_update_cache_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_cache_settings_update_cache_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_condition_create_condition 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_condition_create_condition --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_condition_delete_condition 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_condition_delete_condition --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_condition_get_condition 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_condition_get_condition --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_condition_list_conditions 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_condition_list_conditions --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_condition_update_condition 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_condition_update_condition --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_create_config_store 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_create_config_store --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_delete_config_store 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_delete_config_store --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_get_config_store 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_get_config_store --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_get_config_store_info 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_get_config_store_info --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_item_bulk_update_config_store_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_item_bulk_update_config_store_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_item_create_config_store_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_item_create_config_store_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_item_delete_config_store_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_item_delete_config_store_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_item_get_config_store_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_item_get_config_store_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_item_list_config_store_items 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_item_list_config_store_items --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_item_update_config_store_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_item_update_config_store_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_item_upsert_config_store_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_item_upsert_config_store_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_list_config_store_services 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_list_config_store_services --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_list_config_stores 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_list_config_stores --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_config_store_update_config_store 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_config_store_update_config_store --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_contact_create_contacts 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_contact_create_contacts --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_contact_delete_contact 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_contact_delete_contact --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_contact_list_contacts 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_contact_list_contacts --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_content_content_check 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_content_content_check --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_addresses_create_customer_address 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_addresses_create_customer_address --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_addresses_list_customer_addresses 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_addresses_list_customer_addresses --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_addresses_update_customer_address 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_addresses_update_customer_address --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_delete_customer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_delete_customer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_get_customer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_get_customer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_get_logged_in_customer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_get_logged_in_customer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_list_users 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_list_users --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_customer_update_customer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_customer_update_customer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ddos_protection_ddos_protection_event_get 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_event_get --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ddos_protection_ddos_protection_event_list 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_event_list --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ddos_protection_ddos_protection_event_rule_list 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_event_rule_list --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ddos_protection_ddos_protection_rule_get 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_rule_get --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ddos_protection_ddos_protection_rule_patch 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_rule_patch --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_create_dictionary 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_create_dictionary --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_delete_dictionary 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_delete_dictionary --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_get_dictionary 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_get_dictionary --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_info_get_dictionary_info 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_info_get_dictionary_info --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_item_bulk_update_dictionary_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_item_bulk_update_dictionary_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_item_create_dictionary_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_item_create_dictionary_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_item_delete_dictionary_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_item_delete_dictionary_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_item_get_dictionary_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_item_get_dictionary_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_item_list_dictionary_items 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_item_list_dictionary_items --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_item_update_dictionary_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_item_update_dictionary_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_item_upsert_dictionary_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_item_upsert_dictionary_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_list_dictionaries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_list_dictionaries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dictionary_update_dictionary 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dictionary_update_dictionary --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_diff_diff_service_versions 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_diff_diff_service_versions --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_backend_create_director_backend 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_backend_create_director_backend --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_backend_delete_director_backend 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_backend_delete_director_backend --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_backend_get_director_backend 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_backend_get_director_backend --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_create_director 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_create_director --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_delete_director 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_delete_director --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_get_director 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_get_director --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_list_directors 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_list_directors --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_director_update_director 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_director_update_director --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dm_domains_create_dm_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dm_domains_create_dm_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dm_domains_delete_dm_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dm_domains_delete_dm_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dm_domains_get_dm_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dm_domains_get_dm_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dm_domains_list_dm_domains 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dm_domains_list_dm_domains --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_dm_domains_update_dm_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_dm_domains_update_dm_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_check_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_check_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_check_domains 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_check_domains --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_create_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_create_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_delete_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_delete_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_get_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_get_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_inspector_historical_get_domain_inspector_historical 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_inspector_historical_get_domain_inspector_historical --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_list_domains 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_list_domains --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_ownerships_list_domain_ownerships 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_ownerships_list_domain_ownerships --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_research_domain_status 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_research_domain_status --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_research_suggest_domains 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_research_suggest_domains --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_domain_update_domain 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_domain_update_domain --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_events_get_event 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_events_get_event --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_events_list_events 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_events_list_events --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_gzip_create_gzip_config 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_gzip_create_gzip_config --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_gzip_delete_gzip_config 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_gzip_delete_gzip_config --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_gzip_get_gzip_configs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_gzip_get_gzip_configs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_gzip_list_gzip_configs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_gzip_list_gzip_configs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_gzip_update_gzip_config 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_gzip_update_gzip_config --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_header_create_header_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_header_create_header_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_header_delete_header_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_header_delete_header_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_header_get_header_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_header_get_header_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_header_list_header_objects 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_header_list_header_objects --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_header_update_header_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_header_update_header_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_healthcheck_create_healthcheck 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_healthcheck_create_healthcheck --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_healthcheck_delete_healthcheck 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_healthcheck_delete_healthcheck --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_healthcheck_get_healthcheck 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_healthcheck_get_healthcheck --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_healthcheck_list_healthchecks 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_healthcheck_list_healthchecks --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_healthcheck_update_healthcheck 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_healthcheck_update_healthcheck --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_hist_stats 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_hist_stats --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_hist_stats_aggregated 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_aggregated --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_hist_stats_field 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_field --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_hist_stats_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_hist_stats_service_field 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_service_field --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_regions 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_regions --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_usage 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_usage --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_usage_month 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_usage_month --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_historical_get_usage_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_historical_get_usage_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_http3_create_http3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_http3_create_http3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_http3_delete_http3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_http3_delete_http3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_http3_get_http3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_http3_get_http3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_permissions_list_permissions 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_permissions_list_permissions --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_roles_iam_v1_roles_get 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_roles_iam_v1_roles_get --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_roles_iam_v1_roles_list 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_roles_iam_v1_roles_list --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_add_service_group_services 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_add_service_group_services --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_create_aservice_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_create_aservice_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_delete_aservice_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_delete_aservice_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_get_aservice_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_get_aservice_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_list_service_group_services 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_list_service_group_services --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_list_service_groups 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_list_service_groups --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_remove_service_group_services 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_remove_service_group_services --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_service_groups_update_aservice_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_service_groups_update_aservice_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_add_user_group_members 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_add_user_group_members --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_add_user_group_roles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_add_user_group_roles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_add_user_group_service_groups 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_add_user_group_service_groups --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_create_auser_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_create_auser_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_delete_auser_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_delete_auser_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_get_auser_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_get_auser_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_list_user_group_members 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_group_members --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_list_user_group_roles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_group_roles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_list_user_group_service_groups 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_group_service_groups --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_list_user_groups 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_groups --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_remove_user_group_members 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_remove_user_group_members --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_remove_user_group_roles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_remove_user_group_roles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_remove_user_group_service_groups 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_remove_user_group_service_groups --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_iam_user_groups_update_auser_group 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_iam_user_groups_update_auser_group --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_image_optimizer_default_settings_get_default_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_image_optimizer_default_settings_get_default_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_image_optimizer_default_settings_update_default_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_image_optimizer_default_settings_update_default_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_insights_get_log_insights 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_insights_get_log_insights --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_invitations_create_invitation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_invitations_create_invitation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_invitations_delete_invitation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_invitations_delete_invitation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_invitations_list_invitations 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_invitations_list_invitations --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_item_kv_store_delete_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_delete_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_item_kv_store_get_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_get_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_item_kv_store_list_item_keys 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_list_item_keys --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_item_kv_store_upsert_item 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_upsert_item --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_kv_store_create 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_kv_store_create --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_kv_store_delete 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_kv_store_delete --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_kv_store_get 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_kv_store_get --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_kv_store_list 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_kv_store_list --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_kv_store_kv_store_put 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_kv_store_kv_store_put --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_log_explorer_get_log_records 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_log_explorer_get_log_records --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_azureblob_create_log_azure 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_azureblob_create_log_azure --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_azureblob_delete_log_azure 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_azureblob_delete_log_azure --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_azureblob_get_log_azure 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_azureblob_get_log_azure --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_azureblob_list_log_azure 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_azureblob_list_log_azure --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_azureblob_update_log_azure 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_azureblob_update_log_azure --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_bigquery_create_log_bigquery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_bigquery_create_log_bigquery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_bigquery_delete_log_bigquery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_bigquery_delete_log_bigquery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_bigquery_get_log_bigquery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_bigquery_get_log_bigquery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_bigquery_list_log_bigquery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_bigquery_list_log_bigquery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_bigquery_update_log_bigquery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_bigquery_update_log_bigquery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_cloudfiles_create_log_cloudfiles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_cloudfiles_create_log_cloudfiles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_cloudfiles_delete_log_cloudfiles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_cloudfiles_delete_log_cloudfiles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_cloudfiles_get_log_cloudfiles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_cloudfiles_get_log_cloudfiles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_cloudfiles_list_log_cloudfiles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_cloudfiles_list_log_cloudfiles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_cloudfiles_update_log_cloudfiles 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_cloudfiles_update_log_cloudfiles --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_datadog_create_log_datadog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_datadog_create_log_datadog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_datadog_delete_log_datadog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_datadog_delete_log_datadog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_datadog_get_log_datadog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_datadog_get_log_datadog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_datadog_list_log_datadog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_datadog_list_log_datadog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_datadog_update_log_datadog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_datadog_update_log_datadog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_digitalocean_create_log_digocean 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_digitalocean_create_log_digocean --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_digitalocean_delete_log_digocean 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_digitalocean_delete_log_digocean --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_digitalocean_get_log_digocean 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_digitalocean_get_log_digocean --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_digitalocean_list_log_digocean 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_digitalocean_list_log_digocean --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_digitalocean_update_log_digocean 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_digitalocean_update_log_digocean --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_elasticsearch_create_log_elasticsearch 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_elasticsearch_create_log_elasticsearch --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_elasticsearch_delete_log_elasticsearch 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_elasticsearch_delete_log_elasticsearch --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_elasticsearch_get_log_elasticsearch 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_elasticsearch_get_log_elasticsearch --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_elasticsearch_list_log_elasticsearch 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_elasticsearch_list_log_elasticsearch --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_elasticsearch_update_log_elasticsearch 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_elasticsearch_update_log_elasticsearch --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_ftp_create_log_ftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_ftp_create_log_ftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_ftp_delete_log_ftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_ftp_delete_log_ftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_ftp_get_log_ftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_ftp_get_log_ftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_ftp_list_log_ftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_ftp_list_log_ftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_ftp_update_log_ftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_ftp_update_log_ftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_gcs_create_log_gcs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_gcs_create_log_gcs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_gcs_delete_log_gcs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_gcs_delete_log_gcs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_gcs_get_log_gcs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_gcs_get_log_gcs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_gcs_list_log_gcs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_gcs_list_log_gcs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_gcs_update_log_gcs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_gcs_update_log_gcs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_heroku_create_log_heroku 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_heroku_create_log_heroku --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_heroku_delete_log_heroku 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_heroku_delete_log_heroku --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_heroku_get_log_heroku 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_heroku_get_log_heroku --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_heroku_list_log_heroku 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_heroku_list_log_heroku --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_heroku_update_log_heroku 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_heroku_update_log_heroku --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_honeycomb_create_log_honeycomb 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_honeycomb_create_log_honeycomb --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_honeycomb_delete_log_honeycomb 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_honeycomb_delete_log_honeycomb --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_honeycomb_get_log_honeycomb 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_honeycomb_get_log_honeycomb --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_honeycomb_list_log_honeycomb 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_honeycomb_list_log_honeycomb --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_honeycomb_update_log_honeycomb 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_honeycomb_update_log_honeycomb --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_https_create_log_https 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_https_create_log_https --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_https_delete_log_https 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_https_delete_log_https --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_https_get_log_https 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_https_get_log_https --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_https_list_log_https 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_https_list_log_https --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_https_update_log_https 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_https_update_log_https --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kafka_create_log_kafka 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kafka_create_log_kafka --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kafka_delete_log_kafka 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kafka_delete_log_kafka --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kafka_get_log_kafka 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kafka_get_log_kafka --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kafka_list_log_kafka 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kafka_list_log_kafka --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kafka_update_log_kafka 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kafka_update_log_kafka --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kinesis_create_log_kinesis 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kinesis_create_log_kinesis --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kinesis_delete_log_kinesis 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kinesis_delete_log_kinesis --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kinesis_get_log_kinesis 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kinesis_get_log_kinesis --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kinesis_list_log_kinesis 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kinesis_list_log_kinesis --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_kinesis_update_log_kinesis 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_kinesis_update_log_kinesis --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logentries_create_log_logentries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logentries_create_log_logentries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logentries_delete_log_logentries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logentries_delete_log_logentries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logentries_get_log_logentries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logentries_get_log_logentries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logentries_list_log_logentries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logentries_list_log_logentries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logentries_update_log_logentries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logentries_update_log_logentries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_loggly_create_log_loggly 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_loggly_create_log_loggly --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_loggly_delete_log_loggly 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_loggly_delete_log_loggly --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_loggly_get_log_loggly 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_loggly_get_log_loggly --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_loggly_list_log_loggly 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_loggly_list_log_loggly --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_loggly_update_log_loggly 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_loggly_update_log_loggly --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logshuttle_create_log_logshuttle 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logshuttle_create_log_logshuttle --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logshuttle_delete_log_logshuttle 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logshuttle_delete_log_logshuttle --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logshuttle_get_log_logshuttle 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logshuttle_get_log_logshuttle --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logshuttle_list_log_logshuttle 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logshuttle_list_log_logshuttle --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_logshuttle_update_log_logshuttle 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_logshuttle_update_log_logshuttle --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelic_create_log_newrelic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelic_create_log_newrelic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelic_delete_log_newrelic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelic_delete_log_newrelic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelic_get_log_newrelic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelic_get_log_newrelic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelic_list_log_newrelic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelic_list_log_newrelic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelic_update_log_newrelic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelic_update_log_newrelic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_openstack_create_log_openstack 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_openstack_create_log_openstack --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_openstack_delete_log_openstack 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_openstack_delete_log_openstack --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_openstack_get_log_openstack 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_openstack_get_log_openstack --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_openstack_list_log_openstack 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_openstack_list_log_openstack --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_openstack_update_log_openstack 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_openstack_update_log_openstack --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_papertrail_create_log_papertrail 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_papertrail_create_log_papertrail --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_papertrail_delete_log_papertrail 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_papertrail_delete_log_papertrail --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_papertrail_get_log_papertrail 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_papertrail_get_log_papertrail --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_papertrail_list_log_papertrail 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_papertrail_list_log_papertrail --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_papertrail_update_log_papertrail 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_papertrail_update_log_papertrail --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_pubsub_create_log_gcp_pubsub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_pubsub_create_log_gcp_pubsub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_pubsub_delete_log_gcp_pubsub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_pubsub_delete_log_gcp_pubsub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_pubsub_get_log_gcp_pubsub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_pubsub_get_log_gcp_pubsub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_pubsub_list_log_gcp_pubsub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_pubsub_list_log_gcp_pubsub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_pubsub_update_log_gcp_pubsub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_pubsub_update_log_gcp_pubsub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_s3_create_log_aws_s3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_s3_create_log_aws_s3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_s3_delete_log_aws_s3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_s3_delete_log_aws_s3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_s3_get_log_aws_s3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_s3_get_log_aws_s3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_s3_list_log_aws_s3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_s3_list_log_aws_s3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_s3_update_log_aws_s3 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_s3_update_log_aws_s3 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_scalyr_create_log_scalyr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_scalyr_create_log_scalyr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_scalyr_delete_log_scalyr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_scalyr_delete_log_scalyr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_scalyr_get_log_scalyr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_scalyr_get_log_scalyr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_scalyr_list_log_scalyr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_scalyr_list_log_scalyr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_scalyr_update_log_scalyr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_scalyr_update_log_scalyr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sftp_create_log_sftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sftp_create_log_sftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sftp_delete_log_sftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sftp_delete_log_sftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sftp_get_log_sftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sftp_get_log_sftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sftp_list_log_sftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sftp_list_log_sftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sftp_update_log_sftp 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sftp_update_log_sftp --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_splunk_create_log_splunk 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_splunk_create_log_splunk --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_splunk_delete_log_splunk 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_splunk_delete_log_splunk --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_splunk_get_log_splunk 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_splunk_get_log_splunk --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_splunk_list_log_splunk 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_splunk_list_log_splunk --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_splunk_update_log_splunk 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_splunk_update_log_splunk --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sumologic_create_log_sumologic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sumologic_create_log_sumologic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sumologic_delete_log_sumologic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sumologic_delete_log_sumologic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sumologic_get_log_sumologic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sumologic_get_log_sumologic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sumologic_list_log_sumologic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sumologic_list_log_sumologic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_sumologic_update_log_sumologic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_sumologic_update_log_sumologic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_syslog_create_log_syslog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_syslog_create_log_syslog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_syslog_delete_log_syslog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_syslog_delete_log_syslog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_syslog_get_log_syslog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_syslog_get_log_syslog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_syslog_list_log_syslog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_syslog_list_log_syslog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_logging_syslog_update_log_syslog 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_logging_syslog_update_log_syslog --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_metrics_platform_get_platform_metrics_service_historical 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_metrics_platform_get_platform_metrics_service_historical --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_mutual_authentication_create_mutual_tls_authentication 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_mutual_authentication_create_mutual_tls_authentication --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_mutual_authentication_delete_mutual_tls 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_mutual_authentication_delete_mutual_tls --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_mutual_authentication_get_mutual_authentication 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_mutual_authentication_get_mutual_authentication --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_mutual_authentication_list_mutual_authentications 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_mutual_authentication_list_mutual_authentications --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_mutual_authentication_patch_mutual_authentication 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_mutual_authentication_patch_mutual_authentication --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ngwaf_reports_get_attacks_report 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ngwaf_reports_get_attacks_report --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_ngwaf_reports_get_signals_report 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_ngwaf_reports_get_signals_report --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_object_storage_access_keys_create_access_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_object_storage_access_keys_create_access_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_object_storage_access_keys_delete_access_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_object_storage_access_keys_delete_access_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_object_storage_access_keys_get_access_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_object_storage_access_keys_get_access_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_object_storage_access_keys_list_access_keys 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_object_storage_access_keys_list_access_keys --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_observability_aggregations_for_logs_log_aggregations_get 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_observability_aggregations_for_logs_log_aggregations_get --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_observability_custom_dashboards_create_dashboard 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_create_dashboard --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_observability_custom_dashboards_delete_dashboard 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_delete_dashboard --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_observability_custom_dashboards_get_dashboard 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_get_dashboard --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_observability_custom_dashboards_list_dashboards 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_list_dashboards --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_observability_custom_dashboards_update_dashboard 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_update_dashboard --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_observability_timeseries_timeseries_get 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_observability_timeseries_timeseries_get --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_origin_inspector_historical_get_origin_inspector_historical 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_origin_inspector_historical_get_origin_inspector_historical --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_package_get_package 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_package_get_package --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_package_put_package 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_package_put_package --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_pool_create_server_pool 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_pool_create_server_pool --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_pool_delete_server_pool 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_pool_delete_server_pool --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_pool_get_server_pool 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_pool_get_server_pool --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_pool_list_server_pools 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_pool_list_server_pools --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_pool_update_server_pool 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_pool_update_server_pool --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_pop_list_pops 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_pop_list_pops --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ai_accelerator_enable_ai_accelerator 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ai_accelerator_enable_ai_accelerator --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ai_accelerator_get_ai_accelerator 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ai_accelerator_get_ai_accelerator --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_api_discovery_disable_product_api_discovery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_api_discovery_disable_product_api_discovery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_api_discovery_enable_product_api_discovery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_api_discovery_enable_product_api_discovery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_api_discovery_get_product_api_discovery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_api_discovery_get_product_api_discovery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_api_discovery_get_services_product_api_discovery 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_api_discovery_get_services_product_api_discovery --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_bot_management_disable_product_bot_management 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_bot_management_disable_product_bot_management --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_bot_management_enable_product_bot_management 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_bot_management_enable_product_bot_management --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_bot_management_get_product_bot_management 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_bot_management_get_product_bot_management --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_bot_management_get_services_product_bot_management 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_bot_management_get_services_product_bot_management --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_brotli_compression_disable_product_brotli_compression 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_brotli_compression_disable_product_brotli_compression --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_brotli_compression_enable_product_brotli_compression 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_brotli_compression_enable_product_brotli_compression --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_brotli_compression_get_product_brotli_compression 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_brotli_compression_get_product_brotli_compression --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_brotli_compression_get_services_product_brotli_compression 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_brotli_compression_get_services_product_brotli_compression --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ddos_protection_disable_product_ddos_protection 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ddos_protection_disable_product_ddos_protection --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ddos_protection_enable_product_ddos_protection 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ddos_protection_enable_product_ddos_protection --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ddos_protection_get_product_ddos_protection 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ddos_protection_get_product_ddos_protection --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ddos_protection_get_services_product_ddos_protection 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ddos_protection_get_services_product_ddos_protection --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_domain_inspector_disable_product_domain_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_domain_inspector_disable_product_domain_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_domain_inspector_enable_product_domain_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_domain_inspector_enable_product_domain_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_domain_inspector_get_product_domain_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_domain_inspector_get_product_domain_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_domain_inspector_get_services_product_domain_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_domain_inspector_get_services_product_domain_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_domain_research_disable_product_domain_research 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_domain_research_disable_product_domain_research --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_domain_research_enable_domain_research 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_domain_research_enable_domain_research --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_domain_research_get_domain_research 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_domain_research_get_domain_research --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_fanout_disable_product_fanout 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_fanout_disable_product_fanout --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_fanout_enable_product_fanout 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_fanout_enable_product_fanout --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_fanout_get_product_fanout 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_fanout_get_product_fanout --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_fanout_get_services_product_fanout 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_fanout_get_services_product_fanout --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_image_optimizer_disable_product_image_optimizer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_image_optimizer_disable_product_image_optimizer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_image_optimizer_enable_product_image_optimizer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_image_optimizer_enable_product_image_optimizer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_image_optimizer_get_product_image_optimizer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_image_optimizer_get_product_image_optimizer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_image_optimizer_get_services_product_image_optimizer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_image_optimizer_get_services_product_image_optimizer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ngwaf_disable_product_ngwaf 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ngwaf_disable_product_ngwaf --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ngwaf_enable_product_ngwaf 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ngwaf_enable_product_ngwaf --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ngwaf_get_product_ngwaf 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ngwaf_get_product_ngwaf --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ngwaf_get_product_ngwaf_configuration 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ngwaf_get_product_ngwaf_configuration --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ngwaf_get_services_product_ngwaf 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ngwaf_get_services_product_ngwaf --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_ngwaf_set_product_ngwaf_configuration 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_ngwaf_set_product_ngwaf_configuration --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_object_storage_disable_product_object_storage 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_object_storage_disable_product_object_storage --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_object_storage_enable_object_storage 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_object_storage_enable_object_storage --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_object_storage_get_object_storage 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_object_storage_get_object_storage --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_origin_inspector_disable_product_origin_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_origin_inspector_disable_product_origin_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_origin_inspector_enable_product_origin_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_origin_inspector_enable_product_origin_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_origin_inspector_get_product_origin_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_origin_inspector_get_product_origin_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_origin_inspector_get_services_product_origin_inspector 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_origin_inspector_get_services_product_origin_inspector --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_websockets_disable_product_websockets 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_websockets_disable_product_websockets --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_websockets_enable_product_websockets 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_websockets_enable_product_websockets --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_websockets_get_product_websockets 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_websockets_get_product_websockets --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_product_websockets_get_services_product_websockets 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_product_websockets_get_services_product_websockets --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_public_ip_list_list_fastly_ips 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_public_ip_list_list_fastly_ips --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_publish_publish 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_publish_publish --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_purge_bulk_purge_tag 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_purge_bulk_purge_tag --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_purge_purge_all 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_purge_purge_all --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_purge_purge_single_url 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_purge_purge_single_url --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_purge_purge_tag 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_purge_purge_tag --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_rate_limiter_create_rate_limiter 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_rate_limiter_create_rate_limiter --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_rate_limiter_delete_rate_limiter 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_rate_limiter_delete_rate_limiter --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_rate_limiter_get_rate_limiter 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_rate_limiter_get_rate_limiter --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_rate_limiter_list_rate_limiters 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_rate_limiter_list_rate_limiters --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_rate_limiter_update_rate_limiter 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_rate_limiter_update_rate_limiter --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_realtime_get_stats_last120_seconds 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_realtime_get_stats_last120_seconds --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_realtime_get_stats_last120_seconds_limit_entries 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_realtime_get_stats_last120_seconds_limit_entries --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_realtime_get_stats_last_second 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_realtime_get_stats_last_second --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_request_settings_create_request_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_request_settings_create_request_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_request_settings_delete_request_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_request_settings_delete_request_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_request_settings_get_request_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_request_settings_get_request_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_request_settings_list_request_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_request_settings_list_request_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_request_settings_update_request_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_request_settings_update_request_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_resource_create_resource 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_resource_create_resource --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_resource_delete_resource 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_resource_delete_resource --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_resource_get_resource 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_resource_get_resource --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_resource_list_resources 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_resource_list_resources --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_resource_update_resource 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_resource_update_resource --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_response_object_create_response_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_response_object_create_response_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_response_object_delete_response_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_response_object_delete_response_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_response_object_get_response_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_response_object_get_response_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_response_object_list_response_objects 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_response_object_list_response_objects --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_response_object_update_response_object 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_response_object_update_response_object --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_client_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_client_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_create_secret_store 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_create_secret_store --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_delete_secret_store 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_delete_secret_store --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_get_secret_store 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_get_secret_store --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_get_secret_stores 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_get_secret_stores --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_item_create_secret 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_item_create_secret --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_item_delete_secret 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_item_delete_secret --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_item_get_secret 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_item_get_secret --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_item_get_secrets 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_item_get_secrets --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_item_must_recreate_secret 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_item_must_recreate_secret --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_item_recreate_secret 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_item_recreate_secret --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_secret_store_signing_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_secret_store_signing_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_server_create_pool_server 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_server_create_pool_server --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_server_delete_pool_server 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_server_delete_pool_server --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_server_get_pool_server 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_server_get_pool_server --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_server_list_pool_servers 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_server_list_pool_servers --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_server_update_pool_server 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_server_update_pool_server --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_authorizations_create_service_authorization 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_authorizations_create_service_authorization --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_authorizations_delete_service_authorization 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_authorizations_delete_service_authorization --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_authorizations_delete_service_authorization2 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_authorizations_delete_service_authorization2 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_authorizations_list_service_authorization 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_authorizations_list_service_authorization --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_authorizations_show_service_authorization 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_authorizations_show_service_authorization --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_authorizations_update_service_authorization 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_authorizations_update_service_authorization --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_authorizations_update_service_authorization2 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_authorizations_update_service_authorization2 --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_create_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_create_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_delete_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_delete_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_get_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_get_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_get_service_detail 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_get_service_detail --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_list_service_domains 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_list_service_domains --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_list_services 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_list_services --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_search_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_search_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_service_update_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_service_update_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_settings_get_service_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_settings_get_service_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_settings_update_service_settings 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_settings_update_service_settings --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_snippet_create_snippet 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_snippet_create_snippet --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_snippet_delete_snippet 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_snippet_delete_snippet --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_snippet_get_snippet 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_snippet_get_snippet --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_snippet_get_snippet_dynamic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_snippet_get_snippet_dynamic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_snippet_list_snippets 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_snippet_list_snippets --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_snippet_update_snippet 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_snippet_update_snippet --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_snippet_update_snippet_dynamic 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_snippet_update_snippet_dynamic --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_star_create_service_star 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_star_create_service_star --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_star_delete_service_star 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_star_delete_service_star --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_star_get_service_star 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_star_get_service_star --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_star_list_service_stars 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_star_list_service_stars --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_stats_get_service_stats 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_stats_get_service_stats --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_sudo_request_sudo_access 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_sudo_request_sudo_access --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_activations_create_tls_activation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_activations_create_tls_activation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_activations_delete_tls_activation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_activations_delete_tls_activation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_activations_get_tls_activation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_activations_get_tls_activation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_activations_list_tls_activations 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_activations_list_tls_activations --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_activations_update_tls_activation 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_activations_update_tls_activation --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_certificates_create_tls_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_certificates_create_tls_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_certificates_delete_tls_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_certificates_delete_tls_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_certificates_get_tls_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_certificates_get_tls_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_certificates_get_tls_cert_blob 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_certificates_get_tls_cert_blob --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_certificates_list_tls_certs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_certificates_list_tls_certs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_certificates_update_tls_cert 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_certificates_update_tls_cert --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_configurations_get_tls_config 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_configurations_get_tls_config --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_configurations_list_tls_configs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_configurations_list_tls_configs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_configurations_update_tls_config 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_configurations_update_tls_config --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_csrs_create_csr 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_csrs_create_csr --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_domains_list_tls_domains 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_domains_list_tls_domains --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_private_keys_create_tls_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_private_keys_create_tls_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_private_keys_delete_tls_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_private_keys_delete_tls_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_private_keys_get_tls_key 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_private_keys_get_tls_key --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_private_keys_list_tls_keys 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_private_keys_list_tls_keys --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_subscriptions_create_globalsign_email_challenge 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_subscriptions_create_globalsign_email_challenge --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_subscriptions_create_tls_sub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_subscriptions_create_tls_sub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_subscriptions_delete_tls_sub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_subscriptions_delete_tls_sub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_subscriptions_get_tls_sub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_subscriptions_get_tls_sub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_subscriptions_list_tls_subs 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_subscriptions_list_tls_subs --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tls_subscriptions_patch_tls_sub 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tls_subscriptions_patch_tls_sub --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_bulk_revoke_tokens 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_bulk_revoke_tokens --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_create_token 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_create_token --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_get_token 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_get_token --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_get_token_current 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_get_token_current --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_list_tokens_customer 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_list_tokens_customer --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_list_tokens_user 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_list_tokens_user --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_revoke_token 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_revoke_token --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_tokens_revoke_token_current 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_tokens_revoke_token_current --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_user_create_user 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_user_create_user --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_user_delete_user 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_user_delete_user --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_user_get_current_user 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_user_get_current_user --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_user_get_user 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_user_get_user --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_user_request_password_reset 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_user_request_password_reset --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_user_update_user 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_user_update_user --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_user_update_user_password 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_user_update_user_password --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_create_custom_vcl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_create_custom_vcl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_delete_custom_vcl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_delete_custom_vcl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_diff_vcl_diff_service_versions 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_diff_vcl_diff_service_versions --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_get_custom_vcl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_get_custom_vcl_boilerplate 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_boilerplate --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_get_custom_vcl_generated 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_generated --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_get_custom_vcl_generated_highlighted 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_generated_highlighted --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_get_custom_vcl_highlighted 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_highlighted --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_get_custom_vcl_raw 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_raw --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_lint_vcl_default 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_lint_vcl_default --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_lint_vcl_for_service 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_lint_vcl_for_service --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_list_custom_vcl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_list_custom_vcl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_set_custom_vcl_main 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_set_custom_vcl_main --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_vcl_update_custom_vcl 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_vcl_update_custom_vcl --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_activate_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_activate_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_activate_service_version_environment 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_activate_service_version_environment --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_clone_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_clone_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_create_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_create_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_deactivate_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_deactivate_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_deactivate_service_version_environment 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_deactivate_service_version_environment --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_get_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_get_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_list_service_versions 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_list_service_versions --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_lock_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_lock_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_update_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_update_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_version_validate_service_version 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_version_validate_service_version --json
ParameterTypeRequiredDescription
No parameters.
fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical 0 parameters
Schema command
kosmo integrations:schema fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.