You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "David Eric Pugh (Jira)" <ji...@apache.org> on 2021/03/22 22:18:00 UTC

[jira] [Created] (SOLR-15276) v2 REQUESTSTATUS should inline the id parameter.

David Eric Pugh created SOLR-15276:
--------------------------------------

             Summary: v2 REQUESTSTATUS should inline the id parameter.
                 Key: SOLR-15276
                 URL: https://issues.apache.org/jira/browse/SOLR-15276
             Project: Solr
          Issue Type: Sub-task
          Components: v2 API
    Affects Versions: main (9.0)
            Reporter: David Eric Pugh


The command currently is

 

{{GET /v2/cluster/command-status?id=1000}}

and should be

{{GET /v2/cluster/command-status/1000}}

 

to match

 

{{DELETE /v2/cluster/command-status/1000}}

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)