Carte APIs Carte Server
GET /kettle/allocateSocket/?xml=Y&rangeStart=100&host=locahost&id=clust&trans=my_trans&sourceSlave=slave_1&sourceStep=200&sourceCopy=1&targetSlave=slave_2&targetStep=50&targetCopy=1HTTP Basic Authentication
Return XML format when Y, HTML otherwise
NPossible values: Port number to start looking from
Port's host
Carte container id
Running transformation id
Name of the source slave server
Port number step used on source slave server
Number of copies of the step on source server
Name of the target slave server
Port number step used on target slave server
Number of copies of the step on target server
Socket allocated successfully
Socket allocation result
Internal server error
GET /kettle/listSocket/?host=127.0.0.1HTTP Basic Authentication
Host to get ports for
127.0.0.1Boolean flag that indicates whether all or only open ports should be returned. Set it to Y to get the list of only currently open ports.
Socket list retrieved successfully
HTML document listing the ports requested
Internal server error
GET /kettle/nextSequence?name=test_seqHTTP Basic Authentication
Name of the sequence specified in Carte configuration file
test_seqParameter used for incrementing sequence. If no parameter specified 10000 is used by default.
10000Next sequence value retrieved
XML containing sequence value and the increment value used
Internal server error
POST /kettle/registerSlave/HTTP Basic Authentication
SlaveServerDetection XML
Slave server registered successfully
Standard response format for most Carte operations
Result status of the operation
Human readable message describing the result
Unique identifier for the created/modified resource
Internal server error
GET /kettle/getSlavesHTTP Basic Authentication
Return XML format when Y, HTML otherwise
NPossible values: Slave servers list retrieved successfully
List of registered slave servers
Internal server error
GET /kettle/status/?xml=YHTTP Basic Authentication
Return XML format when Y, HTML otherwise
NPossible values: Server status retrieved successfully
Server status in XML format including memory, CPU, OS info and running transformations/jobs
Internal server error
GET http://localhost:8080/pentaho/kettle/stopCarteHTTP Basic Authentication
Return XML format when Y, HTML otherwise
NPossible values: Request was processed
Whether the shutdown request was accepted
Internal server error occurs during request processing
Last updated
Was this helpful?

