Types:
from gcore.types.fastedge import ClientMethods:
client.fastedge.get_account_overview() -> Client
Types:
from gcore.types.fastedge import Template, TemplateParameter, TemplateShortMethods:
client.fastedge.templates.create(**params) -> TemplateShortclient.fastedge.templates.list(**params) -> SyncOffsetPageFastedgeTemplates[TemplateShort]client.fastedge.templates.delete(template_id, **params) -> Noneclient.fastedge.templates.get(template_id) -> Templateclient.fastedge.templates.replace(template_id, **params) -> TemplateShort
Types:
from gcore.types.fastedge import Secret, SecretShort, SecretCreateResponse, SecretListResponseMethods:
client.fastedge.secrets.create(**params) -> SecretCreateResponseclient.fastedge.secrets.update(secret_id, **params) -> Secretclient.fastedge.secrets.list(**params) -> SecretListResponseclient.fastedge.secrets.delete(secret_id, **params) -> Noneclient.fastedge.secrets.get(secret_id) -> Secretclient.fastedge.secrets.replace(secret_id, **params) -> Secret
Types:
from gcore.types.fastedge import Binary, BinaryShort, BinaryListResponseMethods:
client.fastedge.binaries.create(body, **params) -> BinaryShortclient.fastedge.binaries.list() -> BinaryListResponseclient.fastedge.binaries.delete(binary_id) -> Noneclient.fastedge.binaries.get(binary_id) -> Binary
Types:
from gcore.types.fastedge import (
CallStatus,
DurationStats,
StatisticGetCallSeriesResponse,
StatisticGetDurationSeriesResponse,
)Methods:
client.fastedge.statistics.get_call_series(**params) -> StatisticGetCallSeriesResponseclient.fastedge.statistics.get_duration_series(**params) -> StatisticGetDurationSeriesResponse
Types:
from gcore.types.fastedge import App, AppShortMethods:
client.fastedge.apps.create(**params) -> AppShortclient.fastedge.apps.update(app_id, **params) -> AppShortclient.fastedge.apps.list(**params) -> SyncOffsetPageFastedgeApps[AppShort]client.fastedge.apps.delete(app_id) -> Noneclient.fastedge.apps.get(app_id) -> Appclient.fastedge.apps.replace(app_id, **params) -> AppShort
Types:
from gcore.types.fastedge.apps import LogMethods:
client.fastedge.apps.logs.list(app_id, **params) -> SyncOffsetPageFastedgeAppLogs[Log]
Types:
from gcore.types.fastedge import KvStore, KvStoreShort, KvStoreCreateResponse, KvStoreListResponseMethods: