{
  "errors": [],
  "statistics": [
    {
      "owner": "errorJson",
      "description": "Standard adapter errors available for use",
      "value": 30
    },
    {
      "owner": "packageJson",
      "description": "Number of production dependencies",
      "value": 12
    },
    {
      "owner": "packageJson",
      "description": "Number of development dependencies",
      "value": 9
    },
    {
      "owner": "packageJson",
      "description": "Number of npm scripts",
      "value": 21
    },
    {
      "owner": "packageJson",
      "description": "Runtime Library dependency",
      "value": "^4.41.0"
    },
    {
      "owner": "propertiesSchemaJson",
      "description": "Adapter properties defined in the propertiesSchema file",
      "value": 64
    },
    {
      "owner": "adapterJS",
      "description": "Lines of code generated in adapter.js",
      "value": 24068
    },
    {
      "owner": "adapterJS",
      "description": "Number of Functions added to adapter.js",
      "value": 280
    },
    {
      "owner": "pronghornJson",
      "description": "Number of Methods added to pronghorn.json",
      "value": 280
    },
    {
      "owner": "readmeMd",
      "description": "Number of lines in the README.md",
      "value": 684
    },
    {
      "owner": "unitTestJS",
      "description": "Number of lines of code in unit tests",
      "value": 10954
    },
    {
      "owner": "unitTestJS",
      "description": "Number of unit tests",
      "value": 699
    },
    {
      "owner": "integrationTestJS",
      "description": "Number of lines of code in integration tests",
      "value": 7570
    },
    {
      "owner": "integrationTestJS",
      "description": "Number of integration tests",
      "value": 285
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for CloudEdition entity",
      "value": 27
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for Access entity",
      "value": 93
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for ADC entity",
      "value": 26
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for ASM entity",
      "value": 5
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for Device entity",
      "value": 15
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for DNS entity",
      "value": 100
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for Firewall entity",
      "value": 14
    },
    {
      "owner": "actionJson",
      "description": "Total number of actions",
      "value": 280
    },
    {
      "owner": "actionJson",
      "description": "Total number of entities",
      "value": 7
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for CloudEdition entity",
      "value": 1
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for Access entity",
      "value": 1
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for ADC entity",
      "value": 1
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for ASM entity",
      "value": 1
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for Device entity",
      "value": 1
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for DNS entity",
      "value": 1
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for Firewall entity",
      "value": 1
    },
    {
      "owner": "schemaJson",
      "description": "Total number of schemas",
      "value": 7
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for CloudEdition entity",
      "value": 0
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for Access entity",
      "value": 0
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for ADC entity",
      "value": 0
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for ASM entity",
      "value": 0
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for Device entity",
      "value": 0
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for DNS entity",
      "value": 0
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for Firewall entity",
      "value": 0
    },
    {
      "owner": "mockdata",
      "description": "Total number of mock data files",
      "value": 0
    },
    {
      "owner": "actionJson",
      "description": "Number of actions for .system entity",
      "value": 2
    },
    {
      "owner": "schemaJson",
      "description": "Number of schemas for .system entity",
      "value": 3
    },
    {
      "owner": "mockdata",
      "description": "Number of mock data files for .system entity",
      "value": 2
    },
    {
      "owner": "System",
      "description": "System entity files",
      "value": 6
    },
    {
      "owner": "usecases",
      "description": "Number of workflows",
      "value": 0
    },
    {
      "owner": "staticFile",
      "description": "Number of lines of code in adapterBase.js",
      "value": 1007
    },
    {
      "owner": "staticFile",
      "description": "Number of static files added",
      "value": 31
    },
    {
      "owner": "Overall",
      "description": "Total lines of Code",
      "value": 43599
    },
    {
      "owner": "Overall",
      "description": "Total Tests",
      "value": 984
    },
    {
      "owner": "Overall",
      "description": "Total Files",
      "value": 59
    }
  ],
  "apiParsingReport": {
    "no_mockdata": [
      {
        "fnName": "getAlertRule",
        "method": "get",
        "path": "/mgmt/cm/shared/policymgmt/alert-rules/{name}"
      },
      {
        "fnName": "patchAlertRule",
        "method": "patch",
        "path": "/mgmt/cm/shared/policymgmt/alert-rules/{name}"
      },
      {
        "fnName": "deleteAlertRule",
        "method": "delete",
        "path": "/mgmt/cm/shared/policymgmt/alert-rules/{name}"
      },
      {
        "fnName": "postAlertRule",
        "method": "post",
        "path": "/mgmt/cm/shared/policymgmt/alert-rules"
      },
      {
        "fnName": "getConfigSet",
        "method": "get",
        "path": "/mgmt/cm/global/config-sets/{id}"
      },
      {
        "fnName": "getApplyTemplate",
        "method": "get",
        "path": "/mgmt/cm/global/tasks/apply-template/{id}"
      },
      {
        "fnName": "patchApplyTemplate",
        "method": "patch",
        "path": "/mgmt/cm/global/tasks/apply-template/{id}"
      },
      {
        "fnName": "postApplyTemplate",
        "method": "post",
        "path": "/mgmt/cm/global/tasks/apply-template"
      },
      {
        "fnName": "getAllApplicationsList",
        "method": "get",
        "path": "/mgmt/ap/query/v1/tenants/default/reports/AllApplicationsList"
      },
      {
        "fnName": "getCloudEnvironment",
        "method": "get",
        "path": "/mgmt/cm/cloud/environments/{id}"
      },
      {
        "fnName": "patchCloudEnvironment",
        "method": "patch",
        "path": "/mgmt/cm/cloud/environments/{id}"
      },
      {
        "fnName": "deleteCloudEnvironment",
        "method": "delete",
        "path": "/mgmt/cm/cloud/environments/{id}"
      },
      {
        "fnName": "postCloudEnvironment",
        "method": "post",
        "path": "/mgmt/cm/cloud/environments"
      },
      {
        "fnName": "getCloudProvider",
        "method": "get",
        "path": "/mgmt/cm/cloud/providers/{id}"
      },
      {
        "fnName": "patchCloudProvider",
        "method": "patch",
        "path": "/mgmt/cm/cloud/providers/{id}"
      },
      {
        "fnName": "deleteCloudProvider",
        "method": "delete",
        "path": "/mgmt/cm/cloud/providers/{id}"
      },
      {
        "fnName": "postCloudProvider",
        "method": "post",
        "path": "/mgmt/cm/cloud/providers"
      },
      {
        "fnName": "getGlobalTemplate",
        "method": "get",
        "path": "/mgmt/cm/global/templates/{id}"
      },
      {
        "fnName": "deleteGlobalTemplate",
        "method": "delete",
        "path": "/mgmt/cm/global/templates/{id}"
      },
      {
        "fnName": "patchGlobalTemplate",
        "method": "patch",
        "path": "/mgmt/cm/global/templates/{id}"
      },
      {
        "fnName": "postGlobalTemplate",
        "method": "post",
        "path": "/mgmt/cm/global/templates"
      },
      {
        "fnName": "getServiceScalingGroup",
        "method": "get",
        "path": "/mgmt/cm/cloud/service-scaling-groups/{id}"
      },
      {
        "fnName": "patchServiceScalingGroup",
        "method": "patch",
        "path": "/mgmt/cm/cloud/service-scaling-groups/{id}"
      },
      {
        "fnName": "patchWorkflowRule",
        "method": "patch",
        "path": "/mgmt/cm/shared/policymgmt/workflow-rules/{name}"
      },
      {
        "fnName": "deleteWorkflowRule",
        "method": "delete",
        "path": "/mgmt/cm/shared/policymgmt/workflow-rules/{name}"
      },
      {
        "fnName": "getWorkflowRule",
        "method": "get",
        "path": "/mgmt/cm/shared/policymgmt/workflow-rules/{name}"
      },
      {
        "fnName": "postWorkflowRule",
        "method": "post",
        "path": "/mgmt/cm/shared/policymgmt/workflow-rules"
      },
      {
        "fnName": "postSuperDeploy",
        "method": "post",
        "path": "/mgmt/cm/access/tasks/super-deploy"
      },
      {
        "fnName": "deleteSuperDeploy",
        "method": "delete",
        "path": "/mgmt/cm/access/tasks/super-deploy/{id}"
      },
      {
        "fnName": "patchSuperDeploy",
        "method": "patch",
        "path": "/mgmt/cm/access/tasks/super-deploy/{id}"
      },
      {
        "fnName": "getSuperDeploy",
        "method": "get",
        "path": "/mgmt/cm/access/tasks/super-deploy{id}"
      },
      {
        "fnName": "getAccessPolicies",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/policy/access-policy"
      },
      {
        "fnName": "getAccessProfile",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/profile/access/{id}"
      },
      {
        "fnName": "getActiveDirectoryServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/active-directory/{id}"
      },
      {
        "fnName": "deleteActiveDirectoryServer",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/active-directory/{id}"
      },
      {
        "fnName": "patchActiveDirectoryServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/active-directory/{id}"
      },
      {
        "fnName": "postActiveDirectoryServer",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/active-directory"
      },
      {
        "fnName": "postRevokeTokens",
        "method": "post",
        "path": "/mgmt/cm/access/tasks/revoke-tokens"
      },
      {
        "fnName": "getRevokeTokens",
        "method": "get",
        "path": "/mgmt/cm/access/tasks/revoke-tokens/{id}"
      },
      {
        "fnName": "getCRLDPServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/crldp/{id}"
      },
      {
        "fnName": "deleteCRLDPServer",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/crldp/{id}"
      },
      {
        "fnName": "patchCRLDPServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/crldp/{id}"
      },
      {
        "fnName": "putCRLDPServer",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/crldp/{id}"
      },
      {
        "fnName": "postCRLDPServer",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/crldp"
      },
      {
        "fnName": "getClientRateClass",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/resource/clientRateClass/{id}"
      },
      {
        "fnName": "getClientTrafficClassifier",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/resource/clientTrafficClassifier/{id}"
      },
      {
        "fnName": "getConnectivityProfile",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/profile/connectivity/{id}"
      },
      {
        "fnName": "getDeviceDiscoveryImportController",
        "method": "get",
        "path": "/mgmt/cm/global/tasks/device-discovery-import-controller/{id}"
      },
      {
        "fnName": "deleteDeviceDiscoveryImportController",
        "method": "delete",
        "path": "/mgmt/cm/global/tasks/device-discovery-import-controller/{id}"
      },
      {
        "fnName": "postDeviceDiscoveryImportController",
        "method": "post",
        "path": "/mgmt/cm/global/tasks/device-discovery-import-controller"
      },
      {
        "fnName": "getHTTPServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/http/{id}"
      },
      {
        "fnName": "putHTTPServer",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/http/{id}"
      },
      {
        "fnName": "deleteHTTPServer",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/http/{id}"
      },
      {
        "fnName": "patchHTTPServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/http/{id}"
      },
      {
        "fnName": "postHTTPServer",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/http"
      },
      {
        "fnName": "getIpv4LeasePool",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/resource/leasepool/{id}"
      },
      {
        "fnName": "getIpv6LeasePool",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/resource/ipv6Leasepool/{id}"
      },
      {
        "fnName": "getKerberosKeyTabFile",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/kerberos-keytab-file/{id}"
      },
      {
        "fnName": "putKerberosKeyTabFile",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/kerberos-keytab-file/{id}"
      },
      {
        "fnName": "deleteKerberosKeyTabFile",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/kerberos-keytab-file/{id}"
      },
      {
        "fnName": "patchKerberosKeyTabFile",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/kerberos-keytab-file/{id}"
      },
      {
        "fnName": "postKerberosKeyTabFile",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/kerberos-keytab-file"
      },
      {
        "fnName": "postKillSession",
        "method": "post",
        "path": "/mgmt/cm/access/tasks/kill-sessions"
      },
      {
        "fnName": "getKillSession",
        "method": "get",
        "path": "/mgmt/cm/access/tasks/kill-sessions/{id}"
      },
      {
        "fnName": "getLDAPServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/ldap/{id}"
      },
      {
        "fnName": "putLDAPServer",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/ldap/{id}"
      },
      {
        "fnName": "deleteLDAPServer",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/ldap/{id}"
      },
      {
        "fnName": "patchLDAPServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/ldap/{id}"
      },
      {
        "fnName": "postLDAPServer",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/ldap"
      },
      {
        "fnName": "getNetworkAccess",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{id}"
      },
      {
        "fnName": "putNetworkAccess",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{id}"
      },
      {
        "fnName": "deleteNetworkAccess",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{id}"
      },
      {
        "fnName": "patchNetworkAccess",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{id}"
      },
      {
        "fnName": "postNetworkAccess",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access"
      },
      {
        "fnName": "getNetworkAccessOptimizedApp",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{networkAccessId}/optimized-app/{id}"
      },
      {
        "fnName": "putNetworkAccessOptimizedApp",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{networkAccessId}/optimized-app/{id}"
      },
      {
        "fnName": "deleteNetworkAccessOptimizedApp",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{networkAccessId}/optimized-app/{id}"
      },
      {
        "fnName": "patchNetworkAccessOptimizedApp",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{networkAccessId}/optimized-app/{id}"
      },
      {
        "fnName": "postNetworkAccessOptimizedApp",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/resource/network-access/{networkAccessId}/optimized-app"
      },
      {
        "fnName": "getPingAccessProfile",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/profile/ping-access/{id}"
      },
      {
        "fnName": "getProfileServerSSL",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/profile/server-ssl/{id}"
      },
      {
        "fnName": "getRadiusServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/radius/{id}"
      },
      {
        "fnName": "putRadiusServer",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/radius/{id}"
      },
      {
        "fnName": "deleteRadiusServer",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/radius/{id}"
      },
      {
        "fnName": "patchRadiusServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/radius/{id}"
      },
      {
        "fnName": "postRadiusServer",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/radius"
      },
      {
        "fnName": "getRewriteProfile",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/profile/rewrite/{id}"
      },
      {
        "fnName": "getSAMLArtifactResolutionService",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/saml/artifact-resolution-service/{id}"
      },
      {
        "fnName": "putSAMLArtifactResolutionService",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/saml/artifact-resolution-service/{id}"
      },
      {
        "fnName": "deleteSAMLArtifactResolutionService",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/saml/artifact-resolution-service/{id}"
      },
      {
        "fnName": "patchSAMLArtifactResolutionService",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/saml/artifact-resolution-service/{id}"
      },
      {
        "fnName": "postSAMLArtifactResolutionService",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/saml/artifact-resolution-service"
      },
      {
        "fnName": "getSecurIDConfigFile",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{securId}/config-files/{id}"
      },
      {
        "fnName": "putSecurIDConfigFile",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{securId}/config-files/{id}"
      },
      {
        "fnName": "deleteSecurIDConfigFile",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{securId}/config-files/{id}"
      },
      {
        "fnName": "patchSecurIDConfigFile",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{securId}/config-files/{id}"
      },
      {
        "fnName": "postSecurIDConfigFile",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{securId}/config-files"
      },
      {
        "fnName": "getSecureIDServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{id}"
      },
      {
        "fnName": "putSecurIDServer",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{id}"
      },
      {
        "fnName": "deleteSecurIDServer",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{id}"
      },
      {
        "fnName": "patchSecurIDServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid/{id}"
      },
      {
        "fnName": "postSecurIDServer",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/securid"
      },
      {
        "fnName": "getSNATPool",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/snatpool/{id}"
      },
      {
        "fnName": "getTacacsServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/aaa/tacacsplus/{id}"
      },
      {
        "fnName": "putTacacsServer",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/aaa/tacacsplus/{id}"
      },
      {
        "fnName": "deleteTacacsServer",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/aaa/tacacsplus/{id}"
      },
      {
        "fnName": "patchTacacsServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/aaa/tacacsplus/{id}"
      },
      {
        "fnName": "postTACACSServer",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/aaa/tacacsplus"
      },
      {
        "fnName": "getUserDefinedACL",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/acl/{id}"
      },
      {
        "fnName": "putUserDefinedACL",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/apm/acl/{id}"
      },
      {
        "fnName": "deleteUserDefinedACL",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/apm/acl/{id}"
      },
      {
        "fnName": "patchUserDefinedACL",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/apm/acl/{id}"
      },
      {
        "fnName": "postUserDefinedACL",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/apm/acl"
      },
      {
        "fnName": "getVDIProfile",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/apm/profile/vdi/{id}"
      },
      {
        "fnName": "getVirtualServer",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/ltm/virtual/{id}"
      },
      {
        "fnName": "putVirtualServer",
        "method": "put",
        "path": "/mgmt/cm/access/working-config/ltm/virtual/{id}"
      },
      {
        "fnName": "patchVirtualServer",
        "method": "patch",
        "path": "/mgmt/cm/access/working-config/ltm/virtual/{id}"
      },
      {
        "fnName": "getVirtualServerProfile",
        "method": "get",
        "path": "/mgmt/cm/access/working-config/ltm/virtual/{virtualServerId}/profiles/{id}"
      },
      {
        "fnName": "deleteVirtualServerProfile",
        "method": "delete",
        "path": "/mgmt/cm/access/working-config/ltm/virtual/{virtualServerId}/profiles/{id}"
      },
      {
        "fnName": "postVirtualServerProfile",
        "method": "post",
        "path": "/mgmt/cm/access/working-config/ltm/virtual/{virtualServerId}/profiles"
      },
      {
        "fnName": "getDeclareManagementAuthorityCollection",
        "method": "get",
        "path": "/mgmt/cm/adc-core/tasks/declare-mgmt-authority"
      },
      {
        "fnName": "postDeclareManagementAuthority",
        "method": "post",
        "path": "/mgmt/cm/adc-core/tasks/declare-mgmt-authority"
      },
      {
        "fnName": "getDeclareManagementAuthority",
        "method": "get",
        "path": "/mgmt/cm/adc-core/tasks/declare-mgmt-authority/{objectId}"
      },
      {
        "fnName": "getAllVirtualPools",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/pool"
      },
      {
        "fnName": "getVirtualPool",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/pool/{objectId}"
      },
      {
        "fnName": "postLTMPoolMember",
        "method": "post",
        "path": "/mgmt/cm/adc-core/working-config/ltm/pool/{objectId}/members"
      },
      {
        "fnName": "deleteApplicationServerNode",
        "method": "delete",
        "path": "/mgmt/cm/adc-core/working-config/ltm/pool/{objectId}/members"
      },
      {
        "fnName": "getAllPoolMembers",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/pool/{objectId}/members"
      },
      {
        "fnName": "getPoolMember",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/pool/{poolId}/members/{objectId}"
      },
      {
        "fnName": "postADCSelfServiceTask",
        "method": "post",
        "path": "/mgmt/cm/adc-core/tasks/self-service"
      },
      {
        "fnName": "getAllADCSelfServiceTasks",
        "method": "get",
        "path": "/mgmt/cm/adc-core/tasks/self-service"
      },
      {
        "fnName": "getADCSelfServiceTask",
        "method": "get",
        "path": "/mgmt/cm/adc-core/tasks/self-service/{objectId}"
      },
      {
        "fnName": "postLTMApplicationServerNode",
        "method": "post",
        "path": "/mgmt/cm/adc-core/working-config/ltm/node"
      },
      {
        "fnName": "getAllLTMApplicationServerNodes",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/node"
      },
      {
        "fnName": "getLTMApplicationServerNode",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/node/{objectId}"
      },
      {
        "fnName": "postLTMVirtualServer",
        "method": "post",
        "path": "/mgmt/cm/adc-core/working-config/ltm/virtual"
      },
      {
        "fnName": "getAllLTMVirtualServers",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/virtual"
      },
      {
        "fnName": "getLTMVirtualServer",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/ltm/virtual/{objectId}"
      },
      {
        "fnName": "getSSLCert",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-cert/{id}"
      },
      {
        "fnName": "deleteSSLCert",
        "method": "delete",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-cert/{id}"
      },
      {
        "fnName": "deleteSSLCertRevocationList",
        "method": "delete",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-crl/{id}"
      },
      {
        "fnName": "geleteSSLCertRevocationList",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-crl/{id}"
      },
      {
        "fnName": "getSSLCertificateSigningRequest",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-csr/{id}"
      },
      {
        "fnName": "deleteSSLCertificateSigningRequest",
        "method": "delete",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-csr/{id}"
      },
      {
        "fnName": "getSSLKey",
        "method": "get",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-key/{id}"
      },
      {
        "fnName": "deleteSSLKey",
        "method": "delete",
        "path": "/mgmt/cm/adc-core/working-config/sys/file/ssl-key/{id}"
      },
      {
        "fnName": "postASMPolicy",
        "method": "post",
        "path": "/mgmt/cm/asm/working-config/policies"
      },
      {
        "fnName": "getAllASMPolicies",
        "method": "get",
        "path": "/mgmt/cm/asm/working-config/policies"
      },
      {
        "fnName": "getASMPolicy",
        "method": "get",
        "path": "/mgmt/cm/asm/working-config/policies/{objectId}"
      },
      {
        "fnName": "getAllASMSignatures",
        "method": "get",
        "path": "/mgmt/cm/asm/working-config/signatures"
      },
      {
        "fnName": "getASMSignature",
        "method": "get",
        "path": "/mgmt/cm/asm/working-config/signatures/{objectId}"
      },
      {
        "fnName": "getDeviceIPPool",
        "method": "get",
        "path": "/mgmt/cm/device/ip-pool/pools/{id}"
      },
      {
        "fnName": "patchDeviceIPPools",
        "method": "patch",
        "path": "/mgmt/cm/device/ip-pool/pools/{id}"
      },
      {
        "fnName": "deleteDeviceIPPool",
        "method": "delete",
        "path": "/mgmt/cm/device/ip-pool/pools/{id}"
      },
      {
        "fnName": "postDeviceIPPool",
        "method": "post",
        "path": "/mgmt/cm/device/ip-pool/pools"
      },
      {
        "fnName": "postDeviceDiscovery",
        "method": "post",
        "path": "/mgmt/cm/global/tasks/device-discovery"
      },
      {
        "fnName": "getAllDeviceDiscoveryTasks",
        "method": "get",
        "path": "/mgmt/cm/global/tasks/device-discovery"
      },
      {
        "fnName": "getDeviceDiscoveryTask",
        "method": "get",
        "path": "/mgmt/cm/global/tasks/device-discovery/{objectId}"
      },
      {
        "fnName": "postDeviceTrustTask",
        "method": "post",
        "path": "/mgmt/cm/global/tasks/device-trust"
      },
      {
        "fnName": "getAllDeviceTrustTasks",
        "method": "get",
        "path": "/mgmt/cm/global/tasks/device-trust"
      },
      {
        "fnName": "getDeviceTrustTask",
        "method": "get",
        "path": "/mgmt/cm/global/tasks/device-trust/{objectId}"
      },
      {
        "fnName": "postDeviceReferenceQuery",
        "method": "post",
        "path": "/mgmt/cm/shared/device-reference-query"
      },
      {
        "fnName": "getDeviceTemplate",
        "method": "get",
        "path": "/mgmt/cm/device/templates/{id}"
      },
      {
        "fnName": "patchDeviceTemplate",
        "method": "patch",
        "path": "/mgmt/cm/device/templates/{id}"
      },
      {
        "fnName": "deleteDeviceTemplate",
        "method": "delete",
        "path": "/mgmt/cm/device/templates/{id}"
      },
      {
        "fnName": "postDeviceTemplate",
        "method": "post",
        "path": "/mgmt/cm/device/templates"
      },
      {
        "fnName": "getDNSDataCenter",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/datacenter/{id}"
      },
      {
        "fnName": "patchDNSDataCenter",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/datacenter/{id}"
      },
      {
        "fnName": "deleteDNSDataCenter",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/datacenter/{id}"
      },
      {
        "fnName": "postDNSDataCenter",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/datacenter"
      },
      {
        "fnName": "getDNSiRule",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/rule/{id}"
      },
      {
        "fnName": "deleteDNSiRule",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/rule/{id}"
      },
      {
        "fnName": "patchDNSiRule",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/rule/{id}"
      },
      {
        "fnName": "postDNSiRule",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/rule"
      },
      {
        "fnName": "getDNSPoolA",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/a/{id}"
      },
      {
        "fnName": "deleteDNSPoolA",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/a/{id}"
      },
      {
        "fnName": "patchDNSPoolA",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/a/{id}"
      },
      {
        "fnName": "postDNSPoolA",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/a"
      },
      {
        "fnName": "getDNSPoolAAAA",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa/{id}"
      },
      {
        "fnName": "deleteDNSPoolAAAA",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa/{id}"
      },
      {
        "fnName": "patchDNSPoolAAAA",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa/{id}"
      },
      {
        "fnName": "postDNSPoolAAAA",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa"
      },
      {
        "fnName": "getDNSPoolCNAME",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/cname/{id}"
      },
      {
        "fnName": "deleteDNSPoolCNAME",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/cname/{id}"
      },
      {
        "fnName": "patchDNSPoolCNAME",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/cname/{id}"
      },
      {
        "fnName": "postDNSPoolCNAME",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/cname"
      },
      {
        "fnName": "getDNSPoolMemberA",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/a/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "deleteDNSPoolMemberA",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/a/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "patchDNSPoolMemberA",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/a/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "postDNSPoolMemberA",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/a/{poolId}/members"
      },
      {
        "fnName": "getDNSPoolMemberAAAA",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "deleteDNSPoolMember",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "patchDNSPoolMemberAAAA",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "postDNSPoolMemberAAAA",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/aaaa/{poolId}/members"
      },
      {
        "fnName": "getDNSPoolMemberCNAME",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/cname/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "deleteDNSPoolMemberCNAME",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/cname/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "patchDNSPoolMemberCNAME",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/cname/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "postDNSPoolMemberCNAME",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/cname/{poolId}/members"
      },
      {
        "fnName": "getDNSPoolMemberMX",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/mx/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "deleteDNSPoolMemberMX",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/mx/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "patchDNSPoolMemberMX",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/mx/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "postDNSPoolMemberMX",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/mx/{poolId}/members"
      },
      {
        "fnName": "getDNSPoolMemberNAPTR",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/naptr/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "deleteDNSPoolMemberNAPTR",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/naptr/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "patchDNSPoolMemberNAPTR",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/naptr/{poolId}/members/{poolMemberId}"
      },
      {
        "fnName": "postDNSPoolMemberNAPTR",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/naptr/{poolId}/members"
      },
      {
        "fnName": "getDNSPoolMemberSRV",
        "method": "get",
        "path": "/mgmt​/cm​/dns​/working-config​/pool​/srv​/{poolId}​/members​/{poolMemberId}"
      },
      {
        "fnName": "deleteDNSPoolMemberSRV",
        "method": "delete",
        "path": "/mgmt​/cm​/dns​/working-config​/pool​/srv​/{poolId}​/members​/{poolMemberId}"
      },
      {
        "fnName": "patchDNSPoolMemberSRV",
        "method": "patch",
        "path": "/mgmt​/cm​/dns​/working-config​/pool​/srv​/{poolId}​/members​/{poolMemberId}"
      },
      {
        "fnName": "postDNSPoolMemberSRV",
        "method": "post",
        "path": "/mgmt​/cm​/dns​/working-config​/pool​/srv​/{poolId}​/members​"
      },
      {
        "fnName": "patchDNSPoolMX",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/mx/{id}"
      },
      {
        "fnName": "deleteDNSPoolMX",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/mx/{id}"
      },
      {
        "fnName": "getDNSPoolMX",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/mx/{id}"
      },
      {
        "fnName": "postDNSPoolMX",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/mx"
      },
      {
        "fnName": "getDNSPoolNAPTR",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/naptr/{id}"
      },
      {
        "fnName": "deleteDNSPoolNAPTR",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/naptr/{id}"
      },
      {
        "fnName": "patchDNSPoolNAPTR",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/naptr/{id}"
      },
      {
        "fnName": "getDNSPoolSRV",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/pool/srv/{id}"
      },
      {
        "fnName": "deleteDNSPoolSRV",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/pool/srv/{id}"
      },
      {
        "fnName": "patchDNSPoolSRV",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/pool/srv/{id}"
      },
      {
        "fnName": "postDNSPoolNAPTR",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/naptr"
      },
      {
        "fnName": "postDNSPoolSRV",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/pool/srv"
      },
      {
        "fnName": "getDNSRegion",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/region/{id}"
      },
      {
        "fnName": "deleteDNSRegion",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/region/{id}"
      },
      {
        "fnName": "patchDNSRegion",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/region/{id}"
      },
      {
        "fnName": "postDNSRegion",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/region"
      },
      {
        "fnName": "patchDNSServer",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/server/{id}"
      },
      {
        "fnName": "getDNSServer",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/server/{id}"
      },
      {
        "fnName": "deleteDNSServer",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/server/{id}"
      },
      {
        "fnName": "postDNSServer",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/server"
      },
      {
        "fnName": "getDNSServerDevice",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/devices/{deviceId}"
      },
      {
        "fnName": "deleteDNSServerDevice",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/devices/{deviceId}"
      },
      {
        "fnName": "patchDNSServerDevice",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/devices/{deviceId}"
      },
      {
        "fnName": "postDNSServerDevice",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/devices"
      },
      {
        "fnName": "getDNSTopology",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/topology/{id}"
      },
      {
        "fnName": "deleteDNSTopolgoy",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/topology/{id}"
      },
      {
        "fnName": "patchDNSTopology",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/topology/{id}"
      },
      {
        "fnName": "postDNSTopology",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/topology"
      },
      {
        "fnName": "patchDNSVirtualServer",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/virtual-servers/{virtualServerId}"
      },
      {
        "fnName": "getDNSVirtualServer",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/virtual-servers/{virtualServerId}"
      },
      {
        "fnName": "deleteDNSVirtualServer",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/virtual-servers/{virtualServerId}"
      },
      {
        "fnName": "postDNSVirtualServer",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/server/{serverId}/virtual-servers"
      },
      {
        "fnName": "getDNSWideIPA",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/wideip/a/{id}"
      },
      {
        "fnName": "deleteDNSWideIPA",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/wideip/a/{id}"
      },
      {
        "fnName": "patchDNSWideIPA",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/wideip/a/{id}"
      },
      {
        "fnName": "postDNSWideIPA",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/wideip/a"
      },
      {
        "fnName": "getDNSWideIPAAAA",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/wideip/aaaa/{id}"
      },
      {
        "fnName": "deleteDNSWideIPAAAA",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/wideip/aaaa/{id}"
      },
      {
        "fnName": "patchDNSWideIPAAAA",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/wideip/aaaa/{id}"
      },
      {
        "fnName": "postDNSWideIPAAAA",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/wideip/aaaa"
      },
      {
        "fnName": "getDNSWideIPCNAME",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/wideip/cname/{id}"
      },
      {
        "fnName": "deleteDNSWideIPCNAME",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/wideip/cname/{id}"
      },
      {
        "fnName": "patchDNSWideIPCNAME",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/wideip/cname/{id}"
      },
      {
        "fnName": "getDNSWideIPMX",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/wideip/mx/{id}"
      },
      {
        "fnName": "deleteDNSWideIPMX",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/wideip/mx/{id}"
      },
      {
        "fnName": "patchDNSWideIPMX",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/wideip/mx/{id}"
      },
      {
        "fnName": "getDNSWideIPNAPTR",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/wideip/naptr/{id}"
      },
      {
        "fnName": "deleteDNSWideIPNAPTR",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/wideip/naptr/{id}"
      },
      {
        "fnName": "getDNSWideIPSRV",
        "method": "get",
        "path": "/mgmt/cm/dns/working-config/wideip/srv/{id}"
      },
      {
        "fnName": "deleteDNSWideIPSRV",
        "method": "delete",
        "path": "/mgmt/cm/dns/working-config/wideip/srv/{id}"
      },
      {
        "fnName": "postDNSWideIPCNAME",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/wideip/cname"
      },
      {
        "fnName": "postDNSWideIPMX",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/wideip/mx"
      },
      {
        "fnName": "postDNSWideIPNAPTR",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/wideip/naptr"
      },
      {
        "fnName": "postDNSWideIPSRV",
        "method": "post",
        "path": "/mgmt/cm/dns/working-config/wideip/srv"
      },
      {
        "fnName": "patchDNSWideIPSRV",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/srv/mx/{id}"
      },
      {
        "fnName": "patchDNSWideIPNAPTR",
        "method": "patch",
        "path": "/mgmt/cm/dns/working-config/naptr/mx/{id}"
      },
      {
        "fnName": "postRetrieveFirewallExpanedRules",
        "method": "post",
        "path": "/mgmt/cm/firewall/utility/expanded-rules"
      },
      {
        "fnName": "postFirewallRuleDeclareManagementAuthorityTask",
        "method": "post",
        "path": "/mgmt/cm/firewall/tasks/declare-mgmt-authority"
      },
      {
        "fnName": "getAllFirewallRuleDeclareManagementAuthorityTask",
        "method": "get",
        "path": "/mgmt/cm/firewall/tasks/declare-mgmt-authority"
      },
      {
        "fnName": "getFirewallRuleDeclareManagementAuthorityTask",
        "method": "get",
        "path": "/mgmt/cm/firewall/tasks/declare-mgmt-authority/{objectId}"
      },
      {
        "fnName": "getAllFirewalls",
        "method": "get",
        "path": "/mgmt/cm/firewalls/working-config/firewalls"
      },
      {
        "fnName": "getFirewall",
        "method": "get",
        "path": "/mgmt/cm/firewalls/working-config/firewalls/{objectId}"
      },
      {
        "fnName": "patchFirewall",
        "method": "patch",
        "path": "/mgmt/cm/firewalls/working-config/firewalls/{objectId}"
      },
      {
        "fnName": "getAllFirewallDeployConfiguration",
        "method": "get",
        "path": "/mgmt/cm/firewall/tasks/deploy-configuration"
      },
      {
        "fnName": "getFirewallDeployConfiguration",
        "method": "get",
        "path": "/mgmt/cm/firewall/tasks/deploy-configuration/{objectId}"
      },
      {
        "fnName": "postFirewallDeployConfiguration",
        "method": "post",
        "path": "/mgmt/cm/firewall/tasks/deploy-configuration/{objectId}"
      },
      {
        "fnName": "getAllFirewallPolicies",
        "method": "get",
        "path": "/mgmt/cm/firewalls/working-config/policies"
      },
      {
        "fnName": "getFirewallPolicy",
        "method": "get",
        "path": "/mgmt/cm/firewalls/working-config/policies/{objectId}"
      },
      {
        "fnName": "getAllFirewallPolicyRules",
        "method": "get",
        "path": "/mgmt/cm/firewalls/working-config/policies/{objectId}/rules"
      },
      {
        "fnName": "getFirewallPolicyRule",
        "method": "get",
        "path": "/mgmt/cm/firewalls/working-config/policies/{policyId}/rules/{ruleId}"
      }
    ],
    "errors": [],
    "warnings": [],
    "callsTotal": 280,
    "callsConverted": 280,
    "no_mockdata_num": 280
  }
}