Add a new device in user profile
post
https://oaainstall-host/risk-analyzer/device/v1/{requestId}
Add new device in user profile. Multiple devices can be added in the single request. Also device can be marked as safe while adding
Request
Path Parameters
Supported Media Types
- application/xml
- application/json
Root Schema : schema
Type:
object
User device create request
Show Source
-
friendlyName: string
friendly name of the device.
-
markSafe: boolean
mark the device, associated with request id, safe or unsafe based in the true or false value.
Root Schema : schema
Type:
object
User device create request
Show Source
-
friendlyName: string
friendly name of the device.
-
markSafe: boolean
mark the device, associated with request id, safe or unsafe based in the true or false value.
Response
Supported Media Types
- application/xml
- application/json
- text/plain
201 Response
User devices are created and added to user profile.
Root Schema : UserDeviceApiResponse
Type:
object
User device API response for status of the rest call
Show Source
-
responseCode: string
status code of the request
-
responseMessage: string
response message related to the response code if needed.
-
success: boolean
status of the operation.
401 Response
Unauthorized
405 Response
Invalid input
Root Schema : UserDeviceApiResponse
Type:
object
User device API response for status of the rest call
Show Source
-
responseCode: string
status code of the request
-
responseMessage: string
response message related to the response code if needed.
-
success: boolean
status of the operation.
500 Response
Internal server error
503 Response
Service Unavailable