{
    "openapi": "3.0.3",
    "info": {
        "contact": {
            "email": "apiteam@swagger.io"
        },
        "license": {
            "name": "Apache 2.0",
            "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
        },
        "description": "F5 BIG-IQ API: https://clouddocs.f5.com/products/big-iq/mgmt-api/v6.0.1/",
        "version": "1.0.0",
        "title": "F5 BIG-IQ API",
        "termsOfService": "http://swagger.io/terms/"
    },
    "servers": [
        {
            "url": "https://your.host.name.io/"
        }
    ],
    "security": [],
    "paths": {
        "/mgmt/cm/shared/policymgmt/alert-rules/{name}": {
            "get": {
                "parameters": [
                    {
                        "name": "name",
                        "in": "path",
                        "description": "A unique ID for this alert rule.",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getAlertRule",
                "summary": "Get Alert Rule",
                "description": "Get an alert rule by name",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "name",
                        "in": "path",
                        "description": "A unique ID for this alert rule.",
                        "required": true,
                        "schema": "string"
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "patchAlertRule",
                "summary": "Patch Alert Rule",
                "description": "Patch Alert Rule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "name",
                        "in": "path",
                        "description": "A unique ID for this alert rule.",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "deleteAlertRule",
                "summary": "Delete Alert Rule",
                "description": "Delete an alert rule by name",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/shared/policymgmt/alert-rules": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "postAlertRule",
                "summary": "Post Alert Rule",
                "description": "Post an alert rule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/config-sets/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID of the config-set",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getConfigSet",
                "summary": "Get Config Set",
                "description": "Get an Application Config Set",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/apply-template/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getApplyTemplate",
                "summary": "Get Apply Template",
                "description": "Get an apply-template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID of apply-template",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "patchApplyTemplate",
                "summary": "Patch Apply Template",
                "description": "Patch an apply-template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/apply-template": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "postApplyTemplate",
                "summary": "Post Apply Template",
                "description": "Post an apply-template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/ap/query/v1/tenants/default/reports/AllApplicationsList": {
            "get": {
                "parameters": [],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getAllApplicationsList",
                "summary": "Get All Applications List",
                "description": "Get Analytics and Health for all applications",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/cloud/environments/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getCloudEnvironment",
                "summary": "Get Cloud Environment",
                "description": "Get Cloud Environment",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "patchCloudEnvironment",
                "summary": "Patch Cloud Enviornment",
                "description": "Patch Cloud Enviornment",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "deleteCloudEnvironment",
                "summary": "Delete Cloud Environment",
                "description": "Delete Cloud Environment",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/cloud/environments": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "postCloudEnvironment",
                "summary": "Post Cloud Environment",
                "description": "Post Cloud Environment",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/cloud/providers/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getCloudProvider",
                "summary": "Get Cloud Provider",
                "description": "Get Cloud Provider",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "patchCloudProvider",
                "summary": "Patch Cloud Provider",
                "description": "Patch Cloud Provider",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "deleteCloudProvider",
                "summary": "Delete Cloud Provider",
                "description": "Delete Cloud Provider",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/cloud/providers": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "postCloudProvider",
                "summary": "Post Cloud Provider",
                "description": "Post Cloud Provider",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/templates/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getGlobalTemplate",
                "summary": "Get Global Template",
                "description": "Get Global Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "deleteGlobalTemplate",
                "summary": "Delete Global Template",
                "description": "Delete Global Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "patchGlobalTemplate",
                "summary": "Patch Global Template",
                "description": "Patch Global Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/templates": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "postGlobalTemplate",
                "summary": "Post Global Template",
                "description": "Post Global Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/cloud/service-scaling-groups/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getServiceScalingGroup",
                "summary": "Get Service Scaling Group",
                "description": "Get Service Scaling Group",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "patchServiceScalingGroup",
                "summary": "Patch Service Scaling Group",
                "description": "Patch Service Scaling Group",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/shared/policymgmt/workflow-rules/{name}": {
            "patch": {
                "parameters": [
                    {
                        "name": "name",
                        "in": "path",
                        "description": "name",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "patchWorkflowRule",
                "summary": "Patch Workflow Rule",
                "description": "Patch Workflow Rule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "name",
                        "in": "path",
                        "description": "name",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "deleteWorkflowRule",
                "summary": "Delete Workflow Rule",
                "description": "Delete Workflow Rule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [
                    {
                        "name": "name",
                        "in": "path",
                        "description": "name",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "getWorkflowRule",
                "summary": "Get Workflow Rule",
                "description": "Get Workflow Rule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/shared/policymgmt/workflow-rules": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "CloudEdition"
                ],
                "operationId": "postWorkflowRule",
                "summary": "Post Workflow Rule",
                "description": "Post Workflow Rule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/tasks/super-deploy": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postSuperDeploy",
                "summary": "Post Super Deploy",
                "description": "Post Super Deploy",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/tasks/super-deploy/{id}": {
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteSuperDeploy",
                "summary": "Delete Super Deploy",
                "description": "Delete Super Deploy",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchSuperDeploy",
                "summary": "Patch Super Deploy",
                "description": "Patch Super Deploy",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/tasks/super-deploy{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getSuperDeploy",
                "summary": "Get Super Deploy",
                "description": "Get Super Deploy",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/policy/access-policy": {
            "get": {
                "parameters": [],
                "tags": [
                    "Access"
                ],
                "operationId": "getAccessPolicies",
                "summary": "Get Access Policies",
                "description": "Get Access Policies",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/profile/access/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getAccessProfile",
                "summary": "Get Access Profile",
                "description": "Get Access Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/active-directory/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getActiveDirectoryServer",
                "summary": "Get Active Directory Server",
                "description": "Get Active Directory Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteActiveDirectoryServer",
                "summary": "Delete Active Directory Server",
                "description": "Delete Active Directory Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": "string"
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchActiveDirectoryServer",
                "summary": "Patch Active Directory Server",
                "description": "Patch Active Directory Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/active-directory": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postActiveDirectoryServer",
                "summary": "Post Active Directory Server",
                "description": "Post Active Directory Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/tasks/revoke-tokens": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postRevokeTokens",
                "summary": "Post Revoke Tokens",
                "description": "Post Revoke Tokens",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/tasks/revoke-tokens/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getRevokeTokens",
                "summary": "Get Revoke Tokens",
                "description": "Get Revoke Tokens",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/crldp/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getCRLDPServer",
                "summary": "Get CRLDP Server",
                "description": "Get CRLDP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteCRLDPServer",
                "summary": "Delete CRLDP Server",
                "description": "Delete CRLDP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchCRLDPServer",
                "summary": "Patch CRLDP Server",
                "description": "Patch CRLDP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putCRLDPServer",
                "summary": "Put CRLDP Server",
                "description": "Put CRLDP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/crldp": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postCRLDPServer",
                "summary": "Post CRLDP Server",
                "description": "Post CRLDP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/clientRateClass/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getClientRateClass",
                "summary": "Get Client Rate Class",
                "description": "Get Client Rate Class",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/clientTrafficClassifier/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getClientTrafficClassifier",
                "summary": "Get Client Traffic Classifier",
                "description": "Get Client Traffic Classifier",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/profile/connectivity/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getConnectivityProfile",
                "summary": "Get Connectivity Profile",
                "description": "Get Connectivity Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/device-discovery-import-controller/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getDeviceDiscoveryImportController",
                "summary": "Get Device Discovery Import Controller",
                "description": "Get Device Discovery Import Controller",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "DeleteDeviceDiscoveryImportController",
                "summary": "Delete Device Discovery Import Controller",
                "description": "Delete Device Discovery Import Controller",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/device-discovery-import-controller": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postDeviceDiscoveryImportController",
                "summary": "Post Device Discovery Import Controller",
                "description": "Post Device Discovery Import Controller",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/http/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getHTTPServer",
                "summary": "Get HTTP Server",
                "description": "Get HTTP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putHTTPServer",
                "summary": "Put HTTP Server",
                "description": "Put HTTP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteHTTPServer",
                "summary": "Delete HTTP Server",
                "description": "Delete HTTP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchHTTPServer",
                "summary": "Patch HTTP Server",
                "description": "Patch HTTP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/http": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postHTTPServer",
                "summary": "Post HTTP Server",
                "description": "Post HTTP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/leasepool/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getIpv4LeasePool",
                "summary": "Get IPv4 Lease Pool",
                "description": "Get IPv4 Lease Pool",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/ipv6Leasepool/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getIpv6LeasePool",
                "summary": "Get IPv6 Lease Pool",
                "description": "Get IPv6 Lease Pool",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/kerberos-keytab-file/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getKerberosKeyTabFile",
                "summary": "Get Kerberos Key Tab File",
                "description": "Get Kerberos Key Tab File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putKerberosKeyTabFile",
                "summary": "Put Kerberos Key Tab File",
                "description": "Put Kerberos Key Tab File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteKerberosKeyTabFile",
                "summary": "Delete Kerberos Key Tab File",
                "description": "Delete Kerberos Key Tab File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true,
                        "description": "id",
                        "in": "path"
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchKerberosKeyTabFile",
                "summary": "Patch Kerberos Key Tab File",
                "description": "Patch Kerberos Key Tab File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/kerberos-keytab-file": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postKerberosKeyTabFile",
                "summary": "Post Kerberos Key Tab File",
                "description": "Post Kerberos Key Tab File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/tasks/kill-sessions": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postKillSession",
                "summary": "Post Kill Session",
                "description": "Post Kill Session",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/tasks/kill-sessions/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getKillSession",
                "summary": "Get Kill Session",
                "description": "Get Kill Session",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/ldap/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getLDAPServer",
                "summary": "Get LDAP Server",
                "description": "Get LDAP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putLDAPServer",
                "summary": "Put LDAP Server",
                "description": "Put LDAP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteLDAPServer",
                "summary": "Delete LDAP Server",
                "description": "Delete LDAP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchLDAPServer",
                "summary": "Patch LDAP Server",
                "description": "Patch LDAP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/ldap": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postLDAPServer",
                "summary": "Post LDAP Server",
                "description": "Post LDAP Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/network-access/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getNetworkAccess",
                "summary": "Get Network Access",
                "description": "Get Network Access",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putNetworkAccess",
                "summary": "Put Network Access",
                "description": "Put Network Access",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteNetworkAccess",
                "summary": "Delete Network Access",
                "description": "Delete Network Access",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchNetworkAccess",
                "summary": "Patch Network Access",
                "description": "Patch Network Access",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/network-access": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postNetworkAccess",
                "summary": "Post Network Access",
                "description": "Post Network Access",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/network-access/{networkAccessId}/optimized-app/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "networkAccessId",
                        "in": "path",
                        "description": "Network Access ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Optimized App ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getNetworkAccessOptimizedApp",
                "summary": "Get Network Access Optimized App",
                "description": "Get Network Access Optimized App",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "networkAccessId",
                        "in": "path",
                        "description": "Network Access ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Optimized App ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putNetworkAccessOptimizedApp",
                "summary": "Put Network Access Optimized App",
                "description": "Put Network Access Optimized App",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "networkAccessId",
                        "in": "path",
                        "description": "Network Access ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Optimized App ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteNetworkAccessOptimizedApp",
                "summary": "Delete Network Access Optimized App",
                "description": "Delete Network Access Optimized App",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "networkAccessId",
                        "in": "path",
                        "description": "Network Access ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Optimized App ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchNetworkAccessOptimizedApp",
                "summary": "Patch Network Access Optimized App",
                "description": "Patch Network Access Optimized App",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/resource/network-access/{networkAccessId}/optimized-app": {
            "post": {
                "parameters": [
                    {
                        "name": "networkAccessId",
                        "in": "path",
                        "description": "Network Access ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postNetworkAccessOptimizedApp",
                "summary": "Post Network Access Optimized App",
                "description": "Post Network Access Optimized App",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/profile/ping-access/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getPingAccessProfile",
                "summary": "Get Ping Access Profile",
                "description": "Get Ping Access Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/profile/server-ssl/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getProfileServerSSL",
                "summary": "Get Profile Server SSL",
                "description": "Get Profile Server SSL",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/radius/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getRadiusServer",
                "summary": "Get Radius Server",
                "description": "Get Radius Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putRadiusServer",
                "summary": "Put Radius Server",
                "description": "Put Radius Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteRadiusServer",
                "summary": "Delete Radius Server",
                "description": "Delete Radius Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchRadiusServer",
                "summary": "Patch Radius Server",
                "description": "Patch Radius Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/radius": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postRadiusServer",
                "summary": "Post Radius Server",
                "description": "Post Radius Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/profile/rewrite/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getRewriteProfile",
                "summary": "Get Rewrite Profile",
                "description": "Get Rewrite Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/saml/artifact-resolution-service/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getSAMLArtifactResolutionService",
                "summary": "Get SAML Artifact Resolution Service",
                "description": "Get SAML Artifact Resolution Service",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putSAMLArtifactResolutionService",
                "summary": "Put SAML Artifact Resolution Service",
                "description": "Put SAML Artifact Resolution Service",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteSAMLArtifactResolutionService",
                "summary": "Delete SAML Artifact Resolution Service",
                "description": "Delete SAML Artifact Resolution Service",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchSAMLArtifactResolutionService",
                "summary": "Patch SAML Artifact Resolution Service",
                "description": "Patch SAML Artifact Resolution Service",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/saml/artifact-resolution-service": {
            "post": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "postSAMLArtifactResolutionService",
                "summary": "Post SAML Artifact Resolution Service",
                "description": "Post SAML Artifact Resolution Service",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/securid/{securId}/config-files/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "securId",
                        "in": "path",
                        "description": "SecurID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "config file ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getSecurIDConfigFile",
                "summary": "Get SecurID Config File",
                "description": "Get SecurID Config File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "securId",
                        "in": "path",
                        "required": true,
                        "description": "SecurID",
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "required": true,
                        "description": "Config File ID",
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putSecurIDConfigFile",
                "summary": "Put SecurID Config File",
                "description": "Put SecurID Config File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "securId",
                        "in": "path",
                        "description": "SecurID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Config File ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteSecurIDConfigFile",
                "summary": "Delete SecurID Config File",
                "description": "Delete SecurID Config File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "securId",
                        "in": "path",
                        "description": "SecurId",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Config File ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "patchSecurIDConfigFile",
                "summary": "Patch SecurID Config File",
                "description": "Patch SecurID Config File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/securid/{securId}/config-files": {
            "post": {
                "parameters": [
                    {
                        "name": "securId",
                        "in": "path",
                        "description": "SecurID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postSecurIDConfigFile",
                "summary": "Post SecurID Config File",
                "description": "Post SecurID Config File",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/securid/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getSecureIDServer",
                "summary": "Get SecurID Server",
                "description": "Get SecurID Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putSecurID Server",
                "summary": "Put SecurID Server",
                "description": "Put SecurID Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteSecurIDServer",
                "summary": "Delete SecurID Server",
                "description": "Delete SecurID Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchSecurIDServer",
                "summary": "Patch SecurID Server",
                "description": "Patch SecurID Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/securid": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postSecurID Server",
                "summary": "Post SecurID Server",
                "description": "Post SecurID Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/snatpool/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getSNATPool",
                "summary": "Get SNAT Pool",
                "description": "Get SNAT Pool",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/tacacsplus/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getTacacsServer",
                "summary": "Get TACACS Server",
                "description": "Get TACACS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putTacacsServer",
                "summary": "Put TACACS Server",
                "description": "Put TACACS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteTacacsServer",
                "summary": "Delete TACACS Server",
                "description": "Delete TACACS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchTacacsServer",
                "summary": "Patch TACACS Server",
                "description": "Patch TACACS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/aaa/tacacsplus": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postTACACSServer",
                "summary": "Post TACACS Server",
                "description": "Post TACACS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/acl/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getUserDefinedACL",
                "summary": "Get User Defined ACL",
                "description": "Get User Defined ACL",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putUserDefined ACL",
                "summary": "Put User Defined ACL",
                "description": "Put User Defined ACL",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteUserDefinedACL",
                "summary": "Delete User Defined ACL",
                "description": "Delete User Defined ACL",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchUserDefinedACL",
                "summary": "Patch User Defined ACL",
                "description": "Patch User Defined ACL",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/acl": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postUserDefinedACL",
                "summary": "Post User Defined ACL",
                "description": "Post User Defined ACL",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/apm/profile/vdi/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getVDIProfile",
                "summary": "Get VDI Profile",
                "description": "Get VDI Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/ltm/virtual/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getVirtualServer",
                "summary": "Get Virtual Server",
                "description": "Get Virtual Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "put": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "putVirtualServer",
                "summary": "Put Virtual Server",
                "description": "Put Virtual Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "description": "id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "patchVirtualServer",
                "summary": "Patch Virtual Server",
                "description": "Patch Virtual Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/ltm/virtual/{virtualServerId}/profiles/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "virtualServerId",
                        "in": "path",
                        "description": "Virtual Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Profile ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "getVirtualServerProfile",
                "summary": "Get Virtual Server Profile",
                "description": "Get Virtual Server Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "virtualServerId",
                        "in": "path",
                        "description": "Virtual Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "Profile ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Access"
                ],
                "operationId": "deleteVirtualServerProfile",
                "summary": "Delete Virtual Server Profile",
                "description": "Delete Virtual Server Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/access/working-config/ltm/virtual/{virtualServerId}/profiles": {
            "post": {
                "parameters": [
                    {
                        "name": "virtualServerId",
                        "in": "path",
                        "description": "Virtual Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Access"
                ],
                "operationId": "postVirtualServerProfile",
                "summary": "Post Virtual Server Profile",
                "description": "Post Virtual Server Profile",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/tasks/declare-mgmt-authority": {
            "get": {
                "parameters": [],
                "tags": [
                    "ADC"
                ],
                "operationId": "getDeclareManagementAuthorityCollection",
                "summary": "Get Declare Management Authority Collection",
                "description": "Returns the properties_declare_mgmt_authority_collection of device discover declare-mgmt-authority tasks managed by BIG-IQ module (LTM/ADC).",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "ADC"
                ],
                "operationId": "postDeclareManagementAuthority",
                "summary": "Post Declare Management Authority",
                "description": "Create a device discovery declare-mgmt-authority task managed by BIG-IQ module (LTM/ADC) and add to collection.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/tasks/declare-mgmt-authority/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to this declare-mgmt-authority task object. required",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getDeclareManagementAuthority",
                "summary": "Get Declare Management Authority",
                "description": "Used to get a single device discovery declare-mgmt-authority task identified by a endpoint URI (LTM/ADC).",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/pool": {
            "get": {
                "parameters": [],
                "tags": [
                    "ADC"
                ],
                "operationId": "getAllVirtualPools",
                "summary": "Get All Virtual Pools",
                "description": "List all virtual pools items as a collection.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/pool/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to a virtual pool. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getVirtualPool",
                "summary": "Get Virtual Pool",
                "description": "Get a single pool object identified by id for an endpoint URI.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/pool/{objectId}/members": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "ADC"
                ],
                "operationId": "postLTMPoolMember",
                "summary": "Post LTM Pool Member",
                "description": "Add a LTM node as a member of a virtual application pool.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to pool member object. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "deleteApplicationServerNode",
                "summary": "Delete Application Server Node",
                "description": "Delete an application server node for a specific virtual pool.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to a virtual pool. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getAllPoolMembers",
                "summary": "Get All Pool Members",
                "description": "List all pool members as part of a collection.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/pool/{poolId}/members/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Unique id assigned to a virtual pool. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to a pool member.",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getPoolMember",
                "summary": "Get Pool Member",
                "description": "Used to get a single pool member (node) object identified by id for an endpoint URI.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/tasks/self-service": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "ADC"
                ],
                "operationId": "postADCSelfServiceTask",
                "summary": "Post ADC Self Service Task",
                "description": "Create an ADC self-service task managed by BIG-IQ.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [],
                "tags": [
                    "ADC"
                ],
                "operationId": "getAllADCSelfServiceTasks",
                "summary": "Get All ADC Self Service Tasks",
                "description": "List all ADC self-service tasks.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/tasks/self-service/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to a self-service task. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getADCSelfServiceTask",
                "summary": "Get ADC Self Service Task",
                "description": "Get a single instance of a self-service task object identified by id for an endpoint URI.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/node": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "ADC"
                ],
                "operationId": "postLTMApplicationServerNode",
                "summary": "Post LTM Application Server Node",
                "description": "Create a LTM application server node.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [],
                "tags": [
                    "ADC"
                ],
                "operationId": "getAllLTMApplicationServerNodes",
                "summary": "Get All LTM Application Server Nodes",
                "description": "List all application server nodes.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/node/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to a application server node. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getLTMApplicationServerNode",
                "summary": "Get LTM Application Server Node",
                "description": "Retrieve a single application server node object identified by id for an endpoint URI.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/virtual": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "ADC"
                ],
                "operationId": "postLTMVirtualServer",
                "summary": "Post LTM Virtual Server",
                "description": "Create a LTM virtual server.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [],
                "tags": [
                    "ADC"
                ],
                "operationId": "getAllLTMVirtualServers",
                "summary": "Get All LTM Virtual Servers",
                "description": "List all virtual server items.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/ltm/virtual/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to a virtual server. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getLTMVirtualServer",
                "summary": "Get LTM Virtual Server",
                "description": "Get a single virtual server object identified by id for an endpoint URI.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/sys/file/ssl-cert/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getSSLCert",
                "summary": "Get SSL Cert",
                "description": "Get SSL Cert",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "deleteSSLCert",
                "summary": "Delete SSL Cert",
                "description": "Delete SSL Cert",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/sys/file/ssl-crl/{id}": {
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "deleteSSLCertRevocationList",
                "summary": "Delete SSL Cert Revocation List",
                "description": "Delete SSL Cert Revocation List",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "geleteSSLCertRevocationList",
                "summary": "Get SSL Cert Revocation List",
                "description": "Get SSL Cert Revocation List",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/sys/file/ssl-csr/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getSSLCertificateSigningRequest",
                "summary": "Get SSL Certificate Signing Request",
                "description": "Get SSL Certificate Signing Request",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "deleteSSLCertificateSigningRequest",
                "summary": "Delete SSL Certificate Signing Request",
                "description": "Delete SSL Certificate Signing Request",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/adc-core/working-config/sys/file/ssl-key/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "getSSLKey",
                "summary": "Get SSL Key",
                "description": "Get SSL Key",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ADC"
                ],
                "operationId": "deleteSSLKey",
                "summary": "Delete SSL Key",
                "description": "Delete SSL Key",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/asm/working-config/policies": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "ASM"
                ],
                "operationId": "postASMPolicy",
                "summary": "Post ASM Policy",
                "description": "Create a new BIG-IQ web application security policy for ASM.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [],
                "tags": [
                    "ASM"
                ],
                "operationId": "getAllASMPolicies",
                "summary": "Get All ASM Policies",
                "description": "Returns all web application security policies as part of a item collection.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/asm/working-config/policies/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id associated with policy. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ASM"
                ],
                "operationId": "getASMPolicy",
                "summary": "Get ASM Policy",
                "description": "Returns a web application policy defined by an object id.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/asm/working-config/signatures": {
            "get": {
                "parameters": [],
                "tags": [
                    "ASM"
                ],
                "operationId": "getAllASMSignatures",
                "summary": "Get All ASM Signatures",
                "description": "List all ASM signatures as a collection.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/asm/working-config/signatures/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique system generated ID associated with the signature.",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "ASM"
                ],
                "operationId": "getASMSignature",
                "summary": "Get ASM Signature",
                "description": "Used to get a single instance of a ASM signature object.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/device/ip-pool/pools/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Device"
                ],
                "operationId": "getDeviceIPPool",
                "summary": "Get Device IP Pool",
                "description": "List a specific pool.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Device"
                ],
                "operationId": "patchDeviceIPPools",
                "summary": "Patch Device IP Pools",
                "description": "Patch Device IP Pools",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Device"
                ],
                "operationId": "deleteDeviceIPPool",
                "summary": "Delete Device IP Pool",
                "description": "Delete Device IP Pool",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/device/ip-pool/pools": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Device"
                ],
                "operationId": "postDeviceIPPool",
                "summary": "Post Device IP Pool",
                "description": "Add a pool to the collection.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/device-discovery": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Device"
                ],
                "operationId": "postDeviceDiscovery",
                "summary": "Post Device Discovery",
                "description": "Create a device discovery task managed by BIG-IQ module (LTM, AFM, ASM).¶",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [],
                "tags": [
                    "Device"
                ],
                "operationId": "getAllDeviceDiscoveryTasks",
                "summary": "Get All Device Discovery Tasks",
                "description": "Get All Device Discovery Tasks",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/device-discovery/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to device discovery task. required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Device"
                ],
                "operationId": "getDeviceDiscoveryTask",
                "summary": "Get Device Discovery Task",
                "description": "Get Device Discovery Task",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/device-trust": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Device"
                ],
                "operationId": "postDeviceTrustTask",
                "summary": "Post Device Trust Task",
                "description": "Post Device Trust Task",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [],
                "tags": [
                    "Device"
                ],
                "operationId": "getAllDeviceTrustTasks",
                "summary": "Get All Device Trust Tasks",
                "description": "Get All Device Trust Tasks",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/global/tasks/device-trust/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assigned to device trust task. required\t",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Device"
                ],
                "operationId": "getDeviceTrustTask",
                "summary": "Get Device Trust Task",
                "description": "Get Device Trust Task",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/shared/device-reference-query": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Device"
                ],
                "operationId": "postDeviceReferenceQuery",
                "summary": "Post Device Reference Query",
                "description": "Post Device Reference Query",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/device/templates/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Device"
                ],
                "operationId": "getDeviceTemplate",
                "summary": "Get Device Template",
                "description": "Get Device Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Device"
                ],
                "operationId": "patchDeviceTemplate",
                "summary": "Patch Device Template",
                "description": "Patch Device Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Device"
                ],
                "operationId": "deleteDeviceTemplate",
                "summary": "Delete Device Template",
                "description": "Delete Device Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/device/templates": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Device"
                ],
                "operationId": "postDeviceTemplate",
                "summary": "Post Device Template",
                "description": "Post Device Template",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/datacenter/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSDataCenter",
                "summary": "Get DNS Data Center",
                "description": "Get DNS Data Center",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSDataCenter",
                "summary": "Patch DNS Data Center",
                "description": "Patch DNS Data Center",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSDataCenter",
                "summary": "Delete DNS Data Center",
                "description": "Delete DNS Data Center",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/datacenter": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSDataCenter",
                "summary": "Post DNS Data Center",
                "description": "Post DNS Data Center",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/rule/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSiRule",
                "summary": "Get DNS iRule",
                "description": "Get DNS iRule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSiRule",
                "summary": "Delete DNS iRule",
                "description": "Delete DNS iRule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSiRule",
                "summary": "Patch DNS iRule",
                "description": "Patch DNS iRule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/rule": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSiRule",
                "summary": "Post DNS iRule",
                "description": "Post DNS iRule",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/a/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolA",
                "summary": "Get DNS Pool A",
                "description": "Get DNS Pool A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolA",
                "summary": "Delete DNS Pool A",
                "description": "Delete DNS Pool A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolA",
                "summary": "Patch DNS Pool A",
                "description": "Patch DNS Pool A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/a": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolA",
                "summary": "Post DNS Pool A",
                "description": "Post DNS Pool A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/aaaa/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolAAAA",
                "summary": "Get DNS Pool AAAA",
                "description": "Get DNS Pool AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolAAAA",
                "summary": "Delete DNS Pool AAAA",
                "description": "Delete DNS Pool AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolAAAA",
                "summary": "Patch DNS Pool AAAA",
                "description": "Patch DNS Pool AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/aaaa": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolAAAA",
                "summary": "Post DNS Pool AAAA",
                "description": "Post DNS Pool AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/cname/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolCNAME",
                "summary": "Get DNS Pool CNAME",
                "description": "Get DNS Pool CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolCNAME",
                "summary": "Delete DNS Pool CNAME",
                "description": "Delete DNS Pool CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolCNAME",
                "summary": "Patch DNS Pool CNAME",
                "description": "Patch DNS Pool CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/cname": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolCNAME",
                "summary": "Post DNS Pool CNAME",
                "description": "Post DNS Pool CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/a/{poolId}/members/{poolMemberId}": {
            "get": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolMemberA",
                "summary": "Get DNS Pool Member A",
                "description": "Get DNS Pool Member A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolMemberA",
                "summary": "Delete DNS Pool Member A",
                "description": "Delete DNS Pool Member A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolMemberA",
                "summary": "Patch DNS Pool Member A",
                "description": "Patch DNS Pool Member A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/a/{poolId}/members": {
            "post": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolMemberA",
                "summary": "Post DNS Pool Member A",
                "description": "Post DNS Pool Member A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/aaaa/{poolId}/members/{poolMemberId}": {
            "get": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolMemberAAAA",
                "summary": "Get DNS Pool Member AAAA",
                "description": "Get DNS Pool Member AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolMember",
                "summary": "Delete DNS Pool Member AAAA",
                "description": "Delete DNS Pool Member AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolMemberAAAA",
                "summary": "Patch DNS Pool Member AAAA",
                "description": "Patch DNS Pool Member AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/aaaa/{poolId}/members": {
            "post": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolMemberAAAA",
                "summary": "Post DNS Pool Member AAAA",
                "description": "Post DNS Pool Member AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/cname/{poolId}/members/{poolMemberId}": {
            "get": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolMemberCNAME",
                "summary": "Get DNS Pool Member CNAME",
                "description": "Get DNS Pool Member CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolMemberCNAME",
                "summary": "Delete DNS Pool Member CNAME",
                "description": "Delete DNS Pool Member CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolMemberCNAME",
                "summary": "Patch DNS Pool Member CNAME",
                "description": "Patch DNS Pool Member CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/cname/{poolId}/members": {
            "post": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolMemberCNAME",
                "summary": "Post DNS Pool Member CNAME",
                "description": "Post DNS Pool Member CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/mx/{poolId}/members/{poolMemberId}": {
            "get": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolMemberMX",
                "summary": "Get DNS Pool Member MX",
                "description": "Get DNS Pool Member MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolMemberMX",
                "summary": "Delete DNS Pool Member MX",
                "description": "Delete DNS Pool Member MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolMemberMX",
                "summary": "Patch DNS Pool Member MX",
                "description": "Patch DNS Pool Member MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/mx/{poolId}/members": {
            "post": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolMemberMX",
                "summary": "Post DNS Pool Member MX",
                "description": "Post DNS Pool Member MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/naptr/{poolId}/members/{poolMemberId}": {
            "get": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolMemberNAPTR",
                "summary": "Get DNS Pool Member NAPTR",
                "description": "Get DNS Pool Member NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolMemberNAPTR",
                "summary": "Delete DNS Pool Member NAPTR",
                "description": "Delete DNS Pool Member NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolMemberNAPTR",
                "summary": "Patch DNS Pool Member NAPTR",
                "description": "Patch DNS Pool Member NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/naptr/{poolId}/members": {
            "post": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolMemberNAPTR",
                "summary": "Post DNS Pool Member NAPTR",
                "description": "Post DNS Pool Member NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt​/cm​/dns​/working-config​/pool​/srv​/{poolId}​/members​/{poolMemberId}": {
            "get": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolMemberSRV",
                "summary": "Get DNS Pool Member SRV",
                "description": "Get DNS Pool Member SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolMemberSRV",
                "summary": "Delete DNS Pool Member SRV",
                "description": "Delete DNS Pool Member SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "poolMemberId",
                        "in": "path",
                        "description": "Pool Member ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolMemberSRV",
                "summary": "Patch DNS Pool Member SRV",
                "description": "Patch DNS Pool Member SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt​/cm​/dns​/working-config​/pool​/srv​/{poolId}​/members​": {
            "post": {
                "parameters": [
                    {
                        "name": "poolId",
                        "in": "path",
                        "description": "Pool ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolMemberSRV",
                "summary": "Post DNS Pool Member SRV",
                "description": "Post DNS Pool Member SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/mx/{id}": {
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolMX",
                "summary": "Patch DNS Pool MX",
                "description": "Patch DNS Pool MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "Delete DNS Pool MX",
                "summary": "Delete DNS Pool MX",
                "description": "Delete DNS Pool MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolMX",
                "summary": "Get DNS Pool MX",
                "description": "Get DNS Pool MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/mx": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolMX",
                "summary": "Post DNS Pool MX",
                "description": "Post DNS Pool MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/naptr/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolNAPTR",
                "summary": "Get DNS Pool NAPTR",
                "description": "Get DNS Pool NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolNAPTR",
                "summary": "Delete DNS Pool NAPTR",
                "description": "Delete DNS Pool NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolNAPTR",
                "summary": "Patch DNS Pool NAPTR",
                "description": "Patch DNS Pool NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/srv/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSPoolSRV",
                "summary": "Get DNS Pool SRV",
                "description": "Get DNS Pool SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSPoolSRV",
                "summary": "Delete DNS Pool SRV",
                "description": "Delete DNS Pool SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSPoolSRV",
                "summary": "Patch DNS Pool SRV",
                "description": "Patch DNS Pool SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/naptr": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolNAPTR",
                "summary": "Post DNS Pool NAPTR",
                "description": "Post DNS Pool NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/pool/srv": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSPoolSRV",
                "summary": "Post DNS Pool SRV",
                "description": "Post DNS Pool SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/region/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSRegion",
                "summary": "Get DNS Region",
                "description": "Get DNS Region",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSRegion",
                "summary": "Delete DNS Region",
                "description": "Delete DNS Region",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSRegion",
                "summary": "Patch DNS Region",
                "description": "Patch DNS Region",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/region": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSRegion",
                "summary": "Post DNS Region",
                "description": "Post DNS Region",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/server/{id}": {
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSServer",
                "summary": "Patch DNS Server",
                "description": "Patch DNS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSServer",
                "summary": "Get DNS Server",
                "description": "Get DNS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSServer",
                "summary": "Delete DNS Server",
                "description": "Delete DNS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/server": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSServer",
                "summary": "Post DNS Server",
                "description": "Post DNS Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/server/{serverId}/devices/{deviceId}": {
            "get": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "name": "deviceId",
                        "in": "path",
                        "description": "Device ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSServerDevice",
                "summary": "Get DNS Server Device",
                "description": "Get DNS Server Device",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "name": "deviceId",
                        "in": "path",
                        "description": "Device ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSServerDevice",
                "summary": "Delete DNS Server Device",
                "description": "Delete DNS Server Device",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "name": "deviceId",
                        "in": "path",
                        "description": "Device ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSServerDevice",
                "summary": "Patch DNS Server Device",
                "description": "Patch DNS Server Device",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/server/{serverId}/devices": {
            "post": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSServerDevice",
                "summary": "Post DNS Server Device",
                "description": "Post DNS Server Device",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/topology/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSTopology",
                "summary": "Get DNS Topology",
                "description": "Get DNS Topology",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSTopolgoy",
                "summary": "Delete DNS Topology",
                "description": "Delete DNS Topology",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSTopology",
                "summary": "Patch DNS Topology",
                "description": "Patch DNS Topology",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/topology": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "string"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSTopology",
                "summary": "Post DNS Topology",
                "description": "Post DNS Topology",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/server/{serverId}/virtual-servers/{virtualServerId}": {
            "patch": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "name": "virtualServerId",
                        "in": "path",
                        "description": "Virtual Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSVirtualServer",
                "summary": "Patch DNS Virtual Server",
                "description": "Patch DNS Virtual Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "virtualServerId",
                        "in": "path",
                        "description": "Virtual Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSVirtualServer",
                "summary": "Get DNS Virtual Server",
                "description": "Get DNS Virtual Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "virtualServerId",
                        "in": "path",
                        "description": "Virtual Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSVirtualServer",
                "summary": "Delete DNS Virtual Server",
                "description": "Delete DNS Virtual Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/server/{serverId}/virtual-servers": {
            "post": {
                "parameters": [
                    {
                        "name": "serverId",
                        "in": "path",
                        "description": "Server ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSVirtualServer",
                "summary": "Post DNS Virtual Server",
                "description": "Post DNS Virtual Server",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/a/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSWideIPA",
                "summary": "Get DNS Wide IP A",
                "description": "Get DNS Wide IP A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSWideIPA",
                "summary": "Delete DNS Wide IP A",
                "description": "Delete DNS Wide IP A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSWideIPA",
                "summary": "Patch DNS Wide IP A",
                "description": "Patch DNS Wide IP A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/a": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSWideIPA",
                "summary": "Post DNS Wide IP A",
                "description": "Post DNS Wide IP A",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/aaaa/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSWideIPAAAA",
                "summary": "Get DNS Wide IP AAAA",
                "description": "Get DNS Wide IP AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSWideIPAAAA",
                "summary": "Delete DNS Wide IP AAAA",
                "description": "Delete DNS Wide IP AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSWideIPAAAA",
                "summary": "Patch DNS Wide IP AAAA",
                "description": "Patch DNS Wide IP AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/aaaa": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSWideIPAAAA",
                "summary": "Post DNS Wide IP AAAA",
                "description": "Post DNS Wide IP AAAA",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/cname/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSWideIPCNAME",
                "summary": "Get DNS Wide IP CNAME",
                "description": "Get DNS Wide IP CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSWideIPCNAME",
                "summary": "Delete DNS Wide IP CNAME",
                "description": "Delete DNS Wide IP CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSWideIPCNAME",
                "summary": "Patch DNS Wide IP CNAME",
                "description": "Patch DNS Wide IP CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/mx/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSWideIPMX",
                "summary": "Get DNS Wide IP MX",
                "description": "Get DNS Wide IP MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSWideIPMX",
                "summary": "Delete DNS Wide IP MX",
                "description": "Delete DNS Wide IP MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSWideIPMX",
                "summary": "Patch DNS Wide IP MX",
                "description": "Patch DNS Wide IP MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/naptr/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSWideIPNAPTR",
                "summary": "Get DNS Wide IP NAPTR",
                "description": "Get DNS Wide IP NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSWideIPNAPTR",
                "summary": "Delete DNS Wide IP NAPTR",
                "description": "Delete DNS Wide IP NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/srv/{id}": {
            "get": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "getDNSWideIPSRV",
                "summary": "Get DNS Wide IP SRV",
                "description": "Get DNS Wide IP SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "delete": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "DNS"
                ],
                "operationId": "deleteDNSWideIPSRV",
                "summary": "Delete DNS Wide IP SRV",
                "description": "Delete DNS Wide IP SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/cname": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSWideIPCNAME",
                "summary": "Post DNS Wide IP CNAME",
                "description": "Post DNS Wide IP CNAME",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/mx": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSWideIPMX",
                "summary": "Post DNS Wide IP MX",
                "description": "Post DNS Wide IP MX",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/naptr": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSWideIPNAPTR",
                "summary": "Post DNS Wide IP NAPTR",
                "description": "Post DNS Wide IP NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/wideip/srv": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "postDNSWideIPSRV",
                "summary": "Post DNS Wide IP SRV",
                "description": "Post DNS Wide IP SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/srv/mx/{id}": {
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSWideIPSRV",
                "summary": "Patch DNS Wide IP SRV",
                "description": "Patch DNS Wide IP SRV",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/dns/working-config/naptr/mx/{id}": {
            "patch": {
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "id",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "DNS"
                ],
                "operationId": "patchDNSWideIPNAPTR",
                "summary": "Patch DNS Wide IP NAPTR",
                "description": "Patch DNS Wide IP NAPTR",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewall/utility/expanded-rules": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Firewall"
                ],
                "operationId": "postRetrieveFirewallExpanedRules",
                "summary": "Post Retrieve Firewall Expanded Rules",
                "description": "Post to retrieve a list of rules in a rule list",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewall/tasks/declare-mgmt-authority": {
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Firewall"
                ],
                "operationId": "postFirewallRuleDeclareManagementAuthorityTask",
                "summary": "Post Firewall Rule Declare Management Authority Task",
                "description": "Create a device discovery declare-mgmt-authority task managed by BIG-IQ module (AFM).",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "get": {
                "parameters": [],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getAllFirewallRuleDeclareManagementAuthorityTask",
                "summary": "Get All Firewall Rule Declare Management Authority Task",
                "description": "List of device declare-mgmt-authority collection tasks managed by BIG-IQ module (AFM).",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewall/tasks/declare-mgmt-authority/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Unique id assinged to declare-mgmt-authority firewall task object. required\t",
                        "schema": {
                            "type": "string"
                        },
                        "required": true
                    }
                ],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getFirewallRuleDeclareManagementAuthorityTask",
                "summary": "Get Firewall Rule Declare Management Authority Task",
                "description": "Used to get a single device discovery declare-mgmt-authority task (AFM).",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewalls/working-config/firewalls": {
            "get": {
                "parameters": [],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getAllFirewalls",
                "summary": "Get All Firewalls",
                "description": "List of firewall collections.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewalls/working-config/firewalls/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Firewall object id required\t",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getFirewall",
                "summary": "Get Firewall",
                "description": "Returns the firewall context identified by an endpoint URI.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "patch": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Firewall object id required\t",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Firewall"
                ],
                "operationId": "patchFirewall",
                "summary": "Patch Firewall",
                "description": "Will patch an enforced, staged, NAT and/or service policy reference link into the firewall context. Self-ip firewall context cannot have NAT policy.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewall/tasks/deploy-configuration": {
            "get": {
                "parameters": [],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getAllFirewallDeployConfiguration",
                "summary": "Get All Firewall Deploy Configuration",
                "description": "Returns the collection of firewall namespace specific deployment tasks.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewall/tasks/deploy-configuration/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Policy object id. required\t",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getFirewallDeployConfiguration",
                "summary": "Get Firewall Deploy Configuration",
                "description": "Returns the deployment configuration task within the firewall namespace identified by id.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            },
            "post": {
                "parameters": [],
                "requestBody": {
                    "description": "body",
                    "required": true,
                    "content": {
                        "*/*": {
                            "schema": {
                                "type": "object"
                            }
                        }
                    }
                },
                "tags": [
                    "Firewall"
                ],
                "operationId": "postFirewallDeployConfiguration",
                "summary": "Post Firewall Deploy Configuration",
                "description": "Creates a new deployment task within the firewall namespace.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewalls/working-config/policies": {
            "get": {
                "parameters": [],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getAllFirewallPolicies",
                "summary": "Get All Firewall Policies",
                "description": "Returns the collection of firewall policies. ",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewalls/working-config/policies/{objectId}": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Policy object ID required\t",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getFirewallPolicy",
                "summary": "Get Firewall Policy",
                "description": "Returns the firewall policy identified by id for an endpoint URI.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewalls/working-config/policies/{objectId}/rules": {
            "get": {
                "parameters": [
                    {
                        "name": "objectId",
                        "in": "path",
                        "description": "Collection of policy rule object id required",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getAllFirewallPolicyRules",
                "summary": "Get All Firewall Policy Rules",
                "description": "Returns the firewall rules subcollection for a policy.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        },
        "/mgmt/cm/firewalls/working-config/policies/{policyId}/rules/{ruleId}": {
            "get": {
                "parameters": [
                    {
                        "name": "policyId",
                        "in": "path",
                        "description": "Policy ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "ruleId",
                        "in": "path",
                        "description": "Rule ID",
                        "required": true,
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "Firewall"
                ],
                "operationId": "getFirewallPolicyRule",
                "summary": "Get Firewall Policy Rule",
                "description": "Returns the firewall rules subcollection for a policy.",
                "responses": {
                    "200": {
                        "description": "successful operation"
                    },
                    "400": {
                        "description": "failed operation"
                    }
                }
            }
        }
    },
    "externalDocs": {
        "description": "Find out more about the OpenAPI Initiative",
        "url": "https://www.openapis.org/"
    },
    "tags": [
        {
            "name": "CloudEdition",
            "description": "Cloud Edition API calls"
        },
        {
            "name": "Access",
            "description": "Access API calls"
        },
        {
            "name": "ADC",
            "description": "ADC API calls"
        },
        {
            "name": "default",
            "description": ""
        },
        {
            "name": "ASM",
            "description": "ASM API Calls"
        },
        {
            "name": "Device",
            "description": "Device API Calls"
        },
        {
            "name": "DNS",
            "description": "DNS API Calls"
        },
        {
            "name": "Firewall",
            "description": "Firewall API Calls"
        }
    ],
    "components": {
        "securitySchemes": {}
    }
}