dennybaa
5/21/2015 - 7:41 PM

gistfile1.py

class CuratorInvoke(object):
    # Supported curator commands for indices and snapshots.
    SUPPORTS = {
        'snapshots': ['delete'],
        'indices': [
            'alias', 'allocation', 'bloom', 'close', 'delete',
            'open', 'optimize','replicas', 'snapshot'
        ]
    }