rapi: Re-add “/2” resource
[ganeti-local] / lib / rapi / rlib2.py
2011-09-13 Michael Hanselmannrapi: Re-add “/2” resource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/*/tags to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/storage/repair...
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/storage/modify...
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/storage to OpcodeRe...
2011-09-09 Michael Hanselmannrlib2: Convert /2/groups/[group_name] to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/role to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/disk/[idx]/grow...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/modify to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/rename to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/failover to OpcodeRe...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/migrate to OpcodeRes...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/export to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/prepare-export to...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/deactivate-disks...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/activate-disks to...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/replace-disks to...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/shutdown to OpcodeRe...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/startup to OpcodeRes...
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/reboot to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst]/info to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/instances/[inst] to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/groups/[group_name]/assign-nodes...
2011-09-09 Michael Hanselmannrlib2: Convert /2/groups/[group_name]/rename to OpcodeR...
2011-09-09 Michael Hanselmannrlib2: Convert /2/groups/[group_name]/modify to OpcodeR...
2011-09-09 Michael Hanselmannrlib2: Convert /2/groups to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/evacuate to OpcodeR...
2011-09-09 Michael Hanselmannrlib2: Convert /2/nodes/[node_name]/migrate to OpcodeRe...
2011-09-09 Michael Hanselmannrlib2: Convert /2/redistribute-config to OpcodeResource
2011-09-09 Michael Hanselmannrlib2: Convert /2/modify to OpcodeResource
2011-09-09 Michael Hanselmannbaserlib: Rename R_Generic to ResourceBase
2011-09-09 Michael Hanselmannbaserlib: Move GetClient/SubmitJob into base class
2011-09-09 Michael Hanselmannrapi: Merge tag helpers into resource
2011-09-07 Michael Hanselmannrapi: Remove “/2” resource, deprecate “/”
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-11 Michael HanselmannFix epydoc error in rlib2.py
2011-08-10 Michael HanselmannFix typo in rlib2's docstring
2011-08-10 Michael HanselmannDocumentation fixes and clarification
2011-08-10 Michael Hanselmannrlib2: Exclude oplog/opresult from bulk job list
2011-08-09 Michael Hanselmannrlib: Expose node group tags
2011-08-09 Michael Hanselmannrapi: Bulk support for jobs
2011-07-25 Iustin PopMost boring patch ever
2011-07-21 Michael HanselmannImplement instance failover via RAPI
2011-07-05 Michael HanselmannRAPI: Document all feature strings
2011-07-05 Michael HanselmannChange RAPI for new node evacuation opcode
2011-05-30 Michael Hanselmanngnt-node migrate: Use LU-generated jobs
2011-05-20 Iustin PopMerge remote branch 'origin/devel-2.4'
2011-05-16 Iustin PopImplement no_remember at RAPI level
2011-04-21 Michael HanselmannRAPI: Add support for tagging node groups
2011-04-01 René NussbaumerRAPI: Convert instance shutdown to the new FillOpCode
2011-03-30 Michael HanselmannRAPI server: Drop support for instance creation format 0
2011-03-15 Michael HanselmannRAPI: Add support for querying resources
2011-03-07 Iustin PopMerge branch 'stable-2.4'
2011-03-07 Iustin PopMerge branch 'devel-2.3' into devel-2.4
2011-03-04 Iustin PopRAPI: fix evacuate node resource
2011-03-02 Guido TrotterRemove bridge field from rapi daemon
2011-02-23 Michael HanselmannAdd constants for node roles
2011-02-22 Michael HanselmannMerge branch 'devel-2.4'
2011-02-18 Guido TrotterRAPI: remove required parameters for reinstall
2011-02-15 Michael HanselmannRAPI: Remove “__version__” for instance creation
2011-02-15 Michael HanselmannRAPI: Use FillOpCode for adding node group
2011-02-15 Michael HanselmannRAPI: Use FillOpCode for renaming groups
2011-02-15 Michael HanselmannMake OpGroupRename consistent with OpInstanceRename
2011-02-15 Michael HanselmannRAPI: Clean up instance creation, use generated docs
2011-02-15 Michael HanselmannRAPI: Use FillOpCode for modifying node group
2011-02-15 Michael HanselmannRAPI: Use FillOpCode for renaming instances
2011-02-04 Michael HanselmannRAPI: Use FillOpCode for replacing disks
2011-02-04 Michael HanselmannRAPI: Use FillOpCode for modifying instance
2011-02-04 Michael HanselmannRAPI: Use FillOpCode for migrating instance
2011-02-04 Michael HanselmannRAPI: Use FillOpCode for exporting instance
2011-01-28 Michael HanselmannAdd RAPI resource for instance console
2011-01-18 Iustin PopRename OpDiagnoseOS and LUDiagnoseOS
2011-01-18 Iustin PopRename OpSetNodeParams and LUSetNodeParams
2011-01-18 Iustin PopRename OpQueryNodeStorage and LUQueryNodeStorage
2011-01-18 Iustin PopRename OpModifyNodeStorage and LUModifyNodeStorage
2011-01-18 Iustin PopRename OpMigrateNode and LUMigrateNode
2011-01-18 Iustin PopRename OpNodeEvacuationStrategy and LUNodeEvacuationStr...
2011-01-18 Iustin PopRename OpStartupInstance and LUStartupInstance
2011-01-18 Iustin PopRename OpShutdownInstance and LUShutdownInstance
2011-01-18 Iustin PopRename OpSetInstanceParams and LUSetInstanceParams
2011-01-18 Iustin PopRename OpReplaceDisks and LUReplaceDisks
2011-01-18 Iustin PopRename OpRenameInstance and LURenameInstance
2011-01-18 Iustin PopRename OpRemoveInstance and LURemoveInstance
2011-01-18 Iustin PopRename OpReinstallInstance and LUReinstallInstance
2011-01-18 Iustin PopRename OpRebootInstance and LURebootInstance
2011-01-18 Iustin PopRename OpQueryInstanceData and LUQueryInstanceData
2011-01-18 Iustin PopRename OpMigrateInstance and LUMigrateInstance
2011-01-18 Iustin PopRename OpGrowDisk and LUGrowDisk
2011-01-18 Iustin PopRename OpDeactivateInstanceDisks and LUDeactivateInstan...
2011-01-18 Iustin PopRename OpCreateInstance and LUCreateInstance
2011-01-18 Iustin PopRename OpActivateInstanceDisks and LUActivateInstanceDisks
2011-01-18 Iustin PopRename OpSetGroupParams and LUSetGroupParams
2011-01-18 Iustin PopRename OpRenameGroup and LURenameGroup
2011-01-18 Iustin PopRename OpRemoveGroup and LURemoveGroup
2011-01-18 Iustin PopRename OpAssignGroupNodes and LUAssignGroupNodes
2011-01-18 Iustin PopRename OpAddGroup and LUAddGroup
2011-01-18 Iustin PopRename OpSetClusterParams and LUSetClusterParams
2011-01-18 Iustin PopRename OpRedistributeConfig and LURedistributeConfig
2011-01-18 Iustin PopRename OpPrepareExport and LUPrepareExport
next