System Administration > Configuration > Fabric > Nodes > Settings

Read node process

Returns information for a specified process ID (pid).

Request:

Method:
GET
URI Path(s):
/api/v1/node/processes/<process-id>
/api/v1/transport-nodes/<transport-node-id>/node/processes/<process-id>
/api/v1/cluster/<cluster-node-id>/node/processes/<process-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/node/processes/1

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeProcessProperties+

Example Response:

{ "cpu_time": 800, "mem_resident": 593920, "mem_used": 1871872, "pid": 1, "ppid": 0, "process_name": "init", "start_time": 1412624269865, "uptime": 279760 }

Required Permissions:

read

Feature:

system_administration

Additional Errors: