Get Configuration of a CA Node
get
/console/admin/api/v1.1/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: string
ID of Fabric CA to fetch
Response
Supported Media Types
- application/json
200 Response
Fabric CA attributes
Root Schema : fabricCAAttributes
Type:
Show Source
object-
fabricCAId(optional):
string
-
logLevel(optional):
string
Allowed Values:
[ "INFO", "DEBUG" ] -
maxEnrollments(optional):
integer
Default Value:
-1Example:-1 -
url(optional):
string
400 Response
Invalid argument
401 Response
Unauthorized
500 Response
Internal Server Error
Default Response
Unexpected error