Is there an API that can query machine or robot information using host name or IP information?
Is there an API that extracts all machine information registered in the tenant?
Is there an API that can query machine or robot information using host name or IP information?
Is there an API that extracts all machine information registered in the tenant?
@_dexter -
Check below
how to find organization unit?
{
“message”: “An organization unit is required for this action.”,
“errorCode”: 1101,
“traceId”: “00-1fb7a9ed533fe0680b1107fed038868c-7f1475fc8846c06c-00”,
“resourceIds”: null
}
Hi @_dexter -
For accessing resources in a folder, each request must contain either the FolderId, FolderPath, or FolderKey in an HTTP header. This header may be encoded (using Base64 UTF-16LE encoding) or plain text.
For example:
X-UIPATH-OrganizationUnitId "FolderId",X-UIPATH-FolderPath-Encoded "{Encoded FolderPath value}",X-UIPATH-FolderPath "PlainText FolderPath value", orX-UIPATH-FolderKey "FolderKey".The FolderId can be obtained by performing a GET request to the /odata/Folders endpoint and copying the “Id” value, or from the Orchestrator URL - https://your-domain-server.com/? fid=2032 &tid=8. FolderId is of type Int 64.
You can check more out here - Orchestrator - Building API Requests
@ABHIMANYU_THITE1
Can’t I search on a tenant basis rather than a folder basis?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.