Global Rulestack - list App Ids
GlobalRulestack ApiVersion 的 AppIds 列表
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listAppIds?api-version=2025-05-23
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listAppIds?api-version=2025-05-23&appIdVersion={appIdVersion}&appPrefix={appPrefix}&skip={skip}&top={top}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
global
|
path | True |
string |
GlobalRulestack 资源名称 |
api-version
|
query | True |
string minLength: 1 |
用于此操作的 API 版本。 |
app
|
query |
string |
||
app
|
query |
string |
||
skip
|
query |
string |
||
top
|
query |
integer (int32) |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
请求已成功。 |
|
Other Status Codes |
所有 Azure 资源管理器 API 的常见错误响应,以返回失败作的错误详细信息。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Global |
Global |
GlobalRulestack_listAppIds_MaximumSet_Gen
示例请求
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/listAppIds?api-version=2025-05-23&appIdVersion=8543&appPrefix=pref&skip=a6a321&top=20
示例响应
{
"nextLink": "a5324fa34",
"value": [
"aaaaaaaaaaaaaaaaaaaaaaa"
]
}
GlobalRulestack_listAppIds_MinimumSet_Gen
示例请求
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/listAppIds?api-version=2025-05-23
示例响应
{
"value": [
"aaaaaaaaaaaaaaaaaaaaaaa"
]
}
定义
名称 | 说明 |
---|---|
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
List |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
ListAppIdResponse
名称 | 类型 | 说明 |
---|---|---|
nextLink |
string |
下一个链接 |
value |
string[] |
AppIds 列表 |