Northflank
Run AI agents, services, databases, and GPUs in secure microVMs. One governed path from commit to production, on our cloud or your own.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "NORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONID", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("NORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONID", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute NORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONID --data '{ }'Tool 目录
可用 Tools
724 个可调用操作
Delete backup destinationNORTHFLANK_DELETE_BACKUP_DESTINATIONS_BACKUPDESTINATIONIDDelete a backup destination.需要连接
Delete a backup destination.
认证
需要 Connected AccountTags
Delete clusterNORTHFLANK_DELETE_CLOUD_PROVIDERS_CLUSTERS_CLUSTERIDDelete the given cluster. Fails if the cluster has associated projects.需要连接
Delete the given cluster. Fails if the cluster has associated projects.
认证
需要 Connected AccountTags
Delete integrationNORTHFLANK_DELETE_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONIDDelete the given integration. Fails if the integration is associated with existing clusters.需要连接
Delete the given integration. Fails if the integration is associated with existing clusters.
认证
需要 Connected AccountTags
Delete domainNORTHFLANK_DELETE_DOMAINS_DOMAINDeletes a domain and each of its registered subdomains.需要连接
Deletes a domain and each of its registered subdomains.
认证
需要 Connected AccountTags
Delete subdomainNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINRemoves a subdomain from a domain.需要连接
Removes a subdomain from a domain.
认证
需要 Connected AccountTags
Unassign subdomainNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNRemoves a subdomain from its assigned service需要连接
Removes a subdomain from its assigned service
认证
需要 Connected AccountTags
Delete subdomain pathNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATHDelete a path.需要连接
Delete a path.
认证
需要 Connected AccountTags
Unassign subdomain pathNORTHFLANK_DELETE_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATH_ASSIGNUnassign a subdomain path to a port.需要连接
Unassign a subdomain path to a port.
认证
需要 Connected AccountTags
Delete egress IPNORTHFLANK_DELETE_EGRESS_IPS_EGRESSIPIDDeletes the given egress IP.需要连接
Deletes the given egress IP.
认证
需要 Connected AccountTags
Delete gradual rollout strategyNORTHFLANK_DELETE_GRADUAL_ROLLOUT_STRATEGIES_GRADUALROLLOUTSTRATEGYIDDeletes a gradual rollout strategy.需要连接
Deletes a gradual rollout strategy.
认证
需要 Connected AccountTags
Delete log sinkNORTHFLANK_DELETE_INTEGRATIONS_LOG_SINKS_LOGSINKIDDeletes a log sink.需要连接
Deletes a log sink.
认证
需要 Connected AccountTags
Delete notification integrationNORTHFLANK_DELETE_INTEGRATIONS_NOTIFICATIONS_NOTIFICATIONIDDeletes a notification integration需要连接
Deletes a notification integration
认证
需要 Connected AccountTags
Delete registryNORTHFLANK_DELETE_INTEGRATIONS_REGISTRIES_CREDENTIALIDDeletes a set of registry credential data.需要连接
Deletes a set of registry credential data.
认证
需要 Connected AccountTags
Delete SSH identityNORTHFLANK_DELETE_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDDeletes an SSH identity.需要连接
Deletes an SSH identity.
认证
需要 Connected AccountTags
Delete load balancerNORTHFLANK_DELETE_LOAD_BALANCERS_LOADBALANCERIDDeletes the given load balancer.需要连接
Deletes the given load balancer.
认证
需要 Connected AccountTags
Remove team memberNORTHFLANK_DELETE_MEMBERS_MEMBERIDRemoves a member from a team.需要连接
Removes a member from a team.
认证
需要 Connected AccountTags
Delete network policyNORTHFLANK_DELETE_NETWORK_POLICIES_NETWORKPOLICYIDDeletes a network policy and removes all associated CNPs from the cluster.需要连接
Deletes a network policy and removes all associated CNPs from the cluster.
认证
需要 Connected AccountTags
Delete org roleNORTHFLANK_DELETE_ORG_ROLES_ROLEIDDeletes a platform role from the authenticated org.需要连接
Deletes a platform role from the authenticated org.
认证
需要 Connected AccountTags
Remove member from org roleNORTHFLANK_DELETE_ORG_ROLES_ROLEID_MEMBERS_MEMBERIDRemoves a user from a platform role in the authenticated org.需要连接
Removes a user from a platform role in the authenticated org.
认证
需要 Connected AccountTags
Delete addonNORTHFLANK_DELETE_PROJECTS_ADDONS_ADDONIDDeletes the given addon.需要连接
Deletes the given addon.
认证
需要 Connected AccountTags
Delete addon backup scheduleNORTHFLANK_DELETE_PROJECTS_ADDONS_ADDONID_BACKUP_SCHEDULES_SCHEDULEIDDeletes a backup schedule for an addon.需要连接
Deletes a backup schedule for an addon.
认证
需要 Connected AccountTags
Delete addon backupNORTHFLANK_DELETE_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPIDDeletes a given backup需要连接
Deletes a given backup
认证
需要 Connected AccountTags
Delete external addonNORTHFLANK_DELETE_PROJECTS_EXTERNAL_ADDONS_EXTERNALADDONIDDeletes an external addon and destroys the associated cloud resource需要连接
Deletes an external addon and destroys the associated cloud resource
认证
需要 Connected AccountTags
Delete harnessNORTHFLANK_DELETE_PROJECTS_HARNESSES_HARNESSIDDeletes the given harness.需要连接
Deletes the given harness.
认证
需要 Connected AccountTags
Delete jobNORTHFLANK_DELETE_PROJECTS_JOBS_JOBIDDeletes the given job.需要连接
Deletes the given job.
认证
需要 Connected AccountTags
Abort job buildNORTHFLANK_DELETE_PROJECTS_JOBS_JOBID_BUILD_BUILDIDAborts the given job build需要连接
Aborts the given job build
认证
需要 Connected AccountTags
Abort job runNORTHFLANK_DELETE_PROJECTS_JOBS_JOBID_RUNS_RUNIDAborts the given job run需要连接
Aborts the given job run
认证
需要 Connected AccountTags
Delete AI modelNORTHFLANK_DELETE_PROJECTS_LLM_MODEL_DEPLOYMENTS_LLMMODELDEPLOYMENTIDDelete an AI model需要连接
Delete an AI model
认证
需要 Connected AccountTags
Delete preview environmentNORTHFLANK_DELETE_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_PREVIEWS_PREVIEWIDDelete a preview environment generated by a preview template.需要连接
Delete a preview environment generated by a preview template.
认证
需要 Connected AccountTags
Delete preview blueprintNORTHFLANK_DELETE_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTIDDelete a preview blueprint需要连接
Delete a preview blueprint
认证
需要 Connected AccountTags
Delete preview environmentNORTHFLANK_DELETE_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWIDDelete a preview environment generated by a preview blueprint.需要连接
Delete a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Delete projectNORTHFLANK_DELETE_PROJECTS_PROJECTIDDelete the given project. Fails if the project isn't empty.需要连接
Delete the given project. Fails if the project isn't empty.
认证
需要 Connected AccountTags
Delete project secretNORTHFLANK_DELETE_PROJECTS_SECRETS_SECRETIDDelete a project secret需要连接
Delete a project secret
认证
需要 Connected AccountTags
Unlink addon from project secretNORTHFLANK_DELETE_PROJECTS_SECRETS_SECRETID_ADDONS_ADDONIDUnlinks an addon from the project secret.需要连接
Unlinks an addon from the project secret.
认证
需要 Connected AccountTags
Delete serviceNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEIDDeletes the given service.需要连接
Deletes the given service.
认证
需要 Connected AccountTags
Abort service buildNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_BUILD_BUILDIDAborts the given service build需要连接
Aborts the given service build
认证
需要 Connected AccountTags
Clear the build cache of a serviceNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_BUILD_CACHEClears the build cache of a given combined or build service.需要连接
Clears the build cache of a given combined or build service.
认证
需要 Connected AccountTags
Delete service per-replica volume groupNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_PER_REPLICA_VOLUMES_VOLUME_VOLUMEIDFully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.需要连接
Fully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.
认证
需要 Connected AccountTags
Delete service per-replica volume PVCNORTHFLANK_DELETE_PROJECTS_SERVICES_SERVICEID_PER_REPLICA_VOLUMES_VOLUME_VOLUMEID_REPLICA_ORDINALDeletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.需要连接
Deletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.
认证
需要 Connected AccountTags
Delete volumeNORTHFLANK_DELETE_PROJECTS_VOLUMES_VOLUMEIDDeletes this volume and its associated data.需要连接
Deletes this volume and its associated data.
认证
需要 Connected AccountTags
Delete volume backupNORTHFLANK_DELETE_PROJECTS_VOLUMES_VOLUMEID_BACKUPS_BACKUPIDDelete the volume backup需要连接
Delete the volume backup
认证
需要 Connected AccountTags
Delete team roleNORTHFLANK_DELETE_ROLES_ROLEIDDeletes a platform role from a team.需要连接
Deletes a platform role from a team.
认证
需要 Connected AccountTags
Remove member from team roleNORTHFLANK_DELETE_ROLES_ROLEID_MEMBERS_MEMBERIDRemoves a user from a platform role in a team.需要连接
Removes a user from a platform role in a team.
认证
需要 Connected AccountTags
Delete global secretNORTHFLANK_DELETE_SECRETS_SECRETIDDelete a global secret需要连接
Delete a global secret
认证
需要 Connected AccountTags
Delete tagNORTHFLANK_DELETE_TAGS_RESOURCETAGIDDelete a resource tag.需要连接
Delete a resource tag.
认证
需要 Connected AccountTags
Delete templateNORTHFLANK_DELETE_TEMPLATES_TEMPLATEIDDelete a template需要连接
Delete a template
认证
需要 Connected AccountTags
Delete backup destinationNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_IDDelete a backup destination.需要连接
Delete a backup destination.
认证
需要 Connected AccountTags
Delete clusterNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_IDDelete the given cluster. Fails if the cluster has associated projects.需要连接
Delete the given cluster. Fails if the cluster has associated projects.
认证
需要 Connected AccountTags
Delete integrationNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_IDDelete the given integration. Fails if the integration is associated with existing clusters.需要连接
Delete the given integration. Fails if the integration is associated with existing clusters.
认证
需要 Connected AccountTags
Delete domainNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAINDeletes a domain and each of its registered subdomains.需要连接
Deletes a domain and each of its registered subdomains.
认证
需要 Connected AccountTags
Delete subdomainNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINRemoves a subdomain from a domain.需要连接
Removes a subdomain from a domain.
认证
需要 Connected AccountTags
Unassign subdomainNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNRemoves a subdomain from its assigned service需要连接
Removes a subdomain from its assigned service
认证
需要 Connected AccountTags
Delete subdomain pathNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATHDelete a path.需要连接
Delete a path.
认证
需要 Connected AccountTags
Unassign subdomain pathNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATH_ASSIGNUnassign a subdomain path to a port.需要连接
Unassign a subdomain path to a port.
认证
需要 Connected AccountTags
Delete egress IPNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_EGRESS_IPS_EGRESS_IP_IDDeletes the given egress IP.需要连接
Deletes the given egress IP.
认证
需要 Connected AccountTags
Delete gradual rollout strategyNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIES_GRADUAL_ROLLOUT_STRATEGY_IDDeletes a gradual rollout strategy.需要连接
Deletes a gradual rollout strategy.
认证
需要 Connected AccountTags
Delete log sinkNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_IDDeletes a log sink.需要连接
Deletes a log sink.
认证
需要 Connected AccountTags
Delete notification integrationNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONS_NOTIFICATION_IDDeletes a notification integration需要连接
Deletes a notification integration
认证
需要 Connected AccountTags
Delete registryNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIES_CREDENTIAL_IDDeletes a set of registry credential data.需要连接
Deletes a set of registry credential data.
认证
需要 Connected AccountTags
Delete SSH identityNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDDeletes an SSH identity.需要连接
Deletes an SSH identity.
认证
需要 Connected AccountTags
Delete load balancerNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_LOAD_BALANCERS_LOAD_BALANCER_IDDeletes the given load balancer.需要连接
Deletes the given load balancer.
认证
需要 Connected AccountTags
Delete network policyNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_NETWORK_POLICIES_NETWORK_POLICY_IDDeletes a network policy and removes all associated CNPs from the cluster.需要连接
Deletes a network policy and removes all associated CNPs from the cluster.
认证
需要 Connected AccountTags
Delete projectNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_IDDelete the given project. Fails if the project isn't empty.需要连接
Delete the given project. Fails if the project isn't empty.
认证
需要 Connected AccountTags
Delete addonNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_IDDeletes the given addon.需要连接
Deletes the given addon.
认证
需要 Connected AccountTags
Delete addon backup scheduleNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUP_SCHEDULES_SCHEDULE_IDDeletes a backup schedule for an addon.需要连接
Deletes a backup schedule for an addon.
认证
需要 Connected AccountTags
Delete addon backupNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_IDDeletes a given backup需要连接
Deletes a given backup
认证
需要 Connected AccountTags
Delete external addonNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONS_EXTERNAL_ADDON_IDDeletes an external addon and destroys the associated cloud resource需要连接
Deletes an external addon and destroys the associated cloud resource
认证
需要 Connected AccountTags
Delete harnessNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_IDDeletes the given harness.需要连接
Deletes the given harness.
认证
需要 Connected AccountTags
Delete jobNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_IDDeletes the given job.需要连接
Deletes the given job.
认证
需要 Connected AccountTags
Abort job buildNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_BUILD_IDAborts the given job build需要连接
Aborts the given job build
认证
需要 Connected AccountTags
Abort job runNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNS_RUN_IDAborts the given job run需要连接
Aborts the given job run
认证
需要 Connected AccountTags
Delete AI modelNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTS_LLM_MODEL_DEPLOYMENT_IDDelete an AI model需要连接
Delete an AI model
认证
需要 Connected AccountTags
Delete preview environmentNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_PREVIEWS_PREVIEW_IDDelete a preview environment generated by a preview template.需要连接
Delete a preview environment generated by a preview template.
认证
需要 Connected AccountTags
Delete preview blueprintNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_IDDelete a preview blueprint需要连接
Delete a preview blueprint
认证
需要 Connected AccountTags
Delete preview environmentNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_IDDelete a preview environment generated by a preview blueprint.需要连接
Delete a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Delete project secretNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDDelete a project secret需要连接
Delete a project secret
认证
需要 Connected AccountTags
Unlink addon from project secretNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_ADDONS_ADDON_IDUnlinks an addon from the project secret.需要连接
Unlinks an addon from the project secret.
认证
需要 Connected AccountTags
Delete serviceNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_IDDeletes the given service.需要连接
Deletes the given service.
认证
需要 Connected AccountTags
Abort service buildNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_BUILD_IDAborts the given service build需要连接
Aborts the given service build
认证
需要 Connected AccountTags
Clear the build cache of a serviceNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_CACHEClears the build cache of a given combined or build service.需要连接
Clears the build cache of a given combined or build service.
认证
需要 Connected AccountTags
Delete service per-replica volume groupNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PER_REPLICA_VOLUMES_VOLUME_VOLUME_IDFully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.需要连接
Fully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.
认证
需要 Connected AccountTags
Delete service per-replica volume PVCNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PER_REPLICA_VOLUMES_VOLUME_VOLUME_ID_REPLICA_ORDINALDeletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.需要连接
Deletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.
认证
需要 Connected AccountTags
Delete volumeNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_IDDeletes this volume and its associated data.需要连接
Deletes this volume and its associated data.
认证
需要 Connected AccountTags
Delete volume backupNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPS_BACKUP_IDDelete the volume backup需要连接
Delete the volume backup
认证
需要 Connected AccountTags
Delete global secretNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_SECRETS_SECRET_IDDelete a global secret需要连接
Delete a global secret
认证
需要 Connected AccountTags
Delete tagNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_TAGS_RESOURCE_TAG_IDDelete a resource tag.需要连接
Delete a resource tag.
认证
需要 Connected AccountTags
Delete templateNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_IDDelete a template需要连接
Delete a template
认证
需要 Connected AccountTags
Delete workload identityNORTHFLANK_DELETE_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_IDDeletes a workload identity.需要连接
Deletes a workload identity.
认证
需要 Connected AccountTags
Delete workload identityNORTHFLANK_DELETE_WORKLOAD_IDENTITIES_WORKLOADIDENTITYIDDeletes a workload identity.需要连接
Deletes a workload identity.
认证
需要 Connected AccountTags
Health checkNORTHFLANK_GETReturns api service status需要连接
Returns api service status
认证
需要 Connected AccountTags
List addon typesNORTHFLANK_GET_ADDON_TYPESGets information about the available addon types需要连接
Gets information about the available addon types
认证
需要 Connected AccountTags
Get current authentication infoNORTHFLANK_GET_AUTHReturns details about the authentication material used in this request.需要连接
Returns details about the authentication material used in this request.
认证
需要 Connected AccountTags
List backup destinationsNORTHFLANK_GET_BACKUP_DESTINATIONSLists the backup destinations saved to this account. Does not display secrets.需要连接
Lists the backup destinations saved to this account. Does not display secrets.
认证
需要 Connected AccountTags
Get backup destinationNORTHFLANK_GET_BACKUP_DESTINATIONS_BACKUPDESTINATIONIDView a backup destination, including secrets.需要连接
View a backup destination, including secrets.
认证
需要 Connected AccountTags
List destinations backupsNORTHFLANK_GET_BACKUP_DESTINATIONS_BACKUPDESTINATIONID_BACKUPSLists the backups associated with a backup destinations.需要连接
Lists the backups associated with a backup destinations.
认证
需要 Connected AccountTags
List invoicesNORTHFLANK_GET_BILLING_INVOICESLists finalized invoices.需要连接
Lists finalized invoices.
认证
需要 Connected AccountTags
Get invoiceNORTHFLANK_GET_BILLING_INVOICES_INVOICEIDGets details about a given invoice.需要连接
Gets details about a given invoice.
认证
需要 Connected AccountTags
List usageNORTHFLANK_GET_BILLING_USAGELists hourly usage entries.需要连接
Lists hourly usage entries.
认证
需要 Connected AccountTags
Get usageNORTHFLANK_GET_BILLING_USAGE_TIMESTAMPGets usage details for a given billing hour.需要连接
Gets usage details for a given billing hour.
认证
需要 Connected AccountTags
List providersNORTHFLANK_GET_CLOUD_PROVIDERSLists supported cloud providers需要连接
Lists supported cloud providers
认证
需要 Connected AccountTags
List clustersNORTHFLANK_GET_CLOUD_PROVIDERS_CLUSTERSLists clusters for the authenticated user or team.需要连接
Lists clusters for the authenticated user or team.
认证
需要 Connected AccountTags
Get clusterNORTHFLANK_GET_CLOUD_PROVIDERS_CLUSTERS_CLUSTERIDGet information about the given cluster需要连接
Get information about the given cluster
认证
需要 Connected AccountTags
List cluster nodesNORTHFLANK_GET_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODESGet a list of nodes for the given cluster需要连接
Get a list of nodes for the given cluster
认证
需要 Connected AccountTags
List integrationsNORTHFLANK_GET_CLOUD_PROVIDERS_INTEGRATIONSLists integrations for the authenticated user or team.需要连接
Lists integrations for the authenticated user or team.
认证
需要 Connected AccountTags
Get integrationNORTHFLANK_GET_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONIDGet information about the given integration需要连接
Get information about the given integration
认证
需要 Connected AccountTags
Get workload identity provider statusNORTHFLANK_GET_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONID_WORKLOAD_IDENTITY_PROVIDERChecks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.需要连接
Checks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.
认证
需要 Connected AccountTags
List provider node typesNORTHFLANK_GET_CLOUD_PROVIDERS_NODE_TYPESLists supported cloud provider node types需要连接
Lists supported cloud provider node types
认证
需要 Connected AccountTags
List provider regionsNORTHFLANK_GET_CLOUD_PROVIDERS_REGIONSLists supported cloud provider regions需要连接
Lists supported cloud provider regions
认证
需要 Connected AccountTags
List org directory groupsNORTHFLANK_GET_DIRECTORY_GROUPSLists the Directory Sync directory groups for the authenticated org.需要连接
Lists the Directory Sync directory groups for the authenticated org.
认证
需要 Connected AccountTags
List directory group membersNORTHFLANK_GET_DIRECTORY_GROUPS_GROUPID_MEMBERSLists the users who are members of the org via a specific Directory Sync group.需要连接
Lists the users who are members of the org via a specific Directory Sync group.
认证
需要 Connected AccountTags
Get DNS IDNORTHFLANK_GET_DNS_IDReturns the partially random string used when generating host names for the authenticated account.需要连接
Returns the partially random string used when generating host names for the authenticated account.
认证
需要 Connected AccountTags
List domainsNORTHFLANK_GET_DOMAINSLists available domains需要连接
Lists available domains
认证
需要 Connected AccountTags
Get domainNORTHFLANK_GET_DOMAINS_DOMAINGets details about domain需要连接
Gets details about domain
认证
需要 Connected AccountTags
Get domain certificateNORTHFLANK_GET_DOMAINS_DOMAIN_CERTIFICATERetrieve certificate data for a domain to verify its contents.需要连接
Retrieve certificate data for a domain to verify its contents.
认证
需要 Connected AccountTags
Get subdomainNORTHFLANK_GET_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINGets details about the given subdomain需要连接
Gets details about the given subdomain
认证
需要 Connected AccountTags
List subdomain pathsNORTHFLANK_GET_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSList paths for a given subdomain.需要连接
List paths for a given subdomain.
认证
需要 Connected AccountTags
Get subdomain pathNORTHFLANK_GET_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATHGet subdomain path details.需要连接
Get subdomain path details.
认证
需要 Connected AccountTags
List egress IPsNORTHFLANK_GET_EGRESS_IPSGets a list of egress IPs belonging to the team需要连接
Gets a list of egress IPs belonging to the team
认证
需要 Connected AccountTags
Get egress IPNORTHFLANK_GET_EGRESS_IPS_EGRESSIPIDGets information about the given egress IP需要连接
Gets information about the given egress IP
认证
需要 Connected AccountTags
List log sinksNORTHFLANK_GET_INTEGRATIONS_LOG_SINKSGets a list of log sinks added to this account.需要连接
Gets a list of log sinks added to this account.
认证
需要 Connected AccountTags
Get log sink detailsNORTHFLANK_GET_INTEGRATIONS_LOG_SINKS_LOGSINKIDGets details about a given log sink.需要连接
Gets details about a given log sink.
认证
需要 Connected AccountTags
List notification integrationsNORTHFLANK_GET_INTEGRATIONS_NOTIFICATIONSLists notification integrations for the authenticated user or team.需要连接
Lists notification integrations for the authenticated user or team.
认证
需要 Connected AccountTags
Get notification integrationNORTHFLANK_GET_INTEGRATIONS_NOTIFICATIONS_NOTIFICATIONIDGet details about a notification integration.需要连接
Get details about a notification integration.
认证
需要 Connected AccountTags
List registriesNORTHFLANK_GET_INTEGRATIONS_REGISTRIESLists the container registry credentials saved to this account. Does not display secrets.需要连接
Lists the container registry credentials saved to this account. Does not display secrets.
认证
需要 Connected AccountTags
Get registryNORTHFLANK_GET_INTEGRATIONS_REGISTRIES_CREDENTIALIDViews a set of registry credential data.需要连接
Views a set of registry credential data.
认证
需要 Connected AccountTags
List SSH identitiesNORTHFLANK_GET_INTEGRATIONS_SSH_IDENTITIESLists the SSH identities saved to this account. Does not display SSH public keys.需要连接
Lists the SSH identities saved to this account. Does not display SSH public keys.
认证
需要 Connected AccountTags
Get SSH identityNORTHFLANK_GET_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDViews SSH identity data including public keys.需要连接
Views SSH identity data including public keys.
认证
需要 Connected AccountTags
List VCS providersNORTHFLANK_GET_INTEGRATIONS_VCSLists linked version control providers需要连接
Lists linked version control providers
认证
需要 Connected AccountTags
Get VCS link sessionNORTHFLANK_GET_INTEGRATIONS_VCS_LINK_SESSIONS_LINKSESSIONIDGets the status of a version control link session, for polling until completion.需要连接
Gets the status of a version control link session, for polling until completion.
认证
需要 Connected AccountTags
List repositoriesNORTHFLANK_GET_INTEGRATIONS_VCS_REPOSGets a list of repositories accessible to this account需要连接
Gets a list of repositories accessible to this account
认证
需要 Connected AccountTags
List branchesNORTHFLANK_GET_INTEGRATIONS_VCS_REPOS_VCSSERVICE_REPOSITORYOWNER_REPOSITORYNAME_BRANCHESGets a list of branches for the repo需要连接
Gets a list of branches for the repo
认证
需要 Connected AccountTags
List load balancersNORTHFLANK_GET_LOAD_BALANCERSGets a list of load balancers belonging to the team需要连接
Gets a list of load balancers belonging to the team
认证
需要 Connected AccountTags
Get load balancerNORTHFLANK_GET_LOAD_BALANCERS_LOADBALANCERIDGets information about the given load balancer需要连接
Gets information about the given load balancer
认证
需要 Connected AccountTags
Get logs for a resourceNORTHFLANK_GET_LOGSGet logs for any Northflank resource需要连接
Get logs for any Northflank resource
认证
需要 Connected AccountTags
List team membersNORTHFLANK_GET_MEMBERSGets a list of members belonging to a team.需要连接
Gets a list of members belonging to a team.
认证
需要 Connected AccountTags
Get network policyNORTHFLANK_GET_NETWORK_POLICIES_NETWORKPOLICYIDGet details of a network policy.需要连接
Get details of a network policy.
认证
需要 Connected AccountTags
Get OpenTofu job logsNORTHFLANK_GET_OPENTOFU_JOBS_OPENTOFUJOBID_LOGSGet logs for an OpenTofu job需要连接
Get logs for an OpenTofu job
认证
需要 Connected AccountTags
List org membersNORTHFLANK_GET_ORG_MEMBERSGets a list of members belonging to the authenticated org.需要连接
Gets a list of members belonging to the authenticated org.
认证
需要 Connected AccountTags
List org rolesNORTHFLANK_GET_ORG_ROLESGets a list of platform roles for the authenticated org.需要连接
Gets a list of platform roles for the authenticated org.
认证
需要 Connected AccountTags
Get org roleNORTHFLANK_GET_ORG_ROLES_ROLEIDGets details about a specific org platform role.需要连接
Gets details about a specific org platform role.
认证
需要 Connected AccountTags
List org role membersNORTHFLANK_GET_ORG_ROLES_ROLEID_MEMBERSGets a list of members assigned to a platform role in the authenticated org.需要连接
Gets a list of members assigned to a platform role in the authenticated org.
认证
需要 Connected AccountTags
List plansNORTHFLANK_GET_PLANSLists available billing plans需要连接
Lists available billing plans
认证
需要 Connected AccountTags
List projectsNORTHFLANK_GET_PROJECTSLists projects for the authenticated user or team.需要连接
Lists projects for the authenticated user or team.
认证
需要 Connected AccountTags
List addonsNORTHFLANK_GET_PROJECTS_ADDONSGets a list of addons belonging to the project需要连接
Gets a list of addons belonging to the project
认证
需要 Connected AccountTags
Get addonNORTHFLANK_GET_PROJECTS_ADDONS_ADDONIDGets information about the given addon需要连接
Gets information about the given addon
认证
需要 Connected AccountTags
Get addon backup schedulesNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUP_SCHEDULESGets details about an addon's backup schedules需要连接
Gets details about an addon's backup schedules
认证
需要 Connected AccountTags
List addon backupsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPSReturns a list of backups for the given addon.需要连接
Returns a list of backups for the given addon.
认证
需要 Connected AccountTags
Get addon backupNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPIDGets details about a given backup.需要连接
Gets details about a given backup.
认证
需要 Connected AccountTags
Get backup download linkNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_DOWNLOAD_LINKGenerates a temporary download link for downloading the given backup.需要连接
Generates a temporary download link for downloading the given backup.
认证
需要 Connected AccountTags
Get addon backup logsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_LOGSGet logs for an addon backup需要连接
Get logs for an addon backup
认证
需要 Connected AccountTags
List addon backup restoresNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RESTORESGets a list of restores for the given backup.需要连接
Gets a list of restores for the given backup.
认证
需要 Connected AccountTags
Get addon restore logsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RESTORES_RESTOREID_LOGSGet logs for an addon restore需要连接
Get logs for an addon restore
认证
需要 Connected AccountTags
List addon containersNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_CONTAINERSGets a list of containers for the given addon.需要连接
Gets a list of containers for the given addon.
认证
需要 Connected AccountTags
Get addon credentialsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_CREDENTIALSReturns the credentials for connecting to the given addon.需要连接
Returns the credentials for connecting to the given addon.
认证
需要 Connected AccountTags
Get addon logsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_LOGSGet logs for an addon需要连接
Get logs for an addon
认证
需要 Connected AccountTags
Get addon metricsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_METRICSGet metrics for an addon需要连接
Get metrics for an addon
认证
需要 Connected AccountTags
List addon restoresNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_RESTORESReturns a list of restores for the given addon.需要连接
Returns a list of restores for the given addon.
认证
需要 Connected AccountTags
Get addon version detailsNORTHFLANK_GET_PROJECTS_ADDONS_ADDONID_VERSIONGets details about the current addon version including available upgrades and upgrade history.需要连接
Gets details about the current addon version including available upgrades and upgrade history.
认证
需要 Connected AccountTags
List external addonsNORTHFLANK_GET_PROJECTS_EXTERNAL_ADDONSGets a list of external addons belonging to the project需要连接
Gets a list of external addons belonging to the project
认证
需要 Connected AccountTags
Get external addonNORTHFLANK_GET_PROJECTS_EXTERNAL_ADDONS_EXTERNALADDONIDGets information about the given external addon需要连接
Gets information about the given external addon
认证
需要 Connected AccountTags
List harnessesNORTHFLANK_GET_PROJECTS_HARNESSESGets a list of harnesses belonging to the project需要连接
Gets a list of harnesses belonging to the project
认证
需要 Connected AccountTags
Get harnessNORTHFLANK_GET_PROJECTS_HARNESSES_HARNESSIDGets information about the given harness需要连接
Gets information about the given harness
认证
需要 Connected AccountTags
Get harness logsNORTHFLANK_GET_PROJECTS_HARNESSES_HARNESSID_LOGSGet logs for a harness需要连接
Get logs for a harness
认证
需要 Connected AccountTags
List jobsNORTHFLANK_GET_PROJECTS_JOBSGets a list of jobs belonging to the project需要连接
Gets a list of jobs belonging to the project
认证
需要 Connected AccountTags
Get jobNORTHFLANK_GET_PROJECTS_JOBS_JOBIDGets information about the given job需要连接
Gets information about the given job
认证
需要 Connected AccountTags
Get job branchesNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BRANCHESGets information about the branches of the given job.需要连接
Gets information about the branches of the given job.
认证
需要 Connected AccountTags
List job buildsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILDLists builds for the given job.需要连接
Lists builds for the given job.
认证
需要 Connected AccountTags
Get job build argumentsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_ARGUMENTSGets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Gets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get job build argument detailsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
Get job buildNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_BUILDIDGets information about a build for the job需要连接
Gets information about a build for the job
认证
需要 Connected AccountTags
Get job build logsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_LOGSGet logs for a job build需要连接
Get logs for a job build
认证
需要 Connected AccountTags
Get job build metricsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_BUILD_METRICSGet metrics for a job build需要连接
Get metrics for a job build
认证
需要 Connected AccountTags
List job containersNORTHFLANK_GET_PROJECTS_JOBS_JOBID_CONTAINERSGets a list of containers for the given job.需要连接
Gets a list of containers for the given job.
认证
需要 Connected AccountTags
Get job deploymentNORTHFLANK_GET_PROJECTS_JOBS_JOBID_DEPLOYMENTGets information about the deployment of the given job.需要连接
Gets information about the deployment of the given job.
认证
需要 Connected AccountTags
Get job health checksNORTHFLANK_GET_PROJECTS_JOBS_JOBID_HEALTH_CHECKSLists the health checks for the given job.需要连接
Lists the health checks for the given job.
认证
需要 Connected AccountTags
Get job logsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_LOGSGet logs for a job需要连接
Get logs for a job
认证
需要 Connected AccountTags
Get job metricsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_METRICSGet metrics for a job需要连接
Get metrics for a job
认证
需要 Connected AccountTags
Get job pull requestsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_PULL_REQUESTSGets information about the pull-requests of the given job.需要连接
Gets information about the pull-requests of the given job.
认证
需要 Connected AccountTags
Get job runsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNSFetches run history for the given job需要连接
Fetches run history for the given job
认证
需要 Connected AccountTags
Get run detailsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNS_RUNIDReturns data about the given job run需要连接
Returns data about the given job run
认证
需要 Connected AccountTags
Get job runtime environmentNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNTIME_ENVIRONMENTReturns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Returns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get job runtime environment detailsNORTHFLANK_GET_PROJECTS_JOBS_JOBID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
List AI modelsNORTHFLANK_GET_PROJECTS_LLM_MODEL_DEPLOYMENTSLists all AI models for a project需要连接
Lists all AI models for a project
认证
需要 Connected AccountTags
Get AI modelNORTHFLANK_GET_PROJECTS_LLM_MODEL_DEPLOYMENTS_LLMMODELDEPLOYMENTIDGets details about an AI model需要连接
Gets details about an AI model
认证
需要 Connected AccountTags
List pipelinesNORTHFLANK_GET_PROJECTS_PIPELINESLists all pipelines for a project需要连接
Lists all pipelines for a project
认证
需要 Connected AccountTags
Get pipelineNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEIDGet details about a pipeline需要连接
Get details about a pipeline
认证
需要 Connected AccountTags
Get preview templateNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVSGet information about the given preview template.需要连接
Get information about the given preview template.
认证
需要 Connected AccountTags
List preview environmentsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_PREVIEWSGet a list of active preview environments for a template需要连接
Get a list of active preview environments for a template
认证
需要 Connected AccountTags
List preview template runsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_RUNSGet a list of preview template runs需要连接
Get a list of preview template runs
认证
需要 Connected AccountTags
Get preview template runNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_RUNS_TEMPLATERUNIDGet information about the given preview template run.需要连接
Get information about the given preview template run.
认证
需要 Connected AccountTags
Get release flowNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGEGets details about a release flow需要连接
Gets details about a release flow
认证
需要 Connected AccountTags
List release flow runsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNSLists runs of a release flow需要连接
Lists runs of a release flow
认证
需要 Connected AccountTags
Get release flow run detailsNORTHFLANK_GET_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNS_RUNIDGet information about the given release flow run需要连接
Get information about the given release flow run
认证
需要 Connected AccountTags
List preview blueprintsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTSLists all preview blueprints for a project需要连接
Lists all preview blueprints for a project
认证
需要 Connected AccountTags
Get preview blueprintNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTIDGets details about a preview blueprint需要连接
Gets details about a preview blueprint
认证
需要 Connected AccountTags
List preview environmentsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWSGet a list of active previews for a preview blueprint.需要连接
Get a list of active previews for a preview blueprint.
认证
需要 Connected AccountTags
List preview blueprint runsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNSLists runs of a previewBlueprint需要连接
Lists runs of a previewBlueprint
认证
需要 Connected AccountTags
Get preview blueprint run detailsNORTHFLANK_GET_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNS_RUNIDGet information about the given preview blueprint run需要连接
Get information about the given preview blueprint run
认证
需要 Connected AccountTags
Get projectNORTHFLANK_GET_PROJECTS_PROJECTIDGet information about the given project需要连接
Get information about the given project
认证
需要 Connected AccountTags
List project secretsNORTHFLANK_GET_PROJECTS_SECRETSGets a list of project secrets belonging to the project需要连接
Gets a list of project secrets belonging to the project
认证
需要 Connected AccountTags
Get project secretNORTHFLANK_GET_PROJECTS_SECRETS_SECRETIDView a project secret including its contents需要连接
View a project secret including its contents
认证
需要 Connected AccountTags
Get project secret addon link detailsNORTHFLANK_GET_PROJECTS_SECRETS_SECRETID_ADDONS_ADDONIDGet details about a given addon link.需要连接
Get details about a given addon link.
认证
需要 Connected AccountTags
Get project secret detailsNORTHFLANK_GET_PROJECTS_SECRETS_SECRETID_DETAILSView a project secret with details about its linked addons需要连接
View a project secret with details about its linked addons
认证
需要 Connected AccountTags
List servicesNORTHFLANK_GET_PROJECTS_SERVICESGets a list of services belonging to the project需要连接
Gets a list of services belonging to the project
认证
需要 Connected AccountTags
Get serviceNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEIDGets information about the given service.需要连接
Gets information about the given service.
认证
需要 Connected AccountTags
Get service branchesNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BRANCHESGets information about the branches of the given service.需要连接
Gets information about the branches of the given service.
认证
需要 Connected AccountTags
List service buildsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILDLists the builds for the service需要连接
Lists the builds for the service
认证
需要 Connected AccountTags
Get service build argumentsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_ARGUMENTSGets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Gets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get service build arguments detailsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
Get service buildNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_BUILDIDGets information about a build for the service需要连接
Gets information about a build for the service
认证
需要 Connected AccountTags
Get service build logsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_LOGSGet logs for a service build需要连接
Get logs for a service build
认证
需要 Connected AccountTags
Get service build metricsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_BUILD_METRICSGet metrics for a service build需要连接
Get metrics for a service build
认证
需要 Connected AccountTags
List service containersNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_CONTAINERSGets a list of containers for the given service.需要连接
Gets a list of containers for the given service.
认证
需要 Connected AccountTags
Get service deploymentNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_DEPLOYMENTGets information about the deployment of the given service.需要连接
Gets information about the deployment of the given service.
认证
需要 Connected AccountTags
Get service health checksNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_HEALTH_CHECKSLists the health checks for the given service.需要连接
Lists the health checks for the given service.
认证
需要 Connected AccountTags
Get service logsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_LOGSGet logs for a service需要连接
Get logs for a service
认证
需要 Connected AccountTags
Get service metricsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_METRICSGet metrics for a service需要连接
Get metrics for a service
认证
需要 Connected AccountTags
Get service per-replica volumesNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_PER_REPLICA_VOLUMESLists the per-replica statefulSet volumes for the given service.需要连接
Lists the per-replica statefulSet volumes for the given service.
认证
需要 Connected AccountTags
Get service portsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_PORTSLists the ports for the given service.需要连接
Lists the ports for the given service.
认证
需要 Connected AccountTags
Get service pull requestsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_PULL_REQUESTSGets information about the pull-requests of the given service.需要连接
Gets information about the pull-requests of the given service.
认证
需要 Connected AccountTags
Get service runtime environmentNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_RUNTIME_ENVIRONMENTGets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Gets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get service runtime environment detailsNORTHFLANK_GET_PROJECTS_SERVICES_SERVICEID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
List volumesNORTHFLANK_GET_PROJECTS_VOLUMESGets a list of volumes belonging to the project需要连接
Gets a list of volumes belonging to the project
认证
需要 Connected AccountTags
Get volumeNORTHFLANK_GET_PROJECTS_VOLUMES_VOLUMEIDRetrieve a volume需要连接
Retrieve a volume
认证
需要 Connected AccountTags
Get volume backupsNORTHFLANK_GET_PROJECTS_VOLUMES_VOLUMEID_BACKUPSGet list of backups associated with a volume需要连接
Get list of backups associated with a volume
认证
需要 Connected AccountTags
Get volume backup detailsNORTHFLANK_GET_PROJECTS_VOLUMES_VOLUMEID_BACKUPS_BACKUPIDGet details for a specific volume backup需要连接
Get details for a specific volume backup
认证
需要 Connected AccountTags
List workflowsNORTHFLANK_GET_PROJECTS_WORKFLOWSLists all workflows for a project需要连接
Lists all workflows for a project
认证
需要 Connected AccountTags
Get workflowNORTHFLANK_GET_PROJECTS_WORKFLOWS_WORKFLOWIDGets details about a workflow需要连接
Gets details about a workflow
认证
需要 Connected AccountTags
List workflow runsNORTHFLANK_GET_PROJECTS_WORKFLOWS_WORKFLOWID_RUNSLists runs of a workflow需要连接
Lists runs of a workflow
认证
需要 Connected AccountTags
Get workflow run detailsNORTHFLANK_GET_PROJECTS_WORKFLOWS_WORKFLOWID_RUNS_RUNIDGet information about the given workflow run需要连接
Get information about the given workflow run
认证
需要 Connected AccountTags
List regionsNORTHFLANK_GET_REGIONSLists available project regions需要连接
Lists available project regions
认证
需要 Connected AccountTags
List team rolesNORTHFLANK_GET_ROLESGets a list of platform roles for a team.需要连接
Gets a list of platform roles for a team.
认证
需要 Connected AccountTags
Get team roleNORTHFLANK_GET_ROLES_ROLEIDGets details about a specific platform role.需要连接
Gets details about a specific platform role.
认证
需要 Connected AccountTags
List team role membersNORTHFLANK_GET_ROLES_ROLEID_MEMBERSGets a list of members assigned to a platform role in a team.需要连接
Gets a list of members assigned to a platform role in a team.
认证
需要 Connected AccountTags
List global secretsNORTHFLANK_GET_SECRETSGets a list of global secrets需要连接
Gets a list of global secrets
认证
需要 Connected AccountTags
Get global secretNORTHFLANK_GET_SECRETS_SECRETIDGet a global secret including its contents需要连接
Get a global secret including its contents
认证
需要 Connected AccountTags
List tagsNORTHFLANK_GET_TAGSList the resource tags for this entity.需要连接
List the resource tags for this entity.
认证
需要 Connected AccountTags
Get tagNORTHFLANK_GET_TAGS_RESOURCETAGIDView details for a given resource tag.需要连接
View details for a given resource tag.
认证
需要 Connected AccountTags
List teamsNORTHFLANK_GET_TEAMSGets a list of teams belonging to the authenticated org.需要连接
Gets a list of teams belonging to the authenticated org.
认证
需要 Connected AccountTags
Get teamNORTHFLANK_GET_TEAMS_TEAMIDGets information about a team belonging to the authenticated org.需要连接
Gets information about a team belonging to the authenticated org.
认证
需要 Connected AccountTags
List templatesNORTHFLANK_GET_TEMPLATESGet a list of templates需要连接
Get a list of templates
认证
需要 Connected AccountTags
Get templateNORTHFLANK_GET_TEMPLATES_TEMPLATEIDGet information about the given template.需要连接
Get information about the given template.
认证
需要 Connected AccountTags
List template runsNORTHFLANK_GET_TEMPLATES_TEMPLATEID_RUNSGet a list of template runs需要连接
Get a list of template runs
认证
需要 Connected AccountTags
Get template runNORTHFLANK_GET_TEMPLATES_TEMPLATEID_RUNS_TEMPLATERUNIDGet information about the given template run.需要连接
Get information about the given template run.
认证
需要 Connected AccountTags
List API tokensNORTHFLANK_GET_TOKENSLists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.需要连接
Lists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.
认证
需要 Connected AccountTags
List backup destinationsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONSLists the backup destinations saved to this account. Does not display secrets.需要连接
Lists the backup destinations saved to this account. Does not display secrets.
认证
需要 Connected AccountTags
Get backup destinationNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_IDView a backup destination, including secrets.需要连接
View a backup destination, including secrets.
认证
需要 Connected AccountTags
List destinations backupsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_ID_BACKUPSLists the backups associated with a backup destinations.需要连接
Lists the backups associated with a backup destinations.
认证
需要 Connected AccountTags
List invoicesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_INVOICESLists finalized invoices.需要连接
Lists finalized invoices.
认证
需要 Connected AccountTags
Get invoiceNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_INVOICES_INVOICE_IDGets details about a given invoice.需要连接
Gets details about a given invoice.
认证
需要 Connected AccountTags
List usageNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_USAGELists hourly usage entries.需要连接
Lists hourly usage entries.
认证
需要 Connected AccountTags
Get usageNORTHFLANK_GET_V1_TEAMS_TEAM_ID_BILLING_USAGE_TIMESTAMPGets usage details for a given billing hour.需要连接
Gets usage details for a given billing hour.
认证
需要 Connected AccountTags
List clustersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERSLists clusters for the authenticated user or team.需要连接
Lists clusters for the authenticated user or team.
认证
需要 Connected AccountTags
Get clusterNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_IDGet information about the given cluster需要连接
Get information about the given cluster
认证
需要 Connected AccountTags
List cluster nodesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODESGet a list of nodes for the given cluster需要连接
Get a list of nodes for the given cluster
认证
需要 Connected AccountTags
List integrationsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONSLists integrations for the authenticated user or team.需要连接
Lists integrations for the authenticated user or team.
认证
需要 Connected AccountTags
Get integrationNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_IDGet information about the given integration需要连接
Get information about the given integration
认证
需要 Connected AccountTags
Get workload identity provider statusNORTHFLANK_GET_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_ID_WORKLOAD_IDENTITY_PROVIDERChecks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.需要连接
Checks whether the OIDC/workload identity provider resources have been installed on the given cloud provider integration account.
认证
需要 Connected AccountTags
Get DNS IDNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DNS_IDReturns the partially random string used when generating host names for the authenticated account.需要连接
Returns the partially random string used when generating host names for the authenticated account.
认证
需要 Connected AccountTags
List domainsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINSLists available domains需要连接
Lists available domains
认证
需要 Connected AccountTags
Get domainNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAINGets details about domain需要连接
Gets details about domain
认证
需要 Connected AccountTags
Get domain certificateNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_CERTIFICATERetrieve certificate data for a domain to verify its contents.需要连接
Retrieve certificate data for a domain to verify its contents.
认证
需要 Connected AccountTags
Get subdomainNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAINGets details about the given subdomain需要连接
Gets details about the given subdomain
认证
需要 Connected AccountTags
List subdomain pathsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSList paths for a given subdomain.需要连接
List paths for a given subdomain.
认证
需要 Connected AccountTags
Get subdomain pathNORTHFLANK_GET_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATHGet subdomain path details.需要连接
Get subdomain path details.
认证
需要 Connected AccountTags
List egress IPsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_EGRESS_IPSGets a list of egress IPs belonging to the team需要连接
Gets a list of egress IPs belonging to the team
认证
需要 Connected AccountTags
Get egress IPNORTHFLANK_GET_V1_TEAMS_TEAM_ID_EGRESS_IPS_EGRESS_IP_IDGets information about the given egress IP需要连接
Gets information about the given egress IP
认证
需要 Connected AccountTags
List log sinksNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKSGets a list of log sinks added to this account.需要连接
Gets a list of log sinks added to this account.
认证
需要 Connected AccountTags
Get log sink detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_IDGets details about a given log sink.需要连接
Gets details about a given log sink.
认证
需要 Connected AccountTags
List notification integrationsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONSLists notification integrations for the authenticated user or team.需要连接
Lists notification integrations for the authenticated user or team.
认证
需要 Connected AccountTags
Get notification integrationNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONS_NOTIFICATION_IDGet details about a notification integration.需要连接
Get details about a notification integration.
认证
需要 Connected AccountTags
List registriesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIESLists the container registry credentials saved to this account. Does not display secrets.需要连接
Lists the container registry credentials saved to this account. Does not display secrets.
认证
需要 Connected AccountTags
Get registryNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIES_CREDENTIAL_IDViews a set of registry credential data.需要连接
Views a set of registry credential data.
认证
需要 Connected AccountTags
List SSH identitiesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIESLists the SSH identities saved to this account. Does not display SSH public keys.需要连接
Lists the SSH identities saved to this account. Does not display SSH public keys.
认证
需要 Connected AccountTags
Get SSH identityNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDViews SSH identity data including public keys.需要连接
Views SSH identity data including public keys.
认证
需要 Connected AccountTags
List VCS providersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCSLists linked version control providers需要连接
Lists linked version control providers
认证
需要 Connected AccountTags
Get VCS link sessionNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_LINK_SESSIONS_LINK_SESSION_IDGets the status of a version control link session, for polling until completion.需要连接
Gets the status of a version control link session, for polling until completion.
认证
需要 Connected AccountTags
List repositoriesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_REPOSGets a list of repositories accessible to this account需要连接
Gets a list of repositories accessible to this account
认证
需要 Connected AccountTags
List branchesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_REPOS_VCS_SERVICE_REPOSITORY_OWNER_REPOSITORY_NAME_BRANCHESGets a list of branches for the repo需要连接
Gets a list of branches for the repo
认证
需要 Connected AccountTags
List load balancersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_LOAD_BALANCERSGets a list of load balancers belonging to the team需要连接
Gets a list of load balancers belonging to the team
认证
需要 Connected AccountTags
Get load balancerNORTHFLANK_GET_V1_TEAMS_TEAM_ID_LOAD_BALANCERS_LOAD_BALANCER_IDGets information about the given load balancer需要连接
Gets information about the given load balancer
认证
需要 Connected AccountTags
Get logs for a resourceNORTHFLANK_GET_V1_TEAMS_TEAM_ID_LOGSGet logs for any Northflank resource需要连接
Get logs for any Northflank resource
认证
需要 Connected AccountTags
Get network policyNORTHFLANK_GET_V1_TEAMS_TEAM_ID_NETWORK_POLICIES_NETWORK_POLICY_IDGet details of a network policy.需要连接
Get details of a network policy.
认证
需要 Connected AccountTags
Get OpenTofu job logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_OPENTOFU_JOBS_OPENTOFU_JOB_ID_LOGSGet logs for an OpenTofu job需要连接
Get logs for an OpenTofu job
认证
需要 Connected AccountTags
List projectsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTSLists projects for the authenticated user or team.需要连接
Lists projects for the authenticated user or team.
认证
需要 Connected AccountTags
Get projectNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_IDGet information about the given project需要连接
Get information about the given project
认证
需要 Connected AccountTags
List addonsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONSGets a list of addons belonging to the project需要连接
Gets a list of addons belonging to the project
认证
需要 Connected AccountTags
Get addonNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_IDGets information about the given addon需要连接
Gets information about the given addon
认证
需要 Connected AccountTags
Get addon backup schedulesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUP_SCHEDULESGets details about an addon's backup schedules需要连接
Gets details about an addon's backup schedules
认证
需要 Connected AccountTags
List addon backupsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPSReturns a list of backups for the given addon.需要连接
Returns a list of backups for the given addon.
认证
需要 Connected AccountTags
Get addon backupNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_IDGets details about a given backup.需要连接
Gets details about a given backup.
认证
需要 Connected AccountTags
Get backup download linkNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_DOWNLOAD_LINKGenerates a temporary download link for downloading the given backup.需要连接
Generates a temporary download link for downloading the given backup.
认证
需要 Connected AccountTags
Get addon backup logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_LOGSGet logs for an addon backup需要连接
Get logs for an addon backup
认证
需要 Connected AccountTags
List addon backup restoresNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RESTORESGets a list of restores for the given backup.需要连接
Gets a list of restores for the given backup.
认证
需要 Connected AccountTags
Get addon restore logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RESTORES_RESTORE_ID_LOGSGet logs for an addon restore需要连接
Get logs for an addon restore
认证
需要 Connected AccountTags
List addon containersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_CONTAINERSGets a list of containers for the given addon.需要连接
Gets a list of containers for the given addon.
认证
需要 Connected AccountTags
Get addon credentialsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_CREDENTIALSReturns the credentials for connecting to the given addon.需要连接
Returns the credentials for connecting to the given addon.
认证
需要 Connected AccountTags
Get addon logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_LOGSGet logs for an addon需要连接
Get logs for an addon
认证
需要 Connected AccountTags
Get addon metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_METRICSGet metrics for an addon需要连接
Get metrics for an addon
认证
需要 Connected AccountTags
List addon restoresNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESTORESReturns a list of restores for the given addon.需要连接
Returns a list of restores for the given addon.
认证
需要 Connected AccountTags
Get addon version detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_VERSIONGets details about the current addon version including available upgrades and upgrade history.需要连接
Gets details about the current addon version including available upgrades and upgrade history.
认证
需要 Connected AccountTags
List external addonsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONSGets a list of external addons belonging to the project需要连接
Gets a list of external addons belonging to the project
认证
需要 Connected AccountTags
Get external addonNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONS_EXTERNAL_ADDON_IDGets information about the given external addon需要连接
Gets information about the given external addon
认证
需要 Connected AccountTags
List harnessesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSESGets a list of harnesses belonging to the project需要连接
Gets a list of harnesses belonging to the project
认证
需要 Connected AccountTags
Get harnessNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_IDGets information about the given harness需要连接
Gets information about the given harness
认证
需要 Connected AccountTags
Get harness logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_LOGSGet logs for a harness需要连接
Get logs for a harness
认证
需要 Connected AccountTags
List jobsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBSGets a list of jobs belonging to the project需要连接
Gets a list of jobs belonging to the project
认证
需要 Connected AccountTags
Get jobNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_IDGets information about the given job需要连接
Gets information about the given job
认证
需要 Connected AccountTags
Get job branchesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BRANCHESGets information about the branches of the given job.需要连接
Gets information about the branches of the given job.
认证
需要 Connected AccountTags
List job buildsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILDLists builds for the given job.需要连接
Lists builds for the given job.
认证
需要 Connected AccountTags
Get job build argumentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_ARGUMENTSGets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Gets the build arguments of the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get job build argument detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the build arguments accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
Get job buildNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_BUILD_IDGets information about a build for the job需要连接
Gets information about a build for the job
认证
需要 Connected AccountTags
Get job build logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_LOGSGet logs for a job build需要连接
Get logs for a job build
认证
需要 Connected AccountTags
Get job build metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_METRICSGet metrics for a job build需要连接
Get metrics for a job build
认证
需要 Connected AccountTags
List job containersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_CONTAINERSGets a list of containers for the given job.需要连接
Gets a list of containers for the given job.
认证
需要 Connected AccountTags
Get job deploymentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_DEPLOYMENTGets information about the deployment of the given job.需要连接
Gets information about the deployment of the given job.
认证
需要 Connected AccountTags
Get job health checksNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_HEALTH_CHECKSLists the health checks for the given job.需要连接
Lists the health checks for the given job.
认证
需要 Connected AccountTags
Get job logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_LOGSGet logs for a job需要连接
Get logs for a job
认证
需要 Connected AccountTags
Get job metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_METRICSGet metrics for a job需要连接
Get metrics for a job
认证
需要 Connected AccountTags
Get job pull requestsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_PULL_REQUESTSGets information about the pull-requests of the given job.需要连接
Gets information about the pull-requests of the given job.
认证
需要 Connected AccountTags
Get job runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNSFetches run history for the given job需要连接
Fetches run history for the given job
认证
需要 Connected AccountTags
Get run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNS_RUN_IDReturns data about the given job run需要连接
Returns data about the given job run
认证
需要 Connected AccountTags
Get job runtime environmentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNTIME_ENVIRONMENTReturns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Returns the runtime environment for the given job. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get job runtime environment detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the runtime environment accessible by the given job. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
List AI modelsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTSLists all AI models for a project需要连接
Lists all AI models for a project
认证
需要 Connected AccountTags
Get AI modelNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTS_LLM_MODEL_DEPLOYMENT_IDGets details about an AI model需要连接
Gets details about an AI model
认证
需要 Connected AccountTags
List pipelinesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINESLists all pipelines for a project需要连接
Lists all pipelines for a project
认证
需要 Connected AccountTags
Get pipelineNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_IDGet details about a pipeline需要连接
Get details about a pipeline
认证
需要 Connected AccountTags
Get preview templateNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVSGet information about the given preview template.需要连接
Get information about the given preview template.
认证
需要 Connected AccountTags
List preview environmentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_PREVIEWSGet a list of active preview environments for a template需要连接
Get a list of active preview environments for a template
认证
需要 Connected AccountTags
List preview template runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_RUNSGet a list of preview template runs需要连接
Get a list of preview template runs
认证
需要 Connected AccountTags
Get preview template runNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_RUNS_TEMPLATE_RUN_IDGet information about the given preview template run.需要连接
Get information about the given preview template run.
认证
需要 Connected AccountTags
Get release flowNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGEGets details about a release flow需要连接
Gets details about a release flow
认证
需要 Connected AccountTags
List release flow runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNSLists runs of a release flow需要连接
Lists runs of a release flow
认证
需要 Connected AccountTags
Get release flow run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNS_RUN_IDGet information about the given release flow run需要连接
Get information about the given release flow run
认证
需要 Connected AccountTags
List preview blueprintsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTSLists all preview blueprints for a project需要连接
Lists all preview blueprints for a project
认证
需要 Connected AccountTags
Get preview blueprintNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_IDGets details about a preview blueprint需要连接
Gets details about a preview blueprint
认证
需要 Connected AccountTags
List preview environmentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWSGet a list of active previews for a preview blueprint.需要连接
Get a list of active previews for a preview blueprint.
认证
需要 Connected AccountTags
List preview blueprint runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNSLists runs of a previewBlueprint需要连接
Lists runs of a previewBlueprint
认证
需要 Connected AccountTags
Get preview blueprint run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNS_RUN_IDGet information about the given preview blueprint run需要连接
Get information about the given preview blueprint run
认证
需要 Connected AccountTags
List project secretsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETSGets a list of project secrets belonging to the project需要连接
Gets a list of project secrets belonging to the project
认证
需要 Connected AccountTags
Get project secretNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDView a project secret including its contents需要连接
View a project secret including its contents
认证
需要 Connected AccountTags
Get project secret addon link detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_ADDONS_ADDON_IDGet details about a given addon link.需要连接
Get details about a given addon link.
认证
需要 Connected AccountTags
Get project secret detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_DETAILSView a project secret with details about its linked addons需要连接
View a project secret with details about its linked addons
认证
需要 Connected AccountTags
List servicesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICESGets a list of services belonging to the project需要连接
Gets a list of services belonging to the project
认证
需要 Connected AccountTags
Get serviceNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_IDGets information about the given service.需要连接
Gets information about the given service.
认证
需要 Connected AccountTags
Get service branchesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BRANCHESGets information about the branches of the given service.需要连接
Gets information about the branches of the given service.
认证
需要 Connected AccountTags
List service buildsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILDLists the builds for the service需要连接
Lists the builds for the service
认证
需要 Connected AccountTags
Get service build argumentsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_ARGUMENTSGets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Gets the build arguments of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get service build arguments detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_ARGUMENTS_DETAILSGet details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the build arguments accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
Get service buildNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_BUILD_IDGets information about a build for the service需要连接
Gets information about a build for the service
认证
需要 Connected AccountTags
Get service build logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_LOGSGet logs for a service build需要连接
Get logs for a service build
认证
需要 Connected AccountTags
Get service build metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_METRICSGet metrics for a service build需要连接
Get metrics for a service build
认证
需要 Connected AccountTags
List service containersNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_CONTAINERSGets a list of containers for the given service.需要连接
Gets a list of containers for the given service.
认证
需要 Connected AccountTags
Get service deploymentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_DEPLOYMENTGets information about the deployment of the given service.需要连接
Gets information about the deployment of the given service.
认证
需要 Connected AccountTags
Get service health checksNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_HEALTH_CHECKSLists the health checks for the given service.需要连接
Lists the health checks for the given service.
认证
需要 Connected AccountTags
Get service logsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_LOGSGet logs for a service需要连接
Get logs for a service
认证
需要 Connected AccountTags
Get service metricsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_METRICSGet metrics for a service需要连接
Get metrics for a service
认证
需要 Connected AccountTags
Get service per-replica volumesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PER_REPLICA_VOLUMESLists the per-replica statefulSet volumes for the given service.需要连接
Lists the per-replica statefulSet volumes for the given service.
认证
需要 Connected AccountTags
Get service portsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PORTSLists the ports for the given service.需要连接
Lists the ports for the given service.
认证
需要 Connected AccountTags
Get service pull requestsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PULL_REQUESTSGets information about the pull-requests of the given service.需要连接
Gets information about the pull-requests of the given service.
认证
需要 Connected AccountTags
Get service runtime environmentNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RUNTIME_ENVIRONMENTGets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.需要连接
Gets the runtime environment of the given service. If the API key does not have the permission 'Project > Secrets > General > Read', secrets inherited from secret groups will not be displayed.
认证
需要 Connected AccountTags
Get service runtime environment detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RUNTIME_ENVIRONMENT_DETAILSGet details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'需要连接
Get details about the runtime environment accessible by the given service. Also requires the permission 'Project > Secrets > General > Read'
认证
需要 Connected AccountTags
List volumesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMESGets a list of volumes belonging to the project需要连接
Gets a list of volumes belonging to the project
认证
需要 Connected AccountTags
Get volumeNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_IDRetrieve a volume需要连接
Retrieve a volume
认证
需要 Connected AccountTags
Get volume backupsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPSGet list of backups associated with a volume需要连接
Get list of backups associated with a volume
认证
需要 Connected AccountTags
Get volume backup detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPS_BACKUP_IDGet details for a specific volume backup需要连接
Get details for a specific volume backup
认证
需要 Connected AccountTags
List workflowsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWSLists all workflows for a project需要连接
Lists all workflows for a project
认证
需要 Connected AccountTags
Get workflowNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_IDGets details about a workflow需要连接
Gets details about a workflow
认证
需要 Connected AccountTags
List workflow runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNSLists runs of a workflow需要连接
Lists runs of a workflow
认证
需要 Connected AccountTags
Get workflow run detailsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNS_RUN_IDGet information about the given workflow run需要连接
Get information about the given workflow run
认证
需要 Connected AccountTags
List global secretsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_SECRETSGets a list of global secrets需要连接
Gets a list of global secrets
认证
需要 Connected AccountTags
Get global secretNORTHFLANK_GET_V1_TEAMS_TEAM_ID_SECRETS_SECRET_IDGet a global secret including its contents需要连接
Get a global secret including its contents
认证
需要 Connected AccountTags
List tagsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TAGSList the resource tags for this entity.需要连接
List the resource tags for this entity.
认证
需要 Connected AccountTags
Get tagNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TAGS_RESOURCE_TAG_IDView details for a given resource tag.需要连接
View details for a given resource tag.
认证
需要 Connected AccountTags
List templatesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATESGet a list of templates需要连接
Get a list of templates
认证
需要 Connected AccountTags
Get templateNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_IDGet information about the given template.需要连接
Get information about the given template.
认证
需要 Connected AccountTags
List template runsNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNSGet a list of template runs需要连接
Get a list of template runs
认证
需要 Connected AccountTags
Get template runNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNS_TEMPLATE_RUN_IDGet information about the given template run.需要连接
Get information about the given template run.
认证
需要 Connected AccountTags
List API tokensNORTHFLANK_GET_V1_TEAMS_TEAM_ID_TOKENSLists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.需要连接
Lists API tokens belonging to the authenticated org or team, newest first. Only active tokens are returned unless the `all` query parameter is set.
认证
需要 Connected AccountTags
List workload identitiesNORTHFLANK_GET_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIESLists the workload identities saved to this account.需要连接
Lists the workload identities saved to this account.
认证
需要 Connected AccountTags
Get workload identityNORTHFLANK_GET_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_IDRetrieves a workload identity by ID.需要连接
Retrieves a workload identity by ID.
认证
需要 Connected AccountTags
List workload identitiesNORTHFLANK_GET_WORKLOAD_IDENTITIESLists the workload identities saved to this account.需要连接
Lists the workload identities saved to this account.
认证
需要 Connected AccountTags
Get workload identityNORTHFLANK_GET_WORKLOAD_IDENTITIES_WORKLOADIDENTITYIDRetrieves a workload identity by ID.需要连接
Retrieves a workload identity by ID.
认证
需要 Connected AccountTags
Patch backup destinationNORTHFLANK_PATCH_BACKUP_DESTINATIONS_BACKUPDESTINATIONIDUpdates a backup destination.需要连接
Updates a backup destination.
认证
需要 Connected AccountTags
Patch clusterNORTHFLANK_PATCH_CLOUD_PROVIDERS_CLUSTERS_CLUSTERIDUpdates a cluster.需要连接
Updates a cluster.
认证
需要 Connected AccountTags
Patch integrationNORTHFLANK_PATCH_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONIDUpdates a integration.需要连接
Updates a integration.
认证
需要 Connected AccountTags
Update geo routing configurationNORTHFLANK_PATCH_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_GEO_ROUTINGUpdates the geo routing configuration for a geo-routed subdomain.需要连接
Updates the geo routing configuration for a geo-routed subdomain.
认证
需要 Connected AccountTags
Patch egress IPNORTHFLANK_PATCH_EGRESS_IPS_EGRESSIPIDUpdates an egress IP需要连接
Updates an egress IP
认证
需要 Connected AccountTags
Update gradual rollout strategyNORTHFLANK_PATCH_GRADUAL_ROLLOUT_STRATEGIES_GRADUALROLLOUTSTRATEGYIDUpdates a gradual rollout strategy.需要连接
Updates a gradual rollout strategy.
认证
需要 Connected AccountTags
Update registryNORTHFLANK_PATCH_INTEGRATIONS_REGISTRIES_CREDENTIALIDUpdates a set of registry credential data.需要连接
Updates a set of registry credential data.
认证
需要 Connected AccountTags
Update SSH identityNORTHFLANK_PATCH_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDUpdates SSH identity data.需要连接
Updates SSH identity data.
认证
需要 Connected AccountTags
Patch load balancerNORTHFLANK_PATCH_LOAD_BALANCERS_LOADBALANCERIDUpdates a load balancer需要连接
Updates a load balancer
认证
需要 Connected AccountTags
Update network policyNORTHFLANK_PATCH_NETWORK_POLICIES_NETWORKPOLICYIDUpdates an existing network policy.需要连接
Updates an existing network policy.
认证
需要 Connected AccountTags
Update org roleNORTHFLANK_PATCH_ORG_ROLES_ROLEIDPartially updates a platform role for the authenticated org.需要连接
Partially updates a platform role for the authenticated org.
认证
需要 Connected AccountTags
Patch addonNORTHFLANK_PATCH_PROJECTS_ADDONS_ADDONIDUpdates an addon需要连接
Updates an addon
认证
需要 Connected AccountTags
Update external addonNORTHFLANK_PATCH_PROJECTS_EXTERNAL_ADDONS_EXTERNALADDONIDUpdates configuration for an external addon需要连接
Updates configuration for an external addon
认证
需要 Connected AccountTags
Patch harnessNORTHFLANK_PATCH_PROJECTS_HARNESSES_HARNESSIDUpdates a harness需要连接
Updates a harness
认证
需要 Connected AccountTags
Patch cron jobNORTHFLANK_PATCH_PROJECTS_JOBS_CRON_JOBIDUpdates a cron job需要连接
Updates a cron job
认证
需要 Connected AccountTags
Patch jobNORTHFLANK_PATCH_PROJECTS_JOBS_JOBIDUpdates a job (manual or cron based on current type and settings.cron)需要连接
Updates a job (manual or cron based on current type and settings.cron)
认证
需要 Connected AccountTags
Patch manual jobNORTHFLANK_PATCH_PROJECTS_JOBS_MANUAL_JOBIDUpdates a new manual job that only runs when initiated via the UI, CLI, API or JS client.需要连接
Updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
认证
需要 Connected AccountTags
Update projectNORTHFLANK_PATCH_PROJECTS_PROJECTIDUpdates a project.需要连接
Updates a project.
认证
需要 Connected AccountTags
Patch project secretNORTHFLANK_PATCH_PROJECTS_SECRETS_SECRETIDUpdates a project secret with the specified payload需要连接
Updates a project secret with the specified payload
认证
需要 Connected AccountTags
Patch build serviceNORTHFLANK_PATCH_PROJECTS_SERVICES_BUILD_SERVICEIDUpdates a build service.需要连接
Updates a build service.
认证
需要 Connected AccountTags
Patch combined serviceNORTHFLANK_PATCH_PROJECTS_SERVICES_COMBINED_SERVICEIDUpdates a combined service.需要连接
Updates a combined service.
认证
需要 Connected AccountTags
Patch deployment serviceNORTHFLANK_PATCH_PROJECTS_SERVICES_DEPLOYMENT_SERVICEIDUpdates a deployment service.需要连接
Updates a deployment service.
认证
需要 Connected AccountTags
Update team roleNORTHFLANK_PATCH_ROLES_ROLEIDUpdates a platform role for a team.需要连接
Updates a platform role for a team.
认证
需要 Connected AccountTags
Patch global secretNORTHFLANK_PATCH_SECRETS_SECRETIDUpdates a global secret with the specified payload需要连接
Updates a global secret with the specified payload
认证
需要 Connected AccountTags
Update tagNORTHFLANK_PATCH_TAGS_RESOURCETAGIDPatch a resource tag.需要连接
Patch a resource tag.
认证
需要 Connected AccountTags
Update teamNORTHFLANK_PATCH_TEAMS_TEAMIDUpdates the description of a team belonging to the authenticated org.需要连接
Updates the description of a team belonging to the authenticated org.
认证
需要 Connected AccountTags
Patch backup destinationNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONS_BACKUP_DESTINATION_IDUpdates a backup destination.需要连接
Updates a backup destination.
认证
需要 Connected AccountTags
Patch clusterNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_IDUpdates a cluster.需要连接
Updates a cluster.
认证
需要 Connected AccountTags
Patch integrationNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_IDUpdates a integration.需要连接
Updates a integration.
认证
需要 Connected AccountTags
Update geo routing configurationNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_GEO_ROUTINGUpdates the geo routing configuration for a geo-routed subdomain.需要连接
Updates the geo routing configuration for a geo-routed subdomain.
认证
需要 Connected AccountTags
Patch egress IPNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_EGRESS_IPS_EGRESS_IP_IDUpdates an egress IP需要连接
Updates an egress IP
认证
需要 Connected AccountTags
Update gradual rollout strategyNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIES_GRADUAL_ROLLOUT_STRATEGY_IDUpdates a gradual rollout strategy.需要连接
Updates a gradual rollout strategy.
认证
需要 Connected AccountTags
Update registryNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIES_CREDENTIAL_IDUpdates a set of registry credential data.需要连接
Updates a set of registry credential data.
认证
需要 Connected AccountTags
Update SSH identityNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDUpdates SSH identity data.需要连接
Updates SSH identity data.
认证
需要 Connected AccountTags
Patch load balancerNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_LOAD_BALANCERS_LOAD_BALANCER_IDUpdates a load balancer需要连接
Updates a load balancer
认证
需要 Connected AccountTags
Update network policyNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_NETWORK_POLICIES_NETWORK_POLICY_IDUpdates an existing network policy.需要连接
Updates an existing network policy.
认证
需要 Connected AccountTags
Update projectNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_IDUpdates a project.需要连接
Updates a project.
认证
需要 Connected AccountTags
Patch addonNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_IDUpdates an addon需要连接
Updates an addon
认证
需要 Connected AccountTags
Update external addonNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONS_EXTERNAL_ADDON_IDUpdates configuration for an external addon需要连接
Updates configuration for an external addon
认证
需要 Connected AccountTags
Patch harnessNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_IDUpdates a harness需要连接
Updates a harness
认证
需要 Connected AccountTags
Patch cron jobNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_CRON_JOB_IDUpdates a cron job需要连接
Updates a cron job
认证
需要 Connected AccountTags
Patch jobNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_IDUpdates a job (manual or cron based on current type and settings.cron)需要连接
Updates a job (manual or cron based on current type and settings.cron)
认证
需要 Connected AccountTags
Patch manual jobNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_MANUAL_JOB_IDUpdates a new manual job that only runs when initiated via the UI, CLI, API or JS client.需要连接
Updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
认证
需要 Connected AccountTags
Patch project secretNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDUpdates a project secret with the specified payload需要连接
Updates a project secret with the specified payload
认证
需要 Connected AccountTags
Patch build serviceNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_BUILD_SERVICE_IDUpdates a build service.需要连接
Updates a build service.
认证
需要 Connected AccountTags
Patch combined serviceNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_COMBINED_SERVICE_IDUpdates a combined service.需要连接
Updates a combined service.
认证
需要 Connected AccountTags
Patch deployment serviceNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_DEPLOYMENT_SERVICE_IDUpdates a deployment service.需要连接
Updates a deployment service.
认证
需要 Connected AccountTags
Patch global secretNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_SECRETS_SECRET_IDUpdates a global secret with the specified payload需要连接
Updates a global secret with the specified payload
认证
需要 Connected AccountTags
Update tagNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_TAGS_RESOURCE_TAG_IDPatch a resource tag.需要连接
Patch a resource tag.
认证
需要 Connected AccountTags
Update workload identityNORTHFLANK_PATCH_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_IDUpdates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.需要连接
Updates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
认证
需要 Connected AccountTags
Update workload identityNORTHFLANK_PATCH_WORKLOAD_IDENTITIES_WORKLOADIDENTITYIDUpdates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.需要连接
Updates a workload identity. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
认证
需要 Connected AccountTags
Add backup destinationNORTHFLANK_POST_BACKUP_DESTINATIONSAdds a new backup destination to this account.需要连接
Adds a new backup destination to this account.
认证
需要 Connected AccountTags
Create clusterNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERSCreates a new cluster.需要连接
Creates a new cluster.
认证
需要 Connected AccountTags
Cordon cluster nodeNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODES_NODEID_CORDONCordon a node on the cluster to prevent new pods from scheduling on it.需要连接
Cordon a node on the cluster to prevent new pods from scheduling on it.
认证
需要 Connected AccountTags
Drain cluster nodeNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODES_NODEID_DRAINDrain a node by evicting all running pods.需要连接
Drain a node by evicting all running pods.
认证
需要 Connected AccountTags
Uncordon cluster nodeNORTHFLANK_POST_CLOUD_PROVIDERS_CLUSTERS_CLUSTERID_NODES_NODEID_UNCORDONUncordon a node on the cluster if it was previously cordoned.需要连接
Uncordon a node on the cluster if it was previously cordoned.
认证
需要 Connected AccountTags
Create integrationNORTHFLANK_POST_CLOUD_PROVIDERS_INTEGRATIONSCreates a new integration.需要连接
Creates a new integration.
认证
需要 Connected AccountTags
Install workload identity providerNORTHFLANK_POST_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATIONID_WORKLOAD_IDENTITY_PROVIDER_INSTALLTriggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.需要连接
Triggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.
认证
需要 Connected AccountTags
Create new domainNORTHFLANK_POST_DOMAINSRegisters a new domain需要连接
Registers a new domain
认证
需要 Connected AccountTags
Import domain certificateNORTHFLANK_POST_DOMAINS_DOMAIN_IMPORTImport a certificate for the domain需要连接
Import a certificate for the domain
认证
需要 Connected AccountTags
Add subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINSAdds a new subdomain to the domain.需要连接
Adds a new subdomain to the domain.
认证
需要 Connected AccountTags
Assign service to subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNAssigns a service port to the given subdomain需要连接
Assigns a service port to the given subdomain
认证
需要 Connected AccountTags
Remove CDN from a subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_DISABLERemoves the CDN integration from the given subdomain需要连接
Removes the CDN integration from the given subdomain
认证
需要 Connected AccountTags
Enable CDN on a subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_ENABLEEnables a CDN integration on the given subdomain需要连接
Enables a CDN integration on the given subdomain
认证
需要 Connected AccountTags
Purge CDN cache for a subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_PURGEPurges the CDN cache for the given subdomain需要连接
Purges the CDN cache for the given subdomain
认证
需要 Connected AccountTags
Add subdomain pathNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSAdds a new path to the subdomain.需要连接
Adds a new path to the subdomain.
认证
需要 Connected AccountTags
Update subdomain pathNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATHUpdate a subdomain path.需要连接
Update a subdomain path.
认证
需要 Connected AccountTags
Assign subdomain pathNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAINPATH_ASSIGNAssign a subdomain path to a port.需要连接
Assign a subdomain path to a port.
认证
需要 Connected AccountTags
Verify subdomainNORTHFLANK_POST_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_VERIFYGets details about the given subdomain需要连接
Gets details about the given subdomain
认证
需要 Connected AccountTags
Verify domainNORTHFLANK_POST_DOMAINS_DOMAIN_VERIFYAttempts to verify the domain需要连接
Attempts to verify the domain
认证
需要 Connected AccountTags
Create egress IPNORTHFLANK_POST_EGRESS_IPSCreates a new egress IP需要连接
Creates a new egress IP
认证
需要 Connected AccountTags
Create gradual rollout strategyNORTHFLANK_POST_GRADUAL_ROLLOUT_STRATEGIESCreates a new gradual rollout strategy.需要连接
Creates a new gradual rollout strategy.
认证
需要 Connected AccountTags
Create log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKSCreates a new log sink.需要连接
Creates a new log sink.
认证
需要 Connected AccountTags
Pause log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKS_LOGSINKID_PAUSEPauses a given log sink.需要连接
Pauses a given log sink.
认证
需要 Connected AccountTags
Resume log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKS_LOGSINKID_RESUMEResumes a paused log sink.需要连接
Resumes a paused log sink.
认证
需要 Connected AccountTags
Update log sinkNORTHFLANK_POST_INTEGRATIONS_LOG_SINKS_LOGSINKID_SETTINGSUpdates the settings for a log sink.需要连接
Updates the settings for a log sink.
认证
需要 Connected AccountTags
Create notification integrationNORTHFLANK_POST_INTEGRATIONS_NOTIFICATIONSCreate a new notification integration.需要连接
Create a new notification integration.
认证
需要 Connected AccountTags
Update notification integrationNORTHFLANK_POST_INTEGRATIONS_NOTIFICATIONS_NOTIFICATIONIDUpdates a notification integration需要连接
Updates a notification integration
认证
需要 Connected AccountTags
Add registryNORTHFLANK_POST_INTEGRATIONS_REGISTRIESAdds a new set of container registry credentials to this account.需要连接
Adds a new set of container registry credentials to this account.
认证
需要 Connected AccountTags
Add SSH identityNORTHFLANK_POST_INTEGRATIONS_SSH_IDENTITIESAdds a new SSH identity to this account.需要连接
Adds a new SSH identity to this account.
认证
需要 Connected AccountTags
Generate VCS tokenNORTHFLANK_POST_INTEGRATIONS_VCS_CUSTOM_CUSTOMVCSID_TOKEN_VCSLINKIDGenerate a token for a specific VCS link.需要连接
Generate a token for a specific VCS link.
认证
需要 Connected AccountTags
Create VCS link sessionNORTHFLANK_POST_INTEGRATIONS_VCS_LINK_SESSIONSStarts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.需要连接
Starts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.
认证
需要 Connected AccountTags
Check repository accessNORTHFLANK_POST_INTEGRATIONS_VCS_REPO_ACCESSChecks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.需要连接
Checks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.
认证
需要 Connected AccountTags
Create load balancerNORTHFLANK_POST_LOAD_BALANCERSCreates a new load balancer需要连接
Creates a new load balancer
认证
需要 Connected AccountTags
Invite team memberNORTHFLANK_POST_MEMBERSInvites a user to a team.需要连接
Invites a user to a team.
认证
需要 Connected AccountTags
Create network policyNORTHFLANK_POST_NETWORK_POLICIESCreates a new network policy for this account.需要连接
Creates a new network policy for this account.
认证
需要 Connected AccountTags
Create org roleNORTHFLANK_POST_ORG_ROLESCreates a new platform role for the authenticated org.需要连接
Creates a new platform role for the authenticated org.
认证
需要 Connected AccountTags
Add member to org roleNORTHFLANK_POST_ORG_ROLES_ROLEID_MEMBERSAdds a user to a platform role in the authenticated org.需要连接
Adds a user to a platform role in the authenticated org.
认证
需要 Connected AccountTags
Create projectNORTHFLANK_POST_PROJECTSCreates a new project.需要连接
Creates a new project.
认证
需要 Connected AccountTags
Create addonNORTHFLANK_POST_PROJECTS_ADDONSCreates a new addon需要连接
Creates a new addon
认证
需要 Connected AccountTags
Create addon backup scheduleNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUP_SCHEDULESCreate a new backup schedule for an addon.需要连接
Create a new backup schedule for an addon.
认证
需要 Connected AccountTags
Backup addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPSInitiates a backup for the given addon需要连接
Initiates a backup for the given addon
认证
需要 Connected AccountTags
Abort backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_ABORTAborts the in progress backup.需要连接
Aborts the in progress backup.
认证
需要 Connected AccountTags
Abort backup restoreNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_ABORT_RESTOREAborts an in-progress backup restore.需要连接
Aborts an in-progress backup restore.
认证
需要 Connected AccountTags
Restore addon backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RESTORERestores the given addon to the given backup state.需要连接
Restores the given addon to the given backup state.
认证
需要 Connected AccountTags
Retain backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_BACKUPS_BACKUPID_RETAINFlags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.需要连接
Flags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.
认证
需要 Connected AccountTags
Import addon backupNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_IMPORTImports a database from an external archive or existing live database.需要连接
Imports a database from an external archive or existing live database.
认证
需要 Connected AccountTags
Update addon network settingsNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_NETWORK_SETTINGSUpdates the network settings for the addon.需要连接
Updates the network settings for the addon.
认证
需要 Connected AccountTags
Pause addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_PAUSEPause the given addon.需要连接
Pause the given addon.
认证
需要 Connected AccountTags
Reset addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_RESETReset the given addon.需要连接
Reset the given addon.
认证
需要 Connected AccountTags
Restart addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_RESTARTRestart the given addon.需要连接
Restart the given addon.
认证
需要 Connected AccountTags
Resume addonNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_RESUMEResume the given addon if it is paused.需要连接
Resume the given addon if it is paused.
认证
需要 Connected AccountTags
Scale addon resourcesNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_SCALEModifies the allocated resources for the given addon.需要连接
Modifies the allocated resources for the given addon.
认证
需要 Connected AccountTags
Update addon security rulesNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_SECURITYUpdates the security rules for the addon.需要连接
Updates the security rules for the addon.
认证
需要 Connected AccountTags
Upgrade addon versionNORTHFLANK_POST_PROJECTS_ADDONS_ADDONID_VERSIONUpgrades the addon to a new version.需要连接
Upgrades the addon to a new version.
认证
需要 Connected AccountTags
Create external addonNORTHFLANK_POST_PROJECTS_EXTERNAL_ADDONSCreates a new external addon (third-party cloud resource provisioned via OpenTofu)需要连接
Creates a new external addon (third-party cloud resource provisioned via OpenTofu)
认证
需要 Connected AccountTags
Create harnessNORTHFLANK_POST_PROJECTS_HARNESSESCreates a new harness需要连接
Creates a new harness
认证
需要 Connected AccountTags
Pause harnessNORTHFLANK_POST_PROJECTS_HARNESSES_HARNESSID_PAUSEPauses the given harness, scaling its deployment to zero.需要连接
Pauses the given harness, scaling its deployment to zero.
认证
需要 Connected AccountTags
Restart harnessNORTHFLANK_POST_PROJECTS_HARNESSES_HARNESSID_RESTARTRestarts the given harness.需要连接
Restarts the given harness.
认证
需要 Connected AccountTags
Resume harnessNORTHFLANK_POST_PROJECTS_HARNESSES_HARNESSID_RESUMEResumes the given harness, restoring its deployment.需要连接
Resumes the given harness, restoring its deployment.
认证
需要 Connected AccountTags
Create jobNORTHFLANK_POST_PROJECTS_JOBSCreates a new job (manual or cron based on settings.cron presence)需要连接
Creates a new job (manual or cron based on settings.cron presence)
认证
需要 Connected AccountTags
Create cron jobNORTHFLANK_POST_PROJECTS_JOBS_CRONCreates a new cron job需要连接
Creates a new cron job
认证
需要 Connected AccountTags
Start job buildNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILDStart a new build for the given job. Given a commit sha, it will build that commit.需要连接
Start a new build for the given job. Given a commit sha, it will build that commit.
认证
需要 Connected AccountTags
Edit job build argumentsNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILD_ARGUMENTSSets build arguments for the given job.需要连接
Sets build arguments for the given job.
认证
需要 Connected AccountTags
Update job build optionsNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILD_OPTIONSUpdates the build options for a given job.需要连接
Updates the build options for a given job.
认证
需要 Connected AccountTags
Update job build sourceNORTHFLANK_POST_PROJECTS_JOBS_JOBID_BUILD_SOURCEUpdates the version control source for a given job.需要连接
Updates the version control source for a given job.
认证
需要 Connected AccountTags
Update job deploymentNORTHFLANK_POST_PROJECTS_JOBS_JOBID_DEPLOYMENTUpdates the deployment settings of the given job.需要连接
Updates the deployment settings of the given job.
认证
需要 Connected AccountTags
Update job health checksNORTHFLANK_POST_PROJECTS_JOBS_JOBID_HEALTH_CHECKSUpdates health checks for the given job.需要连接
Updates health checks for the given job.
认证
需要 Connected AccountTags
Pause jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_PAUSEPause the given job.需要连接
Pause the given job.
认证
需要 Connected AccountTags
Resume jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_RESUMEResumes the given job. Optionally takes several arguments to override resumed settings.需要连接
Resumes the given job. Optionally takes several arguments to override resumed settings.
认证
需要 Connected AccountTags
Run jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_RUNSStarts a new job run for the given job需要连接
Starts a new job run for the given job
认证
需要 Connected AccountTags
Edit job runtime environmentNORTHFLANK_POST_PROJECTS_JOBS_JOBID_RUNTIME_ENVIRONMENTSets the runtime environment for the given job.需要连接
Sets the runtime environment for the given job.
认证
需要 Connected AccountTags
Scale jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_SCALEModifies the scaling settings for the given job.需要连接
Modifies the scaling settings for the given job.
认证
需要 Connected AccountTags
Update job settingsNORTHFLANK_POST_PROJECTS_JOBS_JOBID_SETTINGSUpdates settings for the job需要连接
Updates settings for the job
认证
需要 Connected AccountTags
Suspend jobNORTHFLANK_POST_PROJECTS_JOBS_JOBID_SUSPENDModify cron job to toggle suspending of its schedule.需要连接
Modify cron job to toggle suspending of its schedule.
认证
需要 Connected AccountTags
Create manual jobNORTHFLANK_POST_PROJECTS_JOBS_MANUALCreates a new manual job that only runs when initiated via the UI, CLI, API or JS client.需要连接
Creates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
认证
需要 Connected AccountTags
Create AI modelNORTHFLANK_POST_PROJECTS_LLM_MODEL_DEPLOYMENTSCreate an AI model需要连接
Create an AI model
认证
需要 Connected AccountTags
Update AI modelNORTHFLANK_POST_PROJECTS_LLM_MODEL_DEPLOYMENTS_LLMMODELDEPLOYMENTIDUpdates an AI model需要连接
Updates an AI model
认证
需要 Connected AccountTags
Update preview templateNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVSUpdate a given preview template.需要连接
Update a given preview template.
认证
需要 Connected AccountTags
Run preview environmentNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_PREVIEW_ENVS_RUNSRun the given preview template.需要连接
Run the given preview template.
认证
需要 Connected AccountTags
Update release flowNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGEUpdates a release flow需要连接
Updates a release flow
认证
需要 Connected AccountTags
Run release flowNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNSRuns a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.需要连接
Runs a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
认证
需要 Connected AccountTags
Abort release flow runNORTHFLANK_POST_PROJECTS_PIPELINES_PIPELINEID_RELEASE_FLOWS_STAGE_RUNS_RUNID_ABORTAbort the given release flow run需要连接
Abort the given release flow run
认证
需要 Connected AccountTags
Create preview blueprintNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTSCreate a preview blueprint需要连接
Create a preview blueprint
认证
需要 Connected AccountTags
Update preview blueprintNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTIDUpdates a preview blueprint需要连接
Updates a preview blueprint
认证
需要 Connected AccountTags
Pause preview environmentNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWID_PAUSEPause a preview environment generated by a preview blueprint.需要连接
Pause a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Reset preview environment expiryNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWID_RESETReset the expiry of a preview environment generated by a preview blueprint.需要连接
Reset the expiry of a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Resume preview environmentNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_PREVIEWS_PREVIEWID_RESUMEResume a preview environment generated by a preview blueprint.需要连接
Resume a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Run preview blueprintNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNSRuns a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.需要连接
Runs a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.
认证
需要 Connected AccountTags
Abort preview blueprint runNORTHFLANK_POST_PROJECTS_PREVIEW_BLUEPRINTS_PREVIEWBLUEPRINTID_RUNS_RUNID_ABORTAbort the given preview blueprint run需要连接
Abort the given preview blueprint run
认证
需要 Connected AccountTags
Create combined serviceNORTHFLANK_POST_PROJECTS_SECRETSCreates a project secret with the specified payload需要连接
Creates a project secret with the specified payload
认证
需要 Connected AccountTags
Update project secretNORTHFLANK_POST_PROJECTS_SECRETS_SECRETIDUpdate a project secret需要连接
Update a project secret
认证
需要 Connected AccountTags
Update project secret addon linkNORTHFLANK_POST_PROJECTS_SECRETS_SECRETID_ADDONS_ADDONIDLink an addon to a project secret or edit the settings of the linked addon.需要连接
Link an addon to a project secret or edit the settings of the linked addon.
认证
需要 Connected AccountTags
Create build serviceNORTHFLANK_POST_PROJECTS_SERVICES_BUILDCreates a new build service.需要连接
Creates a new build service.
认证
需要 Connected AccountTags
Create combined serviceNORTHFLANK_POST_PROJECTS_SERVICES_COMBINEDCreates a new combined service.需要连接
Creates a new combined service.
认证
需要 Connected AccountTags
Create deployment serviceNORTHFLANK_POST_PROJECTS_SERVICES_DEPLOYMENTCreates a new deployment service.需要连接
Creates a new deployment service.
认证
需要 Connected AccountTags
Start service buildNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILDStart a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.需要连接
Start a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.
认证
需要 Connected AccountTags
Edit service build argumentsNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILD_ARGUMENTSSets the build arguments for the given service.需要连接
Sets the build arguments for the given service.
认证
需要 Connected AccountTags
Update service build optionsNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILD_OPTIONSUpdates the build options for a given service.需要连接
Updates the build options for a given service.
认证
需要 Connected AccountTags
Update service build sourceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_BUILD_SOURCEUpdates the version control source for a given build or combined service.需要连接
Updates the version control source for a given build or combined service.
认证
需要 Connected AccountTags
Update service deploymentNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_DEPLOYMENTUpdates the deployment settings of the given service.需要连接
Updates the deployment settings of the given service.
认证
需要 Connected AccountTags
Update service health checksNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_HEALTH_CHECKSUpdates health checks for the given service.需要连接
Updates health checks for the given service.
认证
需要 Connected AccountTags
Pause serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_PAUSEPause the given service.需要连接
Pause the given service.
认证
需要 Connected AccountTags
Update service portsNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_PORTSUpdates the list of ports for the given service.需要连接
Updates the list of ports for the given service.
认证
需要 Connected AccountTags
Restart serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_RESTARTRestarts the given service.需要连接
Restarts the given service.
认证
需要 Connected AccountTags
Resume serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_RESUMEResumes the given service. Optionally takes several arguments to override resumed settings.需要连接
Resumes the given service. Optionally takes several arguments to override resumed settings.
认证
需要 Connected AccountTags
Edit service runtime environmentNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_RUNTIME_ENVIRONMENTSets the runtime environment for the given service.需要连接
Sets the runtime environment for the given service.
认证
需要 Connected AccountTags
Scale serviceNORTHFLANK_POST_PROJECTS_SERVICES_SERVICEID_SCALEModifies the scaling settings for the given service.需要连接
Modifies the scaling settings for the given service.
认证
需要 Connected AccountTags
Create volumeNORTHFLANK_POST_PROJECTS_VOLUMESCreates a volume with the specified payload需要连接
Creates a volume with the specified payload
认证
需要 Connected AccountTags
Update volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEIDUpdate volume mounts and storage size需要连接
Update volume mounts and storage size
认证
需要 Connected AccountTags
Attach volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEID_ATTACHAttach a volume需要连接
Attach a volume
认证
需要 Connected AccountTags
Backup volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEID_BACKUPSInitiates a backup for a given volume需要连接
Initiates a backup for a given volume
认证
需要 Connected AccountTags
Detach volumeNORTHFLANK_POST_PROJECTS_VOLUMES_VOLUMEID_DETACHDetach a volume需要连接
Detach a volume
认证
需要 Connected AccountTags
Create workflowNORTHFLANK_POST_PROJECTS_WORKFLOWSCreate a workflow需要连接
Create a workflow
认证
需要 Connected AccountTags
Update workflowNORTHFLANK_POST_PROJECTS_WORKFLOWS_WORKFLOWIDUpdates a workflow需要连接
Updates a workflow
认证
需要 Connected AccountTags
Run workflowNORTHFLANK_POST_PROJECTS_WORKFLOWS_WORKFLOWID_RUNSRuns a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.需要连接
Runs a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
认证
需要 Connected AccountTags
Abort workflow runNORTHFLANK_POST_PROJECTS_WORKFLOWS_WORKFLOWID_RUNS_RUNID_ABORTAbort the given workflow run需要连接
Abort the given workflow run
认证
需要 Connected AccountTags
Create team roleNORTHFLANK_POST_ROLESCreates a new platform role for a team.需要连接
Creates a new platform role for a team.
认证
需要 Connected AccountTags
Add member to team roleNORTHFLANK_POST_ROLES_ROLEID_MEMBERSAdds a user to a platform role in a team.需要连接
Adds a user to a platform role in a team.
认证
需要 Connected AccountTags
Create global secretNORTHFLANK_POST_SECRETSCreates a global secret with the specified payload需要连接
Creates a global secret with the specified payload
认证
需要 Connected AccountTags
Add tagNORTHFLANK_POST_TAGSAdd a new resource tag for this entity.需要连接
Add a new resource tag for this entity.
认证
需要 Connected AccountTags
Create teamNORTHFLANK_POST_TEAMSCreates a new team belonging to the authenticated org.需要连接
Creates a new team belonging to the authenticated org.
认证
需要 Connected AccountTags
Create templateNORTHFLANK_POST_TEMPLATESCreate a template需要连接
Create a template
认证
需要 Connected AccountTags
Update templateNORTHFLANK_POST_TEMPLATES_TEMPLATEIDUpdate a template需要连接
Update a template
认证
需要 Connected AccountTags
Run templateNORTHFLANK_POST_TEMPLATES_TEMPLATEID_RUNSRun a template需要连接
Run a template
认证
需要 Connected AccountTags
Abort template runNORTHFLANK_POST_TEMPLATES_TEMPLATEID_RUNS_TEMPLATERUNID_ABORTAbort the given template run.需要连接
Abort the given template run.
认证
需要 Connected AccountTags
Add backup destinationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_BACKUP_DESTINATIONSAdds a new backup destination to this account.需要连接
Adds a new backup destination to this account.
认证
需要 Connected AccountTags
Create clusterNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERSCreates a new cluster.需要连接
Creates a new cluster.
认证
需要 Connected AccountTags
Cordon cluster nodeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODES_NODE_ID_CORDONCordon a node on the cluster to prevent new pods from scheduling on it.需要连接
Cordon a node on the cluster to prevent new pods from scheduling on it.
认证
需要 Connected AccountTags
Drain cluster nodeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODES_NODE_ID_DRAINDrain a node by evicting all running pods.需要连接
Drain a node by evicting all running pods.
认证
需要 Connected AccountTags
Uncordon cluster nodeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERS_CLUSTER_ID_NODES_NODE_ID_UNCORDONUncordon a node on the cluster if it was previously cordoned.需要连接
Uncordon a node on the cluster if it was previously cordoned.
认证
需要 Connected AccountTags
Create integrationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONSCreates a new integration.需要连接
Creates a new integration.
认证
需要 Connected AccountTags
Install workload identity providerNORTHFLANK_POST_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONS_INTEGRATION_ID_WORKLOAD_IDENTITY_PROVIDER_INSTALLTriggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.需要连接
Triggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.
认证
需要 Connected AccountTags
Create new domainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINSRegisters a new domain需要连接
Registers a new domain
认证
需要 Connected AccountTags
Import domain certificateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_IMPORTImport a certificate for the domain需要连接
Import a certificate for the domain
认证
需要 Connected AccountTags
Add subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINSAdds a new subdomain to the domain.需要连接
Adds a new subdomain to the domain.
认证
需要 Connected AccountTags
Assign service to subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_ASSIGNAssigns a service port to the given subdomain需要连接
Assigns a service port to the given subdomain
认证
需要 Connected AccountTags
Remove CDN from a subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_DISABLERemoves the CDN integration from the given subdomain需要连接
Removes the CDN integration from the given subdomain
认证
需要 Connected AccountTags
Enable CDN on a subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_ENABLEEnables a CDN integration on the given subdomain需要连接
Enables a CDN integration on the given subdomain
认证
需要 Connected AccountTags
Purge CDN cache for a subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_CDN_PURGEPurges the CDN cache for the given subdomain需要连接
Purges the CDN cache for the given subdomain
认证
需要 Connected AccountTags
Add subdomain pathNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHSAdds a new path to the subdomain.需要连接
Adds a new path to the subdomain.
认证
需要 Connected AccountTags
Update subdomain pathNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATHUpdate a subdomain path.需要连接
Update a subdomain path.
认证
需要 Connected AccountTags
Assign subdomain pathNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_PATHS_SUBDOMAIN_PATH_ASSIGNAssign a subdomain path to a port.需要连接
Assign a subdomain path to a port.
认证
需要 Connected AccountTags
Verify subdomainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINS_SUBDOMAIN_VERIFYGets details about the given subdomain需要连接
Gets details about the given subdomain
认证
需要 Connected AccountTags
Verify domainNORTHFLANK_POST_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_VERIFYAttempts to verify the domain需要连接
Attempts to verify the domain
认证
需要 Connected AccountTags
Create egress IPNORTHFLANK_POST_V1_TEAMS_TEAM_ID_EGRESS_IPSCreates a new egress IP需要连接
Creates a new egress IP
认证
需要 Connected AccountTags
Create gradual rollout strategyNORTHFLANK_POST_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIESCreates a new gradual rollout strategy.需要连接
Creates a new gradual rollout strategy.
认证
需要 Connected AccountTags
Create log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKSCreates a new log sink.需要连接
Creates a new log sink.
认证
需要 Connected AccountTags
Pause log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_ID_PAUSEPauses a given log sink.需要连接
Pauses a given log sink.
认证
需要 Connected AccountTags
Resume log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_ID_RESUMEResumes a paused log sink.需要连接
Resumes a paused log sink.
认证
需要 Connected AccountTags
Update log sinkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_LOG_SINKS_LOG_SINK_ID_SETTINGSUpdates the settings for a log sink.需要连接
Updates the settings for a log sink.
认证
需要 Connected AccountTags
Create notification integrationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONSCreate a new notification integration.需要连接
Create a new notification integration.
认证
需要 Connected AccountTags
Update notification integrationNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_NOTIFICATIONS_NOTIFICATION_IDUpdates a notification integration需要连接
Updates a notification integration
认证
需要 Connected AccountTags
Add registryNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_REGISTRIESAdds a new set of container registry credentials to this account.需要连接
Adds a new set of container registry credentials to this account.
认证
需要 Connected AccountTags
Add SSH identityNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIESAdds a new SSH identity to this account.需要连接
Adds a new SSH identity to this account.
认证
需要 Connected AccountTags
Generate VCS tokenNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_CUSTOM_CUSTOM_VCSID_TOKEN_VCS_LINK_IDGenerate a token for a specific VCS link.需要连接
Generate a token for a specific VCS link.
认证
需要 Connected AccountTags
Create VCS link sessionNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_LINK_SESSIONSStarts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.需要连接
Starts a CLI-driven flow to link a version control account. Returns a URL to open in a browser to authorize the link, and a session id to poll for completion.
认证
需要 Connected AccountTags
Check repository accessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_INTEGRATIONS_VCS_REPO_ACCESSChecks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.需要连接
Checks whether a git repository is publicly reachable or accessible via one of your linked version control accounts, before creating a resource that would clone it.
认证
需要 Connected AccountTags
Create load balancerNORTHFLANK_POST_V1_TEAMS_TEAM_ID_LOAD_BALANCERSCreates a new load balancer需要连接
Creates a new load balancer
认证
需要 Connected AccountTags
Create network policyNORTHFLANK_POST_V1_TEAMS_TEAM_ID_NETWORK_POLICIESCreates a new network policy for this account.需要连接
Creates a new network policy for this account.
认证
需要 Connected AccountTags
Create projectNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTSCreates a new project.需要连接
Creates a new project.
认证
需要 Connected AccountTags
Create addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONSCreates a new addon需要连接
Creates a new addon
认证
需要 Connected AccountTags
Create addon backup scheduleNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUP_SCHEDULESCreate a new backup schedule for an addon.需要连接
Create a new backup schedule for an addon.
认证
需要 Connected AccountTags
Backup addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPSInitiates a backup for the given addon需要连接
Initiates a backup for the given addon
认证
需要 Connected AccountTags
Abort backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_ABORTAborts the in progress backup.需要连接
Aborts the in progress backup.
认证
需要 Connected AccountTags
Abort backup restoreNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_ABORT_RESTOREAborts an in-progress backup restore.需要连接
Aborts an in-progress backup restore.
认证
需要 Connected AccountTags
Restore addon backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RESTORERestores the given addon to the given backup state.需要连接
Restores the given addon to the given backup state.
认证
需要 Connected AccountTags
Retain backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_BACKUPS_BACKUP_ID_RETAINFlags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.需要连接
Flags a temporary backup generated by a backup schedule to be retained indefinitely rather than being deleted after the expiry date.
认证
需要 Connected AccountTags
Import addon backupNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_IMPORTImports a database from an external archive or existing live database.需要连接
Imports a database from an external archive or existing live database.
认证
需要 Connected AccountTags
Update addon network settingsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_NETWORK_SETTINGSUpdates the network settings for the addon.需要连接
Updates the network settings for the addon.
认证
需要 Connected AccountTags
Pause addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_PAUSEPause the given addon.需要连接
Pause the given addon.
认证
需要 Connected AccountTags
Reset addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESETReset the given addon.需要连接
Reset the given addon.
认证
需要 Connected AccountTags
Restart addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESTARTRestart the given addon.需要连接
Restart the given addon.
认证
需要 Connected AccountTags
Resume addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_RESUMEResume the given addon if it is paused.需要连接
Resume the given addon if it is paused.
认证
需要 Connected AccountTags
Scale addon resourcesNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_SCALEModifies the allocated resources for the given addon.需要连接
Modifies the allocated resources for the given addon.
认证
需要 Connected AccountTags
Update addon security rulesNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_SECURITYUpdates the security rules for the addon.需要连接
Updates the security rules for the addon.
认证
需要 Connected AccountTags
Upgrade addon versionNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONS_ADDON_ID_VERSIONUpgrades the addon to a new version.需要连接
Upgrades the addon to a new version.
认证
需要 Connected AccountTags
Create external addonNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_EXTERNAL_ADDONSCreates a new external addon (third-party cloud resource provisioned via OpenTofu)需要连接
Creates a new external addon (third-party cloud resource provisioned via OpenTofu)
认证
需要 Connected AccountTags
Create harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSESCreates a new harness需要连接
Creates a new harness
认证
需要 Connected AccountTags
Pause harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_PAUSEPauses the given harness, scaling its deployment to zero.需要连接
Pauses the given harness, scaling its deployment to zero.
认证
需要 Connected AccountTags
Restart harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_RESTARTRestarts the given harness.需要连接
Restarts the given harness.
认证
需要 Connected AccountTags
Resume harnessNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSES_HARNESS_ID_RESUMEResumes the given harness, restoring its deployment.需要连接
Resumes the given harness, restoring its deployment.
认证
需要 Connected AccountTags
Create jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBSCreates a new job (manual or cron based on settings.cron presence)需要连接
Creates a new job (manual or cron based on settings.cron presence)
认证
需要 Connected AccountTags
Create cron jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_CRONCreates a new cron job需要连接
Creates a new cron job
认证
需要 Connected AccountTags
Start job buildNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILDStart a new build for the given job. Given a commit sha, it will build that commit.需要连接
Start a new build for the given job. Given a commit sha, it will build that commit.
认证
需要 Connected AccountTags
Edit job build argumentsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_ARGUMENTSSets build arguments for the given job.需要连接
Sets build arguments for the given job.
认证
需要 Connected AccountTags
Update job build optionsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_OPTIONSUpdates the build options for a given job.需要连接
Updates the build options for a given job.
认证
需要 Connected AccountTags
Update job build sourceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_BUILD_SOURCEUpdates the version control source for a given job.需要连接
Updates the version control source for a given job.
认证
需要 Connected AccountTags
Update job deploymentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_DEPLOYMENTUpdates the deployment settings of the given job.需要连接
Updates the deployment settings of the given job.
认证
需要 Connected AccountTags
Update job health checksNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_HEALTH_CHECKSUpdates health checks for the given job.需要连接
Updates health checks for the given job.
认证
需要 Connected AccountTags
Pause jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_PAUSEPause the given job.需要连接
Pause the given job.
认证
需要 Connected AccountTags
Resume jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RESUMEResumes the given job. Optionally takes several arguments to override resumed settings.需要连接
Resumes the given job. Optionally takes several arguments to override resumed settings.
认证
需要 Connected AccountTags
Run jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNSStarts a new job run for the given job需要连接
Starts a new job run for the given job
认证
需要 Connected AccountTags
Edit job runtime environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_RUNTIME_ENVIRONMENTSets the runtime environment for the given job.需要连接
Sets the runtime environment for the given job.
认证
需要 Connected AccountTags
Scale jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_SCALEModifies the scaling settings for the given job.需要连接
Modifies the scaling settings for the given job.
认证
需要 Connected AccountTags
Update job settingsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_SETTINGSUpdates settings for the job需要连接
Updates settings for the job
认证
需要 Connected AccountTags
Suspend jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_JOB_ID_SUSPENDModify cron job to toggle suspending of its schedule.需要连接
Modify cron job to toggle suspending of its schedule.
认证
需要 Connected AccountTags
Create manual jobNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_MANUALCreates a new manual job that only runs when initiated via the UI, CLI, API or JS client.需要连接
Creates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
认证
需要 Connected AccountTags
Create AI modelNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTSCreate an AI model需要连接
Create an AI model
认证
需要 Connected AccountTags
Update AI modelNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_LLM_MODEL_DEPLOYMENTS_LLM_MODEL_DEPLOYMENT_IDUpdates an AI model需要连接
Updates an AI model
认证
需要 Connected AccountTags
Update preview templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVSUpdate a given preview template.需要连接
Update a given preview template.
认证
需要 Connected AccountTags
Run preview environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_PREVIEW_ENVS_RUNSRun the given preview template.需要连接
Run the given preview template.
认证
需要 Connected AccountTags
Update release flowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGEUpdates a release flow需要连接
Updates a release flow
认证
需要 Connected AccountTags
Run release flowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNSRuns a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.需要连接
Runs a given release flow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
认证
需要 Connected AccountTags
Abort release flow runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PIPELINES_PIPELINE_ID_RELEASE_FLOWS_STAGE_RUNS_RUN_ID_ABORTAbort the given release flow run需要连接
Abort the given release flow run
认证
需要 Connected AccountTags
Create preview blueprintNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTSCreate a preview blueprint需要连接
Create a preview blueprint
认证
需要 Connected AccountTags
Update preview blueprintNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_IDUpdates a preview blueprint需要连接
Updates a preview blueprint
认证
需要 Connected AccountTags
Pause preview environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_ID_PAUSEPause a preview environment generated by a preview blueprint.需要连接
Pause a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Reset preview environment expiryNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_ID_RESETReset the expiry of a preview environment generated by a preview blueprint.需要连接
Reset the expiry of a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Resume preview environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_PREVIEWS_PREVIEW_ID_RESUMEResume a preview environment generated by a preview blueprint.需要连接
Resume a preview environment generated by a preview blueprint.
认证
需要 Connected AccountTags
Run preview blueprintNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNSRuns a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.需要连接
Runs a given preview blueprint with given arguments. This endpoint can be used as part of a CI pipeline to automatically create a preview environment.
认证
需要 Connected AccountTags
Abort preview blueprint runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_PREVIEW_BLUEPRINTS_PREVIEW_BLUEPRINT_ID_RUNS_RUN_ID_ABORTAbort the given preview blueprint run需要连接
Abort the given preview blueprint run
认证
需要 Connected AccountTags
Create combined serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETSCreates a project secret with the specified payload需要连接
Creates a project secret with the specified payload
认证
需要 Connected AccountTags
Update project secretNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_IDUpdate a project secret需要连接
Update a project secret
认证
需要 Connected AccountTags
Update project secret addon linkNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETS_SECRET_ID_ADDONS_ADDON_IDLink an addon to a project secret or edit the settings of the linked addon.需要连接
Link an addon to a project secret or edit the settings of the linked addon.
认证
需要 Connected AccountTags
Create build serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_BUILDCreates a new build service.需要连接
Creates a new build service.
认证
需要 Connected AccountTags
Create combined serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_COMBINEDCreates a new combined service.需要连接
Creates a new combined service.
认证
需要 Connected AccountTags
Create deployment serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_DEPLOYMENTCreates a new deployment service.需要连接
Creates a new deployment service.
认证
需要 Connected AccountTags
Start service buildNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILDStart a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.需要连接
Start a new build for the given combined or build service. If given a commit sha, it will build that commit. Otherwise, the most recent relevant commit will be built. If the service provided is a build service, a branch name or pull request to build from is required.
认证
需要 Connected AccountTags
Edit service build argumentsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_ARGUMENTSSets the build arguments for the given service.需要连接
Sets the build arguments for the given service.
认证
需要 Connected AccountTags
Update service build optionsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_OPTIONSUpdates the build options for a given service.需要连接
Updates the build options for a given service.
认证
需要 Connected AccountTags
Update service build sourceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_BUILD_SOURCEUpdates the version control source for a given build or combined service.需要连接
Updates the version control source for a given build or combined service.
认证
需要 Connected AccountTags
Update service deploymentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_DEPLOYMENTUpdates the deployment settings of the given service.需要连接
Updates the deployment settings of the given service.
认证
需要 Connected AccountTags
Update service health checksNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_HEALTH_CHECKSUpdates health checks for the given service.需要连接
Updates health checks for the given service.
认证
需要 Connected AccountTags
Pause serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PAUSEPause the given service.需要连接
Pause the given service.
认证
需要 Connected AccountTags
Update service portsNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_PORTSUpdates the list of ports for the given service.需要连接
Updates the list of ports for the given service.
认证
需要 Connected AccountTags
Restart serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RESTARTRestarts the given service.需要连接
Restarts the given service.
认证
需要 Connected AccountTags
Resume serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RESUMEResumes the given service. Optionally takes several arguments to override resumed settings.需要连接
Resumes the given service. Optionally takes several arguments to override resumed settings.
认证
需要 Connected AccountTags
Edit service runtime environmentNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_RUNTIME_ENVIRONMENTSets the runtime environment for the given service.需要连接
Sets the runtime environment for the given service.
认证
需要 Connected AccountTags
Scale serviceNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_SERVICE_ID_SCALEModifies the scaling settings for the given service.需要连接
Modifies the scaling settings for the given service.
认证
需要 Connected AccountTags
Create volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMESCreates a volume with the specified payload需要连接
Creates a volume with the specified payload
认证
需要 Connected AccountTags
Update volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_IDUpdate volume mounts and storage size需要连接
Update volume mounts and storage size
认证
需要 Connected AccountTags
Attach volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_ATTACHAttach a volume需要连接
Attach a volume
认证
需要 Connected AccountTags
Backup volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_BACKUPSInitiates a backup for a given volume需要连接
Initiates a backup for a given volume
认证
需要 Connected AccountTags
Detach volumeNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_VOLUMES_VOLUME_ID_DETACHDetach a volume需要连接
Detach a volume
认证
需要 Connected AccountTags
Create workflowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWSCreate a workflow需要连接
Create a workflow
认证
需要 Connected AccountTags
Update workflowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_IDUpdates a workflow需要连接
Updates a workflow
认证
需要 Connected AccountTags
Run workflowNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNSRuns a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.需要连接
Runs a given workflow with given arguments. This endpoint can be used as part of a CI pipeline to automatically trigger a release process.
认证
需要 Connected AccountTags
Abort workflow runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_WORKFLOWS_WORKFLOW_ID_RUNS_RUN_ID_ABORTAbort the given workflow run需要连接
Abort the given workflow run
认证
需要 Connected AccountTags
Create global secretNORTHFLANK_POST_V1_TEAMS_TEAM_ID_SECRETSCreates a global secret with the specified payload需要连接
Creates a global secret with the specified payload
认证
需要 Connected AccountTags
Add tagNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TAGSAdd a new resource tag for this entity.需要连接
Add a new resource tag for this entity.
认证
需要 Connected AccountTags
Create templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATESCreate a template需要连接
Create a template
认证
需要 Connected AccountTags
Update templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_IDUpdate a template需要连接
Update a template
认证
需要 Connected AccountTags
Run templateNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNSRun a template需要连接
Run a template
认证
需要 Connected AccountTags
Abort template runNORTHFLANK_POST_V1_TEAMS_TEAM_ID_TEMPLATES_TEMPLATE_ID_RUNS_TEMPLATE_RUN_ID_ABORTAbort the given template run.需要连接
Abort the given template run.
认证
需要 Connected AccountTags
Create workload identityNORTHFLANK_POST_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIESCreates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.需要连接
Creates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
认证
需要 Connected AccountTags
Install workload identityNORTHFLANK_POST_V1_TEAMS_TEAM_ID_WORKLOAD_IDENTITIES_WORKLOAD_IDENTITY_ID_INSTALLTriggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.需要连接
Triggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.
认证
需要 Connected AccountTags
Create workload identityNORTHFLANK_POST_WORKLOAD_IDENTITIESCreates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.需要连接
Creates a new workload identity on this account. For managed roles using automatic provider setup, installation of the cloud resources is triggered automatically unless `noInstall=true` is passed.
认证
需要 Connected AccountTags
Install workload identityNORTHFLANK_POST_WORKLOAD_IDENTITIES_WORKLOADIDENTITYID_INSTALLTriggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.需要连接
Triggers installation of the managed cloud resources (IAM role/policy) for a workload identity. For identities using an existing role, this validates and records the role details.
认证
需要 Connected AccountTags
Put clusterNORTHFLANK_PUT_CLOUD_PROVIDERS_CLUSTERSCreates or update a cluster.需要连接
Creates or update a cluster.
认证
需要 Connected AccountTags
Put integrationNORTHFLANK_PUT_CLOUD_PROVIDERS_INTEGRATIONSCreates or updates a integration.需要连接
Creates or updates a integration.
认证
需要 Connected AccountTags
Put subdomainNORTHFLANK_PUT_DOMAINS_DOMAIN_SUBDOMAINSUpdates subdomain to the domain.需要连接
Updates subdomain to the domain.
认证
需要 Connected AccountTags
Put egress IPNORTHFLANK_PUT_EGRESS_IPSCreates or updates an egress IP需要连接
Creates or updates an egress IP
认证
需要 Connected AccountTags
Create or update gradual rollout strategyNORTHFLANK_PUT_GRADUAL_ROLLOUT_STRATEGIESCreates or updates a gradual rollout strategy.需要连接
Creates or updates a gradual rollout strategy.
认证
需要 Connected AccountTags
Create or update SSH identityNORTHFLANK_PUT_INTEGRATIONS_SSH_IDENTITIES_IDENTITYIDCreates or updates SSH identity data.需要连接
Creates or updates SSH identity data.
认证
需要 Connected AccountTags
Put load balancerNORTHFLANK_PUT_LOAD_BALANCERSCreates or updates a load balancer需要连接
Creates or updates a load balancer
认证
需要 Connected AccountTags
Create or update org roleNORTHFLANK_PUT_ORG_ROLESCreates role or updates all user-editable fields on a platform role for the authenticated org.需要连接
Creates role or updates all user-editable fields on a platform role for the authenticated org.
认证
需要 Connected AccountTags
Create or update projectNORTHFLANK_PUT_PROJECTSCreates or updates a project.需要连接
Creates or updates a project.
认证
需要 Connected AccountTags
Put addonNORTHFLANK_PUT_PROJECTS_ADDONSCreates or updates an addon需要连接
Creates or updates an addon
认证
需要 Connected AccountTags
Put harnessNORTHFLANK_PUT_PROJECTS_HARNESSESCreates or updates a harness需要连接
Creates or updates a harness
认证
需要 Connected AccountTags
Put jobNORTHFLANK_PUT_PROJECTS_JOBSCreates or updates a job (manual or cron based on settings.cron presence)需要连接
Creates or updates a job (manual or cron based on settings.cron presence)
认证
需要 Connected AccountTags
Put cron jobNORTHFLANK_PUT_PROJECTS_JOBS_CRONCreates or updates a cron job需要连接
Creates or updates a cron job
认证
需要 Connected AccountTags
Put manual jobNORTHFLANK_PUT_PROJECTS_JOBS_MANUALCreates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.需要连接
Creates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
认证
需要 Connected AccountTags
Put project secretNORTHFLANK_PUT_PROJECTS_SECRETSCreates or updates a project secret with the specified payload需要连接
Creates or updates a project secret with the specified payload
认证
需要 Connected AccountTags
Put build serviceNORTHFLANK_PUT_PROJECTS_SERVICES_BUILDCreates or updates a build service.需要连接
Creates or updates a build service.
认证
需要 Connected AccountTags
Put combined serviceNORTHFLANK_PUT_PROJECTS_SERVICES_COMBINEDCreates or updates a combined service.需要连接
Creates or updates a combined service.
认证
需要 Connected AccountTags
Put deployment serviceNORTHFLANK_PUT_PROJECTS_SERVICES_DEPLOYMENTCreates or updates a deployment service.需要连接
Creates or updates a deployment service.
认证
需要 Connected AccountTags
Create or update roleNORTHFLANK_PUT_ROLESCreates role or updates all user-editable fields on a platform role.需要连接
Creates role or updates all user-editable fields on a platform role.
认证
需要 Connected AccountTags
Put global secretNORTHFLANK_PUT_SECRETSCreates or updates a global secret with the specified payload需要连接
Creates or updates a global secret with the specified payload
认证
需要 Connected AccountTags
Put tagNORTHFLANK_PUT_TAGSUpdate or create a resource tag.需要连接
Update or create a resource tag.
认证
需要 Connected AccountTags
Put clusterNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_CLUSTERSCreates or update a cluster.需要连接
Creates or update a cluster.
认证
需要 Connected AccountTags
Put integrationNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_CLOUD_PROVIDERS_INTEGRATIONSCreates or updates a integration.需要连接
Creates or updates a integration.
认证
需要 Connected AccountTags
Put subdomainNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_DOMAINS_DOMAIN_SUBDOMAINSUpdates subdomain to the domain.需要连接
Updates subdomain to the domain.
认证
需要 Connected AccountTags
Put egress IPNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_EGRESS_IPSCreates or updates an egress IP需要连接
Creates or updates an egress IP
认证
需要 Connected AccountTags
Create or update gradual rollout strategyNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_GRADUAL_ROLLOUT_STRATEGIESCreates or updates a gradual rollout strategy.需要连接
Creates or updates a gradual rollout strategy.
认证
需要 Connected AccountTags
Create or update SSH identityNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_INTEGRATIONS_SSH_IDENTITIES_IDENTITY_IDCreates or updates SSH identity data.需要连接
Creates or updates SSH identity data.
认证
需要 Connected AccountTags
Put load balancerNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_LOAD_BALANCERSCreates or updates a load balancer需要连接
Creates or updates a load balancer
认证
需要 Connected AccountTags
Create or update projectNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTSCreates or updates a project.需要连接
Creates or updates a project.
认证
需要 Connected AccountTags
Put addonNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_ADDONSCreates or updates an addon需要连接
Creates or updates an addon
认证
需要 Connected AccountTags
Put harnessNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_HARNESSESCreates or updates a harness需要连接
Creates or updates a harness
认证
需要 Connected AccountTags
Put jobNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBSCreates or updates a job (manual or cron based on settings.cron presence)需要连接
Creates or updates a job (manual or cron based on settings.cron presence)
认证
需要 Connected AccountTags
Put cron jobNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_CRONCreates or updates a cron job需要连接
Creates or updates a cron job
认证
需要 Connected AccountTags
Put manual jobNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_JOBS_MANUALCreates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.需要连接
Creates or updates a new manual job that only runs when initiated via the UI, CLI, API or JS client.
认证
需要 Connected AccountTags
Put project secretNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SECRETSCreates or updates a project secret with the specified payload需要连接
Creates or updates a project secret with the specified payload
认证
需要 Connected AccountTags
Put build serviceNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_BUILDCreates or updates a build service.需要连接
Creates or updates a build service.
认证
需要 Connected AccountTags
Put combined serviceNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_COMBINEDCreates or updates a combined service.需要连接
Creates or updates a combined service.
认证
需要 Connected AccountTags
Put deployment serviceNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_PROJECTS_PROJECT_ID_SERVICES_DEPLOYMENTCreates or updates a deployment service.需要连接
Creates or updates a deployment service.
认证
需要 Connected AccountTags
Put global secretNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_SECRETSCreates or updates a global secret with the specified payload需要连接
Creates or updates a global secret with the specified payload
认证
需要 Connected AccountTags
Put tagNORTHFLANK_PUT_V1_TEAMS_TEAM_ID_TAGSUpdate or create a resource tag.需要连接
Update or create a resource tag.
认证
需要 Connected AccountTags