代理路由
在 DC/OS 代理节点上运行的 Admin Router。
在 DC/OS 代理节点上运行的 Admin Router 代理。它公开以下 API 路由。
Admin Router 代理侦听端口
61001
(HTTP)。DC/OS Enterprise 添加了组件通信的可选 SSL 加密,选用之后,Admin Router 代理也会侦听端口
61002
(HTTPS)。
有关 API 路由方式的详细信息,请参阅 DC/OS API 参考.
Routes
Legend
- Proxy retrieves resources from another address.
File retrieves static files.
[
Authentication](#authentication)
[
Metadata](#metadata)
[
Pkgpanda](#pkgpanda)
Proxy
/pkgpanda/
DC/OS component package management
Path: http://$backend
Server: unix:/run/dcos/pkgpanda-api.sock
Backend: DC/OS Component Package Manager (Pkgpanda) API Reference: https://docs.d2iq.com/mesosphere/dcos/2.1/administering-clusters/component-management/
[
System](#system)
Proxy
/system/health/v1
Component service status
Path: http://$backend
Server: unix:/run/dcos/dcos-diagnostics.sock
Backend: DC/OS Diagnostics API Reference: https://docs.d2iq.com/mesosphere/dcos/2.1/monitoring/#system-health-http-api-endpoint Proxy
/system/v1/logs/
Node, component service, and container (task) logs
Path: http://$backend
Server: unix:/run/dcos/dcos-log.sock
Backend: DC/OS Log API Reference: https://docs.d2iq.com/mesosphere/dcos/2.1/monitoring/logging/logging-reference/ Proxy
/system/v1/logs/v1/(?<type>range|stream)/framework/(?<framework>.*?)/executor/(?<executor>.*?)/container/(?<container>.*?)
Container (task) logs
Path: http://$backend
Server: unix:/run/dcos/dcos-log.sock
Backend: DC/OS Log API Reference: https://docs.d2iq.com/mesosphere/dcos/2.1/monitoring/logging/logging-reference/ Proxy
/system/v1/metrics/
Node, container, and application metrics
Path: http://$backend
Server: unix:/run/dcos/dcos-metrics-agent.sock
Backend: DC/OS Metrics API Reference: https://docs.d2iq.com/mesosphere/dcos/2.1/metrics/metrics-api/