Validate Agent Database
post
http://{host}:{port}/veridata/v1/services/validate/connection/db
Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator
Validates Agent database connection.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
host(required): string
Veridata Agent Host.
-
password(required): string
(password)
Encrypted Database connection password.
-
port(required): integer
Veridata Agent Port.
-
ssl: boolean
Default Value:
false
Use Secure Socket Layer (SSL) for Server-Agent communication. -
username(required): string
Database Connection Username.
Response
Supported Media Types
- application/json
- */*
200 Response
Database Connection is successful.
400 Response
Bad Request.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
401 Response
Unauthorized.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
404 Response
Not Found.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
500 Response
Server Error.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.