Edit storage pool Notification Service
Request
Security
| Any | Super User | System Admin | Security Admin | Operator |
|---|---|---|---|---|
| superUser | systemAdmin |
HTTP method
POST /manager/api/{apiResponseType}/1.0/editStoragePoolNotificationService.adm HTTP/1.1 Host:{manager.dsnet} id={spId}¬ificationServiceId={notificationServiceId}¬ificationServiceTopicOverride={notificationServiceTopicOverride}
Curl method
curl -u {admin}:{password}
-k ”https://\{manager.dsnet}/manager/api/{apiResponseType}/1.0/editStoragePoolNotificationService.adm“
-d ”id={spId}¬ificationServiceId={notificationServiceId}¬ificationServiceTopicOverride={notificationServiceTopicOverride}“
Parameters
| Parameter | Type | Usage | Default | Description |
|---|---|---|---|---|
| id | Long | Required | ID of an existing storage pool. | |
| notificationServiceId | Long | Optional | The id of the IBM Cloud Object Storage Notification Service to associate with this storage pool | |
| notificationServiceTopicOverride | String | Optional | The topic to use instead of the default topic of an associated IBM Cloud Object Storage Notification Service | |
| notificationServiceTopicDelegated | Boolean | Optional | Delegate the configuration of the Notification Service topic. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.