Differences while migrating APIs from Enterprise 11/Enterprise 10 to Automation 360
- Updated: 2023/01/05
Differences while migrating APIs from Enterprise 11/Enterprise 10 to Automation 360
When you migrate from Enterprise 11 to Automation 360, review any Control Room APIs migration issues and their workarounds.
One difference between the Enterprise 11 and Automation 360 versions occurs in the
Credential Value API - Get
attributevalues.
GET https://{{ControlRoomURL}}/v2/credentialvault/credentials/{credentialId}/attributevalues
In Automation 360, the CredentialAttribute
object is
not available in the response of GET attributevalues
API. If you
are using any parameters in this object in your bot logic then you must modify your
response parsing logic and use GET /v2/credentials/{id}
(See Credential Vault API
) to consume
those parameters.
Sample responses for the GET attributevalues
for both Enterprise 11 and Automation 360 versions:
Enterprise 11 | Automation 360 |
---|---|
|
|