Enable and access the DataStax Agent API
Enable and access the interactive Swagger UI console for the DataStax Agent API.
Enable and access the interactive Swagger UI console for the DataStax Agent API. Explore the console to learn about the agent APIs available for scripting purposes, or to use directly with a curl command.

address.yaml
The location of the address.yaml file depends on the type of installation:- Package installations: /var/lib/datastax-agent/conf/address.yaml
- Tarball installations: install_location/conf/address.yaml
cluster_name.conf
The location of the cluster_name.conf file depends on the type of installation:- Package installations: /etc/opscenter/clusters/cluster_name.conf
- Tarball installations: install_location/conf/clusters/cluster_name.conf
Procedure
- Open address.yaml for editing.
- 
                Set the swagger_enabledoption totrue.
- Restart the agents.
- 
                Navigate to the UI:
                http(s)://{agent_ip}:{api_port}/uiUsehttpsorhttpas appropriate for your environment. Replaceagent_ipwith the IP address of the particular agent. Replace theapi_portwith the port configured for your environment. Typically, theapi_portis61621. Configure the API port using the api_port option in address.yaml or[agents]api_port in cluster_name.conf.
