Module query

Module query 

Source

EnumsΒ§

TokenKind
UploadMethod
Upload method.

ConstantsΒ§

CRON_JOB_PAGE_SIZE

FunctionsΒ§

all_app_versions
Load all versions of an app.
all_app_versions_by_id
Load all versions of an app id.
app_cdn_cache_metrics
app_cdn_cache_status
app_deployment
Get an app deployment by ID.
app_deployments
Get app deployments for an app.
app_version_activate
Activate a particular version of an app.
autobuild_config_for_zip_upload
Retrieve autobuild metadata derived from a previously uploaded archive.
configure_app_cdn_cache
create_namespace
Create a new namespace.
create_nonce
Generate a new Nonce
current_user
Get the currently logged in user.
current_user_with_namespaces
Get the currently logged in user, together with all accessible namespaces.
default_cron_invocation_window πŸ”’
delete_app
Delete an app.
delete_app_secret
deploy_via_autobuild
Trigger an autobuild deployment for an uploaded archive or repository.
fetch_all_app_template_frameworks
Fetch all frameworks from available app templates by paginating through the responses.
fetch_all_app_template_languages
Fetch all languages from available app templates by paginating through the responses.
fetch_all_app_templates
Fetch all app templates by paginating through the responses.
fetch_all_app_templates_from_framework
Fetch all app templates by paginating through the responses.
fetch_all_app_templates_from_language
Fetch all app templates by paginating through the responses.
fetch_all_matching_packages
Stream every package matching query/filter, fetching page_size results per request until the registry is exhausted.
fetch_app_template_frameworks
Fetch frameworks from available app templates.
fetch_app_template_from_slug
Fetch app templates.
fetch_app_template_languages
Fetch languages from available app templates.
fetch_app_templates
Fetch app templates.
fetch_app_templates_from_framework
Fetch app templates.
fetch_webc_package
Load a webc package from the registry.
generate_deploy_config_token_raw
generate_ssh_token
Generate an SSH token for accessing Edge over SSH or SFTP.
generate_upload_url
Request a signed URL for uploading an app archive via the autobuild flow.
get_all_app_regions
Load all available regions.
get_all_app_secrets
Load all secrets of an app.
get_all_app_secrets_filtered
Load all secrets of an app.
get_all_dns_records
Retrieve all DNS records.
get_all_dns_records_stream
Retrieve a domain by its name.
get_all_domains
Retrieve all DNS domains.
get_app
Retrieve an app.
get_app_and_package_by_name
Retrieve an app together with a specific version.
get_app_by_alias
Retrieve an app by its global alias.
get_app_by_id
Retrieve an app by its global id.
get_app_by_id_opt
Retrieve an app by its global id.
get_app_cron_jobs
Retrieve cron jobs for an app.
get_app_databases
Retrieve volumes for an app.
get_app_logs πŸ”’
Get pages of logs associated with an application that lie within the specified date range.
get_app_logs_paginated
Get pages of logs associated with an application that lie within the specified date range.
get_app_logs_paginated_filter_instance
Get pages of logs associated with an application that lie within the specified date range with a specific instance identifier.
get_app_logs_paginated_filter_request
Get pages of logs associated with an specific request for application that lie within the specified date range.
get_app_s3_credentials
Load the S3 credentials.
get_app_secret_by_name
get_app_secret_value_by_id
get_app_secrets
Retrieve secrets for an app.
get_app_version
Retrieve an app version.
get_app_version_by_id
Retrieve an app version by its global id.
get_app_version_by_id_with_app
get_app_volumes
Retrieve volumes for an app.
get_app_with_version
Retrieve an app together with a specific version.
get_app_with_version_by_id
Retrieve an app together with a specific version.
get_cron_job_by_id
get_cron_job_invocation_logs
get_cron_job_invocation_logs_by_id
get_cron_job_invocations_page
Retrieve one page of invocations for a cron job. The cron job can be referenced by id or name.
get_cron_job_invocations_page_by_id
Retrieve one page of invocations for a cron job referenced by id.
get_deploy_app_versions
Retrieve versions for an app.
get_deploy_app_versions_by_id
Retrieve versions for an app.
get_deploy_app_volumes
Retrieve the persistent AppVolume nodes of an app, including their S3 state and (for S3-enabled volumes) credentials.
get_deploy_apps
Retrieve apps.
get_deploy_apps_stream
Retrieve apps as a stream that will automatically paginate.
get_domain
Retrieve a domain by its name.
get_domain_with_records
Retrieve a domain by its name, along with all it’s records.
get_domain_zone_file
Retrieve a domain by its name.
get_namespace
Retrieve a namespace by its name.
get_node
Retrieve a node based on its global id.
get_package
Retrieve a package by its name.
get_package_release
Retrieve a package release by hash.
get_package_releases
get_package_releases_stream
Retrieve all package releases as a stream.
get_package_version
Retrieve a package version by its name.
get_package_version_numbers
Retrieve the published version numbers of a package, if it exists.
get_package_versions
Retrieve package versions for an app.
get_package_versions_stream
Retrieve all versions of a package as a stream that auto-paginates.
get_regions
Retrieve regions.
get_signed_url_for_package_upload
Get a signed URL to upload packages.
list_bindings
List all bindings associated with a particular package.
logs_from_connection πŸ”’
namespace_apps
Get apps for a specific namespace.
namespace_apps_page
Get apps for a specific namespace.
publish_deploy_app
Publish a new app (version).
purge_app_cdn_cache
purge_cache_for_app_version
push_package_release
Push a package to the registry.
redeploy_app_by_id
register_domain
Register a new domain
revoke_token
Revoke an existing token
rotate_s3_credentials
Rotate the S3 credentials of a single app volume, identified by its AppVolume id.
search_packages
Search the registry for packages matching query, optionally constrained by filter (e.g. by owner, curated status, downloads).
tag_package_release
toggle_cron_job
Enable or disable a cron job.
unix_timestamp πŸ”’
Convert a [OffsetDateTime] to a unix timestamp that the WAPM backend understands.
update_volume_s3_enabled
Enable or disable the S3 endpoint of a single app volume, identified by its AppVolume id.
upsert_app_secret
Update or create an app secret.
upsert_app_secrets
Update or create app secrets in bulk.
upsert_domain_from_zone_file
Publish a new app (version).
user_accessible_apps
List all apps that are accessible by the current user.
user_apps
List all apps that are accessible by the current user.
user_apps_page
user_namespaces
Get all namespaces accessible by the current user.
viewer_can_deploy_to_namespace