forked from Special-K-s-Flightsim-Bots/DCSServerBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
## Category: Instance ##
# Start a server based on the provided name.
Endpoint: /instance/start
Method: [POST]
Params: - server_name [required]
# Stop a server based on the provided name.
Endpoint: /instance/stop
Method: [POST]
Params: - server_name [required]
# Restart a server based on the provided name.
Endpoint: /instance/restart
Method: [POST]
Params: - server_name [required]
## Category: Mission ##
# Return a listing of available missions
Endpoint: /instance/missions
Method: [GET]
Params: - server_name [required]
# Pause the mission on the provided server.
Endpoint: /instance/mission/pause
Method: [POST]
Params: - server_name [required]
# Unpause the mission on the provided server.
Endpoint: /instance/mission/unpause
Method: [POST]
Params: - server_name [required]
# Restart the mission on the provided server.
Endpoint: /instance/mission/restart
Method: [POST]
Params: - server_name [required]
# Load the provided mission on the provided server.
Endpoint: /instance/mission/pause
Method: [POST]
Params: - server_name [required]
- mission_name [required]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels