Update CA Node Configuration
patch
/console/admin/api/v2/nodes/fabricCAs/{caId}/
A certificate authority (CA) node's configuration determines how the node performs and behaves on the network. Use this endpoint to modify the configuration of a CA node.
Request
Supported Media Types
- application/json
Path Parameters
-
caId(required): string
ID of CA
Updated CA attributes
Root Schema : fabricCAWritableAttributes
Type:
Show Source
object
-
logLevel:
string
Allowed Values:
[ "INFO", "DEBUG" ]
-
maxEnrollments:
integer
Default Value:
-1
Example:-1
Response
Supported Media Types
- application/json
200 Response
Action result
Root Schema : schema
Type:
object
Example:
{
"status":"SUCCESS",
"message":"content"
}
400 Response
Invalid arguments
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error