Fqdn List Global Rulestack - Create Or Update
Erstellen eines FqdnListGlobalRulestackResource
PUT https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/fqdnlists/{name}?api-version=2025-05-23
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
global
|
path | True |
string |
GlobalRulestack-Ressourcenname |
name
|
path | True |
string |
fqdn-Listenname |
api-version
|
query | True |
string minLength: 1 |
Die API-Version, die für diesen Vorgang verwendet werden soll. |
Anforderungstext
Name | Erforderlich | Typ | Beschreibung |
---|---|---|---|
properties.fqdnList | True |
string[] |
fqdn-Liste |
properties.auditComment |
string |
Kommentar für dieses Objekt |
|
properties.description |
string |
Beschreibung des fqdn-Objekts |
|
properties.etag |
string |
etag-Informationen |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
Der Azure-Vorgang wurde erfolgreich abgeschlossen. |
|
201 Created |
Der Azure-Erstellungsvorgang wurde erfolgreich abgeschlossen. |
|
Other Status Codes |
Häufige Fehlerantwort für alle Azure Resource Manager-APIs, um Fehlerdetails für fehlgeschlagene Vorgänge zurückzugeben. |
Sicherheit
azure_auth
Azure Active Directory OAuth2-Fluss.
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel ihres Benutzerkontos |
Beispiele
Fqdn |
Fqdn |
FqdnListGlobalRulestack_CreateOrUpdate_MaximumSet_Gen
Beispielanforderung
PUT https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/fqdnlists/armid1?api-version=2025-05-23
{
"properties": {
"auditComment": "string",
"description": "string",
"etag": "aaaaaaaaaaaaaaaaaa",
"fqdnList": [
"string1",
"string2"
],
"provisioningState": "Accepted"
}
}
Beispiel für eine Antwort
{
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
"name": "armid1",
"properties": {
"auditComment": "string",
"description": "string",
"etag": "aaaaaaaaaaaaaaaaaa",
"fqdnList": [
"string1",
"string2"
],
"provisioningState": "Accepted"
},
"systemData": {
"createdAt": "2022-09-09T05:08:24.229Z",
"createdBy": "praval",
"createdByType": "User",
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
"lastModifiedBy": "praval",
"lastModifiedByType": "User"
},
"type": "certificates"
}
Azure-AsyncOperation: https://foo.com/operationstatus
{
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalrulestacks/armid1/certificates/armid1",
"name": "armid1",
"properties": {
"auditComment": "string",
"description": "string",
"etag": "aaaaaaaaaaaaaaaaaa",
"fqdnList": [
"string1",
"string2"
],
"provisioningState": "Accepted"
},
"systemData": {
"createdAt": "2022-09-09T05:08:24.229Z",
"createdBy": "praval",
"createdByType": "User",
"lastModifiedAt": "2022-09-09T05:08:24.229Z",
"lastModifiedBy": "praval",
"lastModifiedByType": "User"
},
"type": "certificates"
}
FqdnListGlobalRulestack_CreateOrUpdate_MinimumSet_Gen
Beispielanforderung
PUT https://management.azure.com/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/fqdnlists/armid1?api-version=2025-05-23
{
"properties": {
"fqdnList": [
"string1",
"string2"
]
}
}
Beispiel für eine Antwort
{
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/fqdnlists/armid1",
"properties": {
"fqdnList": [
"string1",
"string2"
]
}
}
Azure-AsyncOperation: https://foo.com/operationstatus
{
"id": "/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/praval/fqdnlists/armid1",
"properties": {
"fqdnList": [
"string1",
"string2"
]
}
}
Definitionen
Name | Beschreibung |
---|---|
created |
Der Identitätstyp, der die Ressource erstellt hat. |
Error |
Der Ressourcenverwaltungsfehler zusätzliche Informationen. |
Error |
Das Fehlerdetails. |
Error |
Fehlerantwort |
Fqdn |
GlobalRulestack fqdnList |
Provisioning |
Bereitstellungsstatus der Firewallressource. |
system |
Metadaten zur Erstellung und letzten Änderung der Ressource. |
createdByType
Der Identitätstyp, der die Ressource erstellt hat.
Wert | Beschreibung |
---|---|
Application | |
Key | |
ManagedIdentity | |
User |
ErrorAdditionalInfo
Der Ressourcenverwaltungsfehler zusätzliche Informationen.
Name | Typ | Beschreibung |
---|---|---|
info |
object |
Die zusätzlichen Informationen. |
type |
string |
Der zusätzliche Informationstyp. |
ErrorDetail
Das Fehlerdetails.
Name | Typ | Beschreibung |
---|---|---|
additionalInfo |
Die zusätzlichen Informationen des Fehlers. |
|
code |
string |
Der Fehlercode. |
details |
Die Fehlerdetails. |
|
message |
string |
Die Fehlermeldung. |
target |
string |
Das Fehlerziel. |
ErrorResponse
Fehlerantwort
Name | Typ | Beschreibung |
---|---|---|
error |
Das Fehlerobjekt. |
FqdnListGlobalRulestackResource
GlobalRulestack fqdnList
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Vollqualifizierte Ressourcen-ID für die Ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name |
string |
Der Name der Ressource |
properties.auditComment |
string |
Kommentar für dieses Objekt |
properties.description |
string |
Beschreibung des fqdn-Objekts |
properties.etag |
string |
etag-Informationen |
properties.fqdnList |
string[] |
fqdn-Liste |
properties.provisioningState |
Bereitstellungsstatus der Ressource. |
|
systemData |
Systemmetadaten für diese Ressource. |
|
type |
string |
Der Typ der Ressource. Z. B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts" |
ProvisioningState
Bereitstellungsstatus der Firewallressource.
Wert | Beschreibung |
---|---|
Accepted | |
Canceled | |
Creating | |
Deleted | |
Deleting | |
Failed | |
NotSpecified | |
Succeeded | |
Updating |
systemData
Metadaten zur Erstellung und letzten Änderung der Ressource.
Name | Typ | Beschreibung |
---|---|---|
createdAt |
string (date-time) |
Der Zeitstempel der Ressourcenerstellung (UTC). |
createdBy |
string |
Die Identität, die die Ressource erstellt hat. |
createdByType |
Der Identitätstyp, der die Ressource erstellt hat. |
|
lastModifiedAt |
string (date-time) |
Der Zeitstempel der letzten Änderung der Ressource (UTC) |
lastModifiedBy |
string |
Die Identität, die die Ressource zuletzt geändert hat. |
lastModifiedByType |
Der Identitätstyp, der die Ressource zuletzt geändert hat. |