/
DR
dragonflyoss
/
Dragonfly Manager
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Application
9
get
Get Applications
post
Create Application
get
Get Application
delete
Destroy Application
patch
Update Application
put
Add CDN to Application
delete
Delete CDN to Application
put
Add Scheduler to Application
delete
Delete Scheduler to Application
CDN
6
CDNCluster
7
Config
5
Health
1
Job
5
Oauth
6
Permission
1
Preheat
2
Role
6
Scheduler
5
SchedulerCluster
6
SecurityGroup
9
SecurityRule
5
User
5
Users
2
Application
Create Application
create by json config
post
/applications
Request body
TypesCreateApplicationRequest
required
bio
string
download_rate_limit
integer
name
string
required
state
string
url
string
user_id
integer
required
Response
OK
ModelApplication
required
bio
string
created_at
string
download_rate_limit
integer
id
integer
name
string
state
string
updated_at
string
url
string
user_id
integer
Changes