poppy/poppy/storage/cassandra
Sriram Madapusi Vasudevan 7a2c4c56e4 feat: Add akamai background job admin endpoint
REQUEST:
    POST /admin/provider/akamai/background_job
    {
      "job_type": "akamai_update_papi_property_for_mod_san",
      "domain_name": "testabc.cnamecdn.com",
      "san_cert_name": "secure1.san1.test_cdn.com"
    }
RESPONSE:
    202 ACCEPTED
Note: The admin endpoints are also exposed as scripts:
    akamai-property-udpate-mod-san --domain_name <your_domain_name> --san_cert_name <your_san_cert_name>
    akamai-cert-status-check-and-update --domain_name <your_domain_name> --cert_type "san" --project_id <PROJECT_ID> --flavor_id <FLAVOR_ID>

Change-Id: I9211d9f24cbd46c8818993d3ff8493d5fba4bc28
2015-10-23 15:05:52 -04:00
..
migrations fix: change schema version 6->7 2015-10-08 13:10:55 -04:00
__init__.py Corrects docstring in Cassandra storage driver 2015-02-02 22:02:46 -06:00
controllers.py Adding flavorRef to Service 2014-09-05 17:21:52 -04:00
driver.py feat: default automatic C* schema migration to false in request 2015-10-12 14:03:38 -04:00
flavors.py blueprint: add Docstrings to all things, part2 and part3 2014-11-11 17:48:07 -05:00
services.py feat: Add akamai background job admin endpoint 2015-10-23 15:05:52 -04:00