Response
Created exporter
curl --request POST \
--url http://localhost/api/ledger/v2/_/exporters \
--header 'Content-Type: application/json' \
--data '{
"driver": "<string>",
"config": {}
}'
{
"data": {
"driver": "<string>",
"config": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
curl --request POST \
--url http://localhost/api/ledger/v2/_/exporters \
--header 'Content-Type: application/json' \
--data '{
"driver": "<string>",
"config": {}
}'
{
"data": {
"driver": "<string>",
"config": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
Created exporter
Show child attributes