Global Rulestack - list Security Services
rulestack에 대한 보안 서비스 나열
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listSecurityServices?api-version=2025-10-08&type={type}
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listSecurityServices?api-version=2025-10-08&skip={skip}&top={top}&type={type}
URI 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
global
|
path | True |
string |
GlobalRulestack 리소스 이름 |
|
api-version
|
query | True |
string minLength: 1 |
이 작업에 사용할 API 버전입니다. |
|
type
|
query | True | ||
|
skip
|
query |
string |
||
|
top
|
query |
integer (int32) |
응답
| Name | 형식 | Description |
|---|---|---|
| 200 OK |
Azure 작업이 성공적으로 완료되었습니다. |
|
| Other Status Codes |
예기치 않은 오류 응답입니다. |
보안
azure_auth
Azure Active Directory OAuth2 흐름.
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
| Name | Description |
|---|---|
| user_impersonation | 사용자 계정 가장 |
예제
|
Global |
|
Global |
GlobalRulestack_listSecurityServices_MaximumSet_Gen
샘플 요청
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/listSecurityServices?api-version=2025-10-08&skip=a6a321&top=20&type=globalRulestacks
샘플 응답
{
"nextLink": "a5324fa34",
"value": {
"type": "globalRulestacks",
"entry": [
{
"name": "aaaaaaaaaa",
"description": "aaaaaaaaaaaa"
}
]
}
}
GlobalRulestack_listSecurityServices_MinimumSet_Gen
샘플 요청
POST https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/listSecurityServices?api-version=2025-10-08&type=globalRulestacks
샘플 응답
{
"value": {
"entry": [
{
"name": "aaaaaaaaaa"
}
]
}
}
정의
| Name | Description |
|---|---|
|
Error |
리소스 관리 오류 추가 정보입니다. |
|
Error |
오류 세부 정보입니다. |
|
Error |
오류 응답 |
|
Name |
객체 유형 정보 |
|
security |
보안 서비스 목록 응답 |
|
Security |
|
|
security |
보안 서비스 유형 목록 |
ErrorAdditionalInfo
리소스 관리 오류 추가 정보입니다.
| Name | 형식 | Description |
|---|---|---|
| info |
object |
추가 정보입니다. |
| type |
string |
추가 정보 유형입니다. |
ErrorDetail
오류 세부 정보입니다.
| Name | 형식 | Description |
|---|---|---|
| additionalInfo |
오류 추가 정보입니다. |
|
| code |
string |
오류 코드입니다. |
| details |
오류 세부 정보입니다. |
|
| message |
string |
오류 메시지입니다. |
| target |
string |
오류 대상입니다. |
ErrorResponse
오류 응답
| Name | 형식 | Description |
|---|---|---|
| error |
오류 개체입니다. |
NameDescriptionObject
객체 유형 정보
| Name | 형식 | Description |
|---|---|---|
| description |
string |
description 값 |
| name |
string |
name 값 |
securityServicesResponse
보안 서비스 목록 응답
| Name | 형식 | Description |
|---|---|---|
| nextLink |
string |
다음 링크 |
| value |
응답 값 |
SecurityServicesTypeEnum
| 값 | Description |
|---|---|
| antiSpyware | |
| antiVirus | |
| ipsVulnerability | |
| urlFiltering | |
| fileBlocking | |
| dnsSubscription |
securityServicesTypeList
보안 서비스 유형 목록
| Name | 형식 | Description |
|---|---|---|
| entry |
list |
|
| type |
string |
보안 서비스 유형 |