bot 変数データの取得
AAE_Bot Insight Admin
ロールを持つユーザーは、API を使用して、変数名、データ型、最小値、最大値など、デプロイされた bots 内の変数に関する情報を取得できます。
GET <control_room_URL>/v2/botinsight/data/api/gettaskvariableprofile
パラメーター | 説明 | タイプ | 必須 | 注記 |
---|---|---|---|---|
botname |
データを取得する bot の名前。 | 文字列 | オプション | |
repositorypath |
bot の Control Room リポジトリ パス。 | 文字列 | オプション |
ヘッダー名 | 値 |
---|---|
X-Authorization | <authentication_token> |
サンプル出力
{
"businessData":[
{
"totalRecords":23,
"count":23,
"pageNo":1,
"botId":"PROD_12",
"botName":"testBot",
"repositoryPath":"Automation Anywhere/Bots/testBot",
"list":[
{
"transactionName":"block1",
"transactions":[
{
"executionId":"e05f4c41-00e5-4b1b-93a6-8fefe5462e51",
"transactionId":"f1c9edfa-ccc5-4b75-9ddb-cd28d8743b77",
"dateLogged":"2019-10-24T09:25:02.194365800Z",
"data":{
},
"environment":"PROD"
}
]
},
{
"transactionName":"block2",
"transactions":[
{
"executionId":"e05f4c41-00e5-4b1b-93a6-8fefe5462e51",
"transactionId":"f1c9edfa-ccc5-4b75-9ddb-cd28d8743b77",
"dateLogged":"2019-10-24T09:25:02.194365800Z",
"data":{
},
"environment":"PROD"
}
]
}
]
}
]
}