Stop a CA node
post
/console/admin/api/v2/nodes/fabricCAs/{caId}/stop
Stop a Hyperledger Fabric 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
Hyperledger Fabric CA node status message
Root Schema : schema
Type:
object
Example:
{
"status":"down"
}
400 Response
Invalid arguments
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error