Request Structure
URL: /adc-device-object-action-arp
Type: PUT
| Param Type | Name | Description | Field Type | Constraints |
|---|---|---|---|---|
| Header |
sessionId
|
Session ID received after login. |
String
|
Required if username and password are not provided. |
| Header |
username
|
AppViewX login username. |
String
|
Required if sessionId is not provided. |
| Header |
password
|
AppViewX login password. |
String
|
Required if sessionId is not provided. |
| Header |
Content-Type
|
Specifies the nature of the data in the payload. |
String
|
The value of the param should be ‘application/json’. |
| Query |
gwkey
|
Tenant Key. Needed only in case of multi-tenant installations. |
|
|
| Query |
gwsource
|
Source from which the request is triggered (Eg: web, external). |
String
|
|
| Body |
payload
|
Contains all the params to be sent in the request body for the put request. |
Key value pair |