Using the URLconf defined in service.urls,
Django tried these URL patterns, in this order:
-
^
^v1/monitor/ping/?$
-
^
^v1/log/?$
-
^
^v1/?$
-
^
^v1/node/?$
-
^
^v1/object/(.+)$
-
^
^v1/meta/(.+)$
-
^
^v1/checksum/(.+)$
-
^
^v1/object/?$
-
^
^v1/error/?$
-
^
^v1/replica/(.+)/?$
-
^
^v1/isAuthorized/(.+)/?$
-
^
^v1/dirtySystemMetadata/?$
-
^
^v1/generate/?$
-
^
^v1/archive/(.+)/?$
-
^
^v1/replicate/?$
-
^
^home/?$
-
^
^diag/get_replication_queue/?$
-
^
^diag/replicate/(.+)$
-
^
^diag/echo_session/?$
-
^
^diag/echo_request_object/?$
-
^
^diag/echo_raw_post_data/?$
-
^
^diag/?$
-
^
^diag/get_replication_queue/?$
-
^
^diag/clear_replication_queue/?$
-
^
^diag/set_access_policy/(.+?)/?$
-
^
^diag/delete_all_access_policies/?$
-
^
^diag/get_access_policy/(.+?)/?$
-
^
^diag/create/(.+)$
-
^
^diag/slash/(.+?)/(.+?)/(.+?)/?$
-
^
^diag/exception/(.+?)/?$
-
^
^diag/delete_all_objects/?$
-
^
^diag/delete_single_object/(.+?)/?$
-
^
^diag/trusted_subjects/?$
-
^
^diag/permissions_for_object/(.+?)/?$
-
^
^diag/get_setting/(.+)$
-
^
^diag/delete_event_log/?$
-
^
^diag/inject_fictional_event_log/?$
The current URL, v2/object, didn't match any of these.