# -*- mode: python -*- # List describing the ActionTypes that should be created. # Please note that the order of the elements is not guaranteed to be the same across versions. # This means that the integer value assigned to each ActionType and used internally in ActionSet # also may change between versions. ["addShard", "authCheck", # Not used for permissions checks, but to id the authorization-checking event in logs. "authenticate", # Not used for permission checks, but to id authentication events in logs. "captrunc", "clean", "cleanupOrphaned", "clone", "cloneCollectionLocalSource", "cloneCollectionTarget", "closeAllDatabases", "collMod", "collStats", "compact", "connPoolStats", "connPoolSync", "convertToCapped", "copyDBTarget", "cpuProfiler", "createCollection", "cursorInfo", "dbHash", "dbStats", "diagLogging", "dropCollection", "dropDatabase", "dropIndexes", "emptycapped", "enableSharding", "ensureIndex", "find", "flushRouterConfig", "fsync", "getCmdLineOpts", "getLog", "getParameter", "getShardMap", "getShardVersion", "handshake", "hostInfo", "indexRead", "indexStats", "inprog", "insert", "killCursors", "killop", "listDatabases", "listShards", "logRotate", "mapReduceShardedFinish", "mergeChunks", "moveChunk", "movePrimary", "netstat", "profileEnable", "profileRead", "reIndex", "remove", "removeShard", "renameCollectionSameDB", "repairDatabase", "replSetElect", "replSetFreeze", "replSetFresh", "replSetGetRBID", "replSetGetStatus", "replSetHeartbeat", "replSetInitiate", "replSetMaintenance", "replSetReconfig", "replSetStepDown", "replSetSyncFrom", "replSetUpdatePosition", "resync", "serverStatus", "setParameter", "setShardVersion", "shardCollection", "shardingState", "shutdown", "split", "splitChunk", "splitVector", "storageDetails", "top", "touch", "unlock", "unsetSharding", "update", "userAdmin", "userAdminV1", "validate", "writebacklisten", "writeBacksQueued", "_migrateClone", "_recvChunkAbort", "_recvChunkCommit", "_recvChunkStart", "_recvChunkStatus", "_transferMods"]