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 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.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
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.
kosmo integrations:call fastly.fastly_acl_create_acl '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call fastly.fastly_acl_create_acl '{}' --json kosmo integrations:fastly fastly_acl_create_acl '{}' --json fastly.fastly_acl_delete_acl
Delete an ACL
write - Parameters
- none
kosmo integrations:call fastly.fastly_acl_delete_acl '{}' --json kosmo integrations:fastly fastly_acl_delete_acl '{}' --json fastly.fastly_acl_entry_bulk_update_acl_entries
Update multiple ACL entries
write - Parameters
- none
kosmo integrations:call fastly.fastly_acl_entry_bulk_update_acl_entries '{}' --json kosmo integrations:fastly fastly_acl_entry_bulk_update_acl_entries '{}' --json fastly.fastly_acl_entry_create_acl_entry
Create an ACL entry
write - Parameters
- none
kosmo integrations:call fastly.fastly_acl_entry_create_acl_entry '{}' --json kosmo integrations:fastly fastly_acl_entry_create_acl_entry '{}' --json fastly.fastly_acl_entry_delete_acl_entry
Delete an ACL entry
write - Parameters
- none
kosmo integrations:call fastly.fastly_acl_entry_delete_acl_entry '{}' --json kosmo integrations:fastly fastly_acl_entry_delete_acl_entry '{}' --json fastly.fastly_acl_entry_get_acl_entry
Describe an ACL entry
read - Parameters
- none
kosmo integrations:call fastly.fastly_acl_entry_get_acl_entry '{}' --json kosmo integrations:fastly fastly_acl_entry_get_acl_entry '{}' --json fastly.fastly_acl_entry_list_acl_entries
List ACL entries
read - Parameters
- none
kosmo integrations:call fastly.fastly_acl_entry_list_acl_entries '{}' --json kosmo integrations:fastly fastly_acl_entry_list_acl_entries '{}' --json fastly.fastly_acl_entry_update_acl_entry
Update an ACL entry
write - Parameters
- none
kosmo integrations:call fastly.fastly_acl_entry_update_acl_entry '{}' --json kosmo integrations:fastly fastly_acl_entry_update_acl_entry '{}' --json fastly.fastly_acl_get_acl
Describe an ACL
read - Parameters
- none
kosmo integrations:call fastly.fastly_acl_get_acl '{}' --json kosmo integrations:fastly fastly_acl_get_acl '{}' --json fastly.fastly_acl_list_acls
List ACLs
read - Parameters
- none
kosmo integrations:call fastly.fastly_acl_list_acls '{}' --json kosmo integrations:fastly fastly_acl_list_acls '{}' --json fastly.fastly_acl_update_acl
Update an ACL
write - Parameters
- none
kosmo integrations:call fastly.fastly_acl_update_acl '{}' --json kosmo integrations:fastly fastly_acl_update_acl '{}' --json fastly.fastly_acls_in_compute_compute_acl_create_acls
Create a new ACL
write - Parameters
- none
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_create_acls '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_list_acl_entries '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_list_acls '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_lookup_acls '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_acls_in_compute_compute_acl_update_acls '{}' --json kosmo integrations:fastly fastly_acls_in_compute_compute_acl_update_acls '{}' --json fastly.fastly_apex_redirect_create_apex_redirect
Create an apex redirect
write - Parameters
- none
kosmo integrations:call fastly.fastly_apex_redirect_create_apex_redirect '{}' --json kosmo integrations:fastly fastly_apex_redirect_create_apex_redirect '{}' --json fastly.fastly_apex_redirect_delete_apex_redirect
Delete an apex redirect
write - Parameters
- none
kosmo integrations:call fastly.fastly_apex_redirect_delete_apex_redirect '{}' --json kosmo integrations:fastly fastly_apex_redirect_delete_apex_redirect '{}' --json fastly.fastly_apex_redirect_get_apex_redirect
Get an apex redirect
read - Parameters
- none
kosmo integrations:call fastly.fastly_apex_redirect_get_apex_redirect '{}' --json kosmo integrations:fastly fastly_apex_redirect_get_apex_redirect '{}' --json fastly.fastly_apex_redirect_list_apex_redirects
List apex redirects
read - Parameters
- none
kosmo integrations:call fastly.fastly_apex_redirect_list_apex_redirects '{}' --json kosmo integrations:fastly fastly_apex_redirect_list_apex_redirects '{}' --json fastly.fastly_apex_redirect_update_apex_redirect
Update an apex redirect
write - Parameters
- none
kosmo integrations:call fastly.fastly_apex_redirect_update_apex_redirect '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_bulk_create_operations '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_bulk_delete_operations '{}' --json fastly.fastly_apisecurity_operations_api_security_create_operation
Create operation
write - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_create_operation '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_create_operation '{}' --json fastly.fastly_apisecurity_operations_api_security_create_operation_tag
Create operation tag
write - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_create_operation_tag '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_create_operation_tag '{}' --json fastly.fastly_apisecurity_operations_api_security_delete_operation
Delete operation
write - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_delete_operation '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_delete_operation '{}' --json fastly.fastly_apisecurity_operations_api_security_delete_operation_tag
Delete operation tag
write - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_delete_operation_tag '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_delete_operation_tag '{}' --json fastly.fastly_apisecurity_operations_api_security_get_operation
Retrieve operation
read - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_get_operation '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_get_operation '{}' --json fastly.fastly_apisecurity_operations_api_security_get_operation_tag
Retrieve operation tag
read - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_get_operation_tag '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_list_discovered_operations '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_list_operation_tags '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_list_operation_tags '{}' --json fastly.fastly_apisecurity_operations_api_security_list_operations
List operations
read - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_list_operations '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_list_operations '{}' --json fastly.fastly_apisecurity_operations_api_security_update_operation
Update operation
write - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_update_operation '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_update_operation '{}' --json fastly.fastly_apisecurity_operations_api_security_update_operation_tag
Update operation tag
write - Parameters
- none
kosmo integrations:call fastly.fastly_apisecurity_operations_api_security_update_operation_tag '{}' --json kosmo integrations:fastly fastly_apisecurity_operations_api_security_update_operation_tag '{}' --json fastly.fastly_automation_tokens_create_automation_token
Create Automation Token
write - Parameters
- none
kosmo integrations:call fastly.fastly_automation_tokens_create_automation_token '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_automation_tokens_get_automation_token_id '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_automation_tokens_get_automation_tokens_id_services '{}' --json kosmo integrations:fastly fastly_automation_tokens_get_automation_tokens_id_services '{}' --json fastly.fastly_automation_tokens_list_automation_tokens
List Customer Automation Tokens
read - Parameters
- none
kosmo integrations:call fastly.fastly_automation_tokens_list_automation_tokens '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_automation_tokens_revoke_automation_token_id '{}' --json kosmo integrations:fastly fastly_automation_tokens_revoke_automation_token_id '{}' --json fastly.fastly_backend_create_backend
Create a backend
write - Parameters
- none
kosmo integrations:call fastly.fastly_backend_create_backend '{}' --json kosmo integrations:fastly fastly_backend_create_backend '{}' --json fastly.fastly_backend_delete_backend
Delete a backend
write - Parameters
- none
kosmo integrations:call fastly.fastly_backend_delete_backend '{}' --json kosmo integrations:fastly fastly_backend_delete_backend '{}' --json fastly.fastly_backend_get_backend
Describe a backend
read - Parameters
- none
kosmo integrations:call fastly.fastly_backend_get_backend '{}' --json kosmo integrations:fastly fastly_backend_get_backend '{}' --json fastly.fastly_backend_list_backends
List backends
read - Parameters
- none
kosmo integrations:call fastly.fastly_backend_list_backends '{}' --json kosmo integrations:fastly fastly_backend_list_backends '{}' --json fastly.fastly_backend_update_backend
Update a backend
write - Parameters
- none
kosmo integrations:call fastly.fastly_backend_update_backend '{}' --json kosmo integrations:fastly fastly_backend_update_backend '{}' --json fastly.fastly_billing_address_add_billing_addr
Add a billing address to a customer
write - Parameters
- none
kosmo integrations:call fastly.fastly_billing_address_add_billing_addr '{}' --json kosmo integrations:fastly fastly_billing_address_add_billing_addr '{}' --json fastly.fastly_billing_address_delete_billing_addr
Delete a billing address
write - Parameters
- none
kosmo integrations:call fastly.fastly_billing_address_delete_billing_addr '{}' --json kosmo integrations:fastly fastly_billing_address_delete_billing_addr '{}' --json fastly.fastly_billing_address_get_billing_addr
Get a billing address
read - Parameters
- none
kosmo integrations:call fastly.fastly_billing_address_get_billing_addr '{}' --json kosmo integrations:fastly fastly_billing_address_get_billing_addr '{}' --json fastly.fastly_billing_address_update_billing_addr
Update a billing address
write - Parameters
- none
kosmo integrations:call fastly.fastly_billing_address_update_billing_addr '{}' --json kosmo integrations:fastly fastly_billing_address_update_billing_addr '{}' --json fastly.fastly_billing_invoices_get_invoice_by_invoice_id
Get invoice by ID.
read - Parameters
- none
kosmo integrations:call fastly.fastly_billing_invoices_get_invoice_by_invoice_id '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_billing_invoices_get_month_to_date_invoice '{}' --json kosmo integrations:fastly fastly_billing_invoices_get_month_to_date_invoice '{}' --json fastly.fastly_billing_invoices_list_invoices
List of invoices.
read - Parameters
- none
kosmo integrations:call fastly.fastly_billing_invoices_list_invoices '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_billing_usage_metrics_get_service_level_usage '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_billing_usage_metrics_get_usage_metrics '{}' --json kosmo integrations:fastly fastly_billing_usage_metrics_get_usage_metrics '{}' --json fastly.fastly_cache_settings_create_cache_settings
Create a cache settings object
write - Parameters
- none
kosmo integrations:call fastly.fastly_cache_settings_create_cache_settings '{}' --json kosmo integrations:fastly fastly_cache_settings_create_cache_settings '{}' --json fastly.fastly_cache_settings_delete_cache_settings
Delete a cache settings object
write - Parameters
- none
kosmo integrations:call fastly.fastly_cache_settings_delete_cache_settings '{}' --json kosmo integrations:fastly fastly_cache_settings_delete_cache_settings '{}' --json fastly.fastly_cache_settings_get_cache_settings
Get a cache settings object
read - Parameters
- none
kosmo integrations:call fastly.fastly_cache_settings_get_cache_settings '{}' --json kosmo integrations:fastly fastly_cache_settings_get_cache_settings '{}' --json fastly.fastly_cache_settings_list_cache_settings
List cache settings objects
read - Parameters
- none
kosmo integrations:call fastly.fastly_cache_settings_list_cache_settings '{}' --json kosmo integrations:fastly fastly_cache_settings_list_cache_settings '{}' --json fastly.fastly_cache_settings_update_cache_settings
Update a cache settings object
write - Parameters
- none
kosmo integrations:call fastly.fastly_cache_settings_update_cache_settings '{}' --json kosmo integrations:fastly fastly_cache_settings_update_cache_settings '{}' --json fastly.fastly_condition_create_condition
Create a condition
write - Parameters
- none
kosmo integrations:call fastly.fastly_condition_create_condition '{}' --json kosmo integrations:fastly fastly_condition_create_condition '{}' --json fastly.fastly_condition_delete_condition
Delete a condition
write - Parameters
- none
kosmo integrations:call fastly.fastly_condition_delete_condition '{}' --json kosmo integrations:fastly fastly_condition_delete_condition '{}' --json fastly.fastly_condition_get_condition
Describe a condition
read - Parameters
- none
kosmo integrations:call fastly.fastly_condition_get_condition '{}' --json kosmo integrations:fastly fastly_condition_get_condition '{}' --json fastly.fastly_condition_list_conditions
List conditions
read - Parameters
- none
kosmo integrations:call fastly.fastly_condition_list_conditions '{}' --json kosmo integrations:fastly fastly_condition_list_conditions '{}' --json fastly.fastly_condition_update_condition
Update a condition
write - Parameters
- none
kosmo integrations:call fastly.fastly_condition_update_condition '{}' --json kosmo integrations:fastly fastly_condition_update_condition '{}' --json fastly.fastly_config_store_create_config_store
Create a config store
write - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_create_config_store '{}' --json kosmo integrations:fastly fastly_config_store_create_config_store '{}' --json fastly.fastly_config_store_delete_config_store
Delete a config store
write - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_delete_config_store '{}' --json kosmo integrations:fastly fastly_config_store_delete_config_store '{}' --json fastly.fastly_config_store_get_config_store
Describe a config store
read - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_get_config_store '{}' --json kosmo integrations:fastly fastly_config_store_get_config_store '{}' --json fastly.fastly_config_store_get_config_store_info
Get config store metadata
read - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_get_config_store_info '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_item_bulk_update_config_store_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_item_create_config_store_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_item_delete_config_store_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_item_get_config_store_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_item_list_config_store_items '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_item_update_config_store_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_item_upsert_config_store_item '{}' --json kosmo integrations:fastly fastly_config_store_item_upsert_config_store_item '{}' --json fastly.fastly_config_store_list_config_store_services
List linked services
read - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_list_config_store_services '{}' --json kosmo integrations:fastly fastly_config_store_list_config_store_services '{}' --json fastly.fastly_config_store_list_config_stores
List config stores
read - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_list_config_stores '{}' --json kosmo integrations:fastly fastly_config_store_list_config_stores '{}' --json fastly.fastly_config_store_update_config_store
Update a config store
write - Parameters
- none
kosmo integrations:call fastly.fastly_config_store_update_config_store '{}' --json kosmo integrations:fastly fastly_config_store_update_config_store '{}' --json fastly.fastly_contact_create_contacts
Add a new customer contact
write - Parameters
- none
kosmo integrations:call fastly.fastly_contact_create_contacts '{}' --json kosmo integrations:fastly fastly_contact_create_contacts '{}' --json fastly.fastly_contact_delete_contact
Delete a contact
write - Parameters
- none
kosmo integrations:call fastly.fastly_contact_delete_contact '{}' --json kosmo integrations:fastly fastly_contact_delete_contact '{}' --json fastly.fastly_contact_list_contacts
List contacts
read - Parameters
- none
kosmo integrations:call fastly.fastly_contact_list_contacts '{}' --json kosmo integrations:fastly fastly_contact_list_contacts '{}' --json fastly.fastly_content_content_check
Check status of content in each POP's cache
read - Parameters
- none
kosmo integrations:call fastly.fastly_content_content_check '{}' --json kosmo integrations:fastly fastly_content_content_check '{}' --json fastly.fastly_customer_addresses_create_customer_address
Creates an address associated with a customer account.
write - Parameters
- none
kosmo integrations:call fastly.fastly_customer_addresses_create_customer_address '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_customer_addresses_list_customer_addresses '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_customer_addresses_update_customer_address '{}' --json kosmo integrations:fastly fastly_customer_addresses_update_customer_address '{}' --json fastly.fastly_customer_delete_customer
Delete a customer
write - Parameters
- none
kosmo integrations:call fastly.fastly_customer_delete_customer '{}' --json kosmo integrations:fastly fastly_customer_delete_customer '{}' --json fastly.fastly_customer_get_customer
Get a customer
read - Parameters
- none
kosmo integrations:call fastly.fastly_customer_get_customer '{}' --json kosmo integrations:fastly fastly_customer_get_customer '{}' --json fastly.fastly_customer_get_logged_in_customer
Get the logged in customer
read - Parameters
- none
kosmo integrations:call fastly.fastly_customer_get_logged_in_customer '{}' --json kosmo integrations:fastly fastly_customer_get_logged_in_customer '{}' --json fastly.fastly_customer_list_users
List users
read - Parameters
- none
kosmo integrations:call fastly.fastly_customer_list_users '{}' --json kosmo integrations:fastly fastly_customer_list_users '{}' --json fastly.fastly_customer_update_customer
Update a customer
write - Parameters
- none
kosmo integrations:call fastly.fastly_customer_update_customer '{}' --json kosmo integrations:fastly fastly_customer_update_customer '{}' --json fastly.fastly_ddos_protection_ddos_protection_event_get
Get event by ID
read - Parameters
- none
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_event_get '{}' --json kosmo integrations:fastly fastly_ddos_protection_ddos_protection_event_get '{}' --json fastly.fastly_ddos_protection_ddos_protection_event_list
Get events
read - Parameters
- none
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_event_list '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_event_rule_list '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_rule_get '{}' --json kosmo integrations:fastly fastly_ddos_protection_ddos_protection_rule_get '{}' --json fastly.fastly_ddos_protection_ddos_protection_rule_patch
Update rule
write - Parameters
- none
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_rule_patch '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get '{}' --json kosmo integrations:fastly fastly_ddos_protection_ddos_protection_traffic_stats_rule_get '{}' --json fastly.fastly_dictionary_create_dictionary
Create a dictionary
write - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_create_dictionary '{}' --json kosmo integrations:fastly fastly_dictionary_create_dictionary '{}' --json fastly.fastly_dictionary_delete_dictionary
Delete a dictionary
write - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_delete_dictionary '{}' --json kosmo integrations:fastly fastly_dictionary_delete_dictionary '{}' --json fastly.fastly_dictionary_get_dictionary
Get a dictionary
read - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_get_dictionary '{}' --json kosmo integrations:fastly fastly_dictionary_get_dictionary '{}' --json fastly.fastly_dictionary_info_get_dictionary_info
Get dictionary metadata
read - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_info_get_dictionary_info '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_item_bulk_update_dictionary_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_item_create_dictionary_item '{}' --json kosmo integrations:fastly fastly_dictionary_item_create_dictionary_item '{}' --json fastly.fastly_dictionary_item_delete_dictionary_item
Delete an item from a dictionary
write - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_item_delete_dictionary_item '{}' --json kosmo integrations:fastly fastly_dictionary_item_delete_dictionary_item '{}' --json fastly.fastly_dictionary_item_get_dictionary_item
Get an item from a dictionary
read - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_item_get_dictionary_item '{}' --json kosmo integrations:fastly fastly_dictionary_item_get_dictionary_item '{}' --json fastly.fastly_dictionary_item_list_dictionary_items
List items in a dictionary
read - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_item_list_dictionary_items '{}' --json kosmo integrations:fastly fastly_dictionary_item_list_dictionary_items '{}' --json fastly.fastly_dictionary_item_update_dictionary_item
Update an entry in a dictionary
write - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_item_update_dictionary_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_item_upsert_dictionary_item '{}' --json kosmo integrations:fastly fastly_dictionary_item_upsert_dictionary_item '{}' --json fastly.fastly_dictionary_list_dictionaries
List dictionaries
read - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_list_dictionaries '{}' --json kosmo integrations:fastly fastly_dictionary_list_dictionaries '{}' --json fastly.fastly_dictionary_update_dictionary
Update a dictionary
write - Parameters
- none
kosmo integrations:call fastly.fastly_dictionary_update_dictionary '{}' --json kosmo integrations:fastly fastly_dictionary_update_dictionary '{}' --json fastly.fastly_diff_diff_service_versions
Diff two service versions
read - Parameters
- none
kosmo integrations:call fastly.fastly_diff_diff_service_versions '{}' --json kosmo integrations:fastly fastly_diff_diff_service_versions '{}' --json fastly.fastly_director_backend_create_director_backend
Create a director-backend relationship
write - Parameters
- none
kosmo integrations:call fastly.fastly_director_backend_create_director_backend '{}' --json kosmo integrations:fastly fastly_director_backend_create_director_backend '{}' --json fastly.fastly_director_backend_delete_director_backend
Delete a director-backend relationship
write - Parameters
- none
kosmo integrations:call fastly.fastly_director_backend_delete_director_backend '{}' --json kosmo integrations:fastly fastly_director_backend_delete_director_backend '{}' --json fastly.fastly_director_backend_get_director_backend
Get a director-backend relationship
read - Parameters
- none
kosmo integrations:call fastly.fastly_director_backend_get_director_backend '{}' --json kosmo integrations:fastly fastly_director_backend_get_director_backend '{}' --json fastly.fastly_director_create_director
Create a director
write - Parameters
- none
kosmo integrations:call fastly.fastly_director_create_director '{}' --json kosmo integrations:fastly fastly_director_create_director '{}' --json fastly.fastly_director_delete_director
Delete a director
write - Parameters
- none
kosmo integrations:call fastly.fastly_director_delete_director '{}' --json kosmo integrations:fastly fastly_director_delete_director '{}' --json fastly.fastly_director_get_director
Get a director
read - Parameters
- none
kosmo integrations:call fastly.fastly_director_get_director '{}' --json kosmo integrations:fastly fastly_director_get_director '{}' --json fastly.fastly_director_list_directors
List directors
read - Parameters
- none
kosmo integrations:call fastly.fastly_director_list_directors '{}' --json kosmo integrations:fastly fastly_director_list_directors '{}' --json fastly.fastly_director_update_director
Update a director
write - Parameters
- none
kosmo integrations:call fastly.fastly_director_update_director '{}' --json kosmo integrations:fastly fastly_director_update_director '{}' --json fastly.fastly_dm_domains_create_dm_domain
Create a domain
write - Parameters
- none
kosmo integrations:call fastly.fastly_dm_domains_create_dm_domain '{}' --json kosmo integrations:fastly fastly_dm_domains_create_dm_domain '{}' --json fastly.fastly_dm_domains_delete_dm_domain
Delete a domain
write - Parameters
- none
kosmo integrations:call fastly.fastly_dm_domains_delete_dm_domain '{}' --json kosmo integrations:fastly fastly_dm_domains_delete_dm_domain '{}' --json fastly.fastly_dm_domains_get_dm_domain
Get a domain
read - Parameters
- none
kosmo integrations:call fastly.fastly_dm_domains_get_dm_domain '{}' --json kosmo integrations:fastly fastly_dm_domains_get_dm_domain '{}' --json fastly.fastly_dm_domains_list_dm_domains
List domains
read - Parameters
- none
kosmo integrations:call fastly.fastly_dm_domains_list_dm_domains '{}' --json kosmo integrations:fastly fastly_dm_domains_list_dm_domains '{}' --json fastly.fastly_dm_domains_update_dm_domain
Update a domain
write - Parameters
- none
kosmo integrations:call fastly.fastly_dm_domains_update_dm_domain '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_domain_check_domain '{}' --json kosmo integrations:fastly fastly_domain_check_domain '{}' --json fastly.fastly_domain_check_domains
Validate DNS configuration for all domains on a service
read - Parameters
- none
kosmo integrations:call fastly.fastly_domain_check_domains '{}' --json kosmo integrations:fastly fastly_domain_check_domains '{}' --json fastly.fastly_domain_create_domain
Add a domain name to a service
write - Parameters
- none
kosmo integrations:call fastly.fastly_domain_create_domain '{}' --json kosmo integrations:fastly fastly_domain_create_domain '{}' --json fastly.fastly_domain_delete_domain
Remove a domain from a service
write - Parameters
- none
kosmo integrations:call fastly.fastly_domain_delete_domain '{}' --json kosmo integrations:fastly fastly_domain_delete_domain '{}' --json fastly.fastly_domain_get_domain
Describe a domain
read - Parameters
- none
kosmo integrations:call fastly.fastly_domain_get_domain '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_domain_inspector_historical_get_domain_inspector_historical '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second '{}' --json kosmo integrations:fastly fastly_domain_inspector_realtime_get_domain_inspector_last_second '{}' --json fastly.fastly_domain_list_domains
List domains
read - Parameters
- none
kosmo integrations:call fastly.fastly_domain_list_domains '{}' --json kosmo integrations:fastly fastly_domain_list_domains '{}' --json fastly.fastly_domain_ownerships_list_domain_ownerships
List domain-ownerships
read - Parameters
- none
kosmo integrations:call fastly.fastly_domain_ownerships_list_domain_ownerships '{}' --json kosmo integrations:fastly fastly_domain_ownerships_list_domain_ownerships '{}' --json fastly.fastly_domain_research_domain_status
Domain status
read - Parameters
- none
kosmo integrations:call fastly.fastly_domain_research_domain_status '{}' --json kosmo integrations:fastly fastly_domain_research_domain_status '{}' --json fastly.fastly_domain_research_suggest_domains
Suggest domains
read - Parameters
- none
kosmo integrations:call fastly.fastly_domain_research_suggest_domains '{}' --json kosmo integrations:fastly fastly_domain_research_suggest_domains '{}' --json fastly.fastly_domain_update_domain
Update a domain
write - Parameters
- none
kosmo integrations:call fastly.fastly_domain_update_domain '{}' --json kosmo integrations:fastly fastly_domain_update_domain '{}' --json fastly.fastly_events_get_event
Get an event
read - Parameters
- none
kosmo integrations:call fastly.fastly_events_get_event '{}' --json kosmo integrations:fastly fastly_events_get_event '{}' --json fastly.fastly_events_list_events
List events
read - Parameters
- none
kosmo integrations:call fastly.fastly_events_list_events '{}' --json kosmo integrations:fastly fastly_events_list_events '{}' --json fastly.fastly_gzip_create_gzip_config
Create a gzip configuration
write - Parameters
- none
kosmo integrations:call fastly.fastly_gzip_create_gzip_config '{}' --json kosmo integrations:fastly fastly_gzip_create_gzip_config '{}' --json fastly.fastly_gzip_delete_gzip_config
Delete a gzip configuration
write - Parameters
- none
kosmo integrations:call fastly.fastly_gzip_delete_gzip_config '{}' --json kosmo integrations:fastly fastly_gzip_delete_gzip_config '{}' --json fastly.fastly_gzip_get_gzip_configs
Get a gzip configuration
read - Parameters
- none
kosmo integrations:call fastly.fastly_gzip_get_gzip_configs '{}' --json kosmo integrations:fastly fastly_gzip_get_gzip_configs '{}' --json fastly.fastly_gzip_list_gzip_configs
List gzip configurations
read - Parameters
- none
kosmo integrations:call fastly.fastly_gzip_list_gzip_configs '{}' --json kosmo integrations:fastly fastly_gzip_list_gzip_configs '{}' --json fastly.fastly_gzip_update_gzip_config
Update a gzip configuration
write - Parameters
- none
kosmo integrations:call fastly.fastly_gzip_update_gzip_config '{}' --json kosmo integrations:fastly fastly_gzip_update_gzip_config '{}' --json fastly.fastly_header_create_header_object
Create a Header object
write - Parameters
- none
kosmo integrations:call fastly.fastly_header_create_header_object '{}' --json kosmo integrations:fastly fastly_header_create_header_object '{}' --json fastly.fastly_header_delete_header_object
Delete a Header object
write - Parameters
- none
kosmo integrations:call fastly.fastly_header_delete_header_object '{}' --json kosmo integrations:fastly fastly_header_delete_header_object '{}' --json fastly.fastly_header_get_header_object
Get a Header object
read - Parameters
- none
kosmo integrations:call fastly.fastly_header_get_header_object '{}' --json kosmo integrations:fastly fastly_header_get_header_object '{}' --json fastly.fastly_header_list_header_objects
List Header objects
read - Parameters
- none
kosmo integrations:call fastly.fastly_header_list_header_objects '{}' --json kosmo integrations:fastly fastly_header_list_header_objects '{}' --json fastly.fastly_header_update_header_object
Update a Header object
write - Parameters
- none
kosmo integrations:call fastly.fastly_header_update_header_object '{}' --json kosmo integrations:fastly fastly_header_update_header_object '{}' --json fastly.fastly_healthcheck_create_healthcheck
Create a health check
write - Parameters
- none
kosmo integrations:call fastly.fastly_healthcheck_create_healthcheck '{}' --json kosmo integrations:fastly fastly_healthcheck_create_healthcheck '{}' --json fastly.fastly_healthcheck_delete_healthcheck
Delete a health check
write - Parameters
- none
kosmo integrations:call fastly.fastly_healthcheck_delete_healthcheck '{}' --json kosmo integrations:fastly fastly_healthcheck_delete_healthcheck '{}' --json fastly.fastly_healthcheck_get_healthcheck
Get a health check
read - Parameters
- none
kosmo integrations:call fastly.fastly_healthcheck_get_healthcheck '{}' --json kosmo integrations:fastly fastly_healthcheck_get_healthcheck '{}' --json fastly.fastly_healthcheck_list_healthchecks
List health checks
read - Parameters
- none
kosmo integrations:call fastly.fastly_healthcheck_list_healthchecks '{}' --json kosmo integrations:fastly fastly_healthcheck_list_healthchecks '{}' --json fastly.fastly_healthcheck_update_healthcheck
Update a health check
write - Parameters
- none
kosmo integrations:call fastly.fastly_healthcheck_update_healthcheck '{}' --json kosmo integrations:fastly fastly_healthcheck_update_healthcheck '{}' --json fastly.fastly_historical_get_hist_stats
Get historical stats
read - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_hist_stats '{}' --json kosmo integrations:fastly fastly_historical_get_hist_stats '{}' --json fastly.fastly_historical_get_hist_stats_aggregated
Get aggregated historical stats
read - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_hist_stats_aggregated '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_hist_stats_field '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_hist_stats_service '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_hist_stats_service_field '{}' --json kosmo integrations:fastly fastly_historical_get_hist_stats_service_field '{}' --json fastly.fastly_historical_get_regions
Get region codes
read - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_regions '{}' --json kosmo integrations:fastly fastly_historical_get_regions '{}' --json fastly.fastly_historical_get_usage
Get usage statistics
read - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_usage '{}' --json kosmo integrations:fastly fastly_historical_get_usage '{}' --json fastly.fastly_historical_get_usage_month
Get month-to-date usage statistics
read - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_usage_month '{}' --json kosmo integrations:fastly fastly_historical_get_usage_month '{}' --json fastly.fastly_historical_get_usage_service
Get usage statistics per service
read - Parameters
- none
kosmo integrations:call fastly.fastly_historical_get_usage_service '{}' --json kosmo integrations:fastly fastly_historical_get_usage_service '{}' --json fastly.fastly_http3_create_http3
Enable support for HTTP/3
write - Parameters
- none
kosmo integrations:call fastly.fastly_http3_create_http3 '{}' --json kosmo integrations:fastly fastly_http3_create_http3 '{}' --json fastly.fastly_http3_delete_http3
Disable support for HTTP/3
write - Parameters
- none
kosmo integrations:call fastly.fastly_http3_delete_http3 '{}' --json kosmo integrations:fastly fastly_http3_delete_http3 '{}' --json fastly.fastly_http3_get_http3
Get HTTP/3 status
read - Parameters
- none
kosmo integrations:call fastly.fastly_http3_get_http3 '{}' --json kosmo integrations:fastly fastly_http3_get_http3 '{}' --json fastly.fastly_iam_permissions_list_permissions
List permissions
read - Parameters
- none
kosmo integrations:call fastly.fastly_iam_permissions_list_permissions '{}' --json kosmo integrations:fastly fastly_iam_permissions_list_permissions '{}' --json fastly.fastly_iam_roles_iam_v1_roles_get
Get IAM role by ID
read - Parameters
- none
kosmo integrations:call fastly.fastly_iam_roles_iam_v1_roles_get '{}' --json kosmo integrations:fastly fastly_iam_roles_iam_v1_roles_get '{}' --json fastly.fastly_iam_roles_iam_v1_roles_list
List IAM roles
read - Parameters
- none
kosmo integrations:call fastly.fastly_iam_roles_iam_v1_roles_list '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_add_service_group_services '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_create_aservice_group '{}' --json kosmo integrations:fastly fastly_iam_service_groups_create_aservice_group '{}' --json fastly.fastly_iam_service_groups_delete_aservice_group
Delete a service group
write - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_delete_aservice_group '{}' --json kosmo integrations:fastly fastly_iam_service_groups_delete_aservice_group '{}' --json fastly.fastly_iam_service_groups_get_aservice_group
Get a service group
read - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_get_aservice_group '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_list_service_group_services '{}' --json kosmo integrations:fastly fastly_iam_service_groups_list_service_group_services '{}' --json fastly.fastly_iam_service_groups_list_service_groups
List service groups
read - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_list_service_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_remove_service_group_services '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_service_groups_update_aservice_group '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_add_user_group_members '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_add_user_group_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_add_user_group_service_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_create_auser_group '{}' --json kosmo integrations:fastly fastly_iam_user_groups_create_auser_group '{}' --json fastly.fastly_iam_user_groups_delete_auser_group
Delete a user group
write - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_delete_auser_group '{}' --json kosmo integrations:fastly fastly_iam_user_groups_delete_auser_group '{}' --json fastly.fastly_iam_user_groups_get_auser_group
Get a user group
read - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_get_auser_group '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_group_members '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_group_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_group_service_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_list_user_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_remove_user_group_members '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_remove_user_group_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_remove_user_group_service_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_iam_user_groups_update_auser_group '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_image_optimizer_default_settings_get_default_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_image_optimizer_default_settings_update_default_settings '{}' --json kosmo integrations:fastly fastly_image_optimizer_default_settings_update_default_settings '{}' --json fastly.fastly_insights_get_log_insights
Retrieve log insights
read - Parameters
- none
kosmo integrations:call fastly.fastly_insights_get_log_insights '{}' --json kosmo integrations:fastly fastly_insights_get_log_insights '{}' --json fastly.fastly_invitations_create_invitation
Create an invitation
write - Parameters
- none
kosmo integrations:call fastly.fastly_invitations_create_invitation '{}' --json kosmo integrations:fastly fastly_invitations_create_invitation '{}' --json fastly.fastly_invitations_delete_invitation
Delete an invitation
write - Parameters
- none
kosmo integrations:call fastly.fastly_invitations_delete_invitation '{}' --json kosmo integrations:fastly fastly_invitations_delete_invitation '{}' --json fastly.fastly_invitations_list_invitations
List invitations
read - Parameters
- none
kosmo integrations:call fastly.fastly_invitations_list_invitations '{}' --json kosmo integrations:fastly fastly_invitations_list_invitations '{}' --json fastly.fastly_kv_store_item_kv_store_delete_item
Delete an item.
write - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_delete_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_get_item '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_list_item_keys '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_item_kv_store_upsert_item '{}' --json kosmo integrations:fastly fastly_kv_store_item_kv_store_upsert_item '{}' --json fastly.fastly_kv_store_kv_store_create
Create a KV store.
write - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_kv_store_create '{}' --json kosmo integrations:fastly fastly_kv_store_kv_store_create '{}' --json fastly.fastly_kv_store_kv_store_delete
Delete a KV store.
write - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_kv_store_delete '{}' --json kosmo integrations:fastly fastly_kv_store_kv_store_delete '{}' --json fastly.fastly_kv_store_kv_store_get
Describe a KV store.
read - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_kv_store_get '{}' --json kosmo integrations:fastly fastly_kv_store_kv_store_get '{}' --json fastly.fastly_kv_store_kv_store_list
List all KV stores.
read - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_kv_store_list '{}' --json kosmo integrations:fastly fastly_kv_store_kv_store_list '{}' --json fastly.fastly_kv_store_kv_store_put
Update a KV store.
write - Parameters
- none
kosmo integrations:call fastly.fastly_kv_store_kv_store_put '{}' --json kosmo integrations:fastly fastly_kv_store_kv_store_put '{}' --json fastly.fastly_log_explorer_get_log_records
Retrieve log records
read - Parameters
- none
kosmo integrations:call fastly.fastly_log_explorer_get_log_records '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_azureblob_create_log_azure '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_azureblob_delete_log_azure '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_azureblob_get_log_azure '{}' --json kosmo integrations:fastly fastly_logging_azureblob_get_log_azure '{}' --json fastly.fastly_logging_azureblob_list_log_azure
List Azure Blob Storage log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_azureblob_list_log_azure '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_azureblob_update_log_azure '{}' --json kosmo integrations:fastly fastly_logging_azureblob_update_log_azure '{}' --json fastly.fastly_logging_bigquery_create_log_bigquery
Create a BigQuery log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_bigquery_create_log_bigquery '{}' --json kosmo integrations:fastly fastly_logging_bigquery_create_log_bigquery '{}' --json fastly.fastly_logging_bigquery_delete_log_bigquery
Delete a BigQuery log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_bigquery_delete_log_bigquery '{}' --json kosmo integrations:fastly fastly_logging_bigquery_delete_log_bigquery '{}' --json fastly.fastly_logging_bigquery_get_log_bigquery
Get a BigQuery log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_bigquery_get_log_bigquery '{}' --json kosmo integrations:fastly fastly_logging_bigquery_get_log_bigquery '{}' --json fastly.fastly_logging_bigquery_list_log_bigquery
List BigQuery log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_bigquery_list_log_bigquery '{}' --json kosmo integrations:fastly fastly_logging_bigquery_list_log_bigquery '{}' --json fastly.fastly_logging_bigquery_update_log_bigquery
Update a BigQuery log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_bigquery_update_log_bigquery '{}' --json kosmo integrations:fastly fastly_logging_bigquery_update_log_bigquery '{}' --json fastly.fastly_logging_cloudfiles_create_log_cloudfiles
Create a Cloud Files log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_cloudfiles_create_log_cloudfiles '{}' --json kosmo integrations:fastly fastly_logging_cloudfiles_create_log_cloudfiles '{}' --json fastly.fastly_logging_cloudfiles_delete_log_cloudfiles
Delete the Cloud Files log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_cloudfiles_delete_log_cloudfiles '{}' --json kosmo integrations:fastly fastly_logging_cloudfiles_delete_log_cloudfiles '{}' --json fastly.fastly_logging_cloudfiles_get_log_cloudfiles
Get a Cloud Files log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_cloudfiles_get_log_cloudfiles '{}' --json kosmo integrations:fastly fastly_logging_cloudfiles_get_log_cloudfiles '{}' --json fastly.fastly_logging_cloudfiles_list_log_cloudfiles
List Cloud Files log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_cloudfiles_list_log_cloudfiles '{}' --json kosmo integrations:fastly fastly_logging_cloudfiles_list_log_cloudfiles '{}' --json fastly.fastly_logging_cloudfiles_update_log_cloudfiles
Update the Cloud Files log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_cloudfiles_update_log_cloudfiles '{}' --json kosmo integrations:fastly fastly_logging_cloudfiles_update_log_cloudfiles '{}' --json fastly.fastly_logging_datadog_create_log_datadog
Create a Datadog log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_datadog_create_log_datadog '{}' --json kosmo integrations:fastly fastly_logging_datadog_create_log_datadog '{}' --json fastly.fastly_logging_datadog_delete_log_datadog
Delete a Datadog log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_datadog_delete_log_datadog '{}' --json kosmo integrations:fastly fastly_logging_datadog_delete_log_datadog '{}' --json fastly.fastly_logging_datadog_get_log_datadog
Get a Datadog log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_datadog_get_log_datadog '{}' --json kosmo integrations:fastly fastly_logging_datadog_get_log_datadog '{}' --json fastly.fastly_logging_datadog_list_log_datadog
List Datadog log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_datadog_list_log_datadog '{}' --json kosmo integrations:fastly fastly_logging_datadog_list_log_datadog '{}' --json fastly.fastly_logging_datadog_update_log_datadog
Update a Datadog log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_datadog_update_log_datadog '{}' --json kosmo integrations:fastly fastly_logging_datadog_update_log_datadog '{}' --json fastly.fastly_logging_digitalocean_create_log_digocean
Create a DigitalOcean Spaces log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_digitalocean_create_log_digocean '{}' --json kosmo integrations:fastly fastly_logging_digitalocean_create_log_digocean '{}' --json fastly.fastly_logging_digitalocean_delete_log_digocean
Delete a DigitalOcean Spaces log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_digitalocean_delete_log_digocean '{}' --json kosmo integrations:fastly fastly_logging_digitalocean_delete_log_digocean '{}' --json fastly.fastly_logging_digitalocean_get_log_digocean
Get a DigitalOcean Spaces log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_digitalocean_get_log_digocean '{}' --json kosmo integrations:fastly fastly_logging_digitalocean_get_log_digocean '{}' --json fastly.fastly_logging_digitalocean_list_log_digocean
List DigitalOcean Spaces log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_digitalocean_list_log_digocean '{}' --json kosmo integrations:fastly fastly_logging_digitalocean_list_log_digocean '{}' --json fastly.fastly_logging_digitalocean_update_log_digocean
Update a DigitalOcean Spaces log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_digitalocean_update_log_digocean '{}' --json kosmo integrations:fastly fastly_logging_digitalocean_update_log_digocean '{}' --json fastly.fastly_logging_elasticsearch_create_log_elasticsearch
Create an Elasticsearch log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_elasticsearch_create_log_elasticsearch '{}' --json kosmo integrations:fastly fastly_logging_elasticsearch_create_log_elasticsearch '{}' --json fastly.fastly_logging_elasticsearch_delete_log_elasticsearch
Delete an Elasticsearch log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_elasticsearch_delete_log_elasticsearch '{}' --json kosmo integrations:fastly fastly_logging_elasticsearch_delete_log_elasticsearch '{}' --json fastly.fastly_logging_elasticsearch_get_log_elasticsearch
Get an Elasticsearch log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_elasticsearch_get_log_elasticsearch '{}' --json kosmo integrations:fastly fastly_logging_elasticsearch_get_log_elasticsearch '{}' --json fastly.fastly_logging_elasticsearch_list_log_elasticsearch
List Elasticsearch log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_elasticsearch_list_log_elasticsearch '{}' --json kosmo integrations:fastly fastly_logging_elasticsearch_list_log_elasticsearch '{}' --json fastly.fastly_logging_elasticsearch_update_log_elasticsearch
Update an Elasticsearch log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_elasticsearch_update_log_elasticsearch '{}' --json kosmo integrations:fastly fastly_logging_elasticsearch_update_log_elasticsearch '{}' --json fastly.fastly_logging_ftp_create_log_ftp
Create an FTP log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_ftp_create_log_ftp '{}' --json kosmo integrations:fastly fastly_logging_ftp_create_log_ftp '{}' --json fastly.fastly_logging_ftp_delete_log_ftp
Delete an FTP log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_ftp_delete_log_ftp '{}' --json kosmo integrations:fastly fastly_logging_ftp_delete_log_ftp '{}' --json fastly.fastly_logging_ftp_get_log_ftp
Get an FTP log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_ftp_get_log_ftp '{}' --json kosmo integrations:fastly fastly_logging_ftp_get_log_ftp '{}' --json fastly.fastly_logging_ftp_list_log_ftp
List FTP log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_ftp_list_log_ftp '{}' --json kosmo integrations:fastly fastly_logging_ftp_list_log_ftp '{}' --json fastly.fastly_logging_ftp_update_log_ftp
Update an FTP log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_ftp_update_log_ftp '{}' --json kosmo integrations:fastly fastly_logging_ftp_update_log_ftp '{}' --json fastly.fastly_logging_gcs_create_log_gcs
Create a GCS log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_gcs_create_log_gcs '{}' --json kosmo integrations:fastly fastly_logging_gcs_create_log_gcs '{}' --json fastly.fastly_logging_gcs_delete_log_gcs
Delete a GCS log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_gcs_delete_log_gcs '{}' --json kosmo integrations:fastly fastly_logging_gcs_delete_log_gcs '{}' --json fastly.fastly_logging_gcs_get_log_gcs
Get a GCS log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_gcs_get_log_gcs '{}' --json kosmo integrations:fastly fastly_logging_gcs_get_log_gcs '{}' --json fastly.fastly_logging_gcs_list_log_gcs
List GCS log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_gcs_list_log_gcs '{}' --json kosmo integrations:fastly fastly_logging_gcs_list_log_gcs '{}' --json fastly.fastly_logging_gcs_update_log_gcs
Update a GCS log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_gcs_update_log_gcs '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs '{}' --json kosmo integrations:fastly fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs '{}' --json fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs
List Grafana Cloud Logs log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs '{}' --json kosmo integrations:fastly fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs '{}' --json fastly.fastly_logging_heroku_create_log_heroku
Create a Heroku log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_heroku_create_log_heroku '{}' --json kosmo integrations:fastly fastly_logging_heroku_create_log_heroku '{}' --json fastly.fastly_logging_heroku_delete_log_heroku
Delete the Heroku log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_heroku_delete_log_heroku '{}' --json kosmo integrations:fastly fastly_logging_heroku_delete_log_heroku '{}' --json fastly.fastly_logging_heroku_get_log_heroku
Get a Heroku log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_heroku_get_log_heroku '{}' --json kosmo integrations:fastly fastly_logging_heroku_get_log_heroku '{}' --json fastly.fastly_logging_heroku_list_log_heroku
List Heroku log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_heroku_list_log_heroku '{}' --json kosmo integrations:fastly fastly_logging_heroku_list_log_heroku '{}' --json fastly.fastly_logging_heroku_update_log_heroku
Update the Heroku log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_heroku_update_log_heroku '{}' --json kosmo integrations:fastly fastly_logging_heroku_update_log_heroku '{}' --json fastly.fastly_logging_honeycomb_create_log_honeycomb
Create a Honeycomb log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_honeycomb_create_log_honeycomb '{}' --json kosmo integrations:fastly fastly_logging_honeycomb_create_log_honeycomb '{}' --json fastly.fastly_logging_honeycomb_delete_log_honeycomb
Delete the Honeycomb log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_honeycomb_delete_log_honeycomb '{}' --json kosmo integrations:fastly fastly_logging_honeycomb_delete_log_honeycomb '{}' --json fastly.fastly_logging_honeycomb_get_log_honeycomb
Get a Honeycomb log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_honeycomb_get_log_honeycomb '{}' --json kosmo integrations:fastly fastly_logging_honeycomb_get_log_honeycomb '{}' --json fastly.fastly_logging_honeycomb_list_log_honeycomb
List Honeycomb log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_honeycomb_list_log_honeycomb '{}' --json kosmo integrations:fastly fastly_logging_honeycomb_list_log_honeycomb '{}' --json fastly.fastly_logging_honeycomb_update_log_honeycomb
Update a Honeycomb log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_honeycomb_update_log_honeycomb '{}' --json kosmo integrations:fastly fastly_logging_honeycomb_update_log_honeycomb '{}' --json fastly.fastly_logging_https_create_log_https
Create an HTTPS log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_https_create_log_https '{}' --json kosmo integrations:fastly fastly_logging_https_create_log_https '{}' --json fastly.fastly_logging_https_delete_log_https
Delete an HTTPS log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_https_delete_log_https '{}' --json kosmo integrations:fastly fastly_logging_https_delete_log_https '{}' --json fastly.fastly_logging_https_get_log_https
Get an HTTPS log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_https_get_log_https '{}' --json kosmo integrations:fastly fastly_logging_https_get_log_https '{}' --json fastly.fastly_logging_https_list_log_https
List HTTPS log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_https_list_log_https '{}' --json kosmo integrations:fastly fastly_logging_https_list_log_https '{}' --json fastly.fastly_logging_https_update_log_https
Update an HTTPS log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_https_update_log_https '{}' --json kosmo integrations:fastly fastly_logging_https_update_log_https '{}' --json fastly.fastly_logging_kafka_create_log_kafka
Create a Kafka log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kafka_create_log_kafka '{}' --json kosmo integrations:fastly fastly_logging_kafka_create_log_kafka '{}' --json fastly.fastly_logging_kafka_delete_log_kafka
Delete the Kafka log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kafka_delete_log_kafka '{}' --json kosmo integrations:fastly fastly_logging_kafka_delete_log_kafka '{}' --json fastly.fastly_logging_kafka_get_log_kafka
Get a Kafka log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kafka_get_log_kafka '{}' --json kosmo integrations:fastly fastly_logging_kafka_get_log_kafka '{}' --json fastly.fastly_logging_kafka_list_log_kafka
List Kafka log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kafka_list_log_kafka '{}' --json kosmo integrations:fastly fastly_logging_kafka_list_log_kafka '{}' --json fastly.fastly_logging_kafka_update_log_kafka
Update the Kafka log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kafka_update_log_kafka '{}' --json kosmo integrations:fastly fastly_logging_kafka_update_log_kafka '{}' --json fastly.fastly_logging_kinesis_create_log_kinesis
Create an Amazon Kinesis log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kinesis_create_log_kinesis '{}' --json kosmo integrations:fastly fastly_logging_kinesis_create_log_kinesis '{}' --json fastly.fastly_logging_kinesis_delete_log_kinesis
Delete the Amazon Kinesis log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kinesis_delete_log_kinesis '{}' --json kosmo integrations:fastly fastly_logging_kinesis_delete_log_kinesis '{}' --json fastly.fastly_logging_kinesis_get_log_kinesis
Get an Amazon Kinesis log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kinesis_get_log_kinesis '{}' --json kosmo integrations:fastly fastly_logging_kinesis_get_log_kinesis '{}' --json fastly.fastly_logging_kinesis_list_log_kinesis
List Amazon Kinesis log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kinesis_list_log_kinesis '{}' --json kosmo integrations:fastly fastly_logging_kinesis_list_log_kinesis '{}' --json fastly.fastly_logging_kinesis_update_log_kinesis
Update the Amazon Kinesis log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_kinesis_update_log_kinesis '{}' --json kosmo integrations:fastly fastly_logging_kinesis_update_log_kinesis '{}' --json fastly.fastly_logging_logentries_create_log_logentries
Create a Logentries log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logentries_create_log_logentries '{}' --json kosmo integrations:fastly fastly_logging_logentries_create_log_logentries '{}' --json fastly.fastly_logging_logentries_delete_log_logentries
Delete a Logentries log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logentries_delete_log_logentries '{}' --json kosmo integrations:fastly fastly_logging_logentries_delete_log_logentries '{}' --json fastly.fastly_logging_logentries_get_log_logentries
Get a Logentries log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logentries_get_log_logentries '{}' --json kosmo integrations:fastly fastly_logging_logentries_get_log_logentries '{}' --json fastly.fastly_logging_logentries_list_log_logentries
List Logentries log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logentries_list_log_logentries '{}' --json kosmo integrations:fastly fastly_logging_logentries_list_log_logentries '{}' --json fastly.fastly_logging_logentries_update_log_logentries
Update a Logentries log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logentries_update_log_logentries '{}' --json kosmo integrations:fastly fastly_logging_logentries_update_log_logentries '{}' --json fastly.fastly_logging_loggly_create_log_loggly
Create a Loggly log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_loggly_create_log_loggly '{}' --json kosmo integrations:fastly fastly_logging_loggly_create_log_loggly '{}' --json fastly.fastly_logging_loggly_delete_log_loggly
Delete a Loggly log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_loggly_delete_log_loggly '{}' --json kosmo integrations:fastly fastly_logging_loggly_delete_log_loggly '{}' --json fastly.fastly_logging_loggly_get_log_loggly
Get a Loggly log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_loggly_get_log_loggly '{}' --json kosmo integrations:fastly fastly_logging_loggly_get_log_loggly '{}' --json fastly.fastly_logging_loggly_list_log_loggly
List Loggly log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_loggly_list_log_loggly '{}' --json kosmo integrations:fastly fastly_logging_loggly_list_log_loggly '{}' --json fastly.fastly_logging_loggly_update_log_loggly
Update a Loggly log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_loggly_update_log_loggly '{}' --json kosmo integrations:fastly fastly_logging_loggly_update_log_loggly '{}' --json fastly.fastly_logging_logshuttle_create_log_logshuttle
Create a Log Shuttle log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logshuttle_create_log_logshuttle '{}' --json kosmo integrations:fastly fastly_logging_logshuttle_create_log_logshuttle '{}' --json fastly.fastly_logging_logshuttle_delete_log_logshuttle
Delete a Log Shuttle log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logshuttle_delete_log_logshuttle '{}' --json kosmo integrations:fastly fastly_logging_logshuttle_delete_log_logshuttle '{}' --json fastly.fastly_logging_logshuttle_get_log_logshuttle
Get a Log Shuttle log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logshuttle_get_log_logshuttle '{}' --json kosmo integrations:fastly fastly_logging_logshuttle_get_log_logshuttle '{}' --json fastly.fastly_logging_logshuttle_list_log_logshuttle
List Log Shuttle log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logshuttle_list_log_logshuttle '{}' --json kosmo integrations:fastly fastly_logging_logshuttle_list_log_logshuttle '{}' --json fastly.fastly_logging_logshuttle_update_log_logshuttle
Update a Log Shuttle log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_logshuttle_update_log_logshuttle '{}' --json kosmo integrations:fastly fastly_logging_logshuttle_update_log_logshuttle '{}' --json fastly.fastly_logging_newrelic_create_log_newrelic
Create a New Relic log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelic_create_log_newrelic '{}' --json kosmo integrations:fastly fastly_logging_newrelic_create_log_newrelic '{}' --json fastly.fastly_logging_newrelic_delete_log_newrelic
Delete a New Relic log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelic_delete_log_newrelic '{}' --json kosmo integrations:fastly fastly_logging_newrelic_delete_log_newrelic '{}' --json fastly.fastly_logging_newrelic_get_log_newrelic
Get a New Relic log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelic_get_log_newrelic '{}' --json kosmo integrations:fastly fastly_logging_newrelic_get_log_newrelic '{}' --json fastly.fastly_logging_newrelic_list_log_newrelic
List New Relic log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelic_list_log_newrelic '{}' --json kosmo integrations:fastly fastly_logging_newrelic_list_log_newrelic '{}' --json fastly.fastly_logging_newrelic_update_log_newrelic
Update a New Relic log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelic_update_log_newrelic '{}' --json kosmo integrations:fastly fastly_logging_newrelic_update_log_newrelic '{}' --json fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp
Create a New Relic OTLP endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp '{}' --json kosmo integrations:fastly fastly_logging_newrelicotlp_create_log_newrelicotlp '{}' --json fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp
Delete a New Relic OTLP endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp '{}' --json kosmo integrations:fastly fastly_logging_newrelicotlp_delete_log_newrelicotlp '{}' --json fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp
Get a New Relic OTLP endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp '{}' --json kosmo integrations:fastly fastly_logging_newrelicotlp_get_log_newrelicotlp '{}' --json fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp
List New Relic OTLP endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp '{}' --json kosmo integrations:fastly fastly_logging_newrelicotlp_list_log_newrelicotlp '{}' --json fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp
Update a New Relic log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp '{}' --json kosmo integrations:fastly fastly_logging_newrelicotlp_update_log_newrelicotlp '{}' --json fastly.fastly_logging_openstack_create_log_openstack
Create an OpenStack log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_openstack_create_log_openstack '{}' --json kosmo integrations:fastly fastly_logging_openstack_create_log_openstack '{}' --json fastly.fastly_logging_openstack_delete_log_openstack
Delete an OpenStack log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_openstack_delete_log_openstack '{}' --json kosmo integrations:fastly fastly_logging_openstack_delete_log_openstack '{}' --json fastly.fastly_logging_openstack_get_log_openstack
Get an OpenStack log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_openstack_get_log_openstack '{}' --json kosmo integrations:fastly fastly_logging_openstack_get_log_openstack '{}' --json fastly.fastly_logging_openstack_list_log_openstack
List OpenStack log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_openstack_list_log_openstack '{}' --json kosmo integrations:fastly fastly_logging_openstack_list_log_openstack '{}' --json fastly.fastly_logging_openstack_update_log_openstack
Update an OpenStack log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_openstack_update_log_openstack '{}' --json kosmo integrations:fastly fastly_logging_openstack_update_log_openstack '{}' --json fastly.fastly_logging_papertrail_create_log_papertrail
Create a Papertrail log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_papertrail_create_log_papertrail '{}' --json kosmo integrations:fastly fastly_logging_papertrail_create_log_papertrail '{}' --json fastly.fastly_logging_papertrail_delete_log_papertrail
Delete a Papertrail log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_papertrail_delete_log_papertrail '{}' --json kosmo integrations:fastly fastly_logging_papertrail_delete_log_papertrail '{}' --json fastly.fastly_logging_papertrail_get_log_papertrail
Get a Papertrail log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_papertrail_get_log_papertrail '{}' --json kosmo integrations:fastly fastly_logging_papertrail_get_log_papertrail '{}' --json fastly.fastly_logging_papertrail_list_log_papertrail
List Papertrail log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_papertrail_list_log_papertrail '{}' --json kosmo integrations:fastly fastly_logging_papertrail_list_log_papertrail '{}' --json fastly.fastly_logging_papertrail_update_log_papertrail
Update a Papertrail log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_papertrail_update_log_papertrail '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_pubsub_create_log_gcp_pubsub '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_pubsub_delete_log_gcp_pubsub '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_pubsub_get_log_gcp_pubsub '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_pubsub_list_log_gcp_pubsub '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_pubsub_update_log_gcp_pubsub '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_s3_create_log_aws_s3 '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_s3_delete_log_aws_s3 '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_s3_get_log_aws_s3 '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_s3_list_log_aws_s3 '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_logging_s3_update_log_aws_s3 '{}' --json kosmo integrations:fastly fastly_logging_s3_update_log_aws_s3 '{}' --json fastly.fastly_logging_scalyr_create_log_scalyr
Create a Scalyr log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_scalyr_create_log_scalyr '{}' --json kosmo integrations:fastly fastly_logging_scalyr_create_log_scalyr '{}' --json fastly.fastly_logging_scalyr_delete_log_scalyr
Delete the Scalyr log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_scalyr_delete_log_scalyr '{}' --json kosmo integrations:fastly fastly_logging_scalyr_delete_log_scalyr '{}' --json fastly.fastly_logging_scalyr_get_log_scalyr
Get a Scalyr log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_scalyr_get_log_scalyr '{}' --json kosmo integrations:fastly fastly_logging_scalyr_get_log_scalyr '{}' --json fastly.fastly_logging_scalyr_list_log_scalyr
List Scalyr log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_scalyr_list_log_scalyr '{}' --json kosmo integrations:fastly fastly_logging_scalyr_list_log_scalyr '{}' --json fastly.fastly_logging_scalyr_update_log_scalyr
Update the Scalyr log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_scalyr_update_log_scalyr '{}' --json kosmo integrations:fastly fastly_logging_scalyr_update_log_scalyr '{}' --json fastly.fastly_logging_sftp_create_log_sftp
Create an SFTP log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sftp_create_log_sftp '{}' --json kosmo integrations:fastly fastly_logging_sftp_create_log_sftp '{}' --json fastly.fastly_logging_sftp_delete_log_sftp
Delete an SFTP log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sftp_delete_log_sftp '{}' --json kosmo integrations:fastly fastly_logging_sftp_delete_log_sftp '{}' --json fastly.fastly_logging_sftp_get_log_sftp
Get an SFTP log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sftp_get_log_sftp '{}' --json kosmo integrations:fastly fastly_logging_sftp_get_log_sftp '{}' --json fastly.fastly_logging_sftp_list_log_sftp
List SFTP log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sftp_list_log_sftp '{}' --json kosmo integrations:fastly fastly_logging_sftp_list_log_sftp '{}' --json fastly.fastly_logging_sftp_update_log_sftp
Update an SFTP log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sftp_update_log_sftp '{}' --json kosmo integrations:fastly fastly_logging_sftp_update_log_sftp '{}' --json fastly.fastly_logging_splunk_create_log_splunk
Create a Splunk log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_splunk_create_log_splunk '{}' --json kosmo integrations:fastly fastly_logging_splunk_create_log_splunk '{}' --json fastly.fastly_logging_splunk_delete_log_splunk
Delete a Splunk log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_splunk_delete_log_splunk '{}' --json kosmo integrations:fastly fastly_logging_splunk_delete_log_splunk '{}' --json fastly.fastly_logging_splunk_get_log_splunk
Get a Splunk log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_splunk_get_log_splunk '{}' --json kosmo integrations:fastly fastly_logging_splunk_get_log_splunk '{}' --json fastly.fastly_logging_splunk_list_log_splunk
List Splunk log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_splunk_list_log_splunk '{}' --json kosmo integrations:fastly fastly_logging_splunk_list_log_splunk '{}' --json fastly.fastly_logging_splunk_update_log_splunk
Update a Splunk log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_splunk_update_log_splunk '{}' --json kosmo integrations:fastly fastly_logging_splunk_update_log_splunk '{}' --json fastly.fastly_logging_sumologic_create_log_sumologic
Create a Sumologic log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sumologic_create_log_sumologic '{}' --json kosmo integrations:fastly fastly_logging_sumologic_create_log_sumologic '{}' --json fastly.fastly_logging_sumologic_delete_log_sumologic
Delete a Sumologic log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sumologic_delete_log_sumologic '{}' --json kosmo integrations:fastly fastly_logging_sumologic_delete_log_sumologic '{}' --json fastly.fastly_logging_sumologic_get_log_sumologic
Get a Sumologic log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sumologic_get_log_sumologic '{}' --json kosmo integrations:fastly fastly_logging_sumologic_get_log_sumologic '{}' --json fastly.fastly_logging_sumologic_list_log_sumologic
List Sumologic log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sumologic_list_log_sumologic '{}' --json kosmo integrations:fastly fastly_logging_sumologic_list_log_sumologic '{}' --json fastly.fastly_logging_sumologic_update_log_sumologic
Update a Sumologic log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_sumologic_update_log_sumologic '{}' --json kosmo integrations:fastly fastly_logging_sumologic_update_log_sumologic '{}' --json fastly.fastly_logging_syslog_create_log_syslog
Create a syslog log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_syslog_create_log_syslog '{}' --json kosmo integrations:fastly fastly_logging_syslog_create_log_syslog '{}' --json fastly.fastly_logging_syslog_delete_log_syslog
Delete a syslog log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_syslog_delete_log_syslog '{}' --json kosmo integrations:fastly fastly_logging_syslog_delete_log_syslog '{}' --json fastly.fastly_logging_syslog_get_log_syslog
Get a syslog log endpoint
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_syslog_get_log_syslog '{}' --json kosmo integrations:fastly fastly_logging_syslog_get_log_syslog '{}' --json fastly.fastly_logging_syslog_list_log_syslog
List Syslog log endpoints
read - Parameters
- none
kosmo integrations:call fastly.fastly_logging_syslog_list_log_syslog '{}' --json kosmo integrations:fastly fastly_logging_syslog_list_log_syslog '{}' --json fastly.fastly_logging_syslog_update_log_syslog
Update a syslog log endpoint
write - Parameters
- none
kosmo integrations:call fastly.fastly_logging_syslog_update_log_syslog '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_metrics_platform_get_platform_metrics_service_historical '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_mutual_authentication_create_mutual_tls_authentication '{}' --json kosmo integrations:fastly fastly_mutual_authentication_create_mutual_tls_authentication '{}' --json fastly.fastly_mutual_authentication_delete_mutual_tls
Delete a Mutual TLS
write - Parameters
- none
kosmo integrations:call fastly.fastly_mutual_authentication_delete_mutual_tls '{}' --json kosmo integrations:fastly fastly_mutual_authentication_delete_mutual_tls '{}' --json fastly.fastly_mutual_authentication_get_mutual_authentication
Get a Mutual Authentication
read - Parameters
- none
kosmo integrations:call fastly.fastly_mutual_authentication_get_mutual_authentication '{}' --json kosmo integrations:fastly fastly_mutual_authentication_get_mutual_authentication '{}' --json fastly.fastly_mutual_authentication_list_mutual_authentications
List Mutual Authentications
read - Parameters
- none
kosmo integrations:call fastly.fastly_mutual_authentication_list_mutual_authentications '{}' --json kosmo integrations:fastly fastly_mutual_authentication_list_mutual_authentications '{}' --json fastly.fastly_mutual_authentication_patch_mutual_authentication
Update a Mutual Authentication
write - Parameters
- none
kosmo integrations:call fastly.fastly_mutual_authentication_patch_mutual_authentication '{}' --json kosmo integrations:fastly fastly_mutual_authentication_patch_mutual_authentication '{}' --json fastly.fastly_ngwaf_reports_get_attacks_report
Get attacks report
read - Parameters
- none
kosmo integrations:call fastly.fastly_ngwaf_reports_get_attacks_report '{}' --json kosmo integrations:fastly fastly_ngwaf_reports_get_attacks_report '{}' --json fastly.fastly_ngwaf_reports_get_signals_report
Get signals report
read - Parameters
- none
kosmo integrations:call fastly.fastly_ngwaf_reports_get_signals_report '{}' --json kosmo integrations:fastly fastly_ngwaf_reports_get_signals_report '{}' --json fastly.fastly_object_storage_access_keys_create_access_key
Create an access key
write - Parameters
- none
kosmo integrations:call fastly.fastly_object_storage_access_keys_create_access_key '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_object_storage_access_keys_delete_access_key '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_object_storage_access_keys_get_access_key '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_object_storage_access_keys_list_access_keys '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_observability_aggregations_for_logs_log_aggregations_get '{}' --json kosmo integrations:fastly fastly_observability_aggregations_for_logs_log_aggregations_get '{}' --json fastly.fastly_observability_custom_dashboards_create_dashboard
Create a new dashboard
write - Parameters
- none
kosmo integrations:call fastly.fastly_observability_custom_dashboards_create_dashboard '{}' --json kosmo integrations:fastly fastly_observability_custom_dashboards_create_dashboard '{}' --json fastly.fastly_observability_custom_dashboards_delete_dashboard
Delete an existing dashboard
write - Parameters
- none
kosmo integrations:call fastly.fastly_observability_custom_dashboards_delete_dashboard '{}' --json kosmo integrations:fastly fastly_observability_custom_dashboards_delete_dashboard '{}' --json fastly.fastly_observability_custom_dashboards_get_dashboard
Retrieve a dashboard by ID
read - Parameters
- none
kosmo integrations:call fastly.fastly_observability_custom_dashboards_get_dashboard '{}' --json kosmo integrations:fastly fastly_observability_custom_dashboards_get_dashboard '{}' --json fastly.fastly_observability_custom_dashboards_list_dashboards
List all custom dashboards
read - Parameters
- none
kosmo integrations:call fastly.fastly_observability_custom_dashboards_list_dashboards '{}' --json kosmo integrations:fastly fastly_observability_custom_dashboards_list_dashboards '{}' --json fastly.fastly_observability_custom_dashboards_update_dashboard
Update an existing dashboard
write - Parameters
- none
kosmo integrations:call fastly.fastly_observability_custom_dashboards_update_dashboard '{}' --json kosmo integrations:fastly fastly_observability_custom_dashboards_update_dashboard '{}' --json fastly.fastly_observability_timeseries_timeseries_get
Retrieve observability data as a time series
read - Parameters
- none
kosmo integrations:call fastly.fastly_observability_timeseries_timeseries_get '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_origin_inspector_historical_get_origin_inspector_historical '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_package_get_package '{}' --json kosmo integrations:fastly fastly_package_get_package '{}' --json fastly.fastly_package_put_package
Upload a Compute package.
write - Parameters
- none
kosmo integrations:call fastly.fastly_package_put_package '{}' --json kosmo integrations:fastly fastly_package_put_package '{}' --json fastly.fastly_pool_create_server_pool
Create a server pool
write - Parameters
- none
kosmo integrations:call fastly.fastly_pool_create_server_pool '{}' --json kosmo integrations:fastly fastly_pool_create_server_pool '{}' --json fastly.fastly_pool_delete_server_pool
Delete a server pool
write - Parameters
- none
kosmo integrations:call fastly.fastly_pool_delete_server_pool '{}' --json kosmo integrations:fastly fastly_pool_delete_server_pool '{}' --json fastly.fastly_pool_get_server_pool
Get a server pool
read - Parameters
- none
kosmo integrations:call fastly.fastly_pool_get_server_pool '{}' --json kosmo integrations:fastly fastly_pool_get_server_pool '{}' --json fastly.fastly_pool_list_server_pools
List server pools
read - Parameters
- none
kosmo integrations:call fastly.fastly_pool_list_server_pools '{}' --json kosmo integrations:fastly fastly_pool_list_server_pools '{}' --json fastly.fastly_pool_update_server_pool
Update a server pool
write - Parameters
- none
kosmo integrations:call fastly.fastly_pool_update_server_pool '{}' --json kosmo integrations:fastly fastly_pool_update_server_pool '{}' --json fastly.fastly_pop_list_pops
List Fastly POPs
read - Parameters
- none
kosmo integrations:call fastly.fastly_pop_list_pops '{}' --json kosmo integrations:fastly fastly_pop_list_pops '{}' --json fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator
Disable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator '{}' --json kosmo integrations:fastly fastly_product_ai_accelerator_disable_product_ai_accelerator '{}' --json fastly.fastly_product_ai_accelerator_enable_ai_accelerator
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_ai_accelerator_enable_ai_accelerator '{}' --json kosmo integrations:fastly fastly_product_ai_accelerator_enable_ai_accelerator '{}' --json fastly.fastly_product_ai_accelerator_get_ai_accelerator
Get product enablement status
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_ai_accelerator_get_ai_accelerator '{}' --json kosmo integrations:fastly fastly_product_ai_accelerator_get_ai_accelerator '{}' --json fastly.fastly_product_api_discovery_disable_product_api_discovery
Disable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_api_discovery_disable_product_api_discovery '{}' --json kosmo integrations:fastly fastly_product_api_discovery_disable_product_api_discovery '{}' --json fastly.fastly_product_api_discovery_enable_product_api_discovery
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_api_discovery_enable_product_api_discovery '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_api_discovery_get_product_api_discovery '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_api_discovery_get_services_product_api_discovery '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_bot_management_disable_product_bot_management '{}' --json kosmo integrations:fastly fastly_product_bot_management_disable_product_bot_management '{}' --json fastly.fastly_product_bot_management_enable_product_bot_management
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_bot_management_enable_product_bot_management '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_bot_management_get_product_bot_management '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_bot_management_get_services_product_bot_management '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_brotli_compression_disable_product_brotli_compression '{}' --json kosmo integrations:fastly fastly_product_brotli_compression_disable_product_brotli_compression '{}' --json fastly.fastly_product_brotli_compression_enable_product_brotli_compression
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_brotli_compression_enable_product_brotli_compression '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_brotli_compression_get_product_brotli_compression '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_brotli_compression_get_services_product_brotli_compression '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_ddos_protection_disable_product_ddos_protection '{}' --json kosmo integrations:fastly fastly_product_ddos_protection_disable_product_ddos_protection '{}' --json fastly.fastly_product_ddos_protection_enable_product_ddos_protection
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_ddos_protection_enable_product_ddos_protection '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_ddos_protection_get_product_ddos_protection '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_ddos_protection_get_services_product_ddos_protection '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_domain_inspector_disable_product_domain_inspector '{}' --json kosmo integrations:fastly fastly_product_domain_inspector_disable_product_domain_inspector '{}' --json fastly.fastly_product_domain_inspector_enable_product_domain_inspector
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_domain_inspector_enable_product_domain_inspector '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_domain_inspector_get_product_domain_inspector '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_domain_inspector_get_services_product_domain_inspector '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_domain_research_disable_product_domain_research '{}' --json kosmo integrations:fastly fastly_product_domain_research_disable_product_domain_research '{}' --json fastly.fastly_product_domain_research_enable_domain_research
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_domain_research_enable_domain_research '{}' --json kosmo integrations:fastly fastly_product_domain_research_enable_domain_research '{}' --json fastly.fastly_product_domain_research_get_domain_research
Get product enablement status
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_domain_research_get_domain_research '{}' --json kosmo integrations:fastly fastly_product_domain_research_get_domain_research '{}' --json fastly.fastly_product_fanout_disable_product_fanout
Disable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_fanout_disable_product_fanout '{}' --json kosmo integrations:fastly fastly_product_fanout_disable_product_fanout '{}' --json fastly.fastly_product_fanout_enable_product_fanout
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_fanout_enable_product_fanout '{}' --json kosmo integrations:fastly fastly_product_fanout_enable_product_fanout '{}' --json fastly.fastly_product_fanout_get_product_fanout
Get product enablement status
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_fanout_get_product_fanout '{}' --json kosmo integrations:fastly fastly_product_fanout_get_product_fanout '{}' --json fastly.fastly_product_fanout_get_services_product_fanout
Get services with product enabled
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_fanout_get_services_product_fanout '{}' --json kosmo integrations:fastly fastly_product_fanout_get_services_product_fanout '{}' --json fastly.fastly_product_image_optimizer_disable_product_image_optimizer
Disable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_image_optimizer_disable_product_image_optimizer '{}' --json kosmo integrations:fastly fastly_product_image_optimizer_disable_product_image_optimizer '{}' --json fastly.fastly_product_image_optimizer_enable_product_image_optimizer
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_image_optimizer_enable_product_image_optimizer '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_image_optimizer_get_product_image_optimizer '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_image_optimizer_get_services_product_image_optimizer '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_ngwaf_disable_product_ngwaf '{}' --json kosmo integrations:fastly fastly_product_ngwaf_disable_product_ngwaf '{}' --json fastly.fastly_product_ngwaf_enable_product_ngwaf
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_ngwaf_enable_product_ngwaf '{}' --json kosmo integrations:fastly fastly_product_ngwaf_enable_product_ngwaf '{}' --json fastly.fastly_product_ngwaf_get_product_ngwaf
Get product enablement status
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_ngwaf_get_product_ngwaf '{}' --json kosmo integrations:fastly fastly_product_ngwaf_get_product_ngwaf '{}' --json fastly.fastly_product_ngwaf_get_product_ngwaf_configuration
Get configuration
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_ngwaf_get_product_ngwaf_configuration '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_ngwaf_get_services_product_ngwaf '{}' --json kosmo integrations:fastly fastly_product_ngwaf_get_services_product_ngwaf '{}' --json fastly.fastly_product_ngwaf_set_product_ngwaf_configuration
Update configuration
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_ngwaf_set_product_ngwaf_configuration '{}' --json kosmo integrations:fastly fastly_product_ngwaf_set_product_ngwaf_configuration '{}' --json fastly.fastly_product_object_storage_disable_product_object_storage
Disable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_object_storage_disable_product_object_storage '{}' --json kosmo integrations:fastly fastly_product_object_storage_disable_product_object_storage '{}' --json fastly.fastly_product_object_storage_enable_object_storage
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_object_storage_enable_object_storage '{}' --json kosmo integrations:fastly fastly_product_object_storage_enable_object_storage '{}' --json fastly.fastly_product_object_storage_get_object_storage
Get product enablement status
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_object_storage_get_object_storage '{}' --json kosmo integrations:fastly fastly_product_object_storage_get_object_storage '{}' --json fastly.fastly_product_origin_inspector_disable_product_origin_inspector
Disable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_origin_inspector_disable_product_origin_inspector '{}' --json kosmo integrations:fastly fastly_product_origin_inspector_disable_product_origin_inspector '{}' --json fastly.fastly_product_origin_inspector_enable_product_origin_inspector
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_origin_inspector_enable_product_origin_inspector '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_origin_inspector_get_product_origin_inspector '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_product_origin_inspector_get_services_product_origin_inspector '{}' --json kosmo integrations:fastly fastly_product_origin_inspector_get_services_product_origin_inspector '{}' --json fastly.fastly_product_websockets_disable_product_websockets
Disable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_websockets_disable_product_websockets '{}' --json kosmo integrations:fastly fastly_product_websockets_disable_product_websockets '{}' --json fastly.fastly_product_websockets_enable_product_websockets
Enable product
write - Parameters
- none
kosmo integrations:call fastly.fastly_product_websockets_enable_product_websockets '{}' --json kosmo integrations:fastly fastly_product_websockets_enable_product_websockets '{}' --json fastly.fastly_product_websockets_get_product_websockets
Get product enablement status
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_websockets_get_product_websockets '{}' --json kosmo integrations:fastly fastly_product_websockets_get_product_websockets '{}' --json fastly.fastly_product_websockets_get_services_product_websockets
Get services with product enabled
read - Parameters
- none
kosmo integrations:call fastly.fastly_product_websockets_get_services_product_websockets '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_public_ip_list_list_fastly_ips '{}' --json kosmo integrations:fastly fastly_public_ip_list_list_fastly_ips '{}' --json fastly.fastly_publish_publish
Send messages to Fanout subscribers
write - Parameters
- none
kosmo integrations:call fastly.fastly_publish_publish '{}' --json kosmo integrations:fastly fastly_publish_publish '{}' --json fastly.fastly_purge_bulk_purge_tag
Purge multiple surrogate key tags
write - Parameters
- none
kosmo integrations:call fastly.fastly_purge_bulk_purge_tag '{}' --json kosmo integrations:fastly fastly_purge_bulk_purge_tag '{}' --json fastly.fastly_purge_purge_all
Purge everything from a service
write - Parameters
- none
kosmo integrations:call fastly.fastly_purge_purge_all '{}' --json kosmo integrations:fastly fastly_purge_purge_all '{}' --json fastly.fastly_purge_purge_single_url
Purge a URL
write - Parameters
- none
kosmo integrations:call fastly.fastly_purge_purge_single_url '{}' --json kosmo integrations:fastly fastly_purge_purge_single_url '{}' --json fastly.fastly_purge_purge_tag
Purge by surrogate key tag
write - Parameters
- none
kosmo integrations:call fastly.fastly_purge_purge_tag '{}' --json kosmo integrations:fastly fastly_purge_purge_tag '{}' --json fastly.fastly_rate_limiter_create_rate_limiter
Create a rate limiter
write - Parameters
- none
kosmo integrations:call fastly.fastly_rate_limiter_create_rate_limiter '{}' --json kosmo integrations:fastly fastly_rate_limiter_create_rate_limiter '{}' --json fastly.fastly_rate_limiter_delete_rate_limiter
Delete a rate limiter
write - Parameters
- none
kosmo integrations:call fastly.fastly_rate_limiter_delete_rate_limiter '{}' --json kosmo integrations:fastly fastly_rate_limiter_delete_rate_limiter '{}' --json fastly.fastly_rate_limiter_get_rate_limiter
Get a rate limiter
read - Parameters
- none
kosmo integrations:call fastly.fastly_rate_limiter_get_rate_limiter '{}' --json kosmo integrations:fastly fastly_rate_limiter_get_rate_limiter '{}' --json fastly.fastly_rate_limiter_list_rate_limiters
List rate limiters
read - Parameters
- none
kosmo integrations:call fastly.fastly_rate_limiter_list_rate_limiters '{}' --json kosmo integrations:fastly fastly_rate_limiter_list_rate_limiters '{}' --json fastly.fastly_rate_limiter_update_rate_limiter
Update a rate limiter
write - Parameters
- none
kosmo integrations:call fastly.fastly_rate_limiter_update_rate_limiter '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_realtime_get_stats_last120_seconds '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_realtime_get_stats_last120_seconds_limit_entries '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_realtime_get_stats_last_second '{}' --json kosmo integrations:fastly fastly_realtime_get_stats_last_second '{}' --json fastly.fastly_request_settings_create_request_settings
Create a Request Settings object
write - Parameters
- none
kosmo integrations:call fastly.fastly_request_settings_create_request_settings '{}' --json kosmo integrations:fastly fastly_request_settings_create_request_settings '{}' --json fastly.fastly_request_settings_delete_request_settings
Delete a Request Settings object
write - Parameters
- none
kosmo integrations:call fastly.fastly_request_settings_delete_request_settings '{}' --json kosmo integrations:fastly fastly_request_settings_delete_request_settings '{}' --json fastly.fastly_request_settings_get_request_settings
Get a Request Settings object
read - Parameters
- none
kosmo integrations:call fastly.fastly_request_settings_get_request_settings '{}' --json kosmo integrations:fastly fastly_request_settings_get_request_settings '{}' --json fastly.fastly_request_settings_list_request_settings
List Request Settings objects
read - Parameters
- none
kosmo integrations:call fastly.fastly_request_settings_list_request_settings '{}' --json kosmo integrations:fastly fastly_request_settings_list_request_settings '{}' --json fastly.fastly_request_settings_update_request_settings
Update a Request Settings object
write - Parameters
- none
kosmo integrations:call fastly.fastly_request_settings_update_request_settings '{}' --json kosmo integrations:fastly fastly_request_settings_update_request_settings '{}' --json fastly.fastly_resource_create_resource
Create a resource link
write - Parameters
- none
kosmo integrations:call fastly.fastly_resource_create_resource '{}' --json kosmo integrations:fastly fastly_resource_create_resource '{}' --json fastly.fastly_resource_delete_resource
Delete a resource link
write - Parameters
- none
kosmo integrations:call fastly.fastly_resource_delete_resource '{}' --json kosmo integrations:fastly fastly_resource_delete_resource '{}' --json fastly.fastly_resource_get_resource
Display a resource link
read - Parameters
- none
kosmo integrations:call fastly.fastly_resource_get_resource '{}' --json kosmo integrations:fastly fastly_resource_get_resource '{}' --json fastly.fastly_resource_list_resources
List resource links
read - Parameters
- none
kosmo integrations:call fastly.fastly_resource_list_resources '{}' --json kosmo integrations:fastly fastly_resource_list_resources '{}' --json fastly.fastly_resource_update_resource
Update a resource link
write - Parameters
- none
kosmo integrations:call fastly.fastly_resource_update_resource '{}' --json kosmo integrations:fastly fastly_resource_update_resource '{}' --json fastly.fastly_response_object_create_response_object
Create a Response object
write - Parameters
- none
kosmo integrations:call fastly.fastly_response_object_create_response_object '{}' --json kosmo integrations:fastly fastly_response_object_create_response_object '{}' --json fastly.fastly_response_object_delete_response_object
Delete a Response Object
write - Parameters
- none
kosmo integrations:call fastly.fastly_response_object_delete_response_object '{}' --json kosmo integrations:fastly fastly_response_object_delete_response_object '{}' --json fastly.fastly_response_object_get_response_object
Get a Response object
read - Parameters
- none
kosmo integrations:call fastly.fastly_response_object_get_response_object '{}' --json kosmo integrations:fastly fastly_response_object_get_response_object '{}' --json fastly.fastly_response_object_list_response_objects
List Response objects
read - Parameters
- none
kosmo integrations:call fastly.fastly_response_object_list_response_objects '{}' --json kosmo integrations:fastly fastly_response_object_list_response_objects '{}' --json fastly.fastly_response_object_update_response_object
Update a Response object
write - Parameters
- none
kosmo integrations:call fastly.fastly_response_object_update_response_object '{}' --json kosmo integrations:fastly fastly_response_object_update_response_object '{}' --json fastly.fastly_secret_store_client_key
Create new client key
write - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_client_key '{}' --json kosmo integrations:fastly fastly_secret_store_client_key '{}' --json fastly.fastly_secret_store_create_secret_store
Create new secret store
write - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_create_secret_store '{}' --json kosmo integrations:fastly fastly_secret_store_create_secret_store '{}' --json fastly.fastly_secret_store_delete_secret_store
Delete secret store
write - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_delete_secret_store '{}' --json kosmo integrations:fastly fastly_secret_store_delete_secret_store '{}' --json fastly.fastly_secret_store_get_secret_store
Get secret store by ID
read - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_get_secret_store '{}' --json kosmo integrations:fastly fastly_secret_store_get_secret_store '{}' --json fastly.fastly_secret_store_get_secret_stores
Get all secret stores
read - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_get_secret_stores '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_item_create_secret '{}' --json kosmo integrations:fastly fastly_secret_store_item_create_secret '{}' --json fastly.fastly_secret_store_item_delete_secret
Delete a secret from a store.
write - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_item_delete_secret '{}' --json kosmo integrations:fastly fastly_secret_store_item_delete_secret '{}' --json fastly.fastly_secret_store_item_get_secret
Get secret metadata.
read - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_item_get_secret '{}' --json kosmo integrations:fastly fastly_secret_store_item_get_secret '{}' --json fastly.fastly_secret_store_item_get_secrets
List secrets within a store.
read - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_item_get_secrets '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_item_must_recreate_secret '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_item_recreate_secret '{}' --json kosmo integrations:fastly fastly_secret_store_item_recreate_secret '{}' --json fastly.fastly_secret_store_signing_key
Get public key
read - Parameters
- none
kosmo integrations:call fastly.fastly_secret_store_signing_key '{}' --json kosmo integrations:fastly fastly_secret_store_signing_key '{}' --json fastly.fastly_server_create_pool_server
Add a server to a pool
write - Parameters
- none
kosmo integrations:call fastly.fastly_server_create_pool_server '{}' --json kosmo integrations:fastly fastly_server_create_pool_server '{}' --json fastly.fastly_server_delete_pool_server
Delete a server from a pool
write - Parameters
- none
kosmo integrations:call fastly.fastly_server_delete_pool_server '{}' --json kosmo integrations:fastly fastly_server_delete_pool_server '{}' --json fastly.fastly_server_get_pool_server
Get a pool server
read - Parameters
- none
kosmo integrations:call fastly.fastly_server_get_pool_server '{}' --json kosmo integrations:fastly fastly_server_get_pool_server '{}' --json fastly.fastly_server_list_pool_servers
List servers in a pool
read - Parameters
- none
kosmo integrations:call fastly.fastly_server_list_pool_servers '{}' --json kosmo integrations:fastly fastly_server_list_pool_servers '{}' --json fastly.fastly_server_update_pool_server
Update a server
write - Parameters
- none
kosmo integrations:call fastly.fastly_server_update_pool_server '{}' --json kosmo integrations:fastly fastly_server_update_pool_server '{}' --json fastly.fastly_service_authorizations_create_service_authorization
Create service authorization
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_authorizations_create_service_authorization '{}' --json kosmo integrations:fastly fastly_service_authorizations_create_service_authorization '{}' --json fastly.fastly_service_authorizations_delete_service_authorization
Delete service authorization
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_authorizations_delete_service_authorization '{}' --json kosmo integrations:fastly fastly_service_authorizations_delete_service_authorization '{}' --json fastly.fastly_service_authorizations_delete_service_authorization2
Delete service authorizations
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_authorizations_delete_service_authorization2 '{}' --json kosmo integrations:fastly fastly_service_authorizations_delete_service_authorization2 '{}' --json fastly.fastly_service_authorizations_list_service_authorization
List service authorizations
read - Parameters
- none
kosmo integrations:call fastly.fastly_service_authorizations_list_service_authorization '{}' --json kosmo integrations:fastly fastly_service_authorizations_list_service_authorization '{}' --json fastly.fastly_service_authorizations_show_service_authorization
Show service authorization
read - Parameters
- none
kosmo integrations:call fastly.fastly_service_authorizations_show_service_authorization '{}' --json kosmo integrations:fastly fastly_service_authorizations_show_service_authorization '{}' --json fastly.fastly_service_authorizations_update_service_authorization
Update service authorization
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_authorizations_update_service_authorization '{}' --json kosmo integrations:fastly fastly_service_authorizations_update_service_authorization '{}' --json fastly.fastly_service_authorizations_update_service_authorization2
Update service authorizations
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_authorizations_update_service_authorization2 '{}' --json kosmo integrations:fastly fastly_service_authorizations_update_service_authorization2 '{}' --json fastly.fastly_service_create_service
Create a service
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_create_service '{}' --json kosmo integrations:fastly fastly_service_create_service '{}' --json fastly.fastly_service_delete_service
Delete a service
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_delete_service '{}' --json kosmo integrations:fastly fastly_service_delete_service '{}' --json fastly.fastly_service_get_service
Get a service
read - Parameters
- none
kosmo integrations:call fastly.fastly_service_get_service '{}' --json kosmo integrations:fastly fastly_service_get_service '{}' --json fastly.fastly_service_get_service_detail
Get service details
read - Parameters
- none
kosmo integrations:call fastly.fastly_service_get_service_detail '{}' --json kosmo integrations:fastly fastly_service_get_service_detail '{}' --json fastly.fastly_service_list_service_domains
List the domains within a service
read - Parameters
- none
kosmo integrations:call fastly.fastly_service_list_service_domains '{}' --json kosmo integrations:fastly fastly_service_list_service_domains '{}' --json fastly.fastly_service_list_services
List services
read - Parameters
- none
kosmo integrations:call fastly.fastly_service_list_services '{}' --json kosmo integrations:fastly fastly_service_list_services '{}' --json fastly.fastly_service_search_service
Search for a service by name
read - Parameters
- none
kosmo integrations:call fastly.fastly_service_search_service '{}' --json kosmo integrations:fastly fastly_service_search_service '{}' --json fastly.fastly_service_update_service
Update a service
write - Parameters
- none
kosmo integrations:call fastly.fastly_service_update_service '{}' --json kosmo integrations:fastly fastly_service_update_service '{}' --json fastly.fastly_settings_get_service_settings
Get service settings
read - Parameters
- none
kosmo integrations:call fastly.fastly_settings_get_service_settings '{}' --json kosmo integrations:fastly fastly_settings_get_service_settings '{}' --json fastly.fastly_settings_update_service_settings
Update service settings
write - Parameters
- none
kosmo integrations:call fastly.fastly_settings_update_service_settings '{}' --json kosmo integrations:fastly fastly_settings_update_service_settings '{}' --json fastly.fastly_snippet_create_snippet
Create a snippet
write - Parameters
- none
kosmo integrations:call fastly.fastly_snippet_create_snippet '{}' --json kosmo integrations:fastly fastly_snippet_create_snippet '{}' --json fastly.fastly_snippet_delete_snippet
Delete a snippet
write - Parameters
- none
kosmo integrations:call fastly.fastly_snippet_delete_snippet '{}' --json kosmo integrations:fastly fastly_snippet_delete_snippet '{}' --json fastly.fastly_snippet_get_snippet
Get a versioned snippet
read - Parameters
- none
kosmo integrations:call fastly.fastly_snippet_get_snippet '{}' --json kosmo integrations:fastly fastly_snippet_get_snippet '{}' --json fastly.fastly_snippet_get_snippet_dynamic
Get a dynamic snippet
read - Parameters
- none
kosmo integrations:call fastly.fastly_snippet_get_snippet_dynamic '{}' --json kosmo integrations:fastly fastly_snippet_get_snippet_dynamic '{}' --json fastly.fastly_snippet_list_snippets
List snippets
read - Parameters
- none
kosmo integrations:call fastly.fastly_snippet_list_snippets '{}' --json kosmo integrations:fastly fastly_snippet_list_snippets '{}' --json fastly.fastly_snippet_update_snippet
Update a versioned snippet
write - Parameters
- none
kosmo integrations:call fastly.fastly_snippet_update_snippet '{}' --json kosmo integrations:fastly fastly_snippet_update_snippet '{}' --json fastly.fastly_snippet_update_snippet_dynamic
Update a dynamic snippet
write - Parameters
- none
kosmo integrations:call fastly.fastly_snippet_update_snippet_dynamic '{}' --json kosmo integrations:fastly fastly_snippet_update_snippet_dynamic '{}' --json fastly.fastly_star_create_service_star
Create a star
write - Parameters
- none
kosmo integrations:call fastly.fastly_star_create_service_star '{}' --json kosmo integrations:fastly fastly_star_create_service_star '{}' --json fastly.fastly_star_delete_service_star
Delete a star
write - Parameters
- none
kosmo integrations:call fastly.fastly_star_delete_service_star '{}' --json kosmo integrations:fastly fastly_star_delete_service_star '{}' --json fastly.fastly_star_get_service_star
Get a star
read - Parameters
- none
kosmo integrations:call fastly.fastly_star_get_service_star '{}' --json kosmo integrations:fastly fastly_star_get_service_star '{}' --json fastly.fastly_star_list_service_stars
List stars
read - Parameters
- none
kosmo integrations:call fastly.fastly_star_list_service_stars '{}' --json kosmo integrations:fastly fastly_star_list_service_stars '{}' --json fastly.fastly_stats_get_service_stats
Get stats for a service
read - Parameters
- none
kosmo integrations:call fastly.fastly_stats_get_service_stats '{}' --json kosmo integrations:fastly fastly_stats_get_service_stats '{}' --json fastly.fastly_sudo_request_sudo_access
Request Sudo access
write - Parameters
- none
kosmo integrations:call fastly.fastly_sudo_request_sudo_access '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_activations_create_tls_activation '{}' --json kosmo integrations:fastly fastly_tls_activations_create_tls_activation '{}' --json fastly.fastly_tls_activations_delete_tls_activation
Disable TLS on a domain
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_activations_delete_tls_activation '{}' --json kosmo integrations:fastly fastly_tls_activations_delete_tls_activation '{}' --json fastly.fastly_tls_activations_get_tls_activation
Get a TLS activation
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_activations_get_tls_activation '{}' --json kosmo integrations:fastly fastly_tls_activations_get_tls_activation '{}' --json fastly.fastly_tls_activations_list_tls_activations
List TLS activations
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_activations_list_tls_activations '{}' --json kosmo integrations:fastly fastly_tls_activations_list_tls_activations '{}' --json fastly.fastly_tls_activations_update_tls_activation
Update a certificate
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_activations_update_tls_activation '{}' --json kosmo integrations:fastly fastly_tls_activations_update_tls_activation '{}' --json fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert
Delete a certificate
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert '{}' --json kosmo integrations:fastly fastly_tls_bulk_certificates_get_tls_bulk_cert '{}' --json fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs
List certificates
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert '{}' --json kosmo integrations:fastly fastly_tls_bulk_certificates_upload_tls_bulk_cert '{}' --json fastly.fastly_tls_certificates_create_tls_cert
Create a TLS certificate
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_certificates_create_tls_cert '{}' --json kosmo integrations:fastly fastly_tls_certificates_create_tls_cert '{}' --json fastly.fastly_tls_certificates_delete_tls_cert
Delete a TLS certificate
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_certificates_delete_tls_cert '{}' --json kosmo integrations:fastly fastly_tls_certificates_delete_tls_cert '{}' --json fastly.fastly_tls_certificates_get_tls_cert
Get a TLS certificate
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_certificates_get_tls_cert '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_certificates_get_tls_cert_blob '{}' --json kosmo integrations:fastly fastly_tls_certificates_get_tls_cert_blob '{}' --json fastly.fastly_tls_certificates_list_tls_certs
List TLS certificates
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_certificates_list_tls_certs '{}' --json kosmo integrations:fastly fastly_tls_certificates_list_tls_certs '{}' --json fastly.fastly_tls_certificates_update_tls_cert
Update a TLS certificate
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_certificates_update_tls_cert '{}' --json kosmo integrations:fastly fastly_tls_certificates_update_tls_cert '{}' --json fastly.fastly_tls_configurations_get_tls_config
Get a TLS configuration
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_configurations_get_tls_config '{}' --json kosmo integrations:fastly fastly_tls_configurations_get_tls_config '{}' --json fastly.fastly_tls_configurations_list_tls_configs
List TLS configurations
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_configurations_list_tls_configs '{}' --json kosmo integrations:fastly fastly_tls_configurations_list_tls_configs '{}' --json fastly.fastly_tls_configurations_update_tls_config
Update a TLS configuration
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_configurations_update_tls_config '{}' --json kosmo integrations:fastly fastly_tls_configurations_update_tls_config '{}' --json fastly.fastly_tls_csrs_create_csr
Create CSR
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_csrs_create_csr '{}' --json kosmo integrations:fastly fastly_tls_csrs_create_csr '{}' --json fastly.fastly_tls_domains_list_tls_domains
List TLS domains
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_domains_list_tls_domains '{}' --json kosmo integrations:fastly fastly_tls_domains_list_tls_domains '{}' --json fastly.fastly_tls_private_keys_create_tls_key
Create a TLS private key
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_private_keys_create_tls_key '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_private_keys_delete_tls_key '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_private_keys_get_tls_key '{}' --json kosmo integrations:fastly fastly_tls_private_keys_get_tls_key '{}' --json fastly.fastly_tls_private_keys_list_tls_keys
List TLS private keys
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_private_keys_list_tls_keys '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_tls_subscriptions_create_globalsign_email_challenge '{}' --json kosmo integrations:fastly fastly_tls_subscriptions_create_globalsign_email_challenge '{}' --json fastly.fastly_tls_subscriptions_create_tls_sub
Create a TLS subscription
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_subscriptions_create_tls_sub '{}' --json kosmo integrations:fastly fastly_tls_subscriptions_create_tls_sub '{}' --json fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge
Delete a GlobalSign email challenge
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge '{}' --json kosmo integrations:fastly fastly_tls_subscriptions_delete_globalsign_email_challenge '{}' --json fastly.fastly_tls_subscriptions_delete_tls_sub
Delete a TLS subscription
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_subscriptions_delete_tls_sub '{}' --json kosmo integrations:fastly fastly_tls_subscriptions_delete_tls_sub '{}' --json fastly.fastly_tls_subscriptions_get_tls_sub
Get a TLS subscription
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_subscriptions_get_tls_sub '{}' --json kosmo integrations:fastly fastly_tls_subscriptions_get_tls_sub '{}' --json fastly.fastly_tls_subscriptions_list_tls_subs
List TLS subscriptions
read - Parameters
- none
kosmo integrations:call fastly.fastly_tls_subscriptions_list_tls_subs '{}' --json kosmo integrations:fastly fastly_tls_subscriptions_list_tls_subs '{}' --json fastly.fastly_tls_subscriptions_patch_tls_sub
Update a TLS subscription
write - Parameters
- none
kosmo integrations:call fastly.fastly_tls_subscriptions_patch_tls_sub '{}' --json kosmo integrations:fastly fastly_tls_subscriptions_patch_tls_sub '{}' --json fastly.fastly_tokens_bulk_revoke_tokens
Revoke multiple tokens
write - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_bulk_revoke_tokens '{}' --json kosmo integrations:fastly fastly_tokens_bulk_revoke_tokens '{}' --json fastly.fastly_tokens_create_token
Create a token
write - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_create_token '{}' --json kosmo integrations:fastly fastly_tokens_create_token '{}' --json fastly.fastly_tokens_get_token
Get a token
read - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_get_token '{}' --json kosmo integrations:fastly fastly_tokens_get_token '{}' --json fastly.fastly_tokens_get_token_current
Get the current token
read - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_get_token_current '{}' --json kosmo integrations:fastly fastly_tokens_get_token_current '{}' --json fastly.fastly_tokens_list_tokens_customer
List tokens for a customer
read - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_list_tokens_customer '{}' --json kosmo integrations:fastly fastly_tokens_list_tokens_customer '{}' --json fastly.fastly_tokens_list_tokens_user
List tokens for the authenticated user
read - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_list_tokens_user '{}' --json kosmo integrations:fastly fastly_tokens_list_tokens_user '{}' --json fastly.fastly_tokens_revoke_token
Revoke a token
write - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_revoke_token '{}' --json kosmo integrations:fastly fastly_tokens_revoke_token '{}' --json fastly.fastly_tokens_revoke_token_current
Revoke the current token
write - Parameters
- none
kosmo integrations:call fastly.fastly_tokens_revoke_token_current '{}' --json kosmo integrations:fastly fastly_tokens_revoke_token_current '{}' --json fastly.fastly_user_create_user
Create a user
write - Parameters
- none
kosmo integrations:call fastly.fastly_user_create_user '{}' --json kosmo integrations:fastly fastly_user_create_user '{}' --json fastly.fastly_user_delete_user
Delete a user
write - Parameters
- none
kosmo integrations:call fastly.fastly_user_delete_user '{}' --json kosmo integrations:fastly fastly_user_delete_user '{}' --json fastly.fastly_user_get_current_user
Get the current user
read - Parameters
- none
kosmo integrations:call fastly.fastly_user_get_current_user '{}' --json kosmo integrations:fastly fastly_user_get_current_user '{}' --json fastly.fastly_user_get_user
Get a user
read - Parameters
- none
kosmo integrations:call fastly.fastly_user_get_user '{}' --json kosmo integrations:fastly fastly_user_get_user '{}' --json fastly.fastly_user_request_password_reset
Request a password reset
write - Parameters
- none
kosmo integrations:call fastly.fastly_user_request_password_reset '{}' --json kosmo integrations:fastly fastly_user_request_password_reset '{}' --json fastly.fastly_user_update_user
Update a user
write - Parameters
- none
kosmo integrations:call fastly.fastly_user_update_user '{}' --json kosmo integrations:fastly fastly_user_update_user '{}' --json fastly.fastly_user_update_user_password
Update the user's password
write - Parameters
- none
kosmo integrations:call fastly.fastly_user_update_user_password '{}' --json kosmo integrations:fastly fastly_user_update_user_password '{}' --json fastly.fastly_vcl_create_custom_vcl
Create a custom VCL file
write - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_create_custom_vcl '{}' --json kosmo integrations:fastly fastly_vcl_create_custom_vcl '{}' --json fastly.fastly_vcl_delete_custom_vcl
Delete a custom VCL file
write - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_delete_custom_vcl '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_diff_vcl_diff_service_versions '{}' --json kosmo integrations:fastly fastly_vcl_diff_vcl_diff_service_versions '{}' --json fastly.fastly_vcl_get_custom_vcl
Get a custom VCL file
read - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl '{}' --json kosmo integrations:fastly fastly_vcl_get_custom_vcl '{}' --json fastly.fastly_vcl_get_custom_vcl_boilerplate
Get boilerplate VCL
read - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_boilerplate '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_generated '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_generated_highlighted '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_highlighted '{}' --json kosmo integrations:fastly fastly_vcl_get_custom_vcl_highlighted '{}' --json fastly.fastly_vcl_get_custom_vcl_raw
Download a custom VCL file
read - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_get_custom_vcl_raw '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_lint_vcl_default '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_lint_vcl_for_service '{}' --json kosmo integrations:fastly fastly_vcl_lint_vcl_for_service '{}' --json fastly.fastly_vcl_list_custom_vcl
List custom VCL files
read - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_list_custom_vcl '{}' --json kosmo integrations:fastly fastly_vcl_list_custom_vcl '{}' --json fastly.fastly_vcl_set_custom_vcl_main
Set a custom VCL file as main
write - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_set_custom_vcl_main '{}' --json kosmo integrations:fastly fastly_vcl_set_custom_vcl_main '{}' --json fastly.fastly_vcl_update_custom_vcl
Update a custom VCL file
write - Parameters
- none
kosmo integrations:call fastly.fastly_vcl_update_custom_vcl '{}' --json kosmo integrations:fastly fastly_vcl_update_custom_vcl '{}' --json fastly.fastly_version_activate_service_version
Activate a service version
write - Parameters
- none
kosmo integrations:call fastly.fastly_version_activate_service_version '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_version_activate_service_version_environment '{}' --json kosmo integrations:fastly fastly_version_activate_service_version_environment '{}' --json fastly.fastly_version_clone_service_version
Clone a service version
write - Parameters
- none
kosmo integrations:call fastly.fastly_version_clone_service_version '{}' --json kosmo integrations:fastly fastly_version_clone_service_version '{}' --json fastly.fastly_version_create_service_version
Create a service version
write - Parameters
- none
kosmo integrations:call fastly.fastly_version_create_service_version '{}' --json kosmo integrations:fastly fastly_version_create_service_version '{}' --json fastly.fastly_version_deactivate_service_version
Deactivate a service version
write - Parameters
- none
kosmo integrations:call fastly.fastly_version_deactivate_service_version '{}' --json kosmo integrations:fastly fastly_version_deactivate_service_version '{}' --json fastly.fastly_version_deactivate_service_version_environment
Deactivate a service version on an environment
write - Parameters
- none
kosmo integrations:call fastly.fastly_version_deactivate_service_version_environment '{}' --json kosmo integrations:fastly fastly_version_deactivate_service_version_environment '{}' --json fastly.fastly_version_get_service_version
Get a version of a service
read - Parameters
- none
kosmo integrations:call fastly.fastly_version_get_service_version '{}' --json kosmo integrations:fastly fastly_version_get_service_version '{}' --json fastly.fastly_version_list_service_versions
List versions of a service
read - Parameters
- none
kosmo integrations:call fastly.fastly_version_list_service_versions '{}' --json kosmo integrations:fastly fastly_version_list_service_versions '{}' --json fastly.fastly_version_lock_service_version
Lock a service version
write - Parameters
- none
kosmo integrations:call fastly.fastly_version_lock_service_version '{}' --json kosmo integrations:fastly fastly_version_lock_service_version '{}' --json fastly.fastly_version_update_service_version
Update a service version
write - Parameters
- none
kosmo integrations:call fastly.fastly_version_update_service_version '{}' --json kosmo integrations:fastly fastly_version_update_service_version '{}' --json fastly.fastly_version_validate_service_version
Validate a service version
read - Parameters
- none
kosmo integrations:call fastly.fastly_version_validate_service_version '{}' --json 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 - Parameters
- none
kosmo integrations:call fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical '{}' --json 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
kosmo integrations:schema fastly.fastly_acl_create_acl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_delete_acl 0 parameters
kosmo integrations:schema fastly.fastly_acl_delete_acl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_entry_bulk_update_acl_entries 0 parameters
kosmo integrations:schema fastly.fastly_acl_entry_bulk_update_acl_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_entry_create_acl_entry 0 parameters
kosmo integrations:schema fastly.fastly_acl_entry_create_acl_entry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_entry_delete_acl_entry 0 parameters
kosmo integrations:schema fastly.fastly_acl_entry_delete_acl_entry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_entry_get_acl_entry 0 parameters
kosmo integrations:schema fastly.fastly_acl_entry_get_acl_entry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_entry_list_acl_entries 0 parameters
kosmo integrations:schema fastly.fastly_acl_entry_list_acl_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_entry_update_acl_entry 0 parameters
kosmo integrations:schema fastly.fastly_acl_entry_update_acl_entry --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_get_acl 0 parameters
kosmo integrations:schema fastly.fastly_acl_get_acl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_list_acls 0 parameters
kosmo integrations:schema fastly.fastly_acl_list_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acl_update_acl 0 parameters
kosmo integrations:schema fastly.fastly_acl_update_acl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acls_in_compute_compute_acl_create_acls 0 parameters
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_create_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id 0 parameters
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_delete_sacl_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acls_in_compute_compute_acl_list_acl_entries 0 parameters
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_list_acl_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acls_in_compute_compute_acl_list_acls 0 parameters
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_list_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id 0 parameters
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_list_acls_sacl_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acls_in_compute_compute_acl_lookup_acls 0 parameters
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_lookup_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_acls_in_compute_compute_acl_update_acls 0 parameters
kosmo integrations:schema fastly.fastly_acls_in_compute_compute_acl_update_acls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apex_redirect_create_apex_redirect 0 parameters
kosmo integrations:schema fastly.fastly_apex_redirect_create_apex_redirect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apex_redirect_delete_apex_redirect 0 parameters
kosmo integrations:schema fastly.fastly_apex_redirect_delete_apex_redirect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apex_redirect_get_apex_redirect 0 parameters
kosmo integrations:schema fastly.fastly_apex_redirect_get_apex_redirect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apex_redirect_list_apex_redirects 0 parameters
kosmo integrations:schema fastly.fastly_apex_redirect_list_apex_redirects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apex_redirect_update_apex_redirect 0 parameters
kosmo integrations:schema fastly.fastly_apex_redirect_update_apex_redirect --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_bulk_add_tags_to_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_bulk_create_operations 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_bulk_create_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_bulk_delete_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_create_operation 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_create_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_create_operation_tag 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_create_operation_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_delete_operation 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_delete_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_delete_operation_tag 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_delete_operation_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_get_operation 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_get_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_get_operation_tag 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_get_operation_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_list_discovered_operations 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_list_discovered_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_list_operation_tags 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_list_operation_tags --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_list_operations 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_list_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_update_operation 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_update_operation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_apisecurity_operations_api_security_update_operation_tag 0 parameters
kosmo integrations:schema fastly.fastly_apisecurity_operations_api_security_update_operation_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_automation_tokens_create_automation_token 0 parameters
kosmo integrations:schema fastly.fastly_automation_tokens_create_automation_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_automation_tokens_get_automation_token_id 0 parameters
kosmo integrations:schema fastly.fastly_automation_tokens_get_automation_token_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_automation_tokens_get_automation_tokens_id_services 0 parameters
kosmo integrations:schema fastly.fastly_automation_tokens_get_automation_tokens_id_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_automation_tokens_list_automation_tokens 0 parameters
kosmo integrations:schema fastly.fastly_automation_tokens_list_automation_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_automation_tokens_revoke_automation_token_id 0 parameters
kosmo integrations:schema fastly.fastly_automation_tokens_revoke_automation_token_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_backend_create_backend 0 parameters
kosmo integrations:schema fastly.fastly_backend_create_backend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_backend_delete_backend 0 parameters
kosmo integrations:schema fastly.fastly_backend_delete_backend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_backend_get_backend 0 parameters
kosmo integrations:schema fastly.fastly_backend_get_backend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_backend_list_backends 0 parameters
kosmo integrations:schema fastly.fastly_backend_list_backends --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_backend_update_backend 0 parameters
kosmo integrations:schema fastly.fastly_backend_update_backend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_address_add_billing_addr 0 parameters
kosmo integrations:schema fastly.fastly_billing_address_add_billing_addr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_address_delete_billing_addr 0 parameters
kosmo integrations:schema fastly.fastly_billing_address_delete_billing_addr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_address_get_billing_addr 0 parameters
kosmo integrations:schema fastly.fastly_billing_address_get_billing_addr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_address_update_billing_addr 0 parameters
kosmo integrations:schema fastly.fastly_billing_address_update_billing_addr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_invoices_get_invoice_by_invoice_id 0 parameters
kosmo integrations:schema fastly.fastly_billing_invoices_get_invoice_by_invoice_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_invoices_get_month_to_date_invoice 0 parameters
kosmo integrations:schema fastly.fastly_billing_invoices_get_month_to_date_invoice --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_invoices_list_invoices 0 parameters
kosmo integrations:schema fastly.fastly_billing_invoices_list_invoices --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_usage_metrics_get_service_level_usage 0 parameters
kosmo integrations:schema fastly.fastly_billing_usage_metrics_get_service_level_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_billing_usage_metrics_get_usage_metrics 0 parameters
kosmo integrations:schema fastly.fastly_billing_usage_metrics_get_usage_metrics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_cache_settings_create_cache_settings 0 parameters
kosmo integrations:schema fastly.fastly_cache_settings_create_cache_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_cache_settings_delete_cache_settings 0 parameters
kosmo integrations:schema fastly.fastly_cache_settings_delete_cache_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_cache_settings_get_cache_settings 0 parameters
kosmo integrations:schema fastly.fastly_cache_settings_get_cache_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_cache_settings_list_cache_settings 0 parameters
kosmo integrations:schema fastly.fastly_cache_settings_list_cache_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_cache_settings_update_cache_settings 0 parameters
kosmo integrations:schema fastly.fastly_cache_settings_update_cache_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_condition_create_condition 0 parameters
kosmo integrations:schema fastly.fastly_condition_create_condition --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_condition_delete_condition 0 parameters
kosmo integrations:schema fastly.fastly_condition_delete_condition --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_condition_get_condition 0 parameters
kosmo integrations:schema fastly.fastly_condition_get_condition --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_condition_list_conditions 0 parameters
kosmo integrations:schema fastly.fastly_condition_list_conditions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_condition_update_condition 0 parameters
kosmo integrations:schema fastly.fastly_condition_update_condition --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_create_config_store 0 parameters
kosmo integrations:schema fastly.fastly_config_store_create_config_store --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_delete_config_store 0 parameters
kosmo integrations:schema fastly.fastly_config_store_delete_config_store --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_get_config_store 0 parameters
kosmo integrations:schema fastly.fastly_config_store_get_config_store --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_get_config_store_info 0 parameters
kosmo integrations:schema fastly.fastly_config_store_get_config_store_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_item_bulk_update_config_store_item 0 parameters
kosmo integrations:schema fastly.fastly_config_store_item_bulk_update_config_store_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_item_create_config_store_item 0 parameters
kosmo integrations:schema fastly.fastly_config_store_item_create_config_store_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_item_delete_config_store_item 0 parameters
kosmo integrations:schema fastly.fastly_config_store_item_delete_config_store_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_item_get_config_store_item 0 parameters
kosmo integrations:schema fastly.fastly_config_store_item_get_config_store_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_item_list_config_store_items 0 parameters
kosmo integrations:schema fastly.fastly_config_store_item_list_config_store_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_item_update_config_store_item 0 parameters
kosmo integrations:schema fastly.fastly_config_store_item_update_config_store_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_item_upsert_config_store_item 0 parameters
kosmo integrations:schema fastly.fastly_config_store_item_upsert_config_store_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_list_config_store_services 0 parameters
kosmo integrations:schema fastly.fastly_config_store_list_config_store_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_list_config_stores 0 parameters
kosmo integrations:schema fastly.fastly_config_store_list_config_stores --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_config_store_update_config_store 0 parameters
kosmo integrations:schema fastly.fastly_config_store_update_config_store --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_contact_create_contacts 0 parameters
kosmo integrations:schema fastly.fastly_contact_create_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_contact_delete_contact 0 parameters
kosmo integrations:schema fastly.fastly_contact_delete_contact --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_contact_list_contacts 0 parameters
kosmo integrations:schema fastly.fastly_contact_list_contacts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_content_content_check 0 parameters
kosmo integrations:schema fastly.fastly_content_content_check --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_addresses_create_customer_address 0 parameters
kosmo integrations:schema fastly.fastly_customer_addresses_create_customer_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_addresses_list_customer_addresses 0 parameters
kosmo integrations:schema fastly.fastly_customer_addresses_list_customer_addresses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_addresses_update_customer_address 0 parameters
kosmo integrations:schema fastly.fastly_customer_addresses_update_customer_address --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_delete_customer 0 parameters
kosmo integrations:schema fastly.fastly_customer_delete_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_get_customer 0 parameters
kosmo integrations:schema fastly.fastly_customer_get_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_get_logged_in_customer 0 parameters
kosmo integrations:schema fastly.fastly_customer_get_logged_in_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_list_users 0 parameters
kosmo integrations:schema fastly.fastly_customer_list_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_customer_update_customer 0 parameters
kosmo integrations:schema fastly.fastly_customer_update_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ddos_protection_ddos_protection_event_get 0 parameters
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_event_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ddos_protection_ddos_protection_event_list 0 parameters
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_event_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ddos_protection_ddos_protection_event_rule_list 0 parameters
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_event_rule_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ddos_protection_ddos_protection_rule_get 0 parameters
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_rule_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ddos_protection_ddos_protection_rule_patch 0 parameters
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_rule_patch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get 0 parameters
kosmo integrations:schema fastly.fastly_ddos_protection_ddos_protection_traffic_stats_rule_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_create_dictionary 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_create_dictionary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_delete_dictionary 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_delete_dictionary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_get_dictionary 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_get_dictionary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_info_get_dictionary_info 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_info_get_dictionary_info --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_item_bulk_update_dictionary_item 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_item_bulk_update_dictionary_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_item_create_dictionary_item 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_item_create_dictionary_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_item_delete_dictionary_item 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_item_delete_dictionary_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_item_get_dictionary_item 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_item_get_dictionary_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_item_list_dictionary_items 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_item_list_dictionary_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_item_update_dictionary_item 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_item_update_dictionary_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_item_upsert_dictionary_item 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_item_upsert_dictionary_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_list_dictionaries 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_list_dictionaries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dictionary_update_dictionary 0 parameters
kosmo integrations:schema fastly.fastly_dictionary_update_dictionary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_diff_diff_service_versions 0 parameters
kosmo integrations:schema fastly.fastly_diff_diff_service_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_backend_create_director_backend 0 parameters
kosmo integrations:schema fastly.fastly_director_backend_create_director_backend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_backend_delete_director_backend 0 parameters
kosmo integrations:schema fastly.fastly_director_backend_delete_director_backend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_backend_get_director_backend 0 parameters
kosmo integrations:schema fastly.fastly_director_backend_get_director_backend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_create_director 0 parameters
kosmo integrations:schema fastly.fastly_director_create_director --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_delete_director 0 parameters
kosmo integrations:schema fastly.fastly_director_delete_director --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_get_director 0 parameters
kosmo integrations:schema fastly.fastly_director_get_director --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_list_directors 0 parameters
kosmo integrations:schema fastly.fastly_director_list_directors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_director_update_director 0 parameters
kosmo integrations:schema fastly.fastly_director_update_director --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dm_domains_create_dm_domain 0 parameters
kosmo integrations:schema fastly.fastly_dm_domains_create_dm_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dm_domains_delete_dm_domain 0 parameters
kosmo integrations:schema fastly.fastly_dm_domains_delete_dm_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dm_domains_get_dm_domain 0 parameters
kosmo integrations:schema fastly.fastly_dm_domains_get_dm_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dm_domains_list_dm_domains 0 parameters
kosmo integrations:schema fastly.fastly_dm_domains_list_dm_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_dm_domains_update_dm_domain 0 parameters
kosmo integrations:schema fastly.fastly_dm_domains_update_dm_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_check_domain 0 parameters
kosmo integrations:schema fastly.fastly_domain_check_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_check_domains 0 parameters
kosmo integrations:schema fastly.fastly_domain_check_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_create_domain 0 parameters
kosmo integrations:schema fastly.fastly_domain_create_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_delete_domain 0 parameters
kosmo integrations:schema fastly.fastly_domain_delete_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_get_domain 0 parameters
kosmo integrations:schema fastly.fastly_domain_get_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_inspector_historical_get_domain_inspector_historical 0 parameters
kosmo integrations:schema fastly.fastly_domain_inspector_historical_get_domain_inspector_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds 0 parameters
kosmo integrations:schema fastly.fastly_domain_inspector_realtime_get_domain_inspector_last120_seconds --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries 0 parameters
kosmo integrations:schema fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_max_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second 0 parameters
kosmo integrations:schema fastly.fastly_domain_inspector_realtime_get_domain_inspector_last_second --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_list_domains 0 parameters
kosmo integrations:schema fastly.fastly_domain_list_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_ownerships_list_domain_ownerships 0 parameters
kosmo integrations:schema fastly.fastly_domain_ownerships_list_domain_ownerships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_research_domain_status 0 parameters
kosmo integrations:schema fastly.fastly_domain_research_domain_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_research_suggest_domains 0 parameters
kosmo integrations:schema fastly.fastly_domain_research_suggest_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_domain_update_domain 0 parameters
kosmo integrations:schema fastly.fastly_domain_update_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_events_get_event 0 parameters
kosmo integrations:schema fastly.fastly_events_get_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_events_list_events 0 parameters
kosmo integrations:schema fastly.fastly_events_list_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_gzip_create_gzip_config 0 parameters
kosmo integrations:schema fastly.fastly_gzip_create_gzip_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_gzip_delete_gzip_config 0 parameters
kosmo integrations:schema fastly.fastly_gzip_delete_gzip_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_gzip_get_gzip_configs 0 parameters
kosmo integrations:schema fastly.fastly_gzip_get_gzip_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_gzip_list_gzip_configs 0 parameters
kosmo integrations:schema fastly.fastly_gzip_list_gzip_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_gzip_update_gzip_config 0 parameters
kosmo integrations:schema fastly.fastly_gzip_update_gzip_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_header_create_header_object 0 parameters
kosmo integrations:schema fastly.fastly_header_create_header_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_header_delete_header_object 0 parameters
kosmo integrations:schema fastly.fastly_header_delete_header_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_header_get_header_object 0 parameters
kosmo integrations:schema fastly.fastly_header_get_header_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_header_list_header_objects 0 parameters
kosmo integrations:schema fastly.fastly_header_list_header_objects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_header_update_header_object 0 parameters
kosmo integrations:schema fastly.fastly_header_update_header_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_healthcheck_create_healthcheck 0 parameters
kosmo integrations:schema fastly.fastly_healthcheck_create_healthcheck --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_healthcheck_delete_healthcheck 0 parameters
kosmo integrations:schema fastly.fastly_healthcheck_delete_healthcheck --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_healthcheck_get_healthcheck 0 parameters
kosmo integrations:schema fastly.fastly_healthcheck_get_healthcheck --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_healthcheck_list_healthchecks 0 parameters
kosmo integrations:schema fastly.fastly_healthcheck_list_healthchecks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_healthcheck_update_healthcheck 0 parameters
kosmo integrations:schema fastly.fastly_healthcheck_update_healthcheck --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_hist_stats 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_hist_stats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_hist_stats_aggregated 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_aggregated --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_hist_stats_field 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_hist_stats_service 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_hist_stats_service_field 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_hist_stats_service_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_regions 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_regions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_usage 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_usage_month 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_usage_month --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_historical_get_usage_service 0 parameters
kosmo integrations:schema fastly.fastly_historical_get_usage_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_http3_create_http3 0 parameters
kosmo integrations:schema fastly.fastly_http3_create_http3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_http3_delete_http3 0 parameters
kosmo integrations:schema fastly.fastly_http3_delete_http3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_http3_get_http3 0 parameters
kosmo integrations:schema fastly.fastly_http3_get_http3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_permissions_list_permissions 0 parameters
kosmo integrations:schema fastly.fastly_iam_permissions_list_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_roles_iam_v1_roles_get 0 parameters
kosmo integrations:schema fastly.fastly_iam_roles_iam_v1_roles_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_roles_iam_v1_roles_list 0 parameters
kosmo integrations:schema fastly.fastly_iam_roles_iam_v1_roles_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_add_service_group_services 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_add_service_group_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_create_aservice_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_create_aservice_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_delete_aservice_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_delete_aservice_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_get_aservice_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_get_aservice_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_list_service_group_services 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_list_service_group_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_list_service_groups 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_list_service_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_remove_service_group_services 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_remove_service_group_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_service_groups_update_aservice_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_service_groups_update_aservice_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_add_user_group_members 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_add_user_group_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_add_user_group_roles 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_add_user_group_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_add_user_group_service_groups 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_add_user_group_service_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_create_auser_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_create_auser_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_delete_auser_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_delete_auser_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_get_auser_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_get_auser_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_list_user_group_members 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_group_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_list_user_group_roles 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_group_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_list_user_group_service_groups 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_group_service_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_list_user_groups 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_list_user_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_remove_user_group_members 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_remove_user_group_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_remove_user_group_roles 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_remove_user_group_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_remove_user_group_service_groups 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_remove_user_group_service_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_iam_user_groups_update_auser_group 0 parameters
kosmo integrations:schema fastly.fastly_iam_user_groups_update_auser_group --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_image_optimizer_default_settings_get_default_settings 0 parameters
kosmo integrations:schema fastly.fastly_image_optimizer_default_settings_get_default_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_image_optimizer_default_settings_update_default_settings 0 parameters
kosmo integrations:schema fastly.fastly_image_optimizer_default_settings_update_default_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_insights_get_log_insights 0 parameters
kosmo integrations:schema fastly.fastly_insights_get_log_insights --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_invitations_create_invitation 0 parameters
kosmo integrations:schema fastly.fastly_invitations_create_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_invitations_delete_invitation 0 parameters
kosmo integrations:schema fastly.fastly_invitations_delete_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_invitations_list_invitations 0 parameters
kosmo integrations:schema fastly.fastly_invitations_list_invitations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_item_kv_store_delete_item 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_delete_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_item_kv_store_get_item 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_get_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_item_kv_store_list_item_keys 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_list_item_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_item_kv_store_upsert_item 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_item_kv_store_upsert_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_kv_store_create 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_kv_store_create --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_kv_store_delete 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_kv_store_delete --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_kv_store_get 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_kv_store_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_kv_store_list 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_kv_store_list --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_kv_store_kv_store_put 0 parameters
kosmo integrations:schema fastly.fastly_kv_store_kv_store_put --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_log_explorer_get_log_records 0 parameters
kosmo integrations:schema fastly.fastly_log_explorer_get_log_records --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_azureblob_create_log_azure 0 parameters
kosmo integrations:schema fastly.fastly_logging_azureblob_create_log_azure --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_azureblob_delete_log_azure 0 parameters
kosmo integrations:schema fastly.fastly_logging_azureblob_delete_log_azure --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_azureblob_get_log_azure 0 parameters
kosmo integrations:schema fastly.fastly_logging_azureblob_get_log_azure --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_azureblob_list_log_azure 0 parameters
kosmo integrations:schema fastly.fastly_logging_azureblob_list_log_azure --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_azureblob_update_log_azure 0 parameters
kosmo integrations:schema fastly.fastly_logging_azureblob_update_log_azure --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_bigquery_create_log_bigquery 0 parameters
kosmo integrations:schema fastly.fastly_logging_bigquery_create_log_bigquery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_bigquery_delete_log_bigquery 0 parameters
kosmo integrations:schema fastly.fastly_logging_bigquery_delete_log_bigquery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_bigquery_get_log_bigquery 0 parameters
kosmo integrations:schema fastly.fastly_logging_bigquery_get_log_bigquery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_bigquery_list_log_bigquery 0 parameters
kosmo integrations:schema fastly.fastly_logging_bigquery_list_log_bigquery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_bigquery_update_log_bigquery 0 parameters
kosmo integrations:schema fastly.fastly_logging_bigquery_update_log_bigquery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_cloudfiles_create_log_cloudfiles 0 parameters
kosmo integrations:schema fastly.fastly_logging_cloudfiles_create_log_cloudfiles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_cloudfiles_delete_log_cloudfiles 0 parameters
kosmo integrations:schema fastly.fastly_logging_cloudfiles_delete_log_cloudfiles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_cloudfiles_get_log_cloudfiles 0 parameters
kosmo integrations:schema fastly.fastly_logging_cloudfiles_get_log_cloudfiles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_cloudfiles_list_log_cloudfiles 0 parameters
kosmo integrations:schema fastly.fastly_logging_cloudfiles_list_log_cloudfiles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_cloudfiles_update_log_cloudfiles 0 parameters
kosmo integrations:schema fastly.fastly_logging_cloudfiles_update_log_cloudfiles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_datadog_create_log_datadog 0 parameters
kosmo integrations:schema fastly.fastly_logging_datadog_create_log_datadog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_datadog_delete_log_datadog 0 parameters
kosmo integrations:schema fastly.fastly_logging_datadog_delete_log_datadog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_datadog_get_log_datadog 0 parameters
kosmo integrations:schema fastly.fastly_logging_datadog_get_log_datadog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_datadog_list_log_datadog 0 parameters
kosmo integrations:schema fastly.fastly_logging_datadog_list_log_datadog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_datadog_update_log_datadog 0 parameters
kosmo integrations:schema fastly.fastly_logging_datadog_update_log_datadog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_digitalocean_create_log_digocean 0 parameters
kosmo integrations:schema fastly.fastly_logging_digitalocean_create_log_digocean --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_digitalocean_delete_log_digocean 0 parameters
kosmo integrations:schema fastly.fastly_logging_digitalocean_delete_log_digocean --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_digitalocean_get_log_digocean 0 parameters
kosmo integrations:schema fastly.fastly_logging_digitalocean_get_log_digocean --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_digitalocean_list_log_digocean 0 parameters
kosmo integrations:schema fastly.fastly_logging_digitalocean_list_log_digocean --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_digitalocean_update_log_digocean 0 parameters
kosmo integrations:schema fastly.fastly_logging_digitalocean_update_log_digocean --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_elasticsearch_create_log_elasticsearch 0 parameters
kosmo integrations:schema fastly.fastly_logging_elasticsearch_create_log_elasticsearch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_elasticsearch_delete_log_elasticsearch 0 parameters
kosmo integrations:schema fastly.fastly_logging_elasticsearch_delete_log_elasticsearch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_elasticsearch_get_log_elasticsearch 0 parameters
kosmo integrations:schema fastly.fastly_logging_elasticsearch_get_log_elasticsearch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_elasticsearch_list_log_elasticsearch 0 parameters
kosmo integrations:schema fastly.fastly_logging_elasticsearch_list_log_elasticsearch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_elasticsearch_update_log_elasticsearch 0 parameters
kosmo integrations:schema fastly.fastly_logging_elasticsearch_update_log_elasticsearch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_ftp_create_log_ftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_ftp_create_log_ftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_ftp_delete_log_ftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_ftp_delete_log_ftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_ftp_get_log_ftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_ftp_get_log_ftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_ftp_list_log_ftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_ftp_list_log_ftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_ftp_update_log_ftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_ftp_update_log_ftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_gcs_create_log_gcs 0 parameters
kosmo integrations:schema fastly.fastly_logging_gcs_create_log_gcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_gcs_delete_log_gcs 0 parameters
kosmo integrations:schema fastly.fastly_logging_gcs_delete_log_gcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_gcs_get_log_gcs 0 parameters
kosmo integrations:schema fastly.fastly_logging_gcs_get_log_gcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_gcs_list_log_gcs 0 parameters
kosmo integrations:schema fastly.fastly_logging_gcs_list_log_gcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_gcs_update_log_gcs 0 parameters
kosmo integrations:schema fastly.fastly_logging_gcs_update_log_gcs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs 0 parameters
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_create_log_grafanacloudlogs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs 0 parameters
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_delete_log_grafanacloudlogs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs 0 parameters
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_get_log_grafanacloudlogs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs 0 parameters
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_list_log_grafanacloudlogs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs 0 parameters
kosmo integrations:schema fastly.fastly_logging_grafanacloudlogs_update_log_grafanacloudlogs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_heroku_create_log_heroku 0 parameters
kosmo integrations:schema fastly.fastly_logging_heroku_create_log_heroku --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_heroku_delete_log_heroku 0 parameters
kosmo integrations:schema fastly.fastly_logging_heroku_delete_log_heroku --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_heroku_get_log_heroku 0 parameters
kosmo integrations:schema fastly.fastly_logging_heroku_get_log_heroku --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_heroku_list_log_heroku 0 parameters
kosmo integrations:schema fastly.fastly_logging_heroku_list_log_heroku --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_heroku_update_log_heroku 0 parameters
kosmo integrations:schema fastly.fastly_logging_heroku_update_log_heroku --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_honeycomb_create_log_honeycomb 0 parameters
kosmo integrations:schema fastly.fastly_logging_honeycomb_create_log_honeycomb --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_honeycomb_delete_log_honeycomb 0 parameters
kosmo integrations:schema fastly.fastly_logging_honeycomb_delete_log_honeycomb --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_honeycomb_get_log_honeycomb 0 parameters
kosmo integrations:schema fastly.fastly_logging_honeycomb_get_log_honeycomb --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_honeycomb_list_log_honeycomb 0 parameters
kosmo integrations:schema fastly.fastly_logging_honeycomb_list_log_honeycomb --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_honeycomb_update_log_honeycomb 0 parameters
kosmo integrations:schema fastly.fastly_logging_honeycomb_update_log_honeycomb --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_https_create_log_https 0 parameters
kosmo integrations:schema fastly.fastly_logging_https_create_log_https --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_https_delete_log_https 0 parameters
kosmo integrations:schema fastly.fastly_logging_https_delete_log_https --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_https_get_log_https 0 parameters
kosmo integrations:schema fastly.fastly_logging_https_get_log_https --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_https_list_log_https 0 parameters
kosmo integrations:schema fastly.fastly_logging_https_list_log_https --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_https_update_log_https 0 parameters
kosmo integrations:schema fastly.fastly_logging_https_update_log_https --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kafka_create_log_kafka 0 parameters
kosmo integrations:schema fastly.fastly_logging_kafka_create_log_kafka --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kafka_delete_log_kafka 0 parameters
kosmo integrations:schema fastly.fastly_logging_kafka_delete_log_kafka --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kafka_get_log_kafka 0 parameters
kosmo integrations:schema fastly.fastly_logging_kafka_get_log_kafka --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kafka_list_log_kafka 0 parameters
kosmo integrations:schema fastly.fastly_logging_kafka_list_log_kafka --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kafka_update_log_kafka 0 parameters
kosmo integrations:schema fastly.fastly_logging_kafka_update_log_kafka --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kinesis_create_log_kinesis 0 parameters
kosmo integrations:schema fastly.fastly_logging_kinesis_create_log_kinesis --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kinesis_delete_log_kinesis 0 parameters
kosmo integrations:schema fastly.fastly_logging_kinesis_delete_log_kinesis --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kinesis_get_log_kinesis 0 parameters
kosmo integrations:schema fastly.fastly_logging_kinesis_get_log_kinesis --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kinesis_list_log_kinesis 0 parameters
kosmo integrations:schema fastly.fastly_logging_kinesis_list_log_kinesis --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_kinesis_update_log_kinesis 0 parameters
kosmo integrations:schema fastly.fastly_logging_kinesis_update_log_kinesis --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logentries_create_log_logentries 0 parameters
kosmo integrations:schema fastly.fastly_logging_logentries_create_log_logentries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logentries_delete_log_logentries 0 parameters
kosmo integrations:schema fastly.fastly_logging_logentries_delete_log_logentries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logentries_get_log_logentries 0 parameters
kosmo integrations:schema fastly.fastly_logging_logentries_get_log_logentries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logentries_list_log_logentries 0 parameters
kosmo integrations:schema fastly.fastly_logging_logentries_list_log_logentries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logentries_update_log_logentries 0 parameters
kosmo integrations:schema fastly.fastly_logging_logentries_update_log_logentries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_loggly_create_log_loggly 0 parameters
kosmo integrations:schema fastly.fastly_logging_loggly_create_log_loggly --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_loggly_delete_log_loggly 0 parameters
kosmo integrations:schema fastly.fastly_logging_loggly_delete_log_loggly --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_loggly_get_log_loggly 0 parameters
kosmo integrations:schema fastly.fastly_logging_loggly_get_log_loggly --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_loggly_list_log_loggly 0 parameters
kosmo integrations:schema fastly.fastly_logging_loggly_list_log_loggly --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_loggly_update_log_loggly 0 parameters
kosmo integrations:schema fastly.fastly_logging_loggly_update_log_loggly --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logshuttle_create_log_logshuttle 0 parameters
kosmo integrations:schema fastly.fastly_logging_logshuttle_create_log_logshuttle --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logshuttle_delete_log_logshuttle 0 parameters
kosmo integrations:schema fastly.fastly_logging_logshuttle_delete_log_logshuttle --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logshuttle_get_log_logshuttle 0 parameters
kosmo integrations:schema fastly.fastly_logging_logshuttle_get_log_logshuttle --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logshuttle_list_log_logshuttle 0 parameters
kosmo integrations:schema fastly.fastly_logging_logshuttle_list_log_logshuttle --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_logshuttle_update_log_logshuttle 0 parameters
kosmo integrations:schema fastly.fastly_logging_logshuttle_update_log_logshuttle --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelic_create_log_newrelic 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelic_create_log_newrelic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelic_delete_log_newrelic 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelic_delete_log_newrelic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelic_get_log_newrelic 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelic_get_log_newrelic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelic_list_log_newrelic 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelic_list_log_newrelic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelic_update_log_newrelic 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelic_update_log_newrelic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_create_log_newrelicotlp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_delete_log_newrelicotlp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_get_log_newrelicotlp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_list_log_newrelicotlp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp 0 parameters
kosmo integrations:schema fastly.fastly_logging_newrelicotlp_update_log_newrelicotlp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_openstack_create_log_openstack 0 parameters
kosmo integrations:schema fastly.fastly_logging_openstack_create_log_openstack --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_openstack_delete_log_openstack 0 parameters
kosmo integrations:schema fastly.fastly_logging_openstack_delete_log_openstack --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_openstack_get_log_openstack 0 parameters
kosmo integrations:schema fastly.fastly_logging_openstack_get_log_openstack --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_openstack_list_log_openstack 0 parameters
kosmo integrations:schema fastly.fastly_logging_openstack_list_log_openstack --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_openstack_update_log_openstack 0 parameters
kosmo integrations:schema fastly.fastly_logging_openstack_update_log_openstack --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_papertrail_create_log_papertrail 0 parameters
kosmo integrations:schema fastly.fastly_logging_papertrail_create_log_papertrail --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_papertrail_delete_log_papertrail 0 parameters
kosmo integrations:schema fastly.fastly_logging_papertrail_delete_log_papertrail --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_papertrail_get_log_papertrail 0 parameters
kosmo integrations:schema fastly.fastly_logging_papertrail_get_log_papertrail --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_papertrail_list_log_papertrail 0 parameters
kosmo integrations:schema fastly.fastly_logging_papertrail_list_log_papertrail --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_papertrail_update_log_papertrail 0 parameters
kosmo integrations:schema fastly.fastly_logging_papertrail_update_log_papertrail --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_pubsub_create_log_gcp_pubsub 0 parameters
kosmo integrations:schema fastly.fastly_logging_pubsub_create_log_gcp_pubsub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_pubsub_delete_log_gcp_pubsub 0 parameters
kosmo integrations:schema fastly.fastly_logging_pubsub_delete_log_gcp_pubsub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_pubsub_get_log_gcp_pubsub 0 parameters
kosmo integrations:schema fastly.fastly_logging_pubsub_get_log_gcp_pubsub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_pubsub_list_log_gcp_pubsub 0 parameters
kosmo integrations:schema fastly.fastly_logging_pubsub_list_log_gcp_pubsub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_pubsub_update_log_gcp_pubsub 0 parameters
kosmo integrations:schema fastly.fastly_logging_pubsub_update_log_gcp_pubsub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_s3_create_log_aws_s3 0 parameters
kosmo integrations:schema fastly.fastly_logging_s3_create_log_aws_s3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_s3_delete_log_aws_s3 0 parameters
kosmo integrations:schema fastly.fastly_logging_s3_delete_log_aws_s3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_s3_get_log_aws_s3 0 parameters
kosmo integrations:schema fastly.fastly_logging_s3_get_log_aws_s3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_s3_list_log_aws_s3 0 parameters
kosmo integrations:schema fastly.fastly_logging_s3_list_log_aws_s3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_s3_update_log_aws_s3 0 parameters
kosmo integrations:schema fastly.fastly_logging_s3_update_log_aws_s3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_scalyr_create_log_scalyr 0 parameters
kosmo integrations:schema fastly.fastly_logging_scalyr_create_log_scalyr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_scalyr_delete_log_scalyr 0 parameters
kosmo integrations:schema fastly.fastly_logging_scalyr_delete_log_scalyr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_scalyr_get_log_scalyr 0 parameters
kosmo integrations:schema fastly.fastly_logging_scalyr_get_log_scalyr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_scalyr_list_log_scalyr 0 parameters
kosmo integrations:schema fastly.fastly_logging_scalyr_list_log_scalyr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_scalyr_update_log_scalyr 0 parameters
kosmo integrations:schema fastly.fastly_logging_scalyr_update_log_scalyr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sftp_create_log_sftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_sftp_create_log_sftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sftp_delete_log_sftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_sftp_delete_log_sftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sftp_get_log_sftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_sftp_get_log_sftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sftp_list_log_sftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_sftp_list_log_sftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sftp_update_log_sftp 0 parameters
kosmo integrations:schema fastly.fastly_logging_sftp_update_log_sftp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_splunk_create_log_splunk 0 parameters
kosmo integrations:schema fastly.fastly_logging_splunk_create_log_splunk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_splunk_delete_log_splunk 0 parameters
kosmo integrations:schema fastly.fastly_logging_splunk_delete_log_splunk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_splunk_get_log_splunk 0 parameters
kosmo integrations:schema fastly.fastly_logging_splunk_get_log_splunk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_splunk_list_log_splunk 0 parameters
kosmo integrations:schema fastly.fastly_logging_splunk_list_log_splunk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_splunk_update_log_splunk 0 parameters
kosmo integrations:schema fastly.fastly_logging_splunk_update_log_splunk --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sumologic_create_log_sumologic 0 parameters
kosmo integrations:schema fastly.fastly_logging_sumologic_create_log_sumologic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sumologic_delete_log_sumologic 0 parameters
kosmo integrations:schema fastly.fastly_logging_sumologic_delete_log_sumologic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sumologic_get_log_sumologic 0 parameters
kosmo integrations:schema fastly.fastly_logging_sumologic_get_log_sumologic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sumologic_list_log_sumologic 0 parameters
kosmo integrations:schema fastly.fastly_logging_sumologic_list_log_sumologic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_sumologic_update_log_sumologic 0 parameters
kosmo integrations:schema fastly.fastly_logging_sumologic_update_log_sumologic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_syslog_create_log_syslog 0 parameters
kosmo integrations:schema fastly.fastly_logging_syslog_create_log_syslog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_syslog_delete_log_syslog 0 parameters
kosmo integrations:schema fastly.fastly_logging_syslog_delete_log_syslog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_syslog_get_log_syslog 0 parameters
kosmo integrations:schema fastly.fastly_logging_syslog_get_log_syslog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_syslog_list_log_syslog 0 parameters
kosmo integrations:schema fastly.fastly_logging_syslog_list_log_syslog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_logging_syslog_update_log_syslog 0 parameters
kosmo integrations:schema fastly.fastly_logging_syslog_update_log_syslog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_metrics_platform_get_platform_metrics_service_historical 0 parameters
kosmo integrations:schema fastly.fastly_metrics_platform_get_platform_metrics_service_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_mutual_authentication_create_mutual_tls_authentication 0 parameters
kosmo integrations:schema fastly.fastly_mutual_authentication_create_mutual_tls_authentication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_mutual_authentication_delete_mutual_tls 0 parameters
kosmo integrations:schema fastly.fastly_mutual_authentication_delete_mutual_tls --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_mutual_authentication_get_mutual_authentication 0 parameters
kosmo integrations:schema fastly.fastly_mutual_authentication_get_mutual_authentication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_mutual_authentication_list_mutual_authentications 0 parameters
kosmo integrations:schema fastly.fastly_mutual_authentication_list_mutual_authentications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_mutual_authentication_patch_mutual_authentication 0 parameters
kosmo integrations:schema fastly.fastly_mutual_authentication_patch_mutual_authentication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ngwaf_reports_get_attacks_report 0 parameters
kosmo integrations:schema fastly.fastly_ngwaf_reports_get_attacks_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_ngwaf_reports_get_signals_report 0 parameters
kosmo integrations:schema fastly.fastly_ngwaf_reports_get_signals_report --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_object_storage_access_keys_create_access_key 0 parameters
kosmo integrations:schema fastly.fastly_object_storage_access_keys_create_access_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_object_storage_access_keys_delete_access_key 0 parameters
kosmo integrations:schema fastly.fastly_object_storage_access_keys_delete_access_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_object_storage_access_keys_get_access_key 0 parameters
kosmo integrations:schema fastly.fastly_object_storage_access_keys_get_access_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_object_storage_access_keys_list_access_keys 0 parameters
kosmo integrations:schema fastly.fastly_object_storage_access_keys_list_access_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_observability_aggregations_for_logs_log_aggregations_get 0 parameters
kosmo integrations:schema fastly.fastly_observability_aggregations_for_logs_log_aggregations_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_observability_custom_dashboards_create_dashboard 0 parameters
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_create_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_observability_custom_dashboards_delete_dashboard 0 parameters
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_delete_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_observability_custom_dashboards_get_dashboard 0 parameters
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_get_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_observability_custom_dashboards_list_dashboards 0 parameters
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_list_dashboards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_observability_custom_dashboards_update_dashboard 0 parameters
kosmo integrations:schema fastly.fastly_observability_custom_dashboards_update_dashboard --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_observability_timeseries_timeseries_get 0 parameters
kosmo integrations:schema fastly.fastly_observability_timeseries_timeseries_get --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_origin_inspector_historical_get_origin_inspector_historical 0 parameters
kosmo integrations:schema fastly.fastly_origin_inspector_historical_get_origin_inspector_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds 0 parameters
kosmo integrations:schema fastly.fastly_origin_inspector_realtime_get_origin_inspector_last120_seconds --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries 0 parameters
kosmo integrations:schema fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_max_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second 0 parameters
kosmo integrations:schema fastly.fastly_origin_inspector_realtime_get_origin_inspector_last_second --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_package_get_package 0 parameters
kosmo integrations:schema fastly.fastly_package_get_package --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_package_put_package 0 parameters
kosmo integrations:schema fastly.fastly_package_put_package --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_pool_create_server_pool 0 parameters
kosmo integrations:schema fastly.fastly_pool_create_server_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_pool_delete_server_pool 0 parameters
kosmo integrations:schema fastly.fastly_pool_delete_server_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_pool_get_server_pool 0 parameters
kosmo integrations:schema fastly.fastly_pool_get_server_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_pool_list_server_pools 0 parameters
kosmo integrations:schema fastly.fastly_pool_list_server_pools --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_pool_update_server_pool 0 parameters
kosmo integrations:schema fastly.fastly_pool_update_server_pool --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_pop_list_pops 0 parameters
kosmo integrations:schema fastly.fastly_pop_list_pops --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator 0 parameters
kosmo integrations:schema fastly.fastly_product_ai_accelerator_disable_product_ai_accelerator --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ai_accelerator_enable_ai_accelerator 0 parameters
kosmo integrations:schema fastly.fastly_product_ai_accelerator_enable_ai_accelerator --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ai_accelerator_get_ai_accelerator 0 parameters
kosmo integrations:schema fastly.fastly_product_ai_accelerator_get_ai_accelerator --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_api_discovery_disable_product_api_discovery 0 parameters
kosmo integrations:schema fastly.fastly_product_api_discovery_disable_product_api_discovery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_api_discovery_enable_product_api_discovery 0 parameters
kosmo integrations:schema fastly.fastly_product_api_discovery_enable_product_api_discovery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_api_discovery_get_product_api_discovery 0 parameters
kosmo integrations:schema fastly.fastly_product_api_discovery_get_product_api_discovery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_api_discovery_get_services_product_api_discovery 0 parameters
kosmo integrations:schema fastly.fastly_product_api_discovery_get_services_product_api_discovery --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_bot_management_disable_product_bot_management 0 parameters
kosmo integrations:schema fastly.fastly_product_bot_management_disable_product_bot_management --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_bot_management_enable_product_bot_management 0 parameters
kosmo integrations:schema fastly.fastly_product_bot_management_enable_product_bot_management --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_bot_management_get_product_bot_management 0 parameters
kosmo integrations:schema fastly.fastly_product_bot_management_get_product_bot_management --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_bot_management_get_services_product_bot_management 0 parameters
kosmo integrations:schema fastly.fastly_product_bot_management_get_services_product_bot_management --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_brotli_compression_disable_product_brotli_compression 0 parameters
kosmo integrations:schema fastly.fastly_product_brotli_compression_disable_product_brotli_compression --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_brotli_compression_enable_product_brotli_compression 0 parameters
kosmo integrations:schema fastly.fastly_product_brotli_compression_enable_product_brotli_compression --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_brotli_compression_get_product_brotli_compression 0 parameters
kosmo integrations:schema fastly.fastly_product_brotli_compression_get_product_brotli_compression --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_brotli_compression_get_services_product_brotli_compression 0 parameters
kosmo integrations:schema fastly.fastly_product_brotli_compression_get_services_product_brotli_compression --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ddos_protection_disable_product_ddos_protection 0 parameters
kosmo integrations:schema fastly.fastly_product_ddos_protection_disable_product_ddos_protection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ddos_protection_enable_product_ddos_protection 0 parameters
kosmo integrations:schema fastly.fastly_product_ddos_protection_enable_product_ddos_protection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ddos_protection_get_product_ddos_protection 0 parameters
kosmo integrations:schema fastly.fastly_product_ddos_protection_get_product_ddos_protection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration 0 parameters
kosmo integrations:schema fastly.fastly_product_ddos_protection_get_product_ddos_protection_configuration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ddos_protection_get_services_product_ddos_protection 0 parameters
kosmo integrations:schema fastly.fastly_product_ddos_protection_get_services_product_ddos_protection --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration 0 parameters
kosmo integrations:schema fastly.fastly_product_ddos_protection_set_product_ddos_protection_configuration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_domain_inspector_disable_product_domain_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_domain_inspector_disable_product_domain_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_domain_inspector_enable_product_domain_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_domain_inspector_enable_product_domain_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_domain_inspector_get_product_domain_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_domain_inspector_get_product_domain_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_domain_inspector_get_services_product_domain_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_domain_inspector_get_services_product_domain_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_domain_research_disable_product_domain_research 0 parameters
kosmo integrations:schema fastly.fastly_product_domain_research_disable_product_domain_research --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_domain_research_enable_domain_research 0 parameters
kosmo integrations:schema fastly.fastly_product_domain_research_enable_domain_research --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_domain_research_get_domain_research 0 parameters
kosmo integrations:schema fastly.fastly_product_domain_research_get_domain_research --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_fanout_disable_product_fanout 0 parameters
kosmo integrations:schema fastly.fastly_product_fanout_disable_product_fanout --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_fanout_enable_product_fanout 0 parameters
kosmo integrations:schema fastly.fastly_product_fanout_enable_product_fanout --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_fanout_get_product_fanout 0 parameters
kosmo integrations:schema fastly.fastly_product_fanout_get_product_fanout --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_fanout_get_services_product_fanout 0 parameters
kosmo integrations:schema fastly.fastly_product_fanout_get_services_product_fanout --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_image_optimizer_disable_product_image_optimizer 0 parameters
kosmo integrations:schema fastly.fastly_product_image_optimizer_disable_product_image_optimizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_image_optimizer_enable_product_image_optimizer 0 parameters
kosmo integrations:schema fastly.fastly_product_image_optimizer_enable_product_image_optimizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_image_optimizer_get_product_image_optimizer 0 parameters
kosmo integrations:schema fastly.fastly_product_image_optimizer_get_product_image_optimizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_image_optimizer_get_services_product_image_optimizer 0 parameters
kosmo integrations:schema fastly.fastly_product_image_optimizer_get_services_product_image_optimizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights 0 parameters
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_disable_product_log_explorer_insights --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights 0 parameters
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_enable_product_log_explorer_insights --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights 0 parameters
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_get_product_log_explorer_insights --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights 0 parameters
kosmo integrations:schema fastly.fastly_product_log_explorer_insights_get_services_product_log_explorer_insights --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ngwaf_disable_product_ngwaf 0 parameters
kosmo integrations:schema fastly.fastly_product_ngwaf_disable_product_ngwaf --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ngwaf_enable_product_ngwaf 0 parameters
kosmo integrations:schema fastly.fastly_product_ngwaf_enable_product_ngwaf --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ngwaf_get_product_ngwaf 0 parameters
kosmo integrations:schema fastly.fastly_product_ngwaf_get_product_ngwaf --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ngwaf_get_product_ngwaf_configuration 0 parameters
kosmo integrations:schema fastly.fastly_product_ngwaf_get_product_ngwaf_configuration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ngwaf_get_services_product_ngwaf 0 parameters
kosmo integrations:schema fastly.fastly_product_ngwaf_get_services_product_ngwaf --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_ngwaf_set_product_ngwaf_configuration 0 parameters
kosmo integrations:schema fastly.fastly_product_ngwaf_set_product_ngwaf_configuration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_object_storage_disable_product_object_storage 0 parameters
kosmo integrations:schema fastly.fastly_product_object_storage_disable_product_object_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_object_storage_enable_object_storage 0 parameters
kosmo integrations:schema fastly.fastly_product_object_storage_enable_object_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_object_storage_get_object_storage 0 parameters
kosmo integrations:schema fastly.fastly_product_object_storage_get_object_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_origin_inspector_disable_product_origin_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_origin_inspector_disable_product_origin_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_origin_inspector_enable_product_origin_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_origin_inspector_enable_product_origin_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_origin_inspector_get_product_origin_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_origin_inspector_get_product_origin_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_origin_inspector_get_services_product_origin_inspector 0 parameters
kosmo integrations:schema fastly.fastly_product_origin_inspector_get_services_product_origin_inspector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_websockets_disable_product_websockets 0 parameters
kosmo integrations:schema fastly.fastly_product_websockets_disable_product_websockets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_websockets_enable_product_websockets 0 parameters
kosmo integrations:schema fastly.fastly_product_websockets_enable_product_websockets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_websockets_get_product_websockets 0 parameters
kosmo integrations:schema fastly.fastly_product_websockets_get_product_websockets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_product_websockets_get_services_product_websockets 0 parameters
kosmo integrations:schema fastly.fastly_product_websockets_get_services_product_websockets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_public_ip_list_list_fastly_ips 0 parameters
kosmo integrations:schema fastly.fastly_public_ip_list_list_fastly_ips --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_publish_publish 0 parameters
kosmo integrations:schema fastly.fastly_publish_publish --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_purge_bulk_purge_tag 0 parameters
kosmo integrations:schema fastly.fastly_purge_bulk_purge_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_purge_purge_all 0 parameters
kosmo integrations:schema fastly.fastly_purge_purge_all --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_purge_purge_single_url 0 parameters
kosmo integrations:schema fastly.fastly_purge_purge_single_url --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_purge_purge_tag 0 parameters
kosmo integrations:schema fastly.fastly_purge_purge_tag --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_rate_limiter_create_rate_limiter 0 parameters
kosmo integrations:schema fastly.fastly_rate_limiter_create_rate_limiter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_rate_limiter_delete_rate_limiter 0 parameters
kosmo integrations:schema fastly.fastly_rate_limiter_delete_rate_limiter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_rate_limiter_get_rate_limiter 0 parameters
kosmo integrations:schema fastly.fastly_rate_limiter_get_rate_limiter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_rate_limiter_list_rate_limiters 0 parameters
kosmo integrations:schema fastly.fastly_rate_limiter_list_rate_limiters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_rate_limiter_update_rate_limiter 0 parameters
kosmo integrations:schema fastly.fastly_rate_limiter_update_rate_limiter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_realtime_get_stats_last120_seconds 0 parameters
kosmo integrations:schema fastly.fastly_realtime_get_stats_last120_seconds --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_realtime_get_stats_last120_seconds_limit_entries 0 parameters
kosmo integrations:schema fastly.fastly_realtime_get_stats_last120_seconds_limit_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_realtime_get_stats_last_second 0 parameters
kosmo integrations:schema fastly.fastly_realtime_get_stats_last_second --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_request_settings_create_request_settings 0 parameters
kosmo integrations:schema fastly.fastly_request_settings_create_request_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_request_settings_delete_request_settings 0 parameters
kosmo integrations:schema fastly.fastly_request_settings_delete_request_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_request_settings_get_request_settings 0 parameters
kosmo integrations:schema fastly.fastly_request_settings_get_request_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_request_settings_list_request_settings 0 parameters
kosmo integrations:schema fastly.fastly_request_settings_list_request_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_request_settings_update_request_settings 0 parameters
kosmo integrations:schema fastly.fastly_request_settings_update_request_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_resource_create_resource 0 parameters
kosmo integrations:schema fastly.fastly_resource_create_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_resource_delete_resource 0 parameters
kosmo integrations:schema fastly.fastly_resource_delete_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_resource_get_resource 0 parameters
kosmo integrations:schema fastly.fastly_resource_get_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_resource_list_resources 0 parameters
kosmo integrations:schema fastly.fastly_resource_list_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_resource_update_resource 0 parameters
kosmo integrations:schema fastly.fastly_resource_update_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_response_object_create_response_object 0 parameters
kosmo integrations:schema fastly.fastly_response_object_create_response_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_response_object_delete_response_object 0 parameters
kosmo integrations:schema fastly.fastly_response_object_delete_response_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_response_object_get_response_object 0 parameters
kosmo integrations:schema fastly.fastly_response_object_get_response_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_response_object_list_response_objects 0 parameters
kosmo integrations:schema fastly.fastly_response_object_list_response_objects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_response_object_update_response_object 0 parameters
kosmo integrations:schema fastly.fastly_response_object_update_response_object --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_client_key 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_client_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_create_secret_store 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_create_secret_store --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_delete_secret_store 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_delete_secret_store --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_get_secret_store 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_get_secret_store --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_get_secret_stores 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_get_secret_stores --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_item_create_secret 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_item_create_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_item_delete_secret 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_item_delete_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_item_get_secret 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_item_get_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_item_get_secrets 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_item_get_secrets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_item_must_recreate_secret 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_item_must_recreate_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_item_recreate_secret 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_item_recreate_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_secret_store_signing_key 0 parameters
kosmo integrations:schema fastly.fastly_secret_store_signing_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_server_create_pool_server 0 parameters
kosmo integrations:schema fastly.fastly_server_create_pool_server --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_server_delete_pool_server 0 parameters
kosmo integrations:schema fastly.fastly_server_delete_pool_server --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_server_get_pool_server 0 parameters
kosmo integrations:schema fastly.fastly_server_get_pool_server --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_server_list_pool_servers 0 parameters
kosmo integrations:schema fastly.fastly_server_list_pool_servers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_server_update_pool_server 0 parameters
kosmo integrations:schema fastly.fastly_server_update_pool_server --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_authorizations_create_service_authorization 0 parameters
kosmo integrations:schema fastly.fastly_service_authorizations_create_service_authorization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_authorizations_delete_service_authorization 0 parameters
kosmo integrations:schema fastly.fastly_service_authorizations_delete_service_authorization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_authorizations_delete_service_authorization2 0 parameters
kosmo integrations:schema fastly.fastly_service_authorizations_delete_service_authorization2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_authorizations_list_service_authorization 0 parameters
kosmo integrations:schema fastly.fastly_service_authorizations_list_service_authorization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_authorizations_show_service_authorization 0 parameters
kosmo integrations:schema fastly.fastly_service_authorizations_show_service_authorization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_authorizations_update_service_authorization 0 parameters
kosmo integrations:schema fastly.fastly_service_authorizations_update_service_authorization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_authorizations_update_service_authorization2 0 parameters
kosmo integrations:schema fastly.fastly_service_authorizations_update_service_authorization2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_create_service 0 parameters
kosmo integrations:schema fastly.fastly_service_create_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_delete_service 0 parameters
kosmo integrations:schema fastly.fastly_service_delete_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_get_service 0 parameters
kosmo integrations:schema fastly.fastly_service_get_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_get_service_detail 0 parameters
kosmo integrations:schema fastly.fastly_service_get_service_detail --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_list_service_domains 0 parameters
kosmo integrations:schema fastly.fastly_service_list_service_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_list_services 0 parameters
kosmo integrations:schema fastly.fastly_service_list_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_search_service 0 parameters
kosmo integrations:schema fastly.fastly_service_search_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_service_update_service 0 parameters
kosmo integrations:schema fastly.fastly_service_update_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_settings_get_service_settings 0 parameters
kosmo integrations:schema fastly.fastly_settings_get_service_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_settings_update_service_settings 0 parameters
kosmo integrations:schema fastly.fastly_settings_update_service_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_snippet_create_snippet 0 parameters
kosmo integrations:schema fastly.fastly_snippet_create_snippet --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_snippet_delete_snippet 0 parameters
kosmo integrations:schema fastly.fastly_snippet_delete_snippet --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_snippet_get_snippet 0 parameters
kosmo integrations:schema fastly.fastly_snippet_get_snippet --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_snippet_get_snippet_dynamic 0 parameters
kosmo integrations:schema fastly.fastly_snippet_get_snippet_dynamic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_snippet_list_snippets 0 parameters
kosmo integrations:schema fastly.fastly_snippet_list_snippets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_snippet_update_snippet 0 parameters
kosmo integrations:schema fastly.fastly_snippet_update_snippet --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_snippet_update_snippet_dynamic 0 parameters
kosmo integrations:schema fastly.fastly_snippet_update_snippet_dynamic --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_star_create_service_star 0 parameters
kosmo integrations:schema fastly.fastly_star_create_service_star --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_star_delete_service_star 0 parameters
kosmo integrations:schema fastly.fastly_star_delete_service_star --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_star_get_service_star 0 parameters
kosmo integrations:schema fastly.fastly_star_get_service_star --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_star_list_service_stars 0 parameters
kosmo integrations:schema fastly.fastly_star_list_service_stars --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_stats_get_service_stats 0 parameters
kosmo integrations:schema fastly.fastly_stats_get_service_stats --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_sudo_request_sudo_access 0 parameters
kosmo integrations:schema fastly.fastly_sudo_request_sudo_access --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_activations_create_tls_activation 0 parameters
kosmo integrations:schema fastly.fastly_tls_activations_create_tls_activation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_activations_delete_tls_activation 0 parameters
kosmo integrations:schema fastly.fastly_tls_activations_delete_tls_activation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_activations_get_tls_activation 0 parameters
kosmo integrations:schema fastly.fastly_tls_activations_get_tls_activation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_activations_list_tls_activations 0 parameters
kosmo integrations:schema fastly.fastly_tls_activations_list_tls_activations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_activations_update_tls_activation 0 parameters
kosmo integrations:schema fastly.fastly_tls_activations_update_tls_activation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_delete_bulk_tls_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_get_tls_bulk_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs 0 parameters
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_list_tls_bulk_certs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_update_bulk_tls_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_bulk_certificates_upload_tls_bulk_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_certificates_create_tls_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_certificates_create_tls_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_certificates_delete_tls_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_certificates_delete_tls_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_certificates_get_tls_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_certificates_get_tls_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_certificates_get_tls_cert_blob 0 parameters
kosmo integrations:schema fastly.fastly_tls_certificates_get_tls_cert_blob --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_certificates_list_tls_certs 0 parameters
kosmo integrations:schema fastly.fastly_tls_certificates_list_tls_certs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_certificates_update_tls_cert 0 parameters
kosmo integrations:schema fastly.fastly_tls_certificates_update_tls_cert --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_configurations_get_tls_config 0 parameters
kosmo integrations:schema fastly.fastly_tls_configurations_get_tls_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_configurations_list_tls_configs 0 parameters
kosmo integrations:schema fastly.fastly_tls_configurations_list_tls_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_configurations_update_tls_config 0 parameters
kosmo integrations:schema fastly.fastly_tls_configurations_update_tls_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_csrs_create_csr 0 parameters
kosmo integrations:schema fastly.fastly_tls_csrs_create_csr --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_domains_list_tls_domains 0 parameters
kosmo integrations:schema fastly.fastly_tls_domains_list_tls_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_private_keys_create_tls_key 0 parameters
kosmo integrations:schema fastly.fastly_tls_private_keys_create_tls_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_private_keys_delete_tls_key 0 parameters
kosmo integrations:schema fastly.fastly_tls_private_keys_delete_tls_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_private_keys_get_tls_key 0 parameters
kosmo integrations:schema fastly.fastly_tls_private_keys_get_tls_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_private_keys_list_tls_keys 0 parameters
kosmo integrations:schema fastly.fastly_tls_private_keys_list_tls_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_subscriptions_create_globalsign_email_challenge 0 parameters
kosmo integrations:schema fastly.fastly_tls_subscriptions_create_globalsign_email_challenge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_subscriptions_create_tls_sub 0 parameters
kosmo integrations:schema fastly.fastly_tls_subscriptions_create_tls_sub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge 0 parameters
kosmo integrations:schema fastly.fastly_tls_subscriptions_delete_globalsign_email_challenge --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_subscriptions_delete_tls_sub 0 parameters
kosmo integrations:schema fastly.fastly_tls_subscriptions_delete_tls_sub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_subscriptions_get_tls_sub 0 parameters
kosmo integrations:schema fastly.fastly_tls_subscriptions_get_tls_sub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_subscriptions_list_tls_subs 0 parameters
kosmo integrations:schema fastly.fastly_tls_subscriptions_list_tls_subs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tls_subscriptions_patch_tls_sub 0 parameters
kosmo integrations:schema fastly.fastly_tls_subscriptions_patch_tls_sub --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_bulk_revoke_tokens 0 parameters
kosmo integrations:schema fastly.fastly_tokens_bulk_revoke_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_create_token 0 parameters
kosmo integrations:schema fastly.fastly_tokens_create_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_get_token 0 parameters
kosmo integrations:schema fastly.fastly_tokens_get_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_get_token_current 0 parameters
kosmo integrations:schema fastly.fastly_tokens_get_token_current --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_list_tokens_customer 0 parameters
kosmo integrations:schema fastly.fastly_tokens_list_tokens_customer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_list_tokens_user 0 parameters
kosmo integrations:schema fastly.fastly_tokens_list_tokens_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_revoke_token 0 parameters
kosmo integrations:schema fastly.fastly_tokens_revoke_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_tokens_revoke_token_current 0 parameters
kosmo integrations:schema fastly.fastly_tokens_revoke_token_current --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_user_create_user 0 parameters
kosmo integrations:schema fastly.fastly_user_create_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_user_delete_user 0 parameters
kosmo integrations:schema fastly.fastly_user_delete_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_user_get_current_user 0 parameters
kosmo integrations:schema fastly.fastly_user_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_user_get_user 0 parameters
kosmo integrations:schema fastly.fastly_user_get_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_user_request_password_reset 0 parameters
kosmo integrations:schema fastly.fastly_user_request_password_reset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_user_update_user 0 parameters
kosmo integrations:schema fastly.fastly_user_update_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_user_update_user_password 0 parameters
kosmo integrations:schema fastly.fastly_user_update_user_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_create_custom_vcl 0 parameters
kosmo integrations:schema fastly.fastly_vcl_create_custom_vcl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_delete_custom_vcl 0 parameters
kosmo integrations:schema fastly.fastly_vcl_delete_custom_vcl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_diff_vcl_diff_service_versions 0 parameters
kosmo integrations:schema fastly.fastly_vcl_diff_vcl_diff_service_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_get_custom_vcl 0 parameters
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_get_custom_vcl_boilerplate 0 parameters
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_boilerplate --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_get_custom_vcl_generated 0 parameters
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_generated --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_get_custom_vcl_generated_highlighted 0 parameters
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_generated_highlighted --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_get_custom_vcl_highlighted 0 parameters
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_highlighted --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_get_custom_vcl_raw 0 parameters
kosmo integrations:schema fastly.fastly_vcl_get_custom_vcl_raw --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_lint_vcl_default 0 parameters
kosmo integrations:schema fastly.fastly_vcl_lint_vcl_default --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_lint_vcl_for_service 0 parameters
kosmo integrations:schema fastly.fastly_vcl_lint_vcl_for_service --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_list_custom_vcl 0 parameters
kosmo integrations:schema fastly.fastly_vcl_list_custom_vcl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_set_custom_vcl_main 0 parameters
kosmo integrations:schema fastly.fastly_vcl_set_custom_vcl_main --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_vcl_update_custom_vcl 0 parameters
kosmo integrations:schema fastly.fastly_vcl_update_custom_vcl --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_activate_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_activate_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_activate_service_version_environment 0 parameters
kosmo integrations:schema fastly.fastly_version_activate_service_version_environment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_clone_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_clone_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_create_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_create_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_deactivate_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_deactivate_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_deactivate_service_version_environment 0 parameters
kosmo integrations:schema fastly.fastly_version_deactivate_service_version_environment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_get_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_get_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_list_service_versions 0 parameters
kosmo integrations:schema fastly.fastly_version_list_service_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_lock_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_lock_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_update_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_update_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_version_validate_service_version 0 parameters
kosmo integrations:schema fastly.fastly_version_validate_service_version --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical 0 parameters
kosmo integrations:schema fastly.fastly_whole_platform_ddos_historical_get_platform_ddos_historical --json | Parameter | Type | Required | Description |
|---|---|---|---|
| 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.