Power Management



[tags: DMA]

Resource Root

https://localhost:8443/api/rest//power-management

Summary


Resources Methods
https://localhost:8443/api/rest//power-management

https://localhost:8443/api/rest//power-management/shutdown

POST Shuts down a DMA server.

https://localhost:8443/api/rest//power-management/restart

POST Restarts a DMA server.

Resources


https://localhost:8443/api/rest//power-management


https://localhost:8443/api/rest//power-management/shutdown


Methods

POST

Shuts down a DMA server. [tags: DMA]

Request

Query Parameters

Name Type Description
server xs:string
Specifies the DMA server to be shut down. If not provided, the DMA server handling the request is assumed.
advDiagnostics xs:boolean
Specifies when the DMA server to be shut down is, perform advanced diagnostic procedures.

Response

Status Representation Description
204 DMA server was successfully shutdown
403 application/vnd.plcm.plcm-error+xml
User does not have the correct permission to perform this operation.
409 The specified DMA cluster or server does not exist

https://localhost:8443/api/rest//power-management/restart


Methods

POST

Restarts a DMA server. [tags: DMA]

Request

Query Parameters

Name Type Description
server xs:string
Specifies the DMA server to be restarted. If not provided, the DMA server handling the request is assumed.
advDiagnostics xs:boolean
Specifies when the DMA server to be restarted is, perform advanced diagnostic procedures.

Response

Status Representation Description
204 DMA server was successfully restarted
403 application/vnd.plcm.plcm-error+xml
User does not have the correct permission to perform this operation.
409 The specified DMA cluster or server does not exist