Get Version of Blockchain Platform, Hyperledger Fabric and Admin API

get

/console/admin/api/instanceVersion

Gets the Oracle Blockchain Platform, Hyperledger Fabric and admin API versions.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Response with Blockchain Platform, Hyperledger Fabric and admin API version
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : InstanceVersionResp
Type: object
Show Source

400 Response

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

Default Response

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