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
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Fabric CA attributes
Body ()
Root Schema : fabricCAAttributes
Type: object
Show Source

400 Response

Invalid argument
Body ()
Root Schema : 400errorModels
Type: object
Show Source
Example:
{
    "respMesg":"invalid argument"
}

401 Response

Unauthorized

500 Response

Internal Server Error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top