SK SKYVVA Documentation

2. New Feature

Added New Agent Local Web

We have added a new feature called New Agent Local Web to this administration application. You can perform the following tasks directly on the agent server:

Note: You can access it as an example using the URL with the specified port: http://localhost:9055/

Added New /api/query API on New Agent

We have introduced a new '/api/query' API in the New Agent for querying the database directly from the Agent Database Adapter. For instance, you can use 'https://hostname:port/api/query' to retrieve data from the Agent Database. The query should be structured as follows:

{

  "adapterId": "xxxxxxxxxxxxxxx",

  "sql": "select id, clo1 from table"

}

Added Multiple Authentication Types for New Agent

In the previous version, the New Agent only supported Basic Authentication. Now, we have added JWT and OAuth2, which include two grant types: Password Credentials and Client Credentials, along with API Key and Certificate-based authentication.

Open this article in the interactive viewer →