Get Chaincode Information

get

/console/admin/api/v1.1/chaincodes/{chaincodeName}

Returns the version and path of a specified chaincode name.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Chaincode information
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : version
Type: array
Show Source

400 Response

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

401 Response

Unauthorized

404 Response

Resource not found

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