Skip to main content

Fetch DB2 Multinode Configuration Partitions

This operation is used to fetch all the physical and logical nodes of a DB2 Multinode Configuration

Query Parameters
  • clientId integer required

    ID of the DB2 Multinode Pseudo client

  • db2Home string required

    Home path of the DB2 Multinode instance

Responses

OK


Schema
  • nodes object[]
  • nodenum integer

    sequence of node in DB2 Multinode configuration

  • nodeClient object
  • clientId integer

    ID of the DB2 Multinode client

  • clientName string

    Name of the DB2 Multinode Client

  • _type_ integer
GET /instance/db2partitions    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — query required
db2Home — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Instance/DB2Partitions' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'