MeiroDocs

Cache

Required feature: **settings/global**

Section: Group Cache. Base URL: https://instance_name.meiro.io/api/.

Cache [/cache]

Deletes Cache [DELETE]

Required feature: settings/global

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

{
    "message": "OK"
}

CDP Cache Status [/cdp_cache_status]

Retrieve a CDP Cache Status [GET]

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

{
    "init_time": "2017-01-01 15:35:00",
    "refresh_init_time": "2017-01-01 15:35:00",
    "is_refresh_running": false
}

On this page