Enabling Agentic REST API support
By default, the Agentic REST API is disabled in TrueSight Server Automation. The property IsAgenticRestApiEnabled is set to false, and the REST endpoints required for Agentic AI capabilities are not exposed.
To use Agentic AI features such as the Operations Analyzer, you must enable the Agentic REST API on the Application Server.
- Start Network Shell (NSH) on the Application Server host.
- At the NSH prompt, run the blasadmin command.
- To enable the Agentic REST API, enter the following command:set AppServer IsAgenticRestApiEnabled true
where:
True: Enables the Agentic REST API and exposes the required REST endpoints for Agentic AI capabilities.
False: Disables the Agentic REST API. This is the default setting.
- Exit the BLAdmins utility.
- Restart the Application Server.
After the restart, the Application Server exposes the REST endpoints required for Agentic AI capabilities.