api-evangelist/a10-networks

GitHub: api-evangelist/a10-networks

A10 Networks aXAPI v3 的第三方 API 索引项目,汇总了 A10 Thunder 应用交付控制平台的 REST API 规范及配套的自动化集成资源。

Stars: 0 | Forks: 0

# A10 Networks (a10-networks) A10 Networks (NYSE: ATEN) 是一家总部位于加利福尼亚州圣何塞的应用交付和网络安全公司,由 Lee Chen 于 2004 年创立。A10 构建了 ACOS (Application Centric Operating System) 软件平台,为其 Thunder 系列物理设备、虚拟机 (vThunder) 以及跨超大规模云和私有云的容器化形态提供动力。产品线涵盖 Thunder ADC(用于 L4–L7 服务器负载均衡和 GSLB 的应用交付控制器)、Thunder TPS / A10 Defend 产品组合(包括 DDoS 检测、缓解、编排和 Threat Control SaaS,用于保护服务提供商和企业网络免受大流量和应用层攻击)、Thunder CGN(运营商级 NAT 和 IPv4/IPv6 过渡)、Thunder CFW(集成防火墙、VPN、CGN 和安全 Web 网关)、用于加密流量解密的 SSL Insight、A10 Defend Next-Gen WAF(整合了 ThreatX),以及用于保护 LLM 和 AI 应用流量的 A10 AI Firewall。每台 ACOS 设备都暴露了 aXAPI v3 —— 一个 RESTful HTTPS 接口,它是该平台的主要配置和操作控制平面,支持 ACOS 4.0.0 到 7.0.2 版本。aXAPI 接口非常全面(官方的 Terraform provider 暴露了 3,627 个资源),并由官方的 Ansible collections(a10-acos-axapi、a10-acos-cli)、Python 客户端、Thunder Kubernetes Connector(TKC,包含 24 个 CRD,用于实现 pod 驱动的 VIP 自动化),以及针对 OpenStack Octavia、Neutron LBaaS、AWS CloudFormation、Azure ARM、VMware vSphere、Helm 和 Prometheus 的集成所封装。在 CEO Dhrupad Trivedi 的领导下,A10 报告称其 FY2025 的年收入达到创纪录的 2.906 亿美元(同比增长 11.0%),为 117 个国家/地区的 7,700 多家客户提供服务。 **APIs.json:** [https://raw.githubusercontent.com/api-evangelist/a10-networks/refs/heads/main/apis.yml](https://raw.githubusercontent.com/api-evangelist/a10-networks/refs/heads/main/apis.yml) ## 范围 - **类型:** 索引 - **角色:** 提供商 - **访问:** 第三方 ## 标签 - 应用交付 - 负载均衡 - DDoS 防护 - 应用交付控制器 - 网络安全 - Web 应用防火墙 - SSL 解密 - CGNAT - 网络安全 - 基础设施 - Kubernetes - Terraform - Ansible - REST API - 网络 ## 时间戳 - **创建:** 2026-05-25 - **修改:** 2026-05-25 ## APIs ### A10 Networks ACOS aXAPI v3 ACOS aXAPI v3 是每台 A10 Thunder 设备(物理、虚拟 (vThunder) 或容器化)的 RESTful HTTPS 配置和操作控制平面。它涵盖了完整的 ACOS 对象模型:服务器负载均衡(虚拟服务器、真实服务器、服务组、健康监控器、SSL 模板、aFleX 脚本)、GSLB、DDoS 防护对象、CGNAT 池、系统配置、网络、路由、分区,以及操作/统计资源。身份验证基于会话(POST /axapi/v3/auth 返回一个用于 `Authorization: A10 ` 请求头的签名)。aXAPI 是 Terraform provider、Ansible collections、Kubernetes Connector 和 Python 客户端 的基础支撑。 - **人类可读 URL:** [https://documentation.a10networks.com/ACOS-Docs/axapi/702/start_here.html](https://documentation.a10networks.com/ACOS-Docs/axapi/702/start_here.html) #### 标签 - 应用交付 - 负载均衡 - DDoS 防护 - SLB - REST API - ACOS #### 属性 - [文档](https://documentation.a10networks.com/ACOS-Docs/axapi/702/start_here.html) - [文档](https://documentation.a10networks.com/ACOS-Docs/axapi/608/index.html) - [博客](https://www.a10networks.com/blog/axapi-rest-based-application-programming-interface-integration/) - [OpenAPI](openapi/a10-networks-axapi-openapi.yml) — [OpenAPI 规范](https://spec.openapis.org/oas/latest.html) - [JSON Schema](json-schema/a10-networks-virtual-server-schema.json) — [JSON Schema](https://json-schema.org/specification) - [JSON Schema](json-schema/a10-networks-server-schema.json) — [JSON Schema](https://json-schema.org/specification) - [JSON Schema](json-schema/a10-networks-service-group-schema.json) — [JSON Schema](https://json-schema.org/specification) - [JSON-LD](json-ld/a10-networks-context.jsonld) — [JSON-LD](https://www.w3.org/TR/json-ld11/) - [Spectral 规则集](rules/a10-networks-rules.yml) ### A10 Thunder Kubernetes Connector (TKC) Thunder Kubernetes Connector (TKC) 在 Kubernetes 内部运行,并随着 pod 的创建和扩展自动配置上游的 Thunder ADC 对象。它定义了 24 个 CRD,涵盖 VirtualServer、VirtualPort、ServiceGroup、HealthMonitor、NatPool、A10IPPool、ActiveActiveHADevice、ClientSsl/ServerSsl 模板、TCP/UDP/HTTP/HTTPS 模板、持久性模板、策略模板和密码套件模板——将完整的 L4–L7 ADC 接口作为原生的 Kubernetes 资源暴露出来。 - **人类可读 URL:** [https://github.com/a10networks/tkc-doc](https://github.com/a10networks/tkc-doc) #### 标签 - Kubernetes - CRD - 云原生 - 应用交付 - 服务网格 #### 属性 - [文档](https://github.com/a10networks/tkc-doc) - [源代码](https://github.com/a10networks/tkc-doc) - [Kubernetes CRD](crd/) ## 通用属性 - [网站](https://www.a10networks.com) - [产品](https://www.a10networks.com/products/) - [文档](https://documentation.a10networks.com) - [aXAPI 文档](https://documentation.a10networks.com/ACOS-Docs/axapi/702/start_here.html) - [源代码](https://github.com/a10networks) - [Terraform Provider](https://github.com/a10networks/terraform-provider-thunder) - [Ansible Collection](https://github.com/a10networks/a10-acos-axapi) - [Python 客户端](https://github.com/a10networks/acos-client) - [Kubernetes Connector](https://github.com/a10networks/tkc-doc) - [OpenStack Octavia](https://github.com/a10networks/a10-octavia) - [Prometheus Exporter](https://github.com/a10networks/PrometheusExporter) - [AWS CloudFormation](https://github.com/a10networks/AWS-CFT) - [Azure ARM 模板](https://github.com/a10networks/A10-azure-arm-templates) - [VMware 模板](https://github.com/a10networks/a10-vmware-templates) - [aFleX 脚本](https://github.com/a10networks/aflex-collection) - [Helm Chart](https://github.com/a10networks/acos-prometheus-exporter-helm-chart) - [支持](https://support.a10networks.com) - [社区](https://glm.a10networks.com) - [博客](https://www.a10networks.com/blog/) - [新闻室](https://www.a10networks.com/news/) - [投资者关系](https://investors.a10networks.com) - [招聘](https://www.a10networks.com/company/careers/) - [联系方式](https://www.a10networks.com/contact-us/) - [Twitter](https://twitter.com/A10Networks) - [LinkedIn](https://www.linkedin.com/company/a10networks) - [YouTube](https://www.youtube.com/user/a10networks) - [GitHub](https://github.com/a10networks) ## 维护者 **名字:** Kin Lane **邮箱:** kin@apievangelist.com
标签:DDoS防护, WAF, 应用交付控制器, 系统提示词, 网络基础设施, 自动化配置, 自定义请求头, 负载均衡, 逆向工具