Pam List
This function is one of Open API Operation. You can find the movie in ARGOS RPA+ video tutorial.
GET /openapi/v1/pam/list
Example request :
Example Request
GET /openapi/v1/pam/list?apiKey=abcd4eb2b12345c74c18 HTTP/1.1
Host: api2-rpa.argos-labs.com
Field | Type | Description | Required |
|---|---|---|---|
apiKey | String | API Token Key created by your account | True |
Example response:
Example Response
{
"message": "OK",
"status": 200,
"error": null,
"data": [
{
"apiPamId": "7d63e65d1a8f1dbd1234",
"pamName": "eunmi013",
"status": "Enabled",
"runningStatus": "Not available"
},
... (skip) ...
]
}
Field | Type | Description |
|---|---|---|
apiPamId | String | Pam ID for OpenApi use |
pamName | String | Pam Name |
status | String | Pam's current status |
runningStatus | String | Pam's current running status |