GridGain · Capability
GridGain REST module — deployment
GridGain REST module — deployment. 8 operations. Lead operation: Get cluster unit statuses. Self-contained Naftiko capability covering one Gridgain business surface.
What You Can Do
GET
Listclusterstatuses
— Get cluster unit statuses
/v1/management/v1/deployment/cluster/units
GET
Listclusterstatusesbyunit
— Get specific cluster unit statuses
/v1/management/v1/deployment/cluster/units/{unitid}
GET
Listnodestatuses
— Get node unit statuses
/v1/management/v1/deployment/node/units
GET
Unitcontent
— Get unit contents.
/v1/management/v1/deployment/node/units/structure/{unitid}/{unitversion}
GET
Listnodestatusesbyunit
— Get specific node unit statuses
/v1/management/v1/deployment/node/units/{unitid}
POST
Deployzipunit
— Deploy unit with folders structure in zip.
/v1/management/v1/deployment/units/zip/{unitid}/{unitversion}
POST
Deployunit
— Deploy unit
/v1/management/v1/deployment/units/{unitid}/{unitversion}
DELETE
Undeployunit
— Undeploy unit
/v1/management/v1/deployment/units/{unitid}/{unitversion}
MCP Tools
get-cluster-unit-statuses
Get cluster unit statuses
read-only
idempotent
get-specific-cluster-unit-statuses
Get specific cluster unit statuses
read-only
idempotent
get-node-unit-statuses
Get node unit statuses
read-only
idempotent
get-unit-contents
Get unit contents.
read-only
idempotent
get-specific-node-unit-statuses
Get specific node unit statuses
read-only
idempotent
deploy-unit-folders-structure-zip
Deploy unit with folders structure in zip.
deploy-unit
Deploy unit
undeploy-unit
Undeploy unit
idempotent