IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

CB Response: How to Get Event Partition Status

CB Response: How to Get Event Partition Status

Environment

  • Carbon Black Protection Server: 6.2.0 and Above

Objective

How to get event partition status from an event node

Resolution

  1. Open a session as root or su
  2. Run this command
curl -k https://localhost/api/v1/storage/events/partition -H "X-Auth-Token:<Valid API Token>" | python -m json.tool

Additional Notes

  • Data returned will have the info for cold, warm and hot partitions on the node
  • Hot partitions will not have an "endDate"

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎04-12-2019
Views:
565
Contributors