Get Transaction Scheduler Details

get

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

Get the transaction scheduler details.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : result
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. It can be either based on number of blocks or number of minutes.
Show Source
Nested Schema : lastProcessedAt
Type: object
Latest point at which the scheduler ran the transaction
Show Source
Nested Schema : lastTransactionResult
Type: object
Results of the last transaction run
Show Source
Nested Schema : transientMap
Type: object
Additional Properties Allowed
Show Source
TransientMap for the chaincode
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