Deprecated: Reassignment of instances to a product
You use the POST
operation on the
api/sam/swinventory/reassign
element to reassign instances to a different
product.
Important: This REST API is deprecated. Use REST API for clssifying software
(v2).
Permissions
You must have the Manage Software Classification permission to perform this task.
Resource URL
https://hostname:port/api/sam/swinventory/reassign
Resource information
Operation details | Description |
---|---|
Purpose | Reassigns instances to a different product. |
HTTP method | POST |
Resource URI | https://hostname:port/api/sam/swinventory/reassign |
URL link relation | n/a |
URI query parameters | For a list of applicable query parameters, see: Query parameters. |
Request headers |
|
Request payload | n/a |
Request Content-Type |
n/a |
Response headers |
|
Response payload | n/a |
Response Content-Type |
n/a |
Normal HTTP response codes |
|
Error HTTP response codes |
Message body excludes an error message with details. |
Query parameters
You
can use query parameters to narrow down the results of your search.
The following table presents query parameters that you can use for
the
POST/swinventory/reassign
element.
Parameter | Description | Required | Value |
---|---|---|---|
productId | A unique identifier of a product to which the
instance is to be reassigned. Use the |
Yes | Numeric |
productInventoryId | A list of unique identifiers of instances to be reassigned to a product separated with a comma. At least one identifier must be specified. | Yes | Numeric |
updateTime | A list of timestamps of the last modification
time of the instances expressed in milliseconds. The timestamps are
separated with a comma. The first timestamp in the list corresponds
to the first instance, and so on. This parameter is used to handle
concurrent actions. Use the |
Yes | Numeric |
Example HTTP conversation
- Request
POST https://hostname:port/api/sam/swinventory/reassign ?productInventoryId=200027,300001&productId=72786&updateTime=1349237658578,1349237658588
- Request header
-
Accept: application/json Accept-Language: en-US Token: <token>
- Response header
HTTP/1.1 204 OK Content-Type: application/json Content-Language: en-US