Schedule Transaction to Run

post

/restproxy/api/v2/channels/{channelName}/scheduleTransactions

Schedule a transaction to run periodically.

Request

Supported Media Types
Path Parameters
Body ()
Request to schedule a transaction
Root Schema : schema
Type: object
Show Source
Nested Schema : args
Type: array
Arguments for the chaincode
Show Source
Nested Schema : endorsers
Type: array
Endorsers for the chaincode
Show Source
Nested Schema : interval
Type: object
Interval at which the scheduler will run the transaction
Show Source
Nested Schema : transientMap
Type: object
Additional Properties Allowed
Show Source
TransientMap for the chaincode
Back to Top

Response

Supported Media Types

200 Response

Successful response for schedule transaction
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : result
Type: object
Show Source

400 Response

Bad Request

401 Response

Not authorized

403 Response

Forbidden

404 Response

Invalid parameters

500 Response

Service unavailable
Back to Top