Get Configuration of a CA Node
get
/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 get the configuration of a CA node.
Request
Supported Media Types
- application/json
Path Parameters
-
caId(required): string
ID of CA node
Response
Supported Media Types
- application/json
200 Response
Fabric CA attributes
Root Schema : fabricCAAttributes
Type:
Show Source
object
-
fabricCAId:
string
-
logLevel:
string
Allowed Values:
[ "INFO", "DEBUG" ]
-
maxEnrollments:
integer
Default Value:
-1
Example:-1
-
url:
string
400 Response
Invalid arguments
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error