Skip to content

Instantly share code, notes, and snippets.

@rm-you
Created August 29, 2014 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rm-you/3c77a0daf292c13235c2 to your computer and use it in GitHub Desktop.
Save rm-you/3c77a0daf292c13235c2 to your computer and use it in GitHub Desktop.
GET Container result from python-barbicanclient
+----------------+-------------------------------------------------------------------------------------------+
| Field | Value |
+----------------+-------------------------------------------------------------------------------------------+
| Container href | http://localhost:9311/v1/containers/ead5bd35-fb3f-4798-ba84-210fa1231102 |
| Name | My Awesome Cert |
| Created | 2014-08-06 00:26:44.627255+00:00 |
| Status | ACTIVE |
| Type | certificate |
| Certificate | +---------------+-----------------------------------------------------------------------+ |
| | | Field | Value | |
| | +---------------+-----------------------------------------------------------------------+ |
| | | Secret href | http://localhost:9311/v1/secrets/0df4cbfd-e1cb-4b0e-b810-e122fd55fc6a | |
| | | Name | My Certificate | |
| | | Created | 2014-08-06 00:20:25.683155+00:00 | |
| | | Status | ACTIVE | |
| | | Content types | {u'default': u'text/plain'} | |
| | | Algorithm | None | |
| | | Bit length | None | |
| | | Mode | None | |
| | | Expiration | 2014-09-28 19:14:44.180394+00:00 | |
| | +---------------+-----------------------------------------------------------------------+ |
| Intermediates | +---------------+-----------------------------------------------------------------------+ |
| | | Field | Value | |
| | +---------------+-----------------------------------------------------------------------+ |
| | | Secret href | http://localhost:9311/v1/secrets/39c3b674-d3bc-4546-95dd-d46b4fb2d5f3 | |
| | | Name | My Intermediates | |
| | | Created | 2014-08-06 00:21:27.342048+00:00 | |
| | | Status | ACTIVE | |
| | | Content types | {u'default': u'text/plain'} | |
| | | Algorithm | None | |
| | | Bit length | None | |
| | | Mode | None | |
| | | Expiration | 2014-09-28 19:14:44.180394+00:00 | |
| | +---------------+-----------------------------------------------------------------------+ |
| Private Key | +---------------+-----------------------------------------------------------------------+ |
| | | Field | Value | |
| | +---------------+-----------------------------------------------------------------------+ |
| | | Secret href | http://localhost:9311/v1/secrets/4295d621-db63-4e59-a317-ea7e8bafc29f | |
| | | Name | My Private Key | |
| | | Created | 2014-08-06 00:18:32.999707+00:00 | |
| | | Status | ACTIVE | |
| | | Content types | {u'default': u'text/plain'} | |
| | | Algorithm | rsa | |
| | | Bit length | None | |
| | | Mode | None | |
| | | Expiration | 2014-09-28 19:14:44.180394+00:00 | |
| | +---------------+-----------------------------------------------------------------------+ |
| PK Passphrase | +---------------+-----------------------------------------------------------------------+ |
| | | Field | Value | |
| | +---------------+-----------------------------------------------------------------------+ |
| | | Secret href | http://localhost:9311/v1/secrets/b436ae0d-a88b-436d-afb2-fd3c79a0154d | |
| | | Name | My Passphrase | |
| | | Created | 2014-08-06 00:23:35.002055+00:00 | |
| | | Status | ACTIVE | |
| | | Content types | {u'default': u'text/plain'} | |
| | | Algorithm | None | |
| | | Bit length | None | |
| | | Mode | None | |
| | | Expiration | 2014-09-28 19:14:44.180394+00:00 | |
| | +---------------+-----------------------------------------------------------------------+ |
| Consumers | {u'URL': u'https: //lbaas.myurl.net/loadbalancer/4126/', u'name': u'LBaaS'} |
+----------------+-------------------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment