/
BI
bitmakerla
/
estela API v1.0 Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11m ago · Updated 4w ago
Details
Filter operations
api
51
patch
/api/account/changePassword/change
patch
/api/account/resetPassword/confirm
post
/api/account/resetPassword/request
get
/api/account/resetPassword/validate
get
/api/auth/activate
post
/api/auth/login
get
/api/auth/profile
post
/api/auth/profile
get
/api/auth/profile/{username}
put
/api/auth/profile/{username}
delete
/api/auth/profile/{username}
patch
/api/auth/profile/{username}
post
/api/auth/register
get
/api/projects
post
/api/projects
get
/api/projects/{pid}
put
/api/projects/{pid}
delete
/api/projects/{pid}
patch
/api/projects/{pid}
get
/api/projects/{pid}/cronjobs
get
/api/projects/{pid}/current_usage
get
/api/projects/{pid}/deploys
post
/api/projects/{pid}/deploys
get
/api/projects/{pid}/deploys/{did}
put
/api/projects/{pid}/deploys/{did}
delete
/api/projects/{pid}/deploys/{did}
patch
/api/projects/{pid}/deploys/{did}
get
/api/projects/{pid}/jobs
get
/api/projects/{pid}/spiders
get
/api/projects/{pid}/spiders/{sid}
put
/api/projects/{pid}/spiders/{sid}
patch
/api/projects/{pid}/spiders/{sid}
get
/api/projects/{pid}/spiders/{sid}/cronjobs
post
/api/projects/{pid}/spiders/{sid}/cronjobs
get
/api/projects/{pid}/spiders/{sid}/cronjobs/{cjid}
put
/api/projects/{pid}/spiders/{sid}/cronjobs/{cjid}
delete
/api/projects/{pid}/spiders/{sid}/cronjobs/{cjid}
patch
/api/projects/{pid}/spiders/{sid}/cronjobs/{cjid}
get
/api/projects/{pid}/spiders/{sid}/cronjobs/{cjid}/run_once
get
/api/projects/{pid}/spiders/{sid}/jobs
post
/api/projects/{pid}/spiders/{sid}/jobs
get
/api/projects/{pid}/spiders/{sid}/jobs/{jid}
put
/api/projects/{pid}/spiders/{sid}/jobs/{jid}
patch
/api/projects/{pid}/spiders/{sid}/jobs/{jid}
get
/api/projects/{pid}/spiders/{sid}/jobs/{jid}/data
post
/api/projects/{pid}/spiders/{sid}/jobs/{jid}/data/delete
get
/api/projects/{pid}/usage
get
/api/stats/{pid}
post
/api/stats/{pid}/jobs_stats
get
/api/stats/{pid}/spider/{sid}
post
/api/stats/{pid}/spider/{sid}/jobs_stats
api
put
/api/projects/{pid}/deploys/{did}
Request body
DeployUpdate
required
did
integer
A unique integer value identifying this deploy.
status
'SUCCESS'
|
'BUILDING'
|
'FAILURE'
|
'CANCELED'
Deploy status.
spiders_names
string[]
Spider names in this deploy.
Response
OK
DeployUpdate
required
did
integer
A unique integer value identifying this deploy.
status
'SUCCESS'
|
'BUILDING'
|
'FAILURE'
|
'CANCELED'
Deploy status.
spiders_names
string[]
Spider names in this deploy.
Changes