V2

This API is used to get the data stored in iAutomate through the Internal Secret Manager.

Internal Secret Manager

Purpose To get the data stored in iAutomate through the Internal Secret Manager.
API URL https://<API URL>:<API Port>/v2/secret/{toolcode}/{name}/{orgentityid}
Authentication type Basic/Token
Method Type GET

Parameters required in Request body of API

Column Column type Remarks
Name String The Configuration name for the internal secret manager.
Orgentityid String The organization entity ID.
Toolcode String The toolcode for the internal secret manager is: InternalVault.

Output:

{
"Count": 1,
"Result": "DemoPassword",
"Status": "Success",
"Message": "Success"
}

Parameters Returned in Response of API

Column Column type Value Remarks
Count Int 1 This field provide configuration name of Internal Secret manager Count
Status String Success/Fail This field provide status
Message String Success/Fail This field provides message
Result String “DemoPassword” This field Contains Password for that configuration name of Internal Secret Manager