Deprecated: Reassignment of instances to a product for a list of release
You use the POST
operation on the
api/sam/swinventory/reassignRelease
element to reassign instances for a list of
releases to a 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/reassignRelease
Operation details | Description |
---|---|
Purpose | Reassigns instances to a product for a list of releases. |
HTTP method | POST |
Resource URI | https://hostname:port/api/sam/swinventory/reassignRelease |
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/reassignRelease
element.
Parameter | Description | Required | Value |
---|---|---|---|
endDate | Discovery end date. If the parameter is not specified, the current date is used. | No | Date in the YYYY-MM-DD format |
name_host_filter | The name of the computer on which the software item is installed. | No | String |
name_server_filter | The name of the server on which the software item is installed. | No | String |
operating_system_filter | Operating system of the computer on which the software item is installed. | No | String |
part_number_filter | The part number to which the software item was assigned according to the imported part number list. | No | String |
product_release_ component_filter |
The name of the software product, release, or component. | No | String |
productId | A unique identifier of a product to which the
instance is to be assigned. Use the |
Yes | Numeric |
releases | A list of unique release identifiers separated with a comma. At least one identifier must be specified. | Yes | Numeric |
startDate | Discovery start date. If the parameter is not specified, the first date that is not covered by a signed audit report is used. If there are no signed reports, the server installation date is used. | No | Date in the YYYY-MM-DD format |
Example HTTP conversation
- Request
POST https://host:port/api/sam/swinventory/reassignRelease ?releases=67757,95947&productId=6775&startDate=2012-09-29&endDate=2012-10-02
- 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