geonode.resource.api.views

Attributes

logger

Classes

ExecutionRequestViewset

API endpoint that allows users to be viewed or edited.

Functions

resource_service_search(request[, resource_type])

Return a list of resources matching the filtering criteria.

resource_service_exists(request, uuid)

Returns a JSON boolean success field indicating the outcome of the 'exists' operation.

resource_service_execution_status(request, execution_id)

Main dispatcher endpoint to follow an API request status progress

Module Contents

geonode.resource.api.views.logger[source]

Return a list of resources matching the filtering criteria.

Sample requests:

geonode.resource.api.views.resource_service_exists(request, uuid: str)[source]

Returns a JSON boolean success field indicating the outcome of the ‘exists’ operation.

geonode.resource.api.views.resource_service_execution_status(request, execution_id: str)[source]

Main dispatcher endpoint to follow an API request status progress

  • GET input: <str: execution id>

  • output: <ExecutionRequest>

class geonode.resource.api.views.ExecutionRequestViewset[source]

Bases: dynamic_rest.viewsets.WithDynamicViewSetMixin, rest_framework.mixins.ListModelMixin, rest_framework.mixins.RetrieveModelMixin, rest_framework.viewsets.GenericViewSet

API endpoint that allows users to be viewed or edited.

authentication_classes[source]
permission_classes[source]
filter_backends[source]
serializer_class[source]
pagination_class[source]
http_method_names = ['get', 'delete'][source]
get_queryset(queryset=None)[source]
delete(*args, **kwargs)[source]