Categorygithub.com/trois-six/smc
modulepackage
0.0.3
Repository: https://github.com/trois-six/smc.git
Documentation: pkg.go.dev

# README

Introduction

This package allows you to quickly and easily use the Stomshield SMC API via Go.

This package is based on the OpenAPI specification of the SMC API, provided by Stormshield.

As you can see in the generator/Makefile, the package is excluding a lot of the tags (firewalls|objects|proxy|rules|rule-sets) of the API right now, as some part of the spec should be revised to be compatible with kin-openapi and oapi-codegen.

Installation

Install Package

go get github.com/trois-six/smc

Dependencies

  • oapi-codegen, this package is basically the generated code from oapi-codegen for the SMC API spec.

If you want to regenerate the client:

Quick Start

Hello SMC

The following is the minimum needed code to call the SMS API.

package main

import (
    "context"
    "io"
    "log"
    "net/http"

    "github.com/trois-six/smc"
)

func main() {
    client, err := smc.NewSMCClientWithResponses("https://w.x.y.z/papi/v1", "YOUR_API_KEY")
    if err != nil {
        log.Fatal(err)
    }

    resp, err := client.GetAPIAccounts(context.Background())
    if err != nil {
        log.Fatal(err)
    }

    if resp.StatusCode() == http.StatusOK && resp.JSON200 != nil && resp.JSON200.Result != nil {
        for _, result := range *resp.JSON200.Result {
            log.Println(result)
        }
    } else {
        log.Fatalf("Status code: %d", resp.StatusCode())
    }
}

Documentation

The documentation is available.

Regenerate the client

If you need to regenerate the client, you can use the following command:

cd generator
# this builds a small go binary that flattens the swagger spec
make build
# this executes the binary
make swagger

The specification contains multiple issues, that need to be fixed manually:

  1. The definitions_folders_FolderMember definition is circular, so it needs to be removed from the spec and replaced by #/components/schemas/definitions_folders_FolderMember in the definitions_folders_FolderMember definition.
  2. In the POST to the path /api/config/initial/cloud/{cloudName} the cloudName parameter is not defined in the spec, so it needs to be added to the parameters section.
      parameters:
        - description: Cloud Name
          in: path
          name: cloudName
          required: true
          schema:
            type: string
  1. In the POST to the path /api/nsrpc/script, there is a path parameter scriptName that is not defined in the spec, the POST must be completely moved to the /api/nsrpc/script/{scriptname} path.

Not resolved yet:

  1. The DELETE operations in the paths /api/network/interfaces/bulk, /api/qos/ifaces-assignations/bulk, /api/qos/queues/bulk, /api/qos/traffic-shapers/bulk, /api/rules/{uuid}, /api/rules/bulk contain a requestBody. This is not allowed in the OpenAPI 3.0.1 specification and not supported by the generators. This is supported in OpenAPI 3.1.0, but the generators do not support it yet.
  2. In the GET to the path /proxy/{uuid}/admin/{filename}, two parameters are defined, but the parameters are not set after.

Now, you can generate the client:

make generate

Documentation

If you need to check the spec, you can use the Swagger Editor with the spec in swagger_flat.yaml.

# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteApiAccountsUuidRequest generates requests for DeleteApiAccountsUuid.
NewDeleteApiCertificatesAuthoritiesCaUuidRequest generates requests for DeleteApiCertificatesAuthoritiesCaUuid.
NewDeleteApiCertificatesUuidRequest generates requests for DeleteApiCertificatesUuid.
NewDeleteApiCustompropertiesUuidRequest generates requests for DeleteApiCustompropertiesUuid.
NewDeleteApiFoldersUuidRequest generates requests for DeleteApiFoldersUuid.
NewDeleteApiNetworkInterfacesBulkRequest calls the generic DeleteApiNetworkInterfacesBulk builder with application/json body.
NewDeleteApiNetworkInterfacesBulkRequestWithBody generates requests for DeleteApiNetworkInterfacesBulk with any type of body.
NewDeleteApiNetworkInterfacesUuidRequest generates requests for DeleteApiNetworkInterfacesUuid.
NewDeleteApiNsrpcScriptScriptnameRequest generates requests for DeleteApiNsrpcScriptScriptname.
NewDeleteApiQosIfacesAssignationsBulkRequest calls the generic DeleteApiQosIfacesAssignationsBulk builder with application/json body.
NewDeleteApiQosIfacesAssignationsBulkRequestWithBody generates requests for DeleteApiQosIfacesAssignationsBulk with any type of body.
NewDeleteApiQosIfacesAssignationsUuidRequest generates requests for DeleteApiQosIfacesAssignationsUuid.
NewDeleteApiQosQueuesBulkRequest calls the generic DeleteApiQosQueuesBulk builder with application/json body.
NewDeleteApiQosQueuesBulkRequestWithBody generates requests for DeleteApiQosQueuesBulk with any type of body.
NewDeleteApiQosQueuesUuidRequest generates requests for DeleteApiQosQueuesUuid.
NewDeleteApiQosTrafficShapersBulkRequest calls the generic DeleteApiQosTrafficShapersBulk builder with application/json body.
NewDeleteApiQosTrafficShapersBulkRequestWithBody generates requests for DeleteApiQosTrafficShapersBulk with any type of body.
NewDeleteApiQosTrafficShapersUuidRequest generates requests for DeleteApiQosTrafficShapersUuid.
NewDeleteApiRoutingUuidRequest generates requests for DeleteApiRoutingUuid.
NewDeleteApiVariablesUuidRequest generates requests for DeleteApiVariablesUuid.
NewDeleteApiVpnEncryptionProfilesUuidRequest generates requests for DeleteApiVpnEncryptionProfilesUuid.
NewDeleteApiVpnTopologiesUuidRequest generates requests for DeleteApiVpnTopologiesUuid.
NewGetApiAccountsApikeysUuidRequest generates requests for GetApiAccountsApikeysUuid.
NewGetApiAccountsRequest generates requests for GetApiAccounts.
NewGetApiAccountsUuidRequest generates requests for GetApiAccountsUuid.
NewGetApiActiveupdateCertificateRequest generates requests for GetApiActiveupdateCertificate.
NewGetApiActiveupdateInfosRequest generates requests for GetApiActiveupdateInfos.
NewGetApiActiveupdateRequest generates requests for GetApiActiveupdate.
NewGetApiActiveupdateScriptRequest generates requests for GetApiActiveupdateScript.
NewGetApiApipolicyRequest generates requests for GetApiApipolicy.
NewGetApiAuthpolicyRequest generates requests for GetApiAuthpolicy.
NewGetApiAutobackupDateArchiveRequest generates requests for GetApiAutobackupDateArchive.
NewGetApiAutobackupDateUuidFirewallBackupRequest generates requests for GetApiAutobackupDateUuidFirewallBackup.
NewGetApiAutobackupRequest generates requests for GetApiAutobackup.
NewGetApiAutobackupResultsRequest generates requests for GetApiAutobackupResults.
NewGetApiAutobackupSmcBackupDateRequest generates requests for GetApiAutobackupSmcBackupDate.
NewGetApiCertificatesAuthoritiesCaUuidCrlRequest generates requests for GetApiCertificatesAuthoritiesCaUuidCrl.
NewGetApiCertificatesAuthoritiesCaUuidRequest generates requests for GetApiCertificatesAuthoritiesCaUuid.
NewGetApiCertificatesAuthoritiesRequest generates requests for GetApiCertificatesAuthorities.
NewGetApiCertificatesAuthoritiesRootRequest generates requests for GetApiCertificatesAuthoritiesRoot.
NewGetApiCertificatesRequest generates requests for GetApiCertificates.
NewGetApiCertificatesUuidRequest generates requests for GetApiCertificatesUuid.
NewGetApiCfgcheckActivationDomainNameRequest generates requests for GetApiCfgcheckActivationDomainName.
NewGetApiCfgcheckIncoherenciesRequest generates requests for GetApiCfgcheckIncoherencies.
NewGetApiCfgcheckStatusRequest generates requests for GetApiCfgcheckStatus.
NewGetApiCfgdiffArchiveUuidRequest generates requests for GetApiCfgdiffArchiveUuid.
NewGetApiCfgdiffDiffUuidRequest generates requests for GetApiCfgdiffDiffUuid.
NewGetApiCfgdiffNaUuidRequest generates requests for GetApiCfgdiffNaUuid.
NewGetApiCfgdiffStatusRequest generates requests for GetApiCfgdiffStatus.
NewGetApiConfigDrRequest generates requests for GetApiConfigDr.
NewGetApiConfigInitializedRequest generates requests for GetApiConfigInitialized.
NewGetApiConfigInitialRequest generates requests for GetApiConfigInitial.
NewGetApiConfigInterfacesRequest generates requests for GetApiConfigInterfaces.
NewGetApiConfigLicenseRequest generates requests for GetApiConfigLicense.
NewGetApiConfigNetworkRequest generates requests for GetApiConfigNetwork.
NewGetApiConfigPapiRequest generates requests for GetApiConfigPapi.
NewGetApiConfigSlsRequest generates requests for GetApiConfigSls.
NewGetApiConfigVpncrlrequiredRequest generates requests for GetApiConfigVpncrlrequired.
NewGetApiCustompropertiesRequest generates requests for GetApiCustomproperties.
NewGetApiCustompropertiesUuidRequest generates requests for GetApiCustompropertiesUuid.
NewGetApiDefinitionsEthernetprotocolsRequest generates requests for GetApiDefinitionsEthernetprotocols.
NewGetApiDefinitionsIcmpcodesRequest generates requests for GetApiDefinitionsIcmpcodes.
NewGetApiDefinitionsIpprotocolsRequest generates requests for GetApiDefinitionsIpprotocols.
NewGetApiDefinitionsProtocolsRequest generates requests for GetApiDefinitionsProtocols.
NewGetApiDeploymentWarningsEditorsRequest generates requests for GetApiDeploymentWarningsEditors.
NewGetApiDisclaimerRequest generates requests for GetApiDisclaimer.
NewGetApiExportCustompropertiesRequest generates requests for GetApiExportCustomproperties.
NewGetApiExportObjectsRequest generates requests for GetApiExportObjects.
NewGetApiExportSdwansupervisionRequest generates requests for GetApiExportSdwansupervision.
NewGetApiExportVariablesRequest generates requests for GetApiExportVariables.
NewGetApiFeatureTogglingRequest generates requests for GetApiFeatureToggling.
NewGetApiFirewallsUuidRoutingLocalRequest generates requests for GetApiFirewallsUuidRoutingLocal.
NewGetApiFirewallsUuidRoutingRequest generates requests for GetApiFirewallsUuidRouting.
NewGetApiFirewallsUuidTopologiesRequest generates requests for GetApiFirewallsUuidTopologies.
NewGetApiFoldersAccountFoldersRequest generates requests for GetApiFoldersAccountFolders.
NewGetApiFoldersBynameNameRequest generates requests for GetApiFoldersBynameName.
NewGetApiFoldersRequest generates requests for GetApiFolders.
NewGetApiFoldersUuidRequest generates requests for GetApiFoldersUuid.
NewGetApiLdapRequest generates requests for GetApiLdap.
NewGetApiLockRequest generates requests for GetApiLock.
NewGetApiLogsAuditLastRequest generates requests for GetApiLogsAuditLast.
NewGetApiLogsLastRequest generates requests for GetApiLogsLast.
NewGetApiMessageBoxesRequest generates requests for GetApiMessageBoxes.
NewGetApiNetworkInterfacesRequest generates requests for GetApiNetworkInterfaces.
NewGetApiNetworkInterfacesRootRequest generates requests for GetApiNetworkInterfacesRoot.
NewGetApiNetworkInterfacesUuidRequest generates requests for GetApiNetworkInterfacesUuid.
NewGetApiNsrpcArchiveFwidRequest generates requests for GetApiNsrpcArchiveFwid.
NewGetApiNsrpcArchiveRequest generates requests for GetApiNsrpcArchive.
NewGetApiNsrpcAttachRequest generates requests for GetApiNsrpcAttach.
NewGetApiNsrpcLogFwidRequest generates requests for GetApiNsrpcLogFwid.
NewGetApiNsrpcPendingRequest generates requests for GetApiNsrpcPending.
NewGetApiNsrpcProgressRequest generates requests for GetApiNsrpcProgress.
NewGetApiNsrpcScriptRequest generates requests for GetApiNsrpcScript.
NewGetApiNsrpcScriptScriptnameFwidRequest generates requests for GetApiNsrpcScriptScriptnameFwid.
NewGetApiNsrpcScriptScriptnameRequest generates requests for GetApiNsrpcScriptScriptname.
NewGetApiQosIfacesAssignationsRequest generates requests for GetApiQosIfacesAssignations.
NewGetApiQosIfacesAssignationsUuidRequest generates requests for GetApiQosIfacesAssignationsUuid.
NewGetApiQosQueuesRequest generates requests for GetApiQosQueues.
NewGetApiQosQueuesUuidRequest generates requests for GetApiQosQueuesUuid.
NewGetApiQosTrafficShapersRequest generates requests for GetApiQosTrafficShapers.
NewGetApiQosTrafficShapersUuidRequest generates requests for GetApiQosTrafficShapersUuid.
NewGetApiRadiusRequest generates requests for GetApiRadius.
NewGetApiRoutingUuidRequest generates requests for GetApiRoutingUuid.
NewGetApiSnsdiffDiffUuidRequest generates requests for GetApiSnsdiffDiffUuid.
NewGetApiUnifiedconfigDeployRequest generates requests for GetApiUnifiedconfigDeploy.
NewGetApiUpdateLaunchRequest generates requests for GetApiUpdateLaunch.
NewGetApiUpdateStatusRequest generates requests for GetApiUpdateStatus.
NewGetApiUsageUuidRequest generates requests for GetApiUsageUuid.
NewGetApiVariablesRequest generates requests for GetApiVariables.
NewGetApiVariablesUuidRequest generates requests for GetApiVariablesUuid.
NewGetApiVpnAlgorithmsAuthRequest generates requests for GetApiVpnAlgorithmsAuth.
NewGetApiVpnAlgorithmsEncRequest generates requests for GetApiVpnAlgorithmsEnc.
NewGetApiVpnDefaultAddressPoolRequest generates requests for GetApiVpnDefaultAddressPool.
NewGetApiVpnEncryptionProfilesRequest generates requests for GetApiVpnEncryptionProfiles.
NewGetApiVpnEncryptionProfilesUuidRequest generates requests for GetApiVpnEncryptionProfilesUuid.
NewGetApiVpnTopologiesRequest generates requests for GetApiVpnTopologies.
NewGetApiVpnTopologiesUuidExportRequest generates requests for GetApiVpnTopologiesUuidExport.
NewGetApiVpnTopologiesUuidRequest generates requests for GetApiVpnTopologiesUuid.
NewGetApiVpnTunnelsRequest generates requests for GetApiVpnTunnels.
NewPostApiAccountsApikeysRequest calls the generic PostApiAccountsApikeys builder with application/json body.
NewPostApiAccountsApikeysRequestWithBody generates requests for PostApiAccountsApikeys with any type of body.
NewPostApiAccountsApikeysRevokeUuidRequest generates requests for PostApiAccountsApikeysRevokeUuid.
NewPostApiAccountsRequest calls the generic PostApiAccounts builder with application/json body.
NewPostApiAccountsRequestWithBody generates requests for PostApiAccounts with any type of body.
NewPostApiActiveupdateImportRequestWithBody generates requests for PostApiActiveupdateImport with any type of body.
NewPostApiActiveupdateSyncRequest generates requests for PostApiActiveupdateSync.
NewPostApiAuthLoginRequestWithBody generates requests for PostApiAuthLogin with any type of body.
NewPostApiAuthLoginRequestWithFormdataBody calls the generic PostApiAuthLogin builder with application/x-www-form-urlencoded body.
NewPostApiAuthLogoutRequest generates requests for PostApiAuthLogout.
NewPostApiAutobackupRequest calls the generic PostApiAutobackup builder with application/json body.
NewPostApiAutobackupRequestWithBody generates requests for PostApiAutobackup with any type of body.
NewPostApiBackupDownloadRequest calls the generic PostApiBackupDownload builder with application/json body.
NewPostApiBackupDownloadRequestWithBody generates requests for PostApiBackupDownload with any type of body.
NewPostApiBackupHashRequest calls the generic PostApiBackupHash builder with application/json body.
NewPostApiBackupHashRequestWithBody generates requests for PostApiBackupHash with any type of body.
NewPostApiBackupRequestWithBody generates requests for PostApiBackup with any type of body.
NewPostApiCertificatesAuthoritiesCaUuidRequestWithBody generates requests for PostApiCertificatesAuthoritiesCaUuid with any type of body.
NewPostApiCertificatesAuthoritiesCrlCaUuidRequestWithBody generates requests for PostApiCertificatesAuthoritiesCrlCaUuid with any type of body.
NewPostApiCertificatesAuthoritiesCrlRequestWithBody generates requests for PostApiCertificatesAuthoritiesCrl with any type of body.
NewPostApiCertificatesAuthoritiesRequestWithBody generates requests for PostApiCertificatesAuthorities with any type of body.
NewPostApiCertificatesGetRequest calls the generic PostApiCertificatesGet builder with application/json body.
NewPostApiCertificatesGetRequestWithBody generates requests for PostApiCertificatesGet with any type of body.
NewPostApiCertificatesRenewRequest calls the generic PostApiCertificatesRenew builder with application/json body.
NewPostApiCertificatesRenewRequestWithBody generates requests for PostApiCertificatesRenew with any type of body.
NewPostApiCertificatesRequest calls the generic PostApiCertificates builder with application/json body.
NewPostApiCertificatesRequestWithBody generates requests for PostApiCertificates with any type of body.
NewPostApiCertificatesUuidRequest calls the generic PostApiCertificatesUuid builder with application/json body.
NewPostApiCertificatesUuidRequestWithBody generates requests for PostApiCertificatesUuid with any type of body.
NewPostApiConfigDrRequest calls the generic PostApiConfigDr builder with application/json body.
NewPostApiConfigDrRequestWithBody generates requests for PostApiConfigDr with any type of body.
NewPostApiConfigInitialCloudCloudNameRequest calls the generic PostApiConfigInitialCloudCloudName builder with application/json body.
NewPostApiConfigInitialCloudCloudNameRequestWithBody generates requests for PostApiConfigInitialCloudCloudName with any type of body.
NewPostApiConfigInitialRequest calls the generic PostApiConfigInitial builder with application/json body.
NewPostApiConfigInitialRequestWithBody generates requests for PostApiConfigInitial with any type of body.
NewPostApiConfigLicenseRequestWithBody generates requests for PostApiConfigLicense with any type of body.
NewPostApiConfigLicenseVerifyRequest generates requests for PostApiConfigLicenseVerify.
NewPostApiConfigNetworkRequest calls the generic PostApiConfigNetwork builder with application/json body.
NewPostApiConfigNetworkRequestWithBody generates requests for PostApiConfigNetwork with any type of body.
NewPostApiCustompropertiesRequest calls the generic PostApiCustomproperties builder with application/json body.
NewPostApiCustompropertiesRequestWithBody generates requests for PostApiCustomproperties with any type of body.
NewPostApiExportSupervisionRequest calls the generic PostApiExportSupervision builder with application/json body.
NewPostApiExportSupervisionRequestWithBody generates requests for PostApiExportSupervision with any type of body.
NewPostApiFirewallsUuidNetworkRefreshRequest generates requests for PostApiFirewallsUuidNetworkRefresh.
NewPostApiFirewallsUuidPackageRequest calls the generic PostApiFirewallsUuidPackage builder with application/json body.
NewPostApiFirewallsUuidPackageRequestWithBody generates requests for PostApiFirewallsUuidPackage with any type of body.
NewPostApiFirewallsUuidQosRefreshRequest generates requests for PostApiFirewallsUuidQosRefresh.
NewPostApiFirewallsUuidRoutingRequest calls the generic PostApiFirewallsUuidRouting builder with application/json body.
NewPostApiFirewallsUuidRoutingRequestWithBody generates requests for PostApiFirewallsUuidRouting with any type of body.
NewPostApiFoldersRequest calls the generic PostApiFolders builder with application/json body.
NewPostApiFoldersRequestWithBody generates requests for PostApiFolders with any type of body.
NewPostApiLdapRequestWithBody generates requests for PostApiLdap with any type of body.
NewPostApiNetworkInterfacesRequest calls the generic PostApiNetworkInterfaces builder with application/json body.
NewPostApiNetworkInterfacesRequestWithBody generates requests for PostApiNetworkInterfaces with any type of body.
NewPostApiNsrpcAttachRequestWithBody generates requests for PostApiNsrpcAttach with any type of body.
NewPostApiNsrpcCsvDryRunScriptnameRequestWithBody generates requests for PostApiNsrpcCsvDryRunScriptname with any type of body.
NewPostApiNsrpcCsvScriptnameRequestWithBody generates requests for PostApiNsrpcCsvScriptname with any type of body.
NewPostApiNsrpcDryRunScriptnameRequest calls the generic PostApiNsrpcDryRunScriptname builder with application/json body.
NewPostApiNsrpcDryRunScriptnameRequestWithBody generates requests for PostApiNsrpcDryRunScriptname with any type of body.
NewPostApiNsrpcExecuteScriptnameRequest calls the generic PostApiNsrpcExecuteScriptname builder with application/json body.
NewPostApiNsrpcExecuteScriptnameRequestWithBody generates requests for PostApiNsrpcExecuteScriptname with any type of body.
NewPostApiNsrpcPendingCancelRequest generates requests for PostApiNsrpcPendingCancel.
NewPostApiNsrpcScriptScriptnameRequestWithBody generates requests for PostApiNsrpcScriptScriptname with any type of body.
NewPostApiNsrpcUsebackupscriptRequest calls the generic PostApiNsrpcUsebackupscript builder with application/json body.
NewPostApiNsrpcUsebackupscriptRequestWithBody generates requests for PostApiNsrpcUsebackupscript with any type of body.
NewPostApiQosIfacesAssignationsRequest calls the generic PostApiQosIfacesAssignations builder with application/json body.
NewPostApiQosIfacesAssignationsRequestWithBody generates requests for PostApiQosIfacesAssignations with any type of body.
NewPostApiQosQueuesRequest calls the generic PostApiQosQueues builder with application/json body.
NewPostApiQosQueuesRequestWithBody generates requests for PostApiQosQueues with any type of body.
NewPostApiQosTrafficShapersRequest calls the generic PostApiQosTrafficShapers builder with application/json body.
NewPostApiQosTrafficShapersRequestWithBody generates requests for PostApiQosTrafficShapers with any type of body.
NewPostApiRadiusRequest calls the generic PostApiRadius builder with application/json body.
NewPostApiRadiusRequestWithBody generates requests for PostApiRadius with any type of body.
NewPostApiRoutingGetbirdconfigerrorRequest calls the generic PostApiRoutingGetbirdconfigerror builder with application/json body.
NewPostApiRoutingGetbirdconfigerrorRequestWithBody generates requests for PostApiRoutingGetbirdconfigerror with any type of body.
NewPostApiRoutingImportRequestWithBody generates requests for PostApiRoutingImport with any type of body.
NewPostApiUnifiedconfigDeployRequest calls the generic PostApiUnifiedconfigDeploy builder with application/json body.
NewPostApiUnifiedconfigDeployRequestWithBody generates requests for PostApiUnifiedconfigDeploy with any type of body.
NewPostApiUpdateRequestWithBody generates requests for PostApiUpdate with any type of body.
NewPostApiVariablesImportRequestWithBody generates requests for PostApiVariablesImport with any type of body.
NewPostApiVariablesRequest calls the generic PostApiVariables builder with application/json body.
NewPostApiVariablesRequestWithBody generates requests for PostApiVariables with any type of body.
NewPostApiVpnDefaultAddressPoolRequest calls the generic PostApiVpnDefaultAddressPool builder with application/json body.
NewPostApiVpnDefaultAddressPoolRequestWithBody generates requests for PostApiVpnDefaultAddressPool with any type of body.
NewPostApiVpnEncryptionProfilesRequest calls the generic PostApiVpnEncryptionProfiles builder with application/json body.
NewPostApiVpnEncryptionProfilesRequestWithBody generates requests for PostApiVpnEncryptionProfiles with any type of body.
NewPostApiVpnTopologiesRequest calls the generic PostApiVpnTopologies builder with application/json body.
NewPostApiVpnTopologiesRequestWithBody generates requests for PostApiVpnTopologies with any type of body.
NewPutApiAccountsUuidRequest calls the generic PutApiAccountsUuid builder with application/json body.
NewPutApiAccountsUuidRequestWithBody generates requests for PutApiAccountsUuid with any type of body.
NewPutApiActiveupdateRequest calls the generic PutApiActiveupdate builder with application/json body.
NewPutApiActiveupdateRequestWithBody generates requests for PutApiActiveupdate with any type of body.
NewPutApiAdminaccountRequestWithBody generates requests for PutApiAdminaccount with any type of body.
NewPutApiAdminaccountRequestWithFormdataBody calls the generic PutApiAdminaccount builder with application/x-www-form-urlencoded body.
NewPutApiApipolicyRequest calls the generic PutApiApipolicy builder with application/json body.
NewPutApiApipolicyRequestWithBody generates requests for PutApiApipolicy with any type of body.
NewPutApiAuthpolicyRequest calls the generic PutApiAuthpolicy builder with application/json body.
NewPutApiAuthpolicyRequestWithBody generates requests for PutApiAuthpolicy with any type of body.
NewPutApiCertificatesAuthoritiesCaUuidRequest calls the generic PutApiCertificatesAuthoritiesCaUuid builder with application/json body.
NewPutApiCertificatesAuthoritiesCaUuidRequestWithBody generates requests for PutApiCertificatesAuthoritiesCaUuid with any type of body.
NewPutApiCertificatesUuidRequest calls the generic PutApiCertificatesUuid builder with application/json body.
NewPutApiCertificatesUuidRequestWithBody generates requests for PutApiCertificatesUuid with any type of body.
NewPutApiCfgcheckActivationDomainNameRequest generates requests for PutApiCfgcheckActivationDomainName.
NewPutApiConfigInterfacesRequest calls the generic PutApiConfigInterfaces builder with application/json body.
NewPutApiConfigInterfacesRequestWithBody generates requests for PutApiConfigInterfaces with any type of body.
NewPutApiConfigPapiRequest calls the generic PutApiConfigPapi builder with application/json body.
NewPutApiConfigPapiRequestWithBody generates requests for PutApiConfigPapi with any type of body.
NewPutApiConfigSlsRequest calls the generic PutApiConfigSls builder with application/json body.
NewPutApiConfigSlsRequestWithBody generates requests for PutApiConfigSls with any type of body.
NewPutApiConfigVpncrlrequiredRequest calls the generic PutApiConfigVpncrlrequired builder with application/json body.
NewPutApiConfigVpncrlrequiredRequestWithBody generates requests for PutApiConfigVpncrlrequired with any type of body.
NewPutApiCustompropertiesUuidRequest calls the generic PutApiCustompropertiesUuid builder with application/json body.
NewPutApiCustompropertiesUuidRequestWithBody generates requests for PutApiCustompropertiesUuid with any type of body.
NewPutApiFoldersUuidRequest calls the generic PutApiFoldersUuid builder with application/json body.
NewPutApiFoldersUuidRequestWithBody generates requests for PutApiFoldersUuid with any type of body.
NewPutApiNetworkInterfacesUuidMembersRequest calls the generic PutApiNetworkInterfacesUuidMembers builder with application/json body.
NewPutApiNetworkInterfacesUuidMembersRequestWithBody generates requests for PutApiNetworkInterfacesUuidMembers with any type of body.
NewPutApiNetworkInterfacesUuidRequest calls the generic PutApiNetworkInterfacesUuid builder with application/json body.
NewPutApiNetworkInterfacesUuidRequestWithBody generates requests for PutApiNetworkInterfacesUuid with any type of body.
NewPutApiNsrpcScheduleScriptnameRequest calls the generic PutApiNsrpcScheduleScriptname builder with application/json body.
NewPutApiNsrpcScheduleScriptnameRequestWithBody generates requests for PutApiNsrpcScheduleScriptname with any type of body.
NewPutApiQosIfacesAssignationsUuidRequest calls the generic PutApiQosIfacesAssignationsUuid builder with application/json body.
NewPutApiQosIfacesAssignationsUuidRequestWithBody generates requests for PutApiQosIfacesAssignationsUuid with any type of body.
NewPutApiQosQueuesUuidRequest calls the generic PutApiQosQueuesUuid builder with application/json body.
NewPutApiQosQueuesUuidRequestWithBody generates requests for PutApiQosQueuesUuid with any type of body.
NewPutApiQosTrafficShapersUuidRequest calls the generic PutApiQosTrafficShapersUuid builder with application/json body.
NewPutApiQosTrafficShapersUuidRequestWithBody generates requests for PutApiQosTrafficShapersUuid with any type of body.
NewPutApiRoutingUuidRequest calls the generic PutApiRoutingUuid builder with application/json body.
NewPutApiRoutingUuidRequestWithBody generates requests for PutApiRoutingUuid with any type of body.
NewPutApiVariablesUuidRequest calls the generic PutApiVariablesUuid builder with application/json body.
NewPutApiVariablesUuidRequestWithBody generates requests for PutApiVariablesUuid with any type of body.
NewPutApiVpnEncryptionProfilesUuidRequest calls the generic PutApiVpnEncryptionProfilesUuid builder with application/json body.
NewPutApiVpnEncryptionProfilesUuidRequestWithBody generates requests for PutApiVpnEncryptionProfilesUuid with any type of body.
NewPutApiVpnTopologiesUuidRequest calls the generic PutApiVpnTopologiesUuid builder with application/json body.
NewPutApiVpnTopologiesUuidRequestWithBody generates requests for PutApiVpnTopologiesUuid with any type of body.
No description provided by the author
No description provided by the author
ParseDeleteApiAccountsUuidResponse parses an HTTP response from a DeleteApiAccountsUuidWithResponse call.
ParseDeleteApiCertificatesAuthoritiesCaUuidResponse parses an HTTP response from a DeleteApiCertificatesAuthoritiesCaUuidWithResponse call.
ParseDeleteApiCertificatesUuidResponse parses an HTTP response from a DeleteApiCertificatesUuidWithResponse call.
ParseDeleteApiCustompropertiesUuidResponse parses an HTTP response from a DeleteApiCustompropertiesUuidWithResponse call.
ParseDeleteApiFoldersUuidResponse parses an HTTP response from a DeleteApiFoldersUuidWithResponse call.
ParseDeleteApiNetworkInterfacesBulkResponse parses an HTTP response from a DeleteApiNetworkInterfacesBulkWithResponse call.
ParseDeleteApiNetworkInterfacesUuidResponse parses an HTTP response from a DeleteApiNetworkInterfacesUuidWithResponse call.
ParseDeleteApiNsrpcScriptScriptnameResponse parses an HTTP response from a DeleteApiNsrpcScriptScriptnameWithResponse call.
ParseDeleteApiQosIfacesAssignationsBulkResponse parses an HTTP response from a DeleteApiQosIfacesAssignationsBulkWithResponse call.
ParseDeleteApiQosIfacesAssignationsUuidResponse parses an HTTP response from a DeleteApiQosIfacesAssignationsUuidWithResponse call.
ParseDeleteApiQosQueuesBulkResponse parses an HTTP response from a DeleteApiQosQueuesBulkWithResponse call.
ParseDeleteApiQosQueuesUuidResponse parses an HTTP response from a DeleteApiQosQueuesUuidWithResponse call.
ParseDeleteApiQosTrafficShapersBulkResponse parses an HTTP response from a DeleteApiQosTrafficShapersBulkWithResponse call.
ParseDeleteApiQosTrafficShapersUuidResponse parses an HTTP response from a DeleteApiQosTrafficShapersUuidWithResponse call.
ParseDeleteApiRoutingUuidResponse parses an HTTP response from a DeleteApiRoutingUuidWithResponse call.
ParseDeleteApiVariablesUuidResponse parses an HTTP response from a DeleteApiVariablesUuidWithResponse call.
ParseDeleteApiVpnEncryptionProfilesUuidResponse parses an HTTP response from a DeleteApiVpnEncryptionProfilesUuidWithResponse call.
ParseDeleteApiVpnTopologiesUuidResponse parses an HTTP response from a DeleteApiVpnTopologiesUuidWithResponse call.
ParseGetApiAccountsApikeysUuidResponse parses an HTTP response from a GetApiAccountsApikeysUuidWithResponse call.
ParseGetApiAccountsResponse parses an HTTP response from a GetApiAccountsWithResponse call.
ParseGetApiAccountsUuidResponse parses an HTTP response from a GetApiAccountsUuidWithResponse call.
ParseGetApiActiveupdateCertificateResponse parses an HTTP response from a GetApiActiveupdateCertificateWithResponse call.
ParseGetApiActiveupdateInfosResponse parses an HTTP response from a GetApiActiveupdateInfosWithResponse call.
ParseGetApiActiveupdateResponse parses an HTTP response from a GetApiActiveupdateWithResponse call.
ParseGetApiActiveupdateScriptResponse parses an HTTP response from a GetApiActiveupdateScriptWithResponse call.
ParseGetApiApipolicyResponse parses an HTTP response from a GetApiApipolicyWithResponse call.
ParseGetApiAuthpolicyResponse parses an HTTP response from a GetApiAuthpolicyWithResponse call.
ParseGetApiAutobackupDateArchiveResponse parses an HTTP response from a GetApiAutobackupDateArchiveWithResponse call.
ParseGetApiAutobackupDateUuidFirewallBackupResponse parses an HTTP response from a GetApiAutobackupDateUuidFirewallBackupWithResponse call.
ParseGetApiAutobackupResponse parses an HTTP response from a GetApiAutobackupWithResponse call.
ParseGetApiAutobackupResultsResponse parses an HTTP response from a GetApiAutobackupResultsWithResponse call.
ParseGetApiAutobackupSmcBackupDateResponse parses an HTTP response from a GetApiAutobackupSmcBackupDateWithResponse call.
ParseGetApiCertificatesAuthoritiesCaUuidCrlResponse parses an HTTP response from a GetApiCertificatesAuthoritiesCaUuidCrlWithResponse call.
ParseGetApiCertificatesAuthoritiesCaUuidResponse parses an HTTP response from a GetApiCertificatesAuthoritiesCaUuidWithResponse call.
ParseGetApiCertificatesAuthoritiesResponse parses an HTTP response from a GetApiCertificatesAuthoritiesWithResponse call.
ParseGetApiCertificatesAuthoritiesRootResponse parses an HTTP response from a GetApiCertificatesAuthoritiesRootWithResponse call.
ParseGetApiCertificatesResponse parses an HTTP response from a GetApiCertificatesWithResponse call.
ParseGetApiCertificatesUuidResponse parses an HTTP response from a GetApiCertificatesUuidWithResponse call.
ParseGetApiCfgcheckActivationDomainNameResponse parses an HTTP response from a GetApiCfgcheckActivationDomainNameWithResponse call.
ParseGetApiCfgcheckIncoherenciesResponse parses an HTTP response from a GetApiCfgcheckIncoherenciesWithResponse call.
ParseGetApiCfgcheckStatusResponse parses an HTTP response from a GetApiCfgcheckStatusWithResponse call.
ParseGetApiCfgdiffArchiveUuidResponse parses an HTTP response from a GetApiCfgdiffArchiveUuidWithResponse call.
ParseGetApiCfgdiffDiffUuidResponse parses an HTTP response from a GetApiCfgdiffDiffUuidWithResponse call.
ParseGetApiCfgdiffNaUuidResponse parses an HTTP response from a GetApiCfgdiffNaUuidWithResponse call.
ParseGetApiCfgdiffStatusResponse parses an HTTP response from a GetApiCfgdiffStatusWithResponse call.
ParseGetApiConfigDrResponse parses an HTTP response from a GetApiConfigDrWithResponse call.
ParseGetApiConfigInitializedResponse parses an HTTP response from a GetApiConfigInitializedWithResponse call.
ParseGetApiConfigInitialResponse parses an HTTP response from a GetApiConfigInitialWithResponse call.
ParseGetApiConfigInterfacesResponse parses an HTTP response from a GetApiConfigInterfacesWithResponse call.
ParseGetApiConfigLicenseResponse parses an HTTP response from a GetApiConfigLicenseWithResponse call.
ParseGetApiConfigNetworkResponse parses an HTTP response from a GetApiConfigNetworkWithResponse call.
ParseGetApiConfigPapiResponse parses an HTTP response from a GetApiConfigPapiWithResponse call.
ParseGetApiConfigSlsResponse parses an HTTP response from a GetApiConfigSlsWithResponse call.
ParseGetApiConfigVpncrlrequiredResponse parses an HTTP response from a GetApiConfigVpncrlrequiredWithResponse call.
ParseGetApiCustompropertiesResponse parses an HTTP response from a GetApiCustompropertiesWithResponse call.
ParseGetApiCustompropertiesUuidResponse parses an HTTP response from a GetApiCustompropertiesUuidWithResponse call.
ParseGetApiDefinitionsEthernetprotocolsResponse parses an HTTP response from a GetApiDefinitionsEthernetprotocolsWithResponse call.
ParseGetApiDefinitionsIcmpcodesResponse parses an HTTP response from a GetApiDefinitionsIcmpcodesWithResponse call.
ParseGetApiDefinitionsIpprotocolsResponse parses an HTTP response from a GetApiDefinitionsIpprotocolsWithResponse call.
ParseGetApiDefinitionsProtocolsResponse parses an HTTP response from a GetApiDefinitionsProtocolsWithResponse call.
ParseGetApiDeploymentWarningsEditorsResponse parses an HTTP response from a GetApiDeploymentWarningsEditorsWithResponse call.
ParseGetApiDisclaimerResponse parses an HTTP response from a GetApiDisclaimerWithResponse call.
ParseGetApiExportCustompropertiesResponse parses an HTTP response from a GetApiExportCustompropertiesWithResponse call.
ParseGetApiExportObjectsResponse parses an HTTP response from a GetApiExportObjectsWithResponse call.
ParseGetApiExportSdwansupervisionResponse parses an HTTP response from a GetApiExportSdwansupervisionWithResponse call.
ParseGetApiExportVariablesResponse parses an HTTP response from a GetApiExportVariablesWithResponse call.
ParseGetApiFeatureTogglingResponse parses an HTTP response from a GetApiFeatureTogglingWithResponse call.
ParseGetApiFirewallsUuidRoutingLocalResponse parses an HTTP response from a GetApiFirewallsUuidRoutingLocalWithResponse call.
ParseGetApiFirewallsUuidRoutingResponse parses an HTTP response from a GetApiFirewallsUuidRoutingWithResponse call.
ParseGetApiFirewallsUuidTopologiesResponse parses an HTTP response from a GetApiFirewallsUuidTopologiesWithResponse call.
ParseGetApiFoldersAccountFoldersResponse parses an HTTP response from a GetApiFoldersAccountFoldersWithResponse call.
ParseGetApiFoldersBynameNameResponse parses an HTTP response from a GetApiFoldersBynameNameWithResponse call.
ParseGetApiFoldersResponse parses an HTTP response from a GetApiFoldersWithResponse call.
ParseGetApiFoldersUuidResponse parses an HTTP response from a GetApiFoldersUuidWithResponse call.
ParseGetApiLdapResponse parses an HTTP response from a GetApiLdapWithResponse call.
ParseGetApiLockResponse parses an HTTP response from a GetApiLockWithResponse call.
ParseGetApiLogsAuditLastResponse parses an HTTP response from a GetApiLogsAuditLastWithResponse call.
ParseGetApiLogsLastResponse parses an HTTP response from a GetApiLogsLastWithResponse call.
ParseGetApiMessageBoxesResponse parses an HTTP response from a GetApiMessageBoxesWithResponse call.
ParseGetApiNetworkInterfacesResponse parses an HTTP response from a GetApiNetworkInterfacesWithResponse call.
ParseGetApiNetworkInterfacesRootResponse parses an HTTP response from a GetApiNetworkInterfacesRootWithResponse call.
ParseGetApiNetworkInterfacesUuidResponse parses an HTTP response from a GetApiNetworkInterfacesUuidWithResponse call.
ParseGetApiNsrpcArchiveFwidResponse parses an HTTP response from a GetApiNsrpcArchiveFwidWithResponse call.
ParseGetApiNsrpcArchiveResponse parses an HTTP response from a GetApiNsrpcArchiveWithResponse call.
ParseGetApiNsrpcAttachResponse parses an HTTP response from a GetApiNsrpcAttachWithResponse call.
ParseGetApiNsrpcLogFwidResponse parses an HTTP response from a GetApiNsrpcLogFwidWithResponse call.
ParseGetApiNsrpcPendingResponse parses an HTTP response from a GetApiNsrpcPendingWithResponse call.
ParseGetApiNsrpcProgressResponse parses an HTTP response from a GetApiNsrpcProgressWithResponse call.
ParseGetApiNsrpcScriptResponse parses an HTTP response from a GetApiNsrpcScriptWithResponse call.
ParseGetApiNsrpcScriptScriptnameFwidResponse parses an HTTP response from a GetApiNsrpcScriptScriptnameFwidWithResponse call.
ParseGetApiNsrpcScriptScriptnameResponse parses an HTTP response from a GetApiNsrpcScriptScriptnameWithResponse call.
ParseGetApiQosIfacesAssignationsResponse parses an HTTP response from a GetApiQosIfacesAssignationsWithResponse call.
ParseGetApiQosIfacesAssignationsUuidResponse parses an HTTP response from a GetApiQosIfacesAssignationsUuidWithResponse call.
ParseGetApiQosQueuesResponse parses an HTTP response from a GetApiQosQueuesWithResponse call.
ParseGetApiQosQueuesUuidResponse parses an HTTP response from a GetApiQosQueuesUuidWithResponse call.
ParseGetApiQosTrafficShapersResponse parses an HTTP response from a GetApiQosTrafficShapersWithResponse call.
ParseGetApiQosTrafficShapersUuidResponse parses an HTTP response from a GetApiQosTrafficShapersUuidWithResponse call.
ParseGetApiRadiusResponse parses an HTTP response from a GetApiRadiusWithResponse call.
ParseGetApiRoutingUuidResponse parses an HTTP response from a GetApiRoutingUuidWithResponse call.
ParseGetApiSnsdiffDiffUuidResponse parses an HTTP response from a GetApiSnsdiffDiffUuidWithResponse call.
ParseGetApiUnifiedconfigDeployResponse parses an HTTP response from a GetApiUnifiedconfigDeployWithResponse call.
ParseGetApiUpdateLaunchResponse parses an HTTP response from a GetApiUpdateLaunchWithResponse call.
ParseGetApiUpdateStatusResponse parses an HTTP response from a GetApiUpdateStatusWithResponse call.
ParseGetApiUsageUuidResponse parses an HTTP response from a GetApiUsageUuidWithResponse call.
ParseGetApiVariablesResponse parses an HTTP response from a GetApiVariablesWithResponse call.
ParseGetApiVariablesUuidResponse parses an HTTP response from a GetApiVariablesUuidWithResponse call.
ParseGetApiVpnAlgorithmsAuthResponse parses an HTTP response from a GetApiVpnAlgorithmsAuthWithResponse call.
ParseGetApiVpnAlgorithmsEncResponse parses an HTTP response from a GetApiVpnAlgorithmsEncWithResponse call.
ParseGetApiVpnDefaultAddressPoolResponse parses an HTTP response from a GetApiVpnDefaultAddressPoolWithResponse call.
ParseGetApiVpnEncryptionProfilesResponse parses an HTTP response from a GetApiVpnEncryptionProfilesWithResponse call.
ParseGetApiVpnEncryptionProfilesUuidResponse parses an HTTP response from a GetApiVpnEncryptionProfilesUuidWithResponse call.
ParseGetApiVpnTopologiesResponse parses an HTTP response from a GetApiVpnTopologiesWithResponse call.
ParseGetApiVpnTopologiesUuidExportResponse parses an HTTP response from a GetApiVpnTopologiesUuidExportWithResponse call.
ParseGetApiVpnTopologiesUuidResponse parses an HTTP response from a GetApiVpnTopologiesUuidWithResponse call.
ParseGetApiVpnTunnelsResponse parses an HTTP response from a GetApiVpnTunnelsWithResponse call.
ParsePostApiAccountsApikeysResponse parses an HTTP response from a PostApiAccountsApikeysWithResponse call.
ParsePostApiAccountsApikeysRevokeUuidResponse parses an HTTP response from a PostApiAccountsApikeysRevokeUuidWithResponse call.
ParsePostApiAccountsResponse parses an HTTP response from a PostApiAccountsWithResponse call.
ParsePostApiActiveupdateImportResponse parses an HTTP response from a PostApiActiveupdateImportWithResponse call.
ParsePostApiActiveupdateSyncResponse parses an HTTP response from a PostApiActiveupdateSyncWithResponse call.
ParsePostApiAuthLoginResponse parses an HTTP response from a PostApiAuthLoginWithResponse call.
ParsePostApiAuthLogoutResponse parses an HTTP response from a PostApiAuthLogoutWithResponse call.
ParsePostApiAutobackupResponse parses an HTTP response from a PostApiAutobackupWithResponse call.
ParsePostApiBackupDownloadResponse parses an HTTP response from a PostApiBackupDownloadWithResponse call.
ParsePostApiBackupHashResponse parses an HTTP response from a PostApiBackupHashWithResponse call.
ParsePostApiBackupResponse parses an HTTP response from a PostApiBackupWithResponse call.
ParsePostApiCertificatesAuthoritiesCaUuidResponse parses an HTTP response from a PostApiCertificatesAuthoritiesCaUuidWithResponse call.
ParsePostApiCertificatesAuthoritiesCrlCaUuidResponse parses an HTTP response from a PostApiCertificatesAuthoritiesCrlCaUuidWithResponse call.
ParsePostApiCertificatesAuthoritiesCrlResponse parses an HTTP response from a PostApiCertificatesAuthoritiesCrlWithResponse call.
ParsePostApiCertificatesAuthoritiesResponse parses an HTTP response from a PostApiCertificatesAuthoritiesWithResponse call.
ParsePostApiCertificatesGetResponse parses an HTTP response from a PostApiCertificatesGetWithResponse call.
ParsePostApiCertificatesRenewResponse parses an HTTP response from a PostApiCertificatesRenewWithResponse call.
ParsePostApiCertificatesResponse parses an HTTP response from a PostApiCertificatesWithResponse call.
ParsePostApiCertificatesUuidResponse parses an HTTP response from a PostApiCertificatesUuidWithResponse call.
ParsePostApiConfigDrResponse parses an HTTP response from a PostApiConfigDrWithResponse call.
ParsePostApiConfigInitialCloudCloudNameResponse parses an HTTP response from a PostApiConfigInitialCloudCloudNameWithResponse call.
ParsePostApiConfigInitialResponse parses an HTTP response from a PostApiConfigInitialWithResponse call.
ParsePostApiConfigLicenseResponse parses an HTTP response from a PostApiConfigLicenseWithResponse call.
ParsePostApiConfigLicenseVerifyResponse parses an HTTP response from a PostApiConfigLicenseVerifyWithResponse call.
ParsePostApiConfigNetworkResponse parses an HTTP response from a PostApiConfigNetworkWithResponse call.
ParsePostApiCustompropertiesResponse parses an HTTP response from a PostApiCustompropertiesWithResponse call.
ParsePostApiExportSupervisionResponse parses an HTTP response from a PostApiExportSupervisionWithResponse call.
ParsePostApiFirewallsUuidNetworkRefreshResponse parses an HTTP response from a PostApiFirewallsUuidNetworkRefreshWithResponse call.
ParsePostApiFirewallsUuidPackageResponse parses an HTTP response from a PostApiFirewallsUuidPackageWithResponse call.
ParsePostApiFirewallsUuidQosRefreshResponse parses an HTTP response from a PostApiFirewallsUuidQosRefreshWithResponse call.
ParsePostApiFirewallsUuidRoutingResponse parses an HTTP response from a PostApiFirewallsUuidRoutingWithResponse call.
ParsePostApiFoldersResponse parses an HTTP response from a PostApiFoldersWithResponse call.
ParsePostApiLdapResponse parses an HTTP response from a PostApiLdapWithResponse call.
ParsePostApiNetworkInterfacesResponse parses an HTTP response from a PostApiNetworkInterfacesWithResponse call.
ParsePostApiNsrpcAttachResponse parses an HTTP response from a PostApiNsrpcAttachWithResponse call.
ParsePostApiNsrpcCsvDryRunScriptnameResponse parses an HTTP response from a PostApiNsrpcCsvDryRunScriptnameWithResponse call.
ParsePostApiNsrpcCsvScriptnameResponse parses an HTTP response from a PostApiNsrpcCsvScriptnameWithResponse call.
ParsePostApiNsrpcDryRunScriptnameResponse parses an HTTP response from a PostApiNsrpcDryRunScriptnameWithResponse call.
ParsePostApiNsrpcExecuteScriptnameResponse parses an HTTP response from a PostApiNsrpcExecuteScriptnameWithResponse call.
ParsePostApiNsrpcPendingCancelResponse parses an HTTP response from a PostApiNsrpcPendingCancelWithResponse call.
ParsePostApiNsrpcScriptScriptnameResponse parses an HTTP response from a PostApiNsrpcScriptScriptnameWithResponse call.
ParsePostApiNsrpcUsebackupscriptResponse parses an HTTP response from a PostApiNsrpcUsebackupscriptWithResponse call.
ParsePostApiQosIfacesAssignationsResponse parses an HTTP response from a PostApiQosIfacesAssignationsWithResponse call.
ParsePostApiQosQueuesResponse parses an HTTP response from a PostApiQosQueuesWithResponse call.
ParsePostApiQosTrafficShapersResponse parses an HTTP response from a PostApiQosTrafficShapersWithResponse call.
ParsePostApiRadiusResponse parses an HTTP response from a PostApiRadiusWithResponse call.
ParsePostApiRoutingGetbirdconfigerrorResponse parses an HTTP response from a PostApiRoutingGetbirdconfigerrorWithResponse call.
ParsePostApiRoutingImportResponse parses an HTTP response from a PostApiRoutingImportWithResponse call.
ParsePostApiUnifiedconfigDeployResponse parses an HTTP response from a PostApiUnifiedconfigDeployWithResponse call.
ParsePostApiUpdateResponse parses an HTTP response from a PostApiUpdateWithResponse call.
ParsePostApiVariablesImportResponse parses an HTTP response from a PostApiVariablesImportWithResponse call.
ParsePostApiVariablesResponse parses an HTTP response from a PostApiVariablesWithResponse call.
ParsePostApiVpnDefaultAddressPoolResponse parses an HTTP response from a PostApiVpnDefaultAddressPoolWithResponse call.
ParsePostApiVpnEncryptionProfilesResponse parses an HTTP response from a PostApiVpnEncryptionProfilesWithResponse call.
ParsePostApiVpnTopologiesResponse parses an HTTP response from a PostApiVpnTopologiesWithResponse call.
ParsePutApiAccountsUuidResponse parses an HTTP response from a PutApiAccountsUuidWithResponse call.
ParsePutApiActiveupdateResponse parses an HTTP response from a PutApiActiveupdateWithResponse call.
ParsePutApiAdminaccountResponse parses an HTTP response from a PutApiAdminaccountWithResponse call.
ParsePutApiApipolicyResponse parses an HTTP response from a PutApiApipolicyWithResponse call.
ParsePutApiAuthpolicyResponse parses an HTTP response from a PutApiAuthpolicyWithResponse call.
ParsePutApiCertificatesAuthoritiesCaUuidResponse parses an HTTP response from a PutApiCertificatesAuthoritiesCaUuidWithResponse call.
ParsePutApiCertificatesUuidResponse parses an HTTP response from a PutApiCertificatesUuidWithResponse call.
ParsePutApiCfgcheckActivationDomainNameResponse parses an HTTP response from a PutApiCfgcheckActivationDomainNameWithResponse call.
ParsePutApiConfigInterfacesResponse parses an HTTP response from a PutApiConfigInterfacesWithResponse call.
ParsePutApiConfigPapiResponse parses an HTTP response from a PutApiConfigPapiWithResponse call.
ParsePutApiConfigSlsResponse parses an HTTP response from a PutApiConfigSlsWithResponse call.
ParsePutApiConfigVpncrlrequiredResponse parses an HTTP response from a PutApiConfigVpncrlrequiredWithResponse call.
ParsePutApiCustompropertiesUuidResponse parses an HTTP response from a PutApiCustompropertiesUuidWithResponse call.
ParsePutApiFoldersUuidResponse parses an HTTP response from a PutApiFoldersUuidWithResponse call.
ParsePutApiNetworkInterfacesUuidMembersResponse parses an HTTP response from a PutApiNetworkInterfacesUuidMembersWithResponse call.
ParsePutApiNetworkInterfacesUuidResponse parses an HTTP response from a PutApiNetworkInterfacesUuidWithResponse call.
ParsePutApiNsrpcScheduleScriptnameResponse parses an HTTP response from a PutApiNsrpcScheduleScriptnameWithResponse call.
ParsePutApiQosIfacesAssignationsUuidResponse parses an HTTP response from a PutApiQosIfacesAssignationsUuidWithResponse call.
ParsePutApiQosQueuesUuidResponse parses an HTTP response from a PutApiQosQueuesUuidWithResponse call.
ParsePutApiQosTrafficShapersUuidResponse parses an HTTP response from a PutApiQosTrafficShapersUuidWithResponse call.
ParsePutApiRoutingUuidResponse parses an HTTP response from a PutApiRoutingUuidWithResponse call.
ParsePutApiVariablesUuidResponse parses an HTTP response from a PutApiVariablesUuidWithResponse call.
ParsePutApiVpnEncryptionProfilesUuidResponse parses an HTTP response from a PutApiVpnEncryptionProfilesUuidWithResponse call.
ParsePutApiVpnTopologiesUuidResponse parses an HTTP response from a PutApiVpnTopologiesUuidWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Constants

Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsNetworkInterfacesVlanInterfaceWithChildrenInterfaceType.
No description provided by the author
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultprf.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsConfigInitializedStateSmcOnCloud.
Defines values for DefinitionsNetworkInterfacesVlanInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsAuditlogsLogsResponseLinesAction.
Defines values for DefinitionsAuthPolicyApiKeyDefaultPeriodPeriod.
Defines values for DefinitionsAccountsAccountApiKeyCreateRequestPermissions.
Defines values for DefinitionsAccountsAccountCreateRequestPermissions.
Defines values for DefinitionsAccountsAccountCreateRequestPermissions.
Defines values for DefinitionsAccountsAccountCreateRequestPermissions.
Defines values for DefinitionsAccountsAccountCreateRequestPermissions.
Defines values for DefinitionsAccountsAccountCreateRequestPermissions.
Defines values for DefinitionsAccountsAccountPropertiesBasePermissions.
Defines values for DefinitionsAccountsAccountPropertiesBasePermissions.
Defines values for DefinitionsAccountsAccountPropertiesBasePermissions.
Defines values for DefinitionsAccountsAccountPropertiesBasePermissions.
Defines values for DefinitionsAccountsAccountPropertiesBasePermissions.
Defines values for DefinitionsAccountsAccountPropertiesWithoutPasswordPermissions.
Defines values for DefinitionsAccountsAccountPropertiesWithoutPasswordPermissions.
Defines values for DefinitionsAccountsAccountPropertiesWithoutPasswordPermissions.
Defines values for DefinitionsAccountsAccountPropertiesWithoutPasswordPermissions.
Defines values for DefinitionsAccountsAccountPropertiesWithoutPasswordPermissions.
Defines values for DefinitionsAccountsAccountUpdateRequestPermissions.
Defines values for DefinitionsAccountsAccountUpdateRequestPermissions.
Defines values for DefinitionsAccountsAccountUpdateRequestPermissions.
Defines values for DefinitionsAccountsAccountUpdateRequestPermissions.
Defines values for DefinitionsAccountsAccountUpdateRequestPermissions.
Defines values for DefinitionsAccountsApiKeyPropertiesPermissions.
Defines values for DefinitionsAuthPolicyPolicyMandatoryType.
Defines values for DefinitionsAuthPolicyPolicyMandatoryType.
Defines values for DefinitionsAuthPolicyPolicyMandatoryType.
Defines values for DefinitionsCertificatesCertificateTpm.
Defines values for DefinitionsCertificatesCertificateTpm.
Defines values for DefinitionsCertificatesCertificateTpm.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityEnrollmentScepMethod.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityEnrollmentScepMethod.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenEnrollmentScepMethod.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenEnrollmentScepMethod.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenMtype.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenMtype.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuidEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuidEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuidEnrollmentScepMethod.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuidEnrollmentScepMethod.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWriteablePropsEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWriteablePropsEnrollmentProtocol.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWriteablePropsEnrollmentScepMethod.
Defines values for DefinitionsCertificationAuthoritiesCertificationAuthorityWriteablePropsEnrollmentScepMethod.
Defines values for DefinitionsCfgcheckIncoherencyIncoherentElementType.
Defines values for DefinitionsCfgcheckIncoherencyIncoherentElementType.
Defines values for DefinitionsCfgcheckIncoherencyLevel.
Defines values for DefinitionsCfgcheckIncoherencyLevel.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCfgcheckInvolvedItemObjectType.
Defines values for DefinitionsCommonErrorResponseSuccess.
Defines values for DefinitionsCommonForbiddenBecauseOfUserScopeResponseSuccess.
Defines values for DefinitionsCommonSuccessResponseSuccess.
Defines values for DefinitionsConfigInitialConfigurationStatus.
Defines values for DefinitionsConfigInitialConfigurationStatus.
Defines values for DefinitionsConfigInitialConfigurationStatus.
Defines values for DefinitionsConfigInitialResultStatus.
Defines values for DefinitionsConfigInitialResultStatus.
Defines values for DefinitionsConfigInitialResultStatus.
Defines values for DefinitionsConfigNetworkConfigurationInterfacesStatus.
Defines values for DefinitionsConfigNetworkConfigurationInterfacesStatus.
Defines values for DefinitionsConfigNetworkConfigurationInterfacesStatus.
Defines values for DefinitionsConfigNetworkInterfacesListResponseStatus.
Defines values for DefinitionsConfigNetworkInterfacesListResponseStatus.
Defines values for DefinitionsConfigNetworkInterfacesListResponseStatus.
Defines values for DefinitionsConfigNetworkInterfacesUpdateListStatus.
Defines values for DefinitionsConfigNetworkInterfacesUpdateListStatus.
Defines values for DefinitionsConfigNetworkInterfacesUpdateListStatus.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsStep.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsStep.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsStep.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsStep.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsStep.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsTotal.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsTotal.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsTotal.
Defines values for DefinitionsDeployDeploymentMonitoringResponseFirewallsTotal.
Defines values for DefinitionsDeployDeploymentMonitoringResponseSuccess.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultdh.
Defines values for DefinitionsEncryptionProfilesPh2ProfilePfs.
Defines values for DefinitionsEncryptionProfilesPh2ProfilePfs.
Defines values for DefinitionsEncryptionProfilesPh2ProfilePfs.
Defines values for DefinitionsEncryptionProfilesPh2ProfilePfs.
Defines values for DefinitionsEncryptionProfilesPh2ProfilePfs.
Defines values for DefinitionsEncryptionProfilesPh2ProfilePfs.
Defines values for DefinitionsEncryptionProfilesPh2ProfilePfs.
Defines values for DefinitionsMiscImportResponseLogsCtxType.
Defines values for DefinitionsMiscImportResponseLogsCtxType.
Defines values for DefinitionsMiscImportResponseLogsCtxType.
Defines values for DefinitionsMiscImportResponseLogsLevel.
Defines values for DefinitionsMiscImportResponseLogsLevel.
Defines values for DefinitionsMiscImportResponseLogsLevel.
Defines values for DefinitionsNetworkInterfacesAggInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesAggInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesAggInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesAggInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesAggInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesAggInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesAggInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsNetworkInterfacesAggInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsNetworkInterfacesAggInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesAggInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesAggInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesAggInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesBridgeInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesBridgeInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidAggregateMode.
Defines values for DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidAggregateMode.
Defines values for DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidInterfaceType.
Defines values for DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidInterfaceType.
Defines values for DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidInterfaceType.
Defines values for DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidInterfaceType.
Defines values for DefinitionsNetworkInterfacesVlanInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesVlanInterfacePropertiesAggregateMode.
Defines values for DefinitionsNetworkInterfacesVlanInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesVlanInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesVlanInterfacePropertiesInterfaceType.
Defines values for DefinitionsNetworkInterfacesVlanInterfacePropertiesInterfaceType.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsStep.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsStep.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsStep.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsStep.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsTotal.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsTotal.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsTotal.
Defines values for DefinitionsObjectsObjectPropertiesDeploymentMode.
Defines values for DefinitionsObjectsObjectPropertiesDeploymentMode.
Defines values for DefinitionsObjectsObjectPropertiesWithoutUuidDeploymentMode.
Defines values for DefinitionsObjectsObjectPropertiesWithoutUuidDeploymentMode.
Defines values for DefinitionsQueueQueueType.
Defines values for DefinitionsQueueQueueType.
Defines values for DefinitionsQueueQueueType.
Defines values for DefinitionsQueueQueueWithoutUuidType.
Defines values for DefinitionsQueueQueueWithoutUuidType.
Defines values for DefinitionsQueueQueueWithoutUuidType.
Defines values for DefinitionsRoutingRouteAddUpdateBodyRouteType.
Defines values for DefinitionsRoutingRouteAddUpdateBodyRouteType.
Defines values for DefinitionsRoutingRouteAddUpdateBodyRouteType.
Defines values for DefinitionsRoutingRouteAddUpdateBodyRouteType.
Defines values for DefinitionsRoutingRouteInfoRouteType.
Defines values for DefinitionsRoutingRouteInfoRouteType.
Defines values for DefinitionsRoutingRouteInfoRouteType.
Defines values for DefinitionsRoutingRouteInfoRouteType.
Defines values for DefinitionsRoutingRoutePropertiesRouteType.
Defines values for DefinitionsRoutingRoutePropertiesRouteType.
Defines values for DefinitionsRoutingRoutePropertiesRouteType.
Defines values for DefinitionsRoutingRoutePropertiesRouteType.
Defines values for DefinitionsRulesParentType.
Defines values for DefinitionsRulesParentType.
Defines values for DefinitionsRulesParentType.
Defines values for DefinitionsRulesParentType.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidIkeVersion.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidIkeVersion.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidPmtud.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidPmtud.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidPmtud.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidShape.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidShape.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidType.
Defines values for DefinitionsTopologiesTopologyPropertiesWithoutUuidType.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidDpdMode.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidIkeVersion.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidIkeVersion.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidPmtud.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidPmtud.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidPmtud.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidShape.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidShape.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidType.
Defines values for DefinitionsTopologiesTopologyPropertiesWithUuidType.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusLeft.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusLeft.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusLeft.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusRight.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusRight.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusRight.
Defines values for DefinitionsVariablesVariablesImportListResponseResultLogsCtxType.
Defines values for DefinitionsVariablesVariablesImportListResponseResultLogsCtxType.
Defines values for DefinitionsVariablesVariablesImportListResponseResultLogsCtxType.
Defines values for DefinitionsAuditlogsLogsResponseLinesAction.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusState.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode.
Defines values for DefinitionsCommonForbiddenBecauseOfUserScopeResponseErrorsCode.
Defines values for DefinitionsCommonForbiddenBecauseOfUserScopeResponseErrorsCode.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode.
Defines values for DefinitionsConfigInitializedStateSmcOnCloud.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode.
Defines values for DefinitionsVariablesVariablesImportListResponseResultLogsLevel.
Defines values for DefinitionsNetworkInterfacesVlanInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode.
Defines values for DefinitionsAuditlogsLogsResponseLinesActionStatus.
Defines values for DefinitionsNetworkInterfacesVlanInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsAuthPolicyApiKeyDefaultPeriodPeriod.
Defines values for DefinitionsCertificatesCertificateUploadAction.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultRequestResultsStatus.
Defines values for DefinitionsVariablesVariablesImportListResponseResultLogsLevel.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCertificatesCertificateUploadAction.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsNetworkInterfacesVlanInterfaceWithChildrenAggregateMode.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsAuthPolicyApiKeyDefaultPeriodPeriod.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsConfigInitializedStateSmcOnCloud.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCertificatesCertificateType.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultprf.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultprf.
Defines values for DefinitionsEncryptionProfilesPh1ProfileDefaultprf.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsAccountsCreateApiKeyResponsePermissions.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsAuditlogsLogsResponseLinesActionStatus.
Defines values for DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultRequestResultsStatus.
Defines values for DefinitionsMiscProtocolListIpProto.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsNsrpcNsrpcStateExecutionResponseSuccess.
Defines values for DefinitionsMiscProtocolListIpProto.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusState.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsTunnelsTunnelPropertiesStatusState.
Defines values for DefinitionsAuditlogsLogsResponseLinesAction.
Defines values for DefinitionsCfgcheckIncoherencyType.
Defines values for DefinitionsCfgcheckInvolvedItemField.
Defines values for DefinitionsNetworkInterfacesVlanInterfaceWithChildrenInterfaceType.
Defines values for DefinitionsVariablesVariablesImportListResponseResultLogsLevel.
Defines values for DefinitionsProxyParametersProxyAppName.
Defines values for DefinitionsProxyParametersProxyAppName.
Defines values for DefinitionsCertificatesCertificateType.
Defines values for DefinitionsAuthPolicyApiKeyDefaultPeriodPeriod.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
DefinitionsAccountsAccountApiKeyCreateRequest defines model for definitions_accounts_AccountApiKeyCreateRequest.
DefinitionsAccountsAccountCreateRequest defines model for definitions_accounts_AccountCreateRequest.
DefinitionsAccountsAccountPropertiesBase defines model for definitions_accounts_AccountPropertiesBase.
DefinitionsAccountsAccountPropertiesOldPassword defines model for definitions_accounts_AccountPropertiesOldPassword.
DefinitionsAccountsAccountPropertiesPassword defines model for definitions_accounts_AccountPropertiesPassword.
DefinitionsAccountsAccountPropertiesWithoutPassword defines model for definitions_accounts_AccountPropertiesWithoutPassword.
DefinitionsAccountsAccountUpdateRequest defines model for definitions_accounts_AccountUpdateRequest.
DefinitionsAccountsApiKeyProperties The API key public properties.
DefinitionsAccountsCreateApiKeyResponse defines model for definitions_accounts_CreateApiKeyResponse.
DefinitionsAdminaccountAdminAccountResponse defines model for definitions_adminaccount_AdminAccountResponse.
DefinitionsAlgorithmsAlgorithm defines model for definitions_algorithms_Algorithm.
DefinitionsAlgorithmsAuthAlgorithmsList A map of auth algorithms.
DefinitionsAlgorithmsEncAlgorithmsList A map of encryption algorithms.
DefinitionsAuditlogsLogsResponse defines model for definitions_auditlogs_LogsResponse.
DefinitionsAuthAuthResponse defines model for definitions_auth_AuthResponse.
DefinitionsAuthConflictErrorResponse defines model for definitions_auth_ConflictErrorResponse.
DefinitionsAuthPolicyApiKeyDefaultPeriod defines model for definitions_auth-policy_ApiKeyDefaultPeriod.
DefinitionsAuthPolicyApiKeyPolicy defines model for definitions_auth-policy_ApiKeyPolicy.
DefinitionsAuthPolicyApiKeyPolicyResult defines model for definitions_auth-policy_ApiKeyPolicyResult.
DefinitionsAuthPolicyPolicy defines model for definitions_auth-policy_Policy.
DefinitionsAuthPolicyPolicyResult defines model for definitions_auth-policy_PolicyResult.
DefinitionsAutobackupAutoBackupFirewallResultData defines model for definitions_autobackup_AutoBackupFirewallResultData.
DefinitionsAutobackupAutoBackupResult defines model for definitions_autobackup_AutoBackupResult.
DefinitionsBackupBackupDownloadBody defines model for definitions_backup_BackupDownloadBody.
DefinitionsCertificatesCertificate defines model for definitions_certificates_Certificate.
DefinitionsCertificatesCertificateCreateScep defines model for definitions_certificates_CertificateCreateScep.
DefinitionsCertificatesCertificatePropertiesUpdate defines model for definitions_certificates_CertificatePropertiesUpdate.
DefinitionsCertificatesCertificatesRenewList defines model for definitions_certificates_CertificatesRenewList.
DefinitionsCertificatesCertificatesRenewRequestResults defines model for definitions_certificates_CertificatesRenewRequestResults.
DefinitionsCertificatesCertificateUpload upload a certificate's file.
DefinitionsCertificationAuthoritiesAuthoriesImportedCrl CRL for authority.
DefinitionsCertificationAuthoritiesCertificationAuthority defines model for definitions_certification-authorities_CertificationAuthority.
DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildren defines model for definitions_certification-authorities_CertificationAuthorityWithChildren.
DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuid defines model for definitions_certification-authorities_CertificationAuthorityWithoutUuid.
DefinitionsCertificationAuthoritiesCertificationAuthorityWriteableProps defines model for definitions_certification-authorities_CertificationAuthorityWriteableProps.
DefinitionsCfgcheckIncoherencies defines model for definitions_cfgcheck_Incoherencies.
DefinitionsCfgcheckIncoherency defines model for definitions_cfgcheck_Incoherency.
DefinitionsCfgcheckInvolvedItem defines model for definitions_cfgcheck_InvolvedItem.
DefinitionsCfgdiffCfgDiffResult defines model for definitions_cfgdiff_CfgDiffResult.
DefinitionsCfgdiffCfgDiffStatusResult defines model for definitions_cfgdiff_CfgDiffStatusResult.
DefinitionsCfgdiffCfgDiffStatusResultData defines model for definitions_cfgdiff_CfgDiffStatusResultData.
DefinitionsCommonErrorResponse defines model for definitions_common_ErrorResponse.
DefinitionsCommonForbiddenBecauseOfUserScopeResponse defines model for definitions_common_ForbiddenBecauseOfUserScopeResponse.
DefinitionsCommonSuccessResponse defines model for definitions_common_SuccessResponse.
DefinitionsConfigDRActivation defines model for definitions_config_DRActivation.
DefinitionsConfigInitial defines model for definitions_config_Initial.
DefinitionsConfigInitialCloudConfiguration defines model for definitions_config_InitialCloudConfiguration.
DefinitionsConfigInitialConfiguration defines model for definitions_config_InitialConfiguration.
DefinitionsConfigInitializedState defines model for definitions_config_InitializedState.
DefinitionsConfigNetworkConfiguration defines model for definitions_config_NetworkConfiguration.
DefinitionsConfigPAPIActivation defines model for definitions_config_PAPIActivation.
DefinitionsConfigSls defines model for definitions_config_Sls.
DefinitionsConfigVpnCrlRequired defines model for definitions_config_VpnCrlRequired.
DefinitionsCustomPropertiesCustomProperty defines model for definitions_custom-properties_CustomProperty.
DefinitionsCustomPropertiesCustomPropertyWithoutUuid A custom property.
DefinitionsCustomPropertiesMultipleCustomPropertiesResponse defines model for definitions_custom-properties_MultipleCustomPropertiesResponse.
DefinitionsCustomPropertiesSingleCustomPropertyResponse defines model for definitions_custom-properties_SingleCustomPropertyResponse.
DefinitionsDeployDeployBody deploy request body.
DefinitionsDeployDeploymentMonitoringResponse defines model for definitions_deploy_DeploymentMonitoringResponse.
DefinitionsEncryptionProfilesEncryptionProfileProperties defines model for definitions_encryptionProfiles_EncryptionProfileProperties.
DefinitionsEncryptionProfilesEncryptionProfilePropertiesAdditionalProperties defines model for definitions_encryptionProfiles_EncryptionProfilePropertiesAdditionalProperties.
DefinitionsEncryptionProfilesEncryptionProfilePropertiesWithoutUuid defines model for definitions_encryptionProfiles_EncryptionProfilePropertiesWithoutUuid.
DefinitionsEncryptionProfilesPh1Profile defines model for definitions_encryptionProfiles_Ph1Profile.
DefinitionsEncryptionProfilesPh1Proposal defines model for definitions_encryptionProfiles_Ph1Proposal.
DefinitionsEncryptionProfilesPh2Profile defines model for definitions_encryptionProfiles_Ph2Profile.
DefinitionsExportFilteredIds Array of firewall uuids to filter on.
DefinitionsFoldersAccountFoldersProps defines model for definitions_folders_AccountFoldersProps.
DefinitionsFoldersFolderMember defines model for definitions_folders_FolderMember.
DefinitionsFoldersFolderProperties defines model for definitions_folders_FolderProperties.
DefinitionsFoldersFolderPropertiesWithoutUuid defines model for definitions_folders_FolderPropertiesWithoutUuid.
DefinitionsFoldersFoldersListResponse defines model for definitions_folders_FoldersListResponse.
DefinitionsFoldersFoldersTreeResponse defines model for definitions_folders_FoldersTreeResponse.
DefinitionsFoldersRawFolderProperties defines model for definitions_folders_RawFolderProperties.
DefinitionsIfacesAssignationsIfaceAssignation defines model for definitions_ifaces-assignations_IfaceAssignation.
DefinitionsIfacesAssignationsIfaceAssignationWithoutIface A custom iface assignation.
DefinitionsIfacesAssignationsMultipleIfacesAssignationsResponse defines model for definitions_ifaces-assignations_MultipleIfacesAssignationsResponse.
DefinitionsIfacesAssignationsSingleIfaceAssignationResponse defines model for definitions_ifaces-assignations_SingleIfaceAssignationResponse.
DefinitionsLdapLdap defines model for definitions_ldap_ldap.
DefinitionsLdapLdapResponse defines model for definitions_ldap_ldapResponse.
DefinitionsLockLockResponse defines model for definitions_lock_LockResponse.
DefinitionsLogsLogsResponse defines model for definitions_logs_LogsResponse.
DefinitionsMiscCrlProperty defines model for definitions_misc_CrlProperty.
DefinitionsMiscImportResponse Result of an import.
DefinitionsMiscInitializationPackageProperties Data to send to create an initialization package.
DefinitionsNetworkInterfacesAggInterfaceProperties defines model for definitions_network-interfaces_AggInterfaceProperties.
DefinitionsNetworkInterfacesAggInterfacePropertiesWithoutUuid defines model for definitions_network-interfaces_AggInterfacePropertiesWithoutUuid.
DefinitionsNetworkInterfacesAggInterfaceWithChildren defines model for definitions_network-interfaces_AggInterfaceWithChildren.
DefinitionsNetworkInterfacesAggInterfaceWithChildren_Children_Item defines model for definitions_network-interfaces_AggInterfaceWithChildren.children.Item.
DefinitionsNetworkInterfacesBridgeInterfaceProperties defines model for definitions_network-interfaces_BridgeInterfaceProperties.
DefinitionsNetworkInterfacesBridgeInterfacePropertiesWithoutUuid defines model for definitions_network-interfaces_BridgeInterfacePropertiesWithoutUuid.
DefinitionsNetworkInterfacesBridgeInterfaceWithChildren defines model for definitions_network-interfaces_BridgeInterfaceWithChildren.
DefinitionsNetworkInterfacesBridgeInterfaceWithChildren_Children_Item defines model for definitions_network-interfaces_BridgeInterfaceWithChildren.children.Item.
DefinitionsNetworkInterfacesEthernetInterfaceProperties defines model for definitions_network-interfaces_EthernetInterfaceProperties.
DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuid defines model for definitions_network-interfaces_EthernetInterfacePropertiesWithoutUuid.
DefinitionsNetworkInterfacesEthernetInterfaceWithChildren defines model for definitions_network-interfaces_EthernetInterfaceWithChildren.
DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuid defines model for definitions_network-interfaces_NetworkInterfaceCommonPropertiesWithoutUuid.
DefinitionsNetworkInterfacesNetworkInterfacesListResponse defines model for definitions_network-interfaces_NetworkInterfacesListResponse.
DefinitionsNetworkInterfacesNetworkInterfacesListResponse_Result_Item defines model for definitions_network-interfaces_NetworkInterfacesListResponse.result.Item.
DefinitionsNetworkInterfacesNetworkInterfacesTree_Item defines model for definitions_network-interfaces_NetworkInterfacesTree.Item.
DefinitionsNetworkInterfacesNetworkInterfaceUuid defines model for definitions_network-interfaces_NetworkInterfaceUuid.
DefinitionsNetworkInterfacesVirtualInterfaceProperties defines model for definitions_network-interfaces_VirtualInterfaceProperties.
DefinitionsNetworkInterfacesVirtualInterfacePropertiesWithoutUuid defines model for definitions_network-interfaces_VirtualInterfacePropertiesWithoutUuid.
DefinitionsNetworkInterfacesVlanInterfaceProperties defines model for definitions_network-interfaces_VlanInterfaceProperties.
DefinitionsNetworkInterfacesVlanInterfacePropertiesWithoutUuid defines model for definitions_network-interfaces_VlanInterfacePropertiesWithoutUuid.
DefinitionsNetworkInterfacesVlanInterfaceWithChildren defines model for definitions_network-interfaces_VlanInterfaceWithChildren.
DefinitionsNsrpcNsrpcAttachmentResponse defines model for definitions_nsrpc_NsrpcAttachmentResponse.
DefinitionsNsrpcNsrpcDeleteResponse defines model for definitions_nsrpc_NsrpcDeleteResponse.
DefinitionsNsrpcNsrpcExecuteBody nsrpc execute body.
DefinitionsNsrpcNsrpcListResponse defines model for definitions_nsrpc_NsrpcListResponse.
DefinitionsNsrpcNsrpcResponse defines model for definitions_nsrpc_NsrpcResponse.
DefinitionsNsrpcNsrpcScheduleBody nsrpc scheduling request body.
DefinitionsNsrpcNsrpcScriptContentResponse defines model for definitions_nsrpc_NsrpcScriptContentResponse.
DefinitionsNsrpcNsrpcStateExecutionResponse defines model for definitions_nsrpc_NsrpcStateExecutionResponse.
DefinitionsObjectsCheckUsageResponse defines model for definitions_objects_CheckUsageResponse.
DefinitionsObjectsObjectProperties defines model for definitions_objects_ObjectProperties.
DefinitionsObjectsObjectPropertiesWithoutUuid defines model for definitions_objects_ObjectPropertiesWithoutUuid.
DefinitionsObjectsObjectUuid defines model for definitions_objects_ObjectUuid.
DefinitionsQueueMultipleQueuesResponse defines model for definitions_queue_MultipleQueuesResponse.
DefinitionsQueueQueue defines model for definitions_queue_Queue.
DefinitionsQueueQueueWithoutUuid A custom queue.
DefinitionsQueueSingleQueueResponse defines model for definitions_queue_SingleQueueResponse.
DefinitionsRadiusRadius defines model for definitions_radius_radius.
DefinitionsRadiusRadiusPostResponse defines model for definitions_radius_radiusPostResponse.
DefinitionsRadiusRadiusPostResponse_Result_Item defines model for definitions_radius_radiusPostResponse.result.Item.
DefinitionsRadiusRadiusPostResponseResult0 defines model for .
DefinitionsRadiusRadiusPostResponseResult1 defines model for .
DefinitionsRadiusRadiusResponse defines model for definitions_radius_radiusResponse.
DefinitionsRoutingRouteAddUpdateBody defines model for definitions_routing_RouteAddUpdateBody.
DefinitionsRoutingRouteInfo defines model for definitions_routing_RouteInfo.
DefinitionsRoutingRouteProperties defines model for definitions_routing_RouteProperties.
DefinitionsRoutingRouting defines model for definitions_routing_Routing.
DefinitionsServerStateCurrentRevision defines model for definitions_server-state_CurrentRevision.
DefinitionsSnsdiffSnsDiffResult defines model for definitions_snsdiff_SnsDiffResult.
DefinitionsTopologiesAddressPoolReservationInTopology defines model for definitions_topologies_AddressPoolReservationInTopology.
DefinitionsTopologiesDefaultAddressPool defines model for definitions_topologies_DefaultAddressPool.
DefinitionsTopologiesTopologiesListResponse defines model for definitions_topologies_TopologiesListResponse.
DefinitionsTopologiesTopologyPeerProperties defines model for definitions_topologies_TopologyPeerProperties.
DefinitionsTopologiesTopologyPeerPropertiesWithoutReadOnly defines model for definitions_topologies_TopologyPeerPropertiesWithoutReadOnly.
DefinitionsTopologiesTopologyPropertiesWithoutUuid defines model for definitions_topologies_TopologyPropertiesWithoutUuid.
DefinitionsTopologiesTopologyPropertiesWithUuid defines model for definitions_topologies_TopologyPropertiesWithUuid.
DefinitionsTrafficShaperMultipleTrafficShapersResponse defines model for definitions_traffic-shaper_MultipleTrafficShapersResponse.
DefinitionsTrafficShaperSingleTrafficShaperResponse defines model for definitions_traffic-shaper_SingleTrafficShaperResponse.
DefinitionsTrafficShaperTrafficShaper defines model for definitions_traffic-shaper_TrafficShaper.
DefinitionsTrafficShaperTrafficShaperWithoutUuid A custom traffic shaper.
DefinitionsTunnelsTunnelEndpoint defines model for definitions_tunnels_TunnelEndpoint.
DefinitionsTunnelsTunnelProperties defines model for definitions_tunnels_TunnelProperties.
DefinitionsTunnelsTunnelsListResponse defines model for definitions_tunnels_TunnelsListResponse.
DefinitionsVariablesMultipleVariablesResponse defines model for definitions_variables_MultipleVariablesResponse.
DefinitionsVariablesSingleVariableResponse defines model for definitions_variables_SingleVariableResponse.
DefinitionsVariablesVariable defines model for definitions_variables_Variable.
DefinitionsVariablesVariablesImportListResponse defines model for definitions_variables_VariablesImportListResponse.
DefinitionsVariablesVariablesImportSummary defines model for definitions_variables_VariablesImportSummary.
DefinitionsVariablesVariableWithoutUuid A custom variable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeleteApiFoldersUuidParams defines parameters for DeleteApiFoldersUuid.
No description provided by the author
No description provided by the author
DeleteApiNetworkInterfacesBulkJSONBody_Item defines parameters for DeleteApiNetworkInterfacesBulk.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetApiExportSdwansupervisionParams defines parameters for GetApiExportSdwansupervision.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetApiFoldersParams defines parameters for GetApiFolders.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetApiLogsLastParams defines parameters for GetApiLogsLast.
No description provided by the author
No description provided by the author
GetApiNetworkInterfacesParams defines parameters for GetApiNetworkInterfaces.
No description provided by the author
GetApiNetworkInterfacesRootParams defines parameters for GetApiNetworkInterfacesRoot.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetApiNsrpcScriptScriptnameParams defines parameters for GetApiNsrpcScriptScriptname.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostApiActiveupdateImportMultipartBody defines parameters for PostApiActiveupdateImport.
No description provided by the author
No description provided by the author
PostApiAuthLoginFormdataBody defines parameters for PostApiAuthLogin.
No description provided by the author
No description provided by the author
PostApiAutobackupJSONBody defines parameters for PostApiAutobackup.
No description provided by the author
No description provided by the author
PostApiBackupHashJSONBody defines parameters for PostApiBackupHash.
No description provided by the author
PostApiBackupMultipartBody defines parameters for PostApiBackup.
No description provided by the author
PostApiCertificatesAuthoritiesCaUuidMultipartBody defines parameters for PostApiCertificatesAuthoritiesCaUuid.
No description provided by the author
PostApiCertificatesAuthoritiesCrlCaUuidMultipartBody defines parameters for PostApiCertificatesAuthoritiesCrlCaUuid.
No description provided by the author
PostApiCertificatesAuthoritiesCrlMultipartBody defines parameters for PostApiCertificatesAuthoritiesCrl.
No description provided by the author
PostApiCertificatesAuthoritiesMultipartBody defines parameters for PostApiCertificatesAuthorities.
No description provided by the author
PostApiCertificatesGetJSONBody defines parameters for PostApiCertificatesGet.
No description provided by the author
PostApiCertificatesParams defines parameters for PostApiCertificates.
No description provided by the author
No description provided by the author
PostApiCertificatesUuidParams defines parameters for PostApiCertificatesUuid.
No description provided by the author
PostApiConfigDrJSONBody defines parameters for PostApiConfigDr.
No description provided by the author
No description provided by the author
No description provided by the author
PostApiConfigLicenseMultipartBody defines parameters for PostApiConfigLicense.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostApiNetworkInterfacesJSONBody defines parameters for PostApiNetworkInterfaces.
No description provided by the author
No description provided by the author
PostApiNsrpcCsvDryRunScriptnameMultipartBody defines parameters for PostApiNsrpcCsvDryRunScriptname.
No description provided by the author
PostApiNsrpcCsvScriptnameMultipartBody defines parameters for PostApiNsrpcCsvScriptname.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostApiNsrpcScriptScriptnameMultipartBody defines parameters for PostApiNsrpcScriptScriptname.
No description provided by the author
PostApiNsrpcUsebackupscriptJSONBody defines parameters for PostApiNsrpcUsebackupscript.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostApiRoutingGetbirdconfigerrorJSONBody defines parameters for PostApiRoutingGetbirdconfigerror.
No description provided by the author
PostApiRoutingImportMultipartBody defines parameters for PostApiRoutingImport.
No description provided by the author
No description provided by the author
PostApiUpdateMultipartBody defines parameters for PostApiUpdate.
No description provided by the author
PostApiVariablesImportMultipartBody defines parameters for PostApiVariablesImport.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PutApiActiveupdateJSONBody defines parameters for PutApiActiveupdate.
No description provided by the author
PutApiAdminaccountFormdataBody defines parameters for PutApiAdminaccount.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PutApiConfigPapiJSONBody defines parameters for PutApiConfigPapi.
No description provided by the author
PutApiConfigSlsJSONBody defines parameters for PutApiConfigSls.
No description provided by the author
PutApiConfigVpncrlrequiredJSONBody defines parameters for PutApiConfigVpncrlrequired.
No description provided by the author
No description provided by the author
No description provided by the author
PutApiNetworkInterfacesUuidJSONBody defines parameters for PutApiNetworkInterfacesUuid.
PutApiNetworkInterfacesUuidMembersJSONBody defines parameters for PutApiNetworkInterfacesUuidMembers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
DefinitionsAccountsAccountApiKeyCreateRequestPermissions defines model for DefinitionsAccountsAccountApiKeyCreateRequest.Permissions.
DefinitionsAccountsAccountCreateRequestPermissions defines model for DefinitionsAccountsAccountCreateRequest.Permissions.
DefinitionsAccountsAccountPropertiesBasePermissions defines model for DefinitionsAccountsAccountPropertiesBase.Permissions.
DefinitionsAccountsAccountPropertiesWithoutPasswordPermissions defines model for DefinitionsAccountsAccountPropertiesWithoutPassword.Permissions.
DefinitionsAccountsAccountUpdateRequestPermissions defines model for DefinitionsAccountsAccountUpdateRequest.Permissions.
DefinitionsAccountsApiKeyPropertiesPermissions defines model for DefinitionsAccountsApiKeyProperties.Permissions.
DefinitionsAccountsCreateApiKeyResponsePermissions defines model for DefinitionsAccountsCreateApiKeyResponse.Permissions.
DefinitionsAuditlogsLogsResponseLinesAction action name.
DefinitionsAuditlogsLogsResponseLinesActionStatus action status.
DefinitionsAuthPolicyApiKeyDefaultPeriodPeriod Duration multiplier.
DefinitionsAuthPolicyPolicyMandatoryType Users passwords' mandatory character types.
DefinitionsAuthSessionPermissions session permissions.
DefinitionsCertificatesCertificatesList defines model for definitions_certificates_CertificatesList.
DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultErrorsCode defines model for DefinitionsCertificatesCertificatesRenewRequestResults.OutputResult.Errors.Code.
DefinitionsCertificatesCertificatesRenewRequestResultsOutputResultRequestResultsStatus transaction status.
DefinitionsCertificatesCertificateTpm The certificate TPM status.
DefinitionsCertificatesCertificateType The certificate type.
DefinitionsCertificatesCertificateUploadAction type of action i.e.
DefinitionsCertificationAuthoritiesCertificationAuthoritiesList defines model for definitions_certification-authorities_CertificationAuthoritiesList.
DefinitionsCertificationAuthoritiesCertificationAuthoritiesTree defines model for definitions_certification-authorities_CertificationAuthoritiesTree.
DefinitionsCertificationAuthoritiesCertificationAuthorityEnrollmentProtocol The enrollment protocol (SCEP if server URL protocol is HTTP, EST if HTTPS).
DefinitionsCertificationAuthoritiesCertificationAuthorityEnrollmentScepMethod defines model for DefinitionsCertificationAuthoritiesCertificationAuthority.Enrollment.ScepMethod.
DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenEnrollmentProtocol The enrollment protocol (SCEP if server URL protocol is HTTP, EST if HTTPS).
DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenEnrollmentScepMethod defines model for DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildren.Enrollment.ScepMethod.
DefinitionsCertificationAuthoritiesCertificationAuthorityWithChildrenMtype Type of the certificate ("certificate" or "authority").
DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuidEnrollmentProtocol The enrollment protocol (SCEP if server URL protocol is HTTP, EST if HTTPS).
DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuidEnrollmentScepMethod defines model for DefinitionsCertificationAuthoritiesCertificationAuthorityWithoutUuid.Enrollment.ScepMethod.
DefinitionsCertificationAuthoritiesCertificationAuthorityWriteablePropsEnrollmentProtocol The enrollment protocol (SCEP if server URL protocol is HTTP, EST if HTTPS).
DefinitionsCertificationAuthoritiesCertificationAuthorityWriteablePropsEnrollmentScepMethod defines model for DefinitionsCertificationAuthoritiesCertificationAuthorityWriteableProps.Enrollment.ScepMethod.
DefinitionsCfgcheckIncoherencyIncoherentElementType the type of the element the incoherency come from.
DefinitionsCfgcheckIncoherencyLevel criticity level of the incoherency.
DefinitionsCfgcheckIncoherencyType the type of incoherency.
DefinitionsCfgcheckInvolvedItemField the field of object that contains sub involved items.
DefinitionsCfgcheckInvolvedItemObjectType the type of object.
DefinitionsCommonErrorResponseSuccess False in case of error.
DefinitionsCommonErrorsList defines model for definitions_common_ErrorsList.
DefinitionsCommonForbiddenBecauseOfUserScopeResponseErrorsCode defines model for DefinitionsCommonForbiddenBecauseOfUserScopeResponse.Errors.Code.
DefinitionsCommonForbiddenBecauseOfUserScopeResponseSuccess False in case of error.
DefinitionsCommonSuccessResponseSuccess Always set to true on success.
DefinitionsCommonUuid An uuid.
DefinitionsConfigInitialConfigurationStatus initial interface configuration status.
DefinitionsConfigInitializedStateSmcOnCloud Specify if SMC is running on an cloud environment.
DefinitionsConfigInitialResultStatus initial interface configuration status.
DefinitionsConfigNetworkConfigurationInterfacesStatus interface current configuration status.
DefinitionsConfigNetworkInterfacesListResponse defines model for definitions_config_NetworkInterfacesListResponse.
DefinitionsConfigNetworkInterfacesListResponseStatus interface current configuration status.
DefinitionsConfigNetworkInterfacesUpdateList defines model for definitions_config_NetworkInterfacesUpdateList.
DefinitionsConfigNetworkInterfacesUpdateListStatus interface current configuration status.
DefinitionsDeployDeploymentMonitoringResponseFirewallsStep Current deployment step on this firewall.
DefinitionsDeployDeploymentMonitoringResponseFirewallsTotal Total number of deployment steps on this firewall.
DefinitionsDeployDeploymentMonitoringResponseSuccess defines model for DefinitionsDeployDeploymentMonitoringResponse.Success.
DefinitionsDeploymentWarningsConfigEditors defines model for definitions_deployment-warnings_ConfigEditors.
DefinitionsEncryptionProfilesEncryptionProfileList defines model for definitions_encryptionProfiles_EncryptionProfileList.
DefinitionsEncryptionProfilesPh1ProfileDefaultdh Default Diffie-Helman Group.
DefinitionsEncryptionProfilesPh1ProfileDefaultprf Default PRF.
DefinitionsEncryptionProfilesPh2ProfilePfs IPSec pfs.
DefinitionsMiscContactAddresses list of host/port to contact SMC.
DefinitionsMiscImportResponseLogsCtxType type of imported csv file.
DefinitionsMiscImportResponseLogsLevel log level.
DefinitionsMiscProtocolList defines model for definitions_misc_ProtocolList.
DefinitionsMiscProtocolListIpProto defines model for DefinitionsMiscProtocolList.IpProto.
DefinitionsNetworkInterfacesAggInterfacePropertiesAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesAggInterfacePropertiesInterfaceType Type of the interface.
DefinitionsNetworkInterfacesAggInterfaceWithChildrenAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesAggInterfaceWithChildrenChildren2 defines model for .
DefinitionsNetworkInterfacesAggInterfaceWithChildrenInterfaceType Type of the interface.
DefinitionsNetworkInterfacesBridgeInterfacePropertiesAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesBridgeInterfacePropertiesInterfaceType Type of the interface.
DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenChildren3 defines model for .
DefinitionsNetworkInterfacesBridgeInterfaceWithChildrenInterfaceType Type of the interface.
DefinitionsNetworkInterfacesEthernetInterfacePropertiesAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesEthernetInterfacePropertiesInterfaceType Type of the interface.
DefinitionsNetworkInterfacesEthernetInterfacePropertiesMedia Media type of the interface.
DefinitionsNetworkInterfacesEthernetInterfacePropertiesWithoutUuidMedia Media type of the interface.
DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenInterfaceType Type of the interface.
DefinitionsNetworkInterfacesEthernetInterfaceWithChildrenMedia Media type of the interface.
DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesNetworkInterfaceCommonPropertiesWithoutUuidInterfaceType Type of the interface.
DefinitionsNetworkInterfacesNetworkInterfacesListResponseResult5 defines model for .
DefinitionsNetworkInterfacesNetworkInterfacesTree defines model for definitions_network-interfaces_NetworkInterfacesTree.
DefinitionsNetworkInterfacesNetworkInterfacesTree4 defines model for .
DefinitionsNetworkInterfacesVlanInterfacePropertiesAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesVlanInterfacePropertiesInterfaceType Type of the interface.
DefinitionsNetworkInterfacesVlanInterfaceWithChildrenAggregateMode Allow to use the aggregated interface with a failover mode (master/backup) or not.
DefinitionsNetworkInterfacesVlanInterfaceWithChildrenInterfaceType Type of the interface.
DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsStep Current execution step on this firewall.
DefinitionsNsrpcNsrpcStateExecutionResponseFirewallsTotal Total number of execution steps on this firewall.
DefinitionsNsrpcNsrpcStateExecutionResponseSuccess defines model for DefinitionsNsrpcNsrpcStateExecutionResponse.Success.
DefinitionsObjectsObjectPropertiesDeploymentMode defines model for DefinitionsObjectsObjectProperties.Deployment.Mode.
DefinitionsObjectsObjectPropertiesWithoutUuidDeploymentMode defines model for DefinitionsObjectsObjectPropertiesWithoutUuid.Deployment.Mode.
DefinitionsProxyParametersProxyAppName defines model for definitions_proxy_parameters_ProxyAppName.
DefinitionsProxyParametersProxyFileNameField defines model for definitions_proxy_parameters_ProxyFileNameField.
DefinitionsProxyParametersProxyFirewallUuid defines model for definitions_proxy_parameters_ProxyFirewallUuid.
DefinitionsProxyParametersProxyManifestConsent defines model for definitions_proxy_parameters_ProxyManifestConsent.
DefinitionsProxyParametersProxyManifestRefuse defines model for definitions_proxy_parameters_ProxyManifestRefuse.
DefinitionsProxyParametersProxyUserId defines model for definitions_proxy_parameters_ProxyUserId.
DefinitionsQueueQueueType defines model for DefinitionsQueueQueue.Type.
DefinitionsQueueQueueWithoutUuidType defines model for DefinitionsQueueQueueWithoutUuid.Type.
DefinitionsRoutingRouteAddUpdateBodyRouteType Route type.
DefinitionsRoutingRouteInfoRouteType Route type.
DefinitionsRoutingRoutePropertiesRouteType Route type.
DefinitionsRulesParentType defines model for definitions_rules_ParentType.
DefinitionsTopologiesTopologyPropertiesWithoutUuidDpdMode Dead Peer Detection mode.
DefinitionsTopologiesTopologyPropertiesWithoutUuidIkeVersion IKE version.
DefinitionsTopologiesTopologyPropertiesWithoutUuidPmtud Path MTU Discovery (0 = "Disabled", 1 = "Always add the DF flag", 2 = "Keep the DF flag").
DefinitionsTopologiesTopologyPropertiesWithoutUuidShape Topology shape.
DefinitionsTopologiesTopologyPropertiesWithoutUuidType Topology type.
DefinitionsTopologiesTopologyPropertiesWithUuidDpdMode Dead Peer Detection mode.
DefinitionsTopologiesTopologyPropertiesWithUuidIkeVersion IKE version.
DefinitionsTopologiesTopologyPropertiesWithUuidPmtud Path MTU Discovery (0 = "Disabled", 1 = "Always add the DF flag", 2 = "Keep the DF flag").
DefinitionsTopologiesTopologyPropertiesWithUuidShape Topology shape.
DefinitionsTopologiesTopologyPropertiesWithUuidType Topology type.
DefinitionsTunnelsTunnelPropertiesStatusLeft defines model for DefinitionsTunnelsTunnelProperties.Status.Left.
DefinitionsTunnelsTunnelPropertiesStatusRight defines model for DefinitionsTunnelsTunnelProperties.Status.Right.
DefinitionsTunnelsTunnelPropertiesStatusState defines model for DefinitionsTunnelsTunnelProperties.Status.State.
DefinitionsVariablesVariablesImportListResponseResultLogsCtxType type of imported csv file.
DefinitionsVariablesVariablesImportListResponseResultLogsLevel log level.
DeleteApiNetworkInterfacesBulkJSONBody defines parameters for DeleteApiNetworkInterfacesBulk.
DeleteApiNetworkInterfacesBulkJSONRequestBody defines body for DeleteApiNetworkInterfacesBulk for application/json ContentType.
DeleteApiQosIfacesAssignationsBulkJSONBody defines parameters for DeleteApiQosIfacesAssignationsBulk.
DeleteApiQosIfacesAssignationsBulkJSONRequestBody defines body for DeleteApiQosIfacesAssignationsBulk for application/json ContentType.
DeleteApiQosQueuesBulkJSONBody defines parameters for DeleteApiQosQueuesBulk.
DeleteApiQosQueuesBulkJSONRequestBody defines body for DeleteApiQosQueuesBulk for application/json ContentType.
DeleteApiQosTrafficShapersBulkJSONBody defines parameters for DeleteApiQosTrafficShapersBulk.
DeleteApiQosTrafficShapersBulkJSONRequestBody defines body for DeleteApiQosTrafficShapersBulk for application/json ContentType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostApiAccountsApikeysJSONRequestBody defines body for PostApiAccountsApikeys for application/json ContentType.
PostApiAccountsJSONRequestBody defines body for PostApiAccounts for application/json ContentType.
PostApiActiveupdateImportMultipartRequestBody defines body for PostApiActiveupdateImport for multipart/form-data ContentType.
PostApiAuthLoginFormdataRequestBody defines body for PostApiAuthLogin for application/x-www-form-urlencoded ContentType.
PostApiAutobackupJSONRequestBody defines body for PostApiAutobackup for application/json ContentType.
PostApiBackupDownloadJSONRequestBody defines body for PostApiBackupDownload for application/json ContentType.
PostApiBackupHashJSONRequestBody defines body for PostApiBackupHash for application/json ContentType.
PostApiBackupMultipartRequestBody defines body for PostApiBackup for multipart/form-data ContentType.
PostApiCertificatesAuthoritiesCaUuidMultipartRequestBody defines body for PostApiCertificatesAuthoritiesCaUuid for multipart/form-data ContentType.
PostApiCertificatesAuthoritiesCrlCaUuidMultipartRequestBody defines body for PostApiCertificatesAuthoritiesCrlCaUuid for multipart/form-data ContentType.
PostApiCertificatesAuthoritiesCrlMultipartRequestBody defines body for PostApiCertificatesAuthoritiesCrl for multipart/form-data ContentType.
PostApiCertificatesAuthoritiesMultipartRequestBody defines body for PostApiCertificatesAuthorities for multipart/form-data ContentType.
PostApiCertificatesGetJSONRequestBody defines body for PostApiCertificatesGet for application/json ContentType.
PostApiCertificatesJSONRequestBody defines body for PostApiCertificates for application/json ContentType.
PostApiCertificatesMultipartRequestBody defines body for PostApiCertificates for multipart/form-data ContentType.
PostApiCertificatesRenewJSONRequestBody defines body for PostApiCertificatesRenew for application/json ContentType.
PostApiCertificatesUuidJSONRequestBody defines body for PostApiCertificatesUuid for application/json ContentType.
PostApiCertificatesUuidMultipartRequestBody defines body for PostApiCertificatesUuid for multipart/form-data ContentType.
PostApiConfigDrJSONRequestBody defines body for PostApiConfigDr for application/json ContentType.
PostApiConfigInitialCloudCloudNameJSONRequestBody defines body for PostApiConfigInitialCloudCloudName for application/json ContentType.
PostApiConfigInitialJSONRequestBody defines body for PostApiConfigInitial for application/json ContentType.
PostApiConfigLicenseMultipartRequestBody defines body for PostApiConfigLicense for multipart/form-data ContentType.
PostApiConfigNetworkJSONRequestBody defines body for PostApiConfigNetwork for application/json ContentType.
PostApiCustompropertiesJSONRequestBody defines body for PostApiCustomproperties for application/json ContentType.
PostApiExportSupervisionJSONRequestBody defines body for PostApiExportSupervision for application/json ContentType.
PostApiFirewallsUuidPackageJSONRequestBody defines body for PostApiFirewallsUuidPackage for application/json ContentType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostApiFirewallsUuidRoutingJSONRequestBody defines body for PostApiFirewallsUuidRouting for application/json ContentType.
PostApiFoldersJSONRequestBody defines body for PostApiFolders for application/json ContentType.
PostApiLdapMultipartRequestBody defines body for PostApiLdap for multipart/form-data ContentType.
PostApiNetworkInterfacesJSONRequestBody defines body for PostApiNetworkInterfaces for application/json ContentType.
PostApiNsrpcAttachMultipartBody defines parameters for PostApiNsrpcAttach.
PostApiNsrpcAttachMultipartRequestBody defines body for PostApiNsrpcAttach for multipart/form-data ContentType.
PostApiNsrpcCsvDryRunScriptnameMultipartRequestBody defines body for PostApiNsrpcCsvDryRunScriptname for multipart/form-data ContentType.
PostApiNsrpcCsvScriptnameMultipartRequestBody defines body for PostApiNsrpcCsvScriptname for multipart/form-data ContentType.
PostApiNsrpcDryRunScriptnameJSONRequestBody defines body for PostApiNsrpcDryRunScriptname for application/json ContentType.
No description provided by the author
PostApiNsrpcExecuteScriptnameJSONRequestBody defines body for PostApiNsrpcExecuteScriptname for application/json ContentType.
No description provided by the author
PostApiNsrpcScriptScriptnameMultipartRequestBody defines body for PostApiNsrpcScriptScriptname for multipart/form-data ContentType.
PostApiNsrpcUsebackupscriptJSONRequestBody defines body for PostApiNsrpcUsebackupscript for application/json ContentType.
PostApiQosIfacesAssignationsJSONRequestBody defines body for PostApiQosIfacesAssignations for application/json ContentType.
PostApiQosQueuesJSONRequestBody defines body for PostApiQosQueues for application/json ContentType.
PostApiQosTrafficShapersJSONRequestBody defines body for PostApiQosTrafficShapers for application/json ContentType.
PostApiRadiusJSONRequestBody defines body for PostApiRadius for application/json ContentType.
PostApiRoutingGetbirdconfigerrorJSONRequestBody defines body for PostApiRoutingGetbirdconfigerror for application/json ContentType.
No description provided by the author
PostApiRoutingImportMultipartRequestBody defines body for PostApiRoutingImport for multipart/form-data ContentType.
No description provided by the author
PostApiUnifiedconfigDeployJSONRequestBody defines body for PostApiUnifiedconfigDeploy for application/json ContentType.
PostApiUpdateMultipartRequestBody defines body for PostApiUpdate for multipart/form-data ContentType.
PostApiVariablesImportMultipartRequestBody defines body for PostApiVariablesImport for multipart/form-data ContentType.
PostApiVariablesJSONRequestBody defines body for PostApiVariables for application/json ContentType.
PostApiVpnDefaultAddressPoolJSONRequestBody defines body for PostApiVpnDefaultAddressPool for application/json ContentType.
PostApiVpnEncryptionProfilesJSONRequestBody defines body for PostApiVpnEncryptionProfiles for application/json ContentType.
PostApiVpnTopologiesJSONRequestBody defines body for PostApiVpnTopologies for application/json ContentType.
PutApiAccountsUuidJSONRequestBody defines body for PutApiAccountsUuid for application/json ContentType.
PutApiActiveupdateJSONRequestBody defines body for PutApiActiveupdate for application/json ContentType.
PutApiAdminaccountFormdataRequestBody defines body for PutApiAdminaccount for application/x-www-form-urlencoded ContentType.
PutApiApipolicyJSONRequestBody defines body for PutApiApipolicy for application/json ContentType.
PutApiAuthpolicyJSONRequestBody defines body for PutApiAuthpolicy for application/json ContentType.
PutApiCertificatesAuthoritiesCaUuidJSONRequestBody defines body for PutApiCertificatesAuthoritiesCaUuid for application/json ContentType.
PutApiCertificatesUuidJSONRequestBody defines body for PutApiCertificatesUuid for application/json ContentType.
PutApiConfigInterfacesJSONRequestBody defines body for PutApiConfigInterfaces for application/json ContentType.
PutApiConfigPapiJSONRequestBody defines body for PutApiConfigPapi for application/json ContentType.
PutApiConfigSlsJSONRequestBody defines body for PutApiConfigSls for application/json ContentType.
PutApiConfigVpncrlrequiredJSONRequestBody defines body for PutApiConfigVpncrlrequired for application/json ContentType.
PutApiCustompropertiesUuidJSONRequestBody defines body for PutApiCustompropertiesUuid for application/json ContentType.
PutApiFoldersUuidJSONRequestBody defines body for PutApiFoldersUuid for application/json ContentType.
PutApiNetworkInterfacesUuidJSONRequestBody defines body for PutApiNetworkInterfacesUuid for application/json ContentType.
PutApiNetworkInterfacesUuidMembersJSONRequestBody defines body for PutApiNetworkInterfacesUuidMembers for application/json ContentType.
No description provided by the author
PutApiNsrpcScheduleScriptnameJSONRequestBody defines body for PutApiNsrpcScheduleScriptname for application/json ContentType.
PutApiQosIfacesAssignationsUuidJSONRequestBody defines body for PutApiQosIfacesAssignationsUuid for application/json ContentType.
PutApiQosQueuesUuidJSONRequestBody defines body for PutApiQosQueuesUuid for application/json ContentType.
PutApiQosTrafficShapersUuidJSONRequestBody defines body for PutApiQosTrafficShapersUuid for application/json ContentType.
PutApiRoutingUuidJSONRequestBody defines body for PutApiRoutingUuid for application/json ContentType.
PutApiVariablesUuidJSONRequestBody defines body for PutApiVariablesUuid for application/json ContentType.
PutApiVpnEncryptionProfilesUuidJSONRequestBody defines body for PutApiVpnEncryptionProfilesUuid for application/json ContentType.
PutApiVpnTopologiesUuidJSONRequestBody defines body for PutApiVpnTopologiesUuid for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.