06ab0c9c4e
Reorganize as per the documentation session at PTG: https://etherpad.openstack.org/p/queens-ptg-keystone-doc-cleanup Change-Id: Ia0409c9f257b592bbca4ee33183b2a7c868291bb
50 lines
673 B
ReStructuredText
50 lines
673 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
==========
|
|
OS-PKI
|
|
==========
|
|
|
|
List revoked tokens
|
|
===================
|
|
|
|
.. rest_method:: GET /v3/auth/tokens/OS-PKI/revoked
|
|
|
|
Lists revoked PKI tokens.
|
|
|
|
Relationship:
|
|
``https://docs.openstack.org/api/openstack-identity/3/rel/tokens/OS-PKI/revoked``
|
|
|
|
Response
|
|
--------
|
|
|
|
Parameters
|
|
~~~~~~~~~~
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- signed: signed
|
|
|
|
Status Codes
|
|
~~~~~~~~~~~~
|
|
|
|
.. rest_status_code:: success status.yaml
|
|
|
|
- 200
|
|
|
|
.. rest_status_code:: error status.yaml
|
|
|
|
- 413
|
|
- 415
|
|
- 405
|
|
- 404
|
|
- 403
|
|
- 401
|
|
- 400
|
|
- 503
|
|
- 409
|
|
|
|
Example
|
|
~~~~~~~
|
|
|
|
.. literalinclude:: samples/admin/get-pki-revoked-response.json
|
|
:language: javascript |