Get Peer Attributes

get

/console/admin/api/v1.1/nodes/peers/{peerId}

Get all configuration attributes of a peer.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Peer attributes
Body ()
Root Schema : peerAttributes
Type: object
Show Source
Nested Schema : chaincode
Type: object
Show Source
Nested Schema : eventService
Type: object
Show Source
Nested Schema : gossip
Type: object
Show Source
Nested Schema : gossipElection
Type: object
Show Source

400 Response

Invalid arguments
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