geonode.management_commands_http.views
Classes
Handle the exposed management commands usage: |
|
Create, List, Retrieve, Start, Stop and Get Status of a Management Command Job. |
Module Contents
- class geonode.management_commands_http.views.ManagementCommandView[source]
Bases:
rest_framework.views.APIView,geonode.management_commands_http.mixins.CreateJobMixin- Handle the exposed management commands usage:
GET: List of exposed commands
GET detail: Help for a specific command
POST: Create a job (and automatic runs) for a specific command.
- class geonode.management_commands_http.views.ManagementCommandJobViewSet[source]
Bases:
geonode.management_commands_http.mixins.CreateJobMixin,rest_framework.mixins.RetrieveModelMixin,rest_framework.viewsets.GenericViewSetCreate, List, Retrieve, Start, Stop and Get Status of a Management Command Job.