Path Parameters
Name of the ledger.
Example:
"ledger001"
Body
application/json
Response
Created ipeline
curl --request POST \
--url http://localhost/api/ledger/v2/{ledger}/pipelines \
--header 'Content-Type: application/json' \
--data '{
"exporterID": "<string>"
}'
{
"data": {
"ledger": "<string>",
"exporterID": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastLogID": 123,
"enabled": true
}
}
curl --request POST \
--url http://localhost/api/ledger/v2/{ledger}/pipelines \
--header 'Content-Type: application/json' \
--data '{
"exporterID": "<string>"
}'
{
"data": {
"ledger": "<string>",
"exporterID": "<string>",
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastLogID": 123,
"enabled": true
}
}
Name of the ledger.
"ledger001"
Created ipeline
Show child attributes