orchestrator
latest
false
Orchestrator API 指南
上次更新日期 2026年4月27日
以下请求使您能够显示当前对其进行身份验证的用户的所有权限。 请注意,系统只会返回您被授予的权限。
获取
{AutomationCloudURL}/{organizationName}/{tenantName}/orchestrator_/odata/Permissions
请求标头
| 密钥 | 值 |
|---|---|
| 授权 | 承载 |
响应代码
200 OK
响应正文
{
"@odata.context": "{AutomationCloudURL}/{organizationName}/{tenantName}/orchestrator_/odata/$metadata#Permissions",
"@odata.count": 3,
"value": [{
"Name": "Machines",
"IsGranted": true,
"RoleId": 8
},
{
"Name": "License",
"IsGranted": true,
"RoleId": 8
},
{
"Name": "Settings",
"IsGranted": true,
"RoleId": 8
}
]
}
{
"@odata.context": "{AutomationCloudURL}/{organizationName}/{tenantName}/orchestrator_/odata/$metadata#Permissions",
"@odata.count": 3,
"value": [{
"Name": "Machines",
"IsGranted": true,
"RoleId": 8
},
{
"Name": "License",
"IsGranted": true,
"RoleId": 8
},
{
"Name": "Settings",
"IsGranted": true,
"RoleId": 8
}
]
}