Reset Agent Log Configurations to Default
put
http://{host}:{port}/veridata/v1/services/logs/agents/{Id}/configuration/reset
Required Role: Administrator, SuperUser, CommandLineOperator
Reset Agent Log configurations to default log level.
Request
Path Parameters
-
Id(required): integer
Agent ID.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Agent Log configurations successfully reset to default value.
Root Schema : schema
Type:
Show Source
object-
message: string
Example:
Log levels reset successfully.
400 Response
Bad Request.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}401 Response
Unauthorized.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}404 Response
Not Found.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}500 Response
Server Error.
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}