POST v1/bunits/{bunitId}/tsmoperations?returnJson={returnJson}
Perform an SP API request.
                
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| bunitId | The ID of the business unit that owns the server that the operation is to be performed on | integer | Required | 
| returnJson | boolean | Default value is False | 
Body Parameters
The operation holds information about the server and the command to be performed
TsmRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | A unique ID for this request. | globally unique identifier | None. | 
| Command | The SP command. | string | Required. | 
| Server | The requested IBM Storage Protect server. | SpServer | Required if the server is not already specified on the Credentials. | 
| Credentials | The credentials with which to perform the request. | ServerCredentials | Required. | 
Request Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
Sample not available.
Response Information
Resource Description
A TsmResponse object with request and server information.
IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.