poppy/poppy/model
Sriram Madapusi Vasudevan 032af4a026 feat: GET certificate endpoint
REQUEST:

    GET /ssl_certificate/{domain_name}

RESPONSE:

    200 OK

        [
          {
            "flavor_id": "myflavor",
            "domain_name": "www.mydomain.com",
            "cert_type": "san",
            "cert_details": {
              "provider": {
                "cert_domain": null,
                "extra_info": {
                  "status": "create_in_progress",
                  "san cert": null,
                  "action": "Waiting for action"
                }
              }
            },
            "status": "create_in_progress"
          }
        ]

Implements: blueprint ssl-certificates
Implements: blueprint akamai-ssl-driver

Change-Id: I677fc10a627659b01f87a174998435733faec9e2
2015-10-23 11:22:44 -04:00
..
helpers fix: model helpers defaults 2015-10-20 17:28:31 -04:00
__init__.py renamed cdn folder to poppy 2014-08-06 18:06:35 -04:00
common.py Create Service 2014-09-26 17:07:19 -04:00
flavor.py blueprint: add Docstrings to all things, part2 and part3 2014-11-11 17:48:07 -05:00
log_delivery.py Implements log delivery part of services API 2015-04-13 14:15:29 -04:00
service.py Implement: Add on domain level certifictate status 2015-09-22 19:58:40 -04:00
ssl_certificate.py feat: GET certificate endpoint 2015-10-23 11:22:44 -04:00