Stop a CA Node
post
/console/admin/api/v2/nodes/fabricCAs/{caId}/stop
Stop a Hyperledger Fabric certificate authority (CA) node.
Request
Supported Media Types
- application/json
Path Parameters
-
caId(required): string
fabricCA Id
Response
Supported Media Types
- application/json
200 Response
Fabric CA status message
Root Schema : schema
Type:
object
Example:
{
"status":"down"
}
400 Response
Invalid argument
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error