{"componentChunkName":"component---src-templates-redoc-operation-js","path":"/api/nmc/v120/reference/overview/","result":{"data":{"contentItem":{"type":"redoc-info","link":"/api/nmc/v120/reference/overview/","data":{"redocStoreStr":"{\"menu\":{\"activeItemIdx\":-1},\"definition\":{\"data\":{\"openapi\":\"3.0.3\",\"info\":{\"title\":\"Nasuni Management Console API\",\"description\":\"A web-based API to monitor and configure the Nasuni service, emulating the Nasuni Management Console (NMC).\",\"version\":\"1.2.0\"},\"servers\":[{\"url\":\"https://hostname/api/v1.2\"}],\"security\":[{\"AuthToken\":[]}],\"paths\":{\"/auth/login/\":{\"post\":{\"tags\":[\"Auth\"],\"summary\":\"Login\",\"description\":\"Authenticate a user's credentials to get an access token.\",\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"required\":[\"password\",\"username\"],\"type\":\"object\",\"properties\":{\"username\":{\"type\":\"string\"},\"password\":{\"type\":\"string\"}}}}},\"required\":false},\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AuthToken\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/auth/logout/\":{\"post\":{\"tags\":[\"Auth\"],\"summary\":\"Logout\",\"description\":\"De-authenticate user access token.\",\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"logged_out\":{\"type\":\"boolean\",\"description\":\"If true, the user access token was successfully de-authenticated.\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/\":{\"get\":{\"tags\":[\"Index\"],\"summary\":\"View top-level endpoints\",\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"auth\":{\"type\":\"string\",\"description\":\"A link to the authentication resource.\"},\"account\":{\"type\":\"string\",\"description\":\"A link to the account resource.\"},\"volumes\":{\"type\":\"string\",\"description\":\"A link to the volumes resource.\"},\"filers\":{\"type\":\"string\",\"description\":\"A link to the filers resource.\"},\"messages\":{\"type\":\"string\",\"description\":\"A link to the messages resource.\"},\"notifications\":{\"type\":\"string\",\"description\":\"A link to the notifications resource.\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/account/cloud-credentials/\":{\"get\":{\"tags\":[\"Account\"],\"summary\":\"List all cloud credentials\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/CloudCredential\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/account/cloud-credentials/{cred_uuid}/\":{\"get\":{\"tags\":[\"Account\"],\"summary\":\"Get a list of cloud credentials by UUID\",\"parameters\":[{\"name\":\"cred_uuid\",\"in\":\"path\",\"description\":\"Cloud Credential object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/CloudCredential\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/account/cloud-credentials/{cred_uuid}/filers/{filer_serial}/\":{\"get\":{\"tags\":[\"Account\"],\"summary\":\"Get one cloud credential on a filer\",\"parameters\":[{\"name\":\"cred_uuid\",\"in\":\"path\",\"description\":\"Cloud Credential object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/CloudCredential\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Account\"],\"summary\":\"Update a cloud credential on a filer\",\"description\":\"Only available on NMC version 22.2 and higher.\",\"parameters\":[{\"name\":\"cred_uuid\",\"in\":\"path\",\"description\":\"Cloud Credential object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/CloudCredential\"}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Success - Cloud credential has been updated\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message\",\"schema\":{\"type\":\"string\"}}},\"content\":{}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/filers/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List Filers\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - Return status and configuration for all managed Filers.\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/Filer\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get Filer\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"OK - Return status and configuration for the specified managed Filer.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Filer\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Filers\"],\"summary\":\"Update a Filer\",\"description\":\"Update the Filer's settings with the given body.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Filer\"}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/filers/amqp-audit-destinations/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List AMQP Destinations\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of all AMQP Destination across all Filers\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/AMQPAuditDestination\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/amqp-audit-destinations/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List AMQP Destinations for a Filer\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of AMQP Destinations on a specific Filer\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/AMQPAuditDestination\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Filers\"],\"summary\":\"Create an AMQP Destination\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/AMQPAuditDestination\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/filers/{filer_serial}/amqp-audit-destinations/{amqp_destination_name}\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get a single AMQP destination\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"amqp_destination_name\",\"in\":\"path\",\"description\":\"AMQP Destination name (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"OK - Information about the specified AMQP Destination\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AMQPAuditDestination\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Filers\"],\"summary\":\"Delete an AMQP destination\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"amqp_destination_name\",\"in\":\"path\",\"description\":\"AMQP Destination name (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Filers\"],\"summary\":\"Update an AMQP destination\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"amqp_destination_name\",\"in\":\"path\",\"description\":\"AMQP Destination name (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AMQPAuditDestination\"}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/filers/cifsclients/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List CIFS clients\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of all CIFS clients across all Filers\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/FilerCIFSClient\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/cifsclients/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List CIFS clients for a Filer\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of CIFS clients connected to the specified Filer\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/FilerCIFSClient\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/cifsclients/{cifs_client_id}\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get CIFS client\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"cifs_client_id\",\"in\":\"path\",\"description\":\"CIFS client object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"OK - Information about the specified CIFS client\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/FilerCIFSClient\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/cifsclients/locks/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List CIFS file locks\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of all CIFS file locks across all Filers\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/FilerCIFSLock\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/cifsclients/locks/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List CIFS file locks for a Filer\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of CIFS file locks held by clients of the specified Filer\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/FilerCIFSLock\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/cifsclients/{cifs_client_id}/locks/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List CIFS file locks for a client\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"cifs_client_id\",\"in\":\"path\",\"description\":\"CIFS client object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of CIFS file locks held by the specified client\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/FilerCIFSLock\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/ftpclients/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List FTP clients\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of all FTP clients across Filers\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/FilerFTPClient\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/ftpclients/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List FTP clients for a Filer\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"OK - List of FTP clients connected to the specified Filer\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/FilerFTPClient\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/ftpclients/{ftp_client_id}\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get FTP client\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"ftp_client_id\",\"in\":\"path\",\"description\":\"FTP client object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"OK - Description of the specified FTP client\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/FilerFTPClient\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/encryption-keys/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List encryption keys\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/encryption-keys/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List encryption keys for a Filer\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Filers\"],\"summary\":\"Upload encryption keys for a Filer\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"required\":true,\"content\":{\"multipart/form-data\":{\"schema\":{\"required\":[\"key_file\"],\"type\":\"object\",\"properties\":{\"key_file\":{\"type\":\"string\",\"format\":\"binary\",\"description\":\"A GPG key file\"},\"passphrase\":{\"type\":\"string\",\"description\":\"Passphrase for the key file\"}}}}}},\"responses\":{\"202\":{\"description\":\"Accepted\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation Error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/encryption-keys/{encryption_key_id}/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get a Filer encryption key\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"encryption_key_id\",\"in\":\"path\",\"description\":\"Encryption key object identifier\",\"required\":true,\"schema\":{\"type\":\"integer\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/EncryptionKey\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/health/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List health status for all Filers\",\"description\":\"Only available with Filers on version 8.8 and higher.\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/health/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List health status for a Filer\",\"description\":\"Only available with Filers on version 8.8 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/blocked-clients/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List blocked clients across all Filers\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 22.3 and higher.\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/BlockedClient\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/blocked-clients/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List blocked clients on a Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 22.3 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/BlockedClient\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Filers\"],\"summary\":\"Block a client IP address on a Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 22.3 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"ip_address\":{\"type\":\"string\",\"description\":\"IP address of the blocked client.\"}}}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/blocked-clients/{blocked_ip}/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get specific blocked client on specific Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 22.3 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_ip\",\"in\":\"path\",\"description\":\"The index of the first object to return\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/BlockedClient\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Filers\"],\"summary\":\"Unblock a client IP address on a Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 22.3 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_ip\",\"in\":\"path\",\"description\":\"Blocked client IP\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"403\":{\"description\":\"Permission Denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/blocked-sources/ip-addresses/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List blocked IP addresses across all Filers\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/BlockedSourceIpAddress\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/blocked-sources/usernames/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List blocked usernames across all Filers\",\"description\":\"Only available with Filers on version 10.1 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/BlockedSourceUsername\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/blocked-sources/ip-addresses/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List blocked IP addresses on a Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/BlockedSourceIpAddress\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/blocked-sources/usernames/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"List blocked usernames on a Filer\",\"description\":\"Only available with Filers on version 10.1 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/BlockedSourceUsername\"}}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/blocked-sources/ip-addresses/{blocked_ip}/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get specific blocked IP address on specific Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_ip\",\"in\":\"path\",\"description\":\"The index of the first object to return\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/BlockedSourceIpAddress\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"put\":{\"tags\":[\"Filers\"],\"summary\":\"Block an IP address on a Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_ip\",\"in\":\"path\",\"description\":\"The index of the first object to return\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Filers\"],\"summary\":\"Unblock an IP address on a Filer\",\"description\":\"Only available with Filers on version 9.9 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_ip\",\"in\":\"path\",\"description\":\"Blocked IP address\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"403\":{\"description\":\"Permission Denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/filers/{filer_serial}/blocked-sources/usernames/{blocked_username}/\":{\"get\":{\"tags\":[\"Filers\"],\"summary\":\"Get specific blocked username on specific Filer\",\"description\":\"Only available with Filers on version 10.1 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_username\",\"in\":\"path\",\"description\":\"The index of the first object to return\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/BlockedSourceUsername\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"put\":{\"tags\":[\"Filers\"],\"summary\":\"Block a username on a Filer\",\"description\":\"Only available with Filers on version 10.1 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_username\",\"in\":\"path\",\"description\":\"The index of the first object to return\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Filers\"],\"summary\":\"Unblock a username on a Filer\",\"description\":\"Only available with Filers on version 10.1 and higher and NMCs on version 25.2 and higher.\",\"parameters\":[{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"blocked_username\",\"in\":\"path\",\"description\":\"Blocked username\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"403\":{\"description\":\"Permission Denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List volumes\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Create volume\",\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/Volume\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Volume\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Volumes\"],\"summary\":\"Update volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"content\":{\"application/json\":{\"schema\":{\"oneOf\":[{\"$ref\":\"#/components/schemas/VolumeUpdateQuota\"},{\"$ref\":\"#/components/schemas/VolumeUpdateRemoteAccess\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List Filer settings for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get volume settings for a Filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/VolumeFilerSetting\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Volumes\"],\"summary\":\"Update the settings for a volume on a specific Filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"Volume settings to update for a Filer\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/VolumeFilerSetting\"}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filers volume has been sent a message\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/filers/shares/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List shares\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/shares/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List shares for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/shares/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List shares for a volume and Filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Create share\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The share to create.\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/Share\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/{filer_serial}/shares/{share_id}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get share\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"share_id\",\"in\":\"path\",\"description\":\"Share object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Share\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Delete a share\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"share_id\",\"in\":\"path\",\"description\":\"Share object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Volumes\"],\"summary\":\"Update share\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"share_id\",\"in\":\"path\",\"description\":\"Share object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"Share fields to update\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Share\"}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/filers/exports/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List exports\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/exports/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List exports for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/exports/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List exports for a volume and Filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Create export\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The export to create.\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/Export\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get export\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Export\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Delete export\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Volumes\"],\"summary\":\"Update export\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"Export fields to update\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Export\"}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/nfs_host_options/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List NFS host options for an export\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Create NFS host option\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The NFS host option to create.\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/NfsHostOption\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/{filer_serial}/exports/{export_id}/nfs_host_options/{host_option_id}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a host option for an export\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"host_option_id\",\"in\":\"path\",\"description\":\"Host option object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/NfsHostOption\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Delete host option\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"host_option_id\",\"in\":\"path\",\"description\":\"Host option object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Volumes\"],\"summary\":\"Update an existing host option\",\"description\":\"Only available on NMC version 21.2 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"host_option_id\",\"in\":\"path\",\"description\":\"Host option object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"Host option fields to update\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/NfsHostOption\"}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/filers/ftp-directories/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List FTP directories\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/ftp-directories/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List FTP directories for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/ftp-directories/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List FTP directories for a volume and Filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/ftp-directories/{ftpdir_id}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get FTP directory\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"ftpdir_id\",\"in\":\"path\",\"description\":\"FTP directory object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/FtpDirectory\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/filer-connections/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List volume connections\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filer-connections/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List volume connections for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filer-connections/{filer_serial}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get volume connection\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/VolumeConnection\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/filers/antivirus-violations/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List antivirus violations\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/antivirus-violations/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List antivirus violations for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/antivirus-violations/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List antivirus violations for a volume and Filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/antivirus-violations/{antivirus_id}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get antivirus violation\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"antivirus_id\",\"in\":\"path\",\"description\":\"Antivirus violation object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AntivirusViolation\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Delete antivirus violation\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"antivirus_id\",\"in\":\"path\",\"description\":\"Antivirus violation object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"action\",\"in\":\"query\",\"description\":\"Specify the action to perform (delete_file or ignore_violation)\",\"schema\":{\"type\":\"string\",\"enum\":[\"delete_file\",\"ignore_violation\"]}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/folder-quotas/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List folder quotas\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/folder-quotas/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List folder quotas for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Create folder quota\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The folder quota to create.\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/FolderQuota\"}]}}},\"required\":true},\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/folder-quotas/{folder_quota_id}/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get folder quota\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"folder_quota_id\",\"in\":\"path\",\"description\":\"Folder Quota object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/FolderQuota\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Delete folder quota\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"folder_quota_id\",\"in\":\"path\",\"description\":\"Folder Quota object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted the request and returns a status message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"patch\":{\"tags\":[\"Volumes\"],\"summary\":\"Update folder quota\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"folder_quota_id\",\"in\":\"path\",\"description\":\"Folder Quota object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The folder quota fields to edit.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/FolderQuota\"}}},\"required\":false},\"responses\":{\"202\":{\"description\":\"Accepted the request and returns a status message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/filers/snapshots/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List snapshot statuses\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/snapshots/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List snapshot statuses for a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/snapshots/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List snapshot status for a volume and Filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Request snapshot for volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted the request and returns a status message\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict, there's already a snapshot in progress.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/global-lock-folders/\":{\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Enable global locking and its various modes on a specified path\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The global locking settings to create.\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/GlobalLocking\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/global-lock-folders/{path}\":{\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Disable global locking on a specified path\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/filers/paths/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of all known paths\",\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/paths/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of all known paths with a specific volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/paths/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of all known paths with a specific volume and filer\",\"description\":\"Can be used to get a list of paths that are \\\"known\\\" -- in other words, have recently been stated by POSTing to the \\\"refresh info about a given path\\\" endpoint. A directory reported as \\\"known\\\" lets you know that it is eligible to be used with the \\\"GET info on a specific path\\\" endpoint. Known paths expire from the NMC after 10 minutes.<br/><br/>Note: Paths are case-sensitive. The paths and path status endpoints will not return results if the wrong case is specified.\\n\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/path/{path}\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get info on a specific path\",\"description\":\"Calling this NMC API endpoint and specifying the Edge Appliance(Filer) serial and path, asks the NMC to give the requestor information it has about the specified path. This only works if the path is a \\\"known path\\\"-- In other words, if the path has recently been enumerated/stated by the NMC file browser or API call (Using \\\"Refresh info about a given path\\\").<br/><br/>Note: Paths are case-sensitive. The paths and path status endpoints will not return results if the wrong case is specified.\\n\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/PathData\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Refresh info about a given path\",\"description\":\"Posting to this endpoint causes the NMC to request current information from the associated Edge Appliance(Filer) for the path (statting it). Once this is done, the path is considered to be a \\\"known path\\\" for the Get info on a specific path endpoint. Known paths are only cached for 10 minutes before expiring.<br/><br/>Note: Paths are case-sensitive. The paths and path status endpoints will not return results if the wrong case is specified.\\n\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"content\":{\"application/json\":{}},\"required\":false},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message.\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/cache-path/{path}\":{\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Bring path into cache\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"Whether or not to bring only directory metadata into cache\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/CachePath\"}]}}},\"required\":false},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/{filer_serial}/make-dir-path/\":{\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Try to make the given directory path\",\"description\":\"Only available with Filers on version 8.5 and higher.\\nShould only be used for NTFS compatible volumes.\\n\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"Create the given path as a directory under the volume on the given filer. The path should start with a /.\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\"}}}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/filers/pinned-folders/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of all pinned folders\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/pinned-folders/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of all pinned folders in a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/pinned-folders/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of pinned folders in a volume for a specific filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Set pinning mode\",\"description\":\"Metadata mode is only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The folder to enable pinning on and optionally the mode\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/PinnedFolders\"}]}}},\"required\":true},\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message.\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/{filer_serial}/pinned-folder/{path}\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get pinning status for the path\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/PinnedFolders\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Disable pinning mode on a folder\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message.\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/filers/auto-cached-folders/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of all auto cache enabled folders\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/auto-cached-folders/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get a list of all auto cache enabled folders in a volume\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/volumes/{volume_guid}/filers/{filer_serial}/auto-cached-folders/\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"List auto cache enabled folders for a volume on a filer\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"post\":{\"tags\":[\"Volumes\"],\"summary\":\"Set auto caching mode\",\"description\":\"Metadata mode is only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"requestBody\":{\"description\":\"The folder to enable auto cache on and optionally the mode\",\"content\":{\"application/json\":{\"schema\":{\"allOf\":[{\"type\":\"object\"},{\"$ref\":\"#/components/schemas/AutoCachedFolders\"}]}}},\"required\":true},\"responses\":{\"200\":{\"description\":\"Accepted - Filer has been sent a message.\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message.\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"400\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"x-codegen-request-body-name\":\"body\"}},\"/volumes/{volume_guid}/filers/{filer_serial}/auto-cached-folder/{path}\":{\"get\":{\"tags\":[\"Volumes\"],\"summary\":\"Get auto cache folder status for a folder\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AutoCachedFolders\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Volumes\"],\"summary\":\"Disable auto cache mode on a folder\",\"description\":\"Only available with Filers on version 8.5 and higher.\",\"parameters\":[{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"202\":{\"description\":\"Accepted - Filer has been sent a message.\",\"headers\":{\"Location\":{\"description\":\"URL to the associated message.\",\"schema\":{\"type\":\"string\"}}},\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MessageResponse\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"403\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"404\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"405\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"409\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/notifications/\":{\"get\":{\"tags\":[\"Notifications\"],\"summary\":\"List notifications\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/notifications/{notification_id}/\":{\"get\":{\"tags\":[\"Notifications\"],\"summary\":\"Get notification\",\"parameters\":[{\"name\":\"notification_id\",\"in\":\"path\",\"description\":\"Notification object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Notification\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/messages/\":{\"get\":{\"tags\":[\"Messages\"],\"summary\":\"List messages\",\"parameters\":[{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"Paging\":{\"$ref\":\"#/components/schemas/Paging\"}}}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}},\"/messages/{message_id}/\":{\"get\":{\"tags\":[\"Messages\"],\"summary\":\"Get message\",\"parameters\":[{\"name\":\"message_id\",\"in\":\"path\",\"description\":\"Message object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Message\"}}}},\"303\":{\"description\":\"See Other\",\"headers\":{\"Location\":{\"description\":\"A link to the affected setting where the browser should redirect.\",\"schema\":{\"type\":\"string\"}}},\"content\":{}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}},\"delete\":{\"tags\":[\"Messages\"],\"summary\":\"Delete message\",\"description\":\"Clear failed or synced message.\",\"parameters\":[{\"name\":\"message_id\",\"in\":\"path\",\"description\":\"Message object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"204\":{\"description\":\"No Content\",\"content\":{}},\"400\":{\"description\":\"Bad Request\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"401\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"429\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}}}}},\"components\":{\"schemas\":{\"AMQPAuditDestination\":{\"required\":[\"ca_cert\",\"filer_serial_number\",\"headers\",\"hostname\",\"name\",\"password\",\"port\",\"username\",\"vhost\"],\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Unique name of this AMQP destination\"},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Identifier of the associated Filer.\"},\"hostname\":{\"type\":\"string\",\"description\":\"Hostname or IP of AMQP server\"},\"port\":{\"type\":\"integer\",\"description\":\"The AMQP SSL port number to connect to\"},\"ca_cert\":{\"type\":\"string\",\"description\":\"The CA certificate that the server certificate was signed with. In the case of a self-signed certificate, this is the certificate itself\"},\"username\":{\"type\":\"string\",\"description\":\"Username to authenticate with\"},\"password\":{\"type\":\"string\",\"description\":\"Password to authenticate with\"},\"vhost\":{\"type\":\"string\",\"description\":\"vHost on the AMQP server to connect to\"},\"exchange\":{\"type\":\"string\",\"description\":\"Exchange to post messages to\"},\"routing_key\":{\"type\":\"string\",\"description\":\"The routing_key to put in all messages\"},\"headers\":{\"type\":\"object\",\"properties\":{},\"description\":\"Key value pairs that will be added to AMQP messages as headers\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions\",\"readOnly\":true}},\"description\":\"AMQP Destination for auditing logs object\"},\"AuthToken\":{\"type\":\"object\",\"properties\":{\"token\":{\"type\":\"string\"},\"expires\":{\"type\":\"string\"}}},\"CloudCredential\":{\"required\":[\"account\",\"name\",\"secret\"],\"type\":\"object\",\"properties\":{\"cred_uuid\":{\"type\":\"string\",\"description\":\"Cloud credential identifier\",\"readOnly\":true},\"name\":{\"type\":\"string\",\"description\":\"The name of the cloud credential\"},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"cloud_provider\":{\"type\":\"string\",\"description\":\"The name of the cloud provider for this credential\",\"readOnly\":true},\"account\":{\"type\":\"string\",\"description\":\"The account access key or username for the associated cloud account\"},\"hostname\":{\"type\":\"string\",\"description\":\"The cloud hostname. AWS PrivateLink requires 9.15+ Filers.\"},\"status\":{\"type\":\"string\",\"description\":\"Current status of the resource\",\"readOnly\":true},\"secret\":{\"type\":\"string\",\"description\":\"Secret access key for cloud credential authentication. Displayed as masked value of '*****'\"},\"note\":{\"type\":\"string\",\"description\":\"Any notes regarding the credential. Otherwise will be blank.\"},\"in_use\":{\"type\":\"boolean\",\"description\":\"If true, the cloud credential is in use by at least one volume.\",\"readOnly\":true},\"skip_validation\":{\"type\":\"boolean\",\"default\":false,\"description\":\"If true, then updates for this credential will not be validated against the cloud provider. Only valid for filer version 9.12+ and cannot be true for credentials in use by a volume\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"A cloud credential object\"},\"BlockedClient\":{\"required\":[\"blocked_by_username\",\"filer_serial_number\",\"blocked_date\",\"ip_address\"],\"type\":\"object\",\"properties\":{\"blocked_by_username\":{\"nullable\":true,\"type\":\"string\",\"description\":\"Username of admin who manually blocked this client. Null if blocked automatically by ransomware mitigation.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"blocked_date\":{\"type\":\"string\",\"description\":\"Date and time at which client was blocked.\",\"readOnly\":true},\"ip_address\":{\"type\":\"string\",\"description\":\"IP address of the blocked client.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"A blocked client object\"},\"BlockedSourceIpAddress\":{\"required\":[\"blocked_by_username\",\"filer_serial_number\",\"blocked_date\",\"ip_address\"],\"type\":\"object\",\"properties\":{\"blocked_by_username\":{\"nullable\":true,\"type\":\"string\",\"description\":\"Username of admin who manually blocked this source IP address. Null if blocked automatically by ransomware mitigation.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"blocked_date\":{\"type\":\"string\",\"description\":\"Date and time at which source IP address was blocked.\",\"readOnly\":true},\"ip_address\":{\"type\":\"string\",\"description\":\"IP address of the blocked source IP address.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"A blocked source IP address object\"},\"BlockedSourceUsername\":{\"required\":[\"blocked_by_username\",\"filer_serial_number\",\"blocked_date\",\"username\"],\"type\":\"object\",\"properties\":{\"blocked_by_username\":{\"nullable\":true,\"type\":\"string\",\"description\":\"Username of admin who manually blocked this source username. Null if blocked automatically by ransomware mitigation.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"blocked_date\":{\"type\":\"string\",\"description\":\"Date and time at which source username was blocked.\",\"readOnly\":true},\"username\":{\"type\":\"string\",\"description\":\"username of the blocked source username.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"A blocked source username object\"},\"EncryptionKey\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Encryption key identifier\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"fingerprint\":{\"type\":\"string\",\"description\":\"Encryption key fingerprint\",\"readOnly\":true},\"key_id\":{\"type\":\"string\",\"description\":\"Shorthand key identifier (last 8 characters of the fingerprint)\",\"readOnly\":true},\"name\":{\"type\":\"string\",\"description\":\"The name of the encryption key.\",\"readOnly\":true},\"algorithm\":{\"type\":\"string\",\"description\":\"The encryption algorithm used.\",\"readOnly\":true},\"length\":{\"type\":\"integer\",\"description\":\"The length of the encryption key in bits.\",\"readOnly\":true},\"escrowed\":{\"type\":\"boolean\",\"description\":\"If true, the key has been escrowed with Nasuni.\",\"readOnly\":true},\"used\":{\"type\":\"boolean\",\"description\":\"If true, the key is currently in use by a volume or for filer configuration backup.\",\"readOnly\":true},\"is_backup_key\":{\"type\":\"boolean\",\"description\":\"If true, the encryption is a backup key. Backup keys are generally only used for filers that do not have any local volumes, to preform configuration backup.\",\"readOnly\":true},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"OpenPGP key\"},\"Error\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\",\"description\":\"Specifies the type of error reported. Possible values:\\n\\n* \\\"error\\\" - General error\\n* \\\"validation_error\\\" - Validation error\\n* \\\"not_found_error\\\" - Resource not found\\n* \\\"auth_error\\\" - Authentication error\\n* \\\"perm_error\\\" - Permission error\\n* \\\"sync_error\\\" - Error occurred syncing settings with a Filer.\\n* \\\"unmanaged_error\\\" - Resource is not managed.\\n* \\\"conflict_error\\\" - Conflict error\\n* \\\"unsupported_error\\\" - Current filer version does not support this type of request.\\n* \\\"throttled_error\\\" - The request was throttled; too many sent within a duration.\\n\",\"readOnly\":true,\"enum\":[\"error\",\"validation_error\",\"not_found_error\",\"auth_error\",\"perm_error\",\"sync_error\",\"unmanaged_error\",\"conflict_error\",\"unsupported_error\",\"throttled_error\"]},\"description\":{\"type\":\"string\",\"description\":\"Description of the error reported.\",\"readOnly\":true}}},\"ErrorResponse\":{\"type\":\"object\",\"properties\":{\"error\":{\"$ref\":\"#/components/schemas/Error\"}}},\"Export\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Export identifier\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"name\":{\"type\":\"string\",\"description\":\"Name of the export.\"},\"path\":{\"type\":\"string\",\"description\":\"Path of the exported directory. Default is '/'.\",\"default\":\"/\"},\"comment\":{\"type\":\"string\",\"description\":\"Any comments regarding the export.\"},\"readonly\":{\"$ref\":\"#/components/schemas/ExportReadOnlyField\"},\"hostspec\":{\"$ref\":\"#/components/schemas/ExportHostSpecField\"},\"access_mode\":{\"$ref\":\"#/components/schemas/ExportAccessModeField\"},\"perf_mode\":{\"$ref\":\"#/components/schemas/ExportPerfModeField\"},\"sec_options\":{\"$ref\":\"#/components/schemas/ExportSecOptionsField\"},\"nfs_host_options\":{\"type\":\"array\",\"description\":\"Additional host options for the Export. The items in this list can be created, read, updated, and deleted via the host option endpoints.\",\"readOnly\":true,\"items\":{\"$ref\":\"#/components/schemas/NfsHostOption\"}},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"volume\":{\"$ref\":\"#/components/schemas/Link\"},\"nfs_host_options\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Export object\"},\"FilerFTPClient\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"FTP client ID.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Serial number of the Filer.\",\"readOnly\":true},\"protocol\":{\"type\":\"string\",\"description\":\"The connection's protocol.\",\"readOnly\":true,\"enum\":[\"ftp\",\"sftp\"]},\"client\":{\"type\":\"string\",\"description\":\"The IP Address of the client machine.\",\"readOnly\":true}},\"description\":\"A description of a connected (S)FTP client.\"},\"FtpDirectory\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"FTP directory identifier.\",\"readOnly\":true},\"name\":{\"type\":\"string\",\"description\":\"Name of the FTP directory.\",\"readOnly\":true},\"path\":{\"type\":\"string\",\"description\":\"Path of the FTP directory.\",\"readOnly\":true},\"comment\":{\"type\":\"string\",\"description\":\"Any comments regarding the FTP directory.\",\"readOnly\":true},\"readonly\":{\"type\":\"boolean\",\"description\":\"If true, users cannot change the contents of the directory.\",\"readOnly\":true},\"visibility\":{\"type\":\"string\",\"description\":\"Controls what files and directories users can see.\\n* \\\"default\\\" - Every file is visible to user, even if user does not have access permissions. * \\\"hide\\\" - Users only see files they have permission to access. * \\\"invisible\\\" - No files are visible to user. If user has filename and permission, user can access file.\",\"readOnly\":true,\"enum\":[\"default\",\"hide\",\"invisible\"]},\"allow_from\":{\"type\":\"string\",\"description\":\"Comma-separated list of IP addresses or subnet addresses of hosts\\nallowed to access FTP directory. If blank, all hosts on your\\nnetwork have access. This feature cannot be used in conjunction\\nwith Users/Groups restrictions.\\n\",\"readOnly\":true},\"allow_users\":{\"type\":\"string\",\"description\":\"The users that will be allowed to access the FTP directory.\",\"readOnly\":true},\"allow_groups\":{\"type\":\"string\",\"description\":\"The groups that will be allowed to access the FTP directory.\",\"readOnly\":true},\"anonymous\":{\"type\":\"boolean\",\"description\":\"If true, allow anonymous FTP access.\",\"readOnly\":true},\"anonymous_only\":{\"type\":\"boolean\",\"description\":\"If true, only the anonymous user will be granted access. This feature\\ncannot be used in conjunction with IP address restrictions.\\n\",\"readOnly\":true},\"umask\":{\"type\":\"string\",\"description\":\"Normally, newly created files and directories have read and write\\naccess for the owner, groups and other users. This option allows\\nyou to restrict read and write access for groups or others.\\n\\n* '000' - No Extra Restrictions (Default)\\n* '002' - Read-Only Others\\n* '022' - Read-Only Groups and Others\\n* '006' - Restrict Others\\n* '066' - Restrict Groups and Others\\n* '026' - Read-Only Groups, Restrict Others\\n\",\"readOnly\":true,\"enum\":[\"000\",\"002\",\"022\",\"006\",\"066\",\"026\"]},\"hide_ownership\":{\"type\":\"boolean\",\"description\":\"All directory listings will show owner and group information as \\\"ftp\\\",\\nhiding the underlying owner and group. This may also be used to work\\naround directory listing issues on some non-interactive clients.\\n\",\"readOnly\":true},\"hidden_stores\":{\"type\":\"boolean\",\"description\":\"File uploads are done in two steps using a temporary file. This prevents\\nissues with incomplete uploads and file use before upload is complete.\\nThis feature prevents resuming uploads. This is automatically enabled for\\nanonymous uploads.\\n\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"volume\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"FTP directory object\"},\"AntivirusViolation\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Antivirus violation identifier\",\"readOnly\":true},\"fpath\":{\"type\":\"string\",\"description\":\"The file path of the infected source file.\",\"readOnly\":true},\"vname\":{\"type\":\"string\",\"description\":\"The name of the virus.\"},\"volume_uri\":{\"type\":\"string\",\"description\":\"The URI of the file, including the associated volume identifier.\",\"readOnly\":true},\"seqno\":{\"type\":\"integer\",\"description\":\"Sequence number of the violation.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"volume\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Antivirus violation object\"},\"FieldError\":{\"type\":\"object\",\"properties\":{\"field\":{\"type\":\"string\",\"description\":\"The field to which the validation error applies, or \\\"__all__\\\" if it is a non-field error.\",\"readOnly\":true},\"errors\":{\"type\":\"array\",\"readOnly\":true,\"items\":{\"$ref\":\"#/components/schemas/FieldError\"}},\"error_messages\":{\"type\":\"array\",\"readOnly\":true,\"items\":{\"type\":\"string\"}}}},\"Link\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"description\":\"Hyperlink to the resource.\",\"readOnly\":true},\"method\":{\"type\":\"string\",\"description\":\"HTTP method to use on the link.\",\"readOnly\":true}}},\"Filer\":{\"type\":\"object\",\"properties\":{\"build\":{\"type\":\"string\",\"description\":\"Current version and build number of the Filer's software.\",\"readOnly\":true},\"description\":{\"type\":\"string\",\"description\":\"The Filer's description.\"},\"guid\":{\"type\":\"string\",\"description\":\"Unique identifier of the Filer instance.\",\"readOnly\":true},\"management_state\":{\"type\":\"string\",\"description\":\"Current NMC Management state of the Filer. Possible values:\\n\\n* 'self' - Filer is NOT managed by NMC.\\n* 'nmc' -  Filer is managed by NMC.\\n* 'pending_self' - Filer is pending self management.\\n* 'pending_nmc' - Filer is pending NMC management.\\n\",\"readOnly\":true,\"enum\":[\"self\",\"nmc\",\"pending_self\",\"pending_nmc\"]},\"serial_number\":{\"type\":\"string\",\"description\":\"Serial number of the Filer.\",\"readOnly\":true},\"settings\":{\"type\":\"object\",\"properties\":{\"alert_thresholds\":{\"type\":\"object\",\"properties\":{\"cpu_alert_settings\":{\"type\":\"object\",\"properties\":{\"cpu_enabled\":{\"type\":\"boolean\",\"description\":\"If true, will enable alerts for CPU usage.\"},\"cpu_threshold\":{\"type\":\"integer\",\"description\":\"Percentage of CPU usage that can trigger an alert.\"},\"cpu_duration\":{\"type\":\"integer\",\"description\":\"Time in minutes that the system will allow CPU usage over the cpu_threshold before trigging an alert.\"}},\"description\":\"Configuration values for alerting on Filer CPU usage.\"},\"memory_alert_settings\":{\"type\":\"object\",\"properties\":{\"memory_enabled\":{\"type\":\"boolean\",\"description\":\"If true, will enable alerts for memory usage.\"},\"memory_threshold\":{\"type\":\"integer\",\"description\":\"Percentage of memory usage that can trigger and alert.\"},\"memory_duration\":{\"type\":\"integer\",\"description\":\"Time in minutes that the system will allow memory usage over the memory_threshold before trigging an alert.\"}},\"description\":\"Configuration values for alerting on Filer memory usage.\"},\"snapshot_alert_settings\":{\"type\":\"object\",\"properties\":{\"snapshot_enabled\":{\"type\":\"boolean\",\"description\":\"If true, will enable alerts for snapshots.\"},\"snapshot_duration\":{\"type\":\"integer\",\"description\":\"Time in hours to trigger an alert if a snapshot has not completed.\"}},\"description\":\"Configuration values for alerting on Snapshots.\"}},\"description\":\"Filer system alert configuration.\",\"readOnly\":true},\"autoupdate\":{\"$ref\":\"#/components/schemas/FilerConfigurationAutoupdate\"},\"cache_reserved\":{\"type\":\"object\",\"properties\":{\"reserved\":{\"type\":\"string\",\"description\":\"Set the percentage of the cache reserved for new, incoming data. A string representing a multiple-of-five integer between 5-90, or the string \\\"unset\\\" if the Filer automatically manages this.\",\"enum\":[\"unset\",\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",\"55\",\"60\",\"65\",\"70\",\"75\",\"80\",\"85\",\"90\"]},\"maxv\":{\"type\":\"integer\",\"description\":\"Read only. Maximum percentage of the cache reserved for new, incoming data.\"},\"minv\":{\"type\":\"integer\",\"description\":\"Read only. Minimum percentage of the cache reserved for new, incoming data.\"}},\"readOnly\":true},\"cifs\":{\"$ref\":\"#/components/schemas/FilerConfigurationCIFS\"},\"escrow_passphrase\":{\"nullable\":true,\"type\":\"string\",\"description\":\"An obfuscated string ('*****'), indicating an escrow_passphrase is set. 'null' if a passphrase is not set. Beginning with the 9.3 release, you must set an escrow passphrase before generating new encryption keys or escrowing uploaded encryption keys with Nasuni.\"},\"ftp\":{\"$ref\":\"#/components/schemas/FilerConfigurationFTP\"},\"gl_settings\":{\"type\":\"object\",\"properties\":{\"degrade_to_read_locks\":{\"type\":\"boolean\",\"description\":\"Set whether or not to degrade all locks to read locks. Enabling this feature will cause all locks that are not read locks to be denied. This feature should only be enabled if the lock server is not available for an extended period of time. This feature effectively makes any directories with global locks enabled read only.\"}},\"description\":\"Settings that control certain aspects of Global Locking.\",\"readOnly\":true},\"mobile_service\":{\"$ref\":\"#/components/schemas/FilerServicesMobile\"},\"network_settings\":{\"type\":\"object\",\"properties\":{\"hostname\":{\"type\":\"string\",\"description\":\"The filer's hostname.\"},\"default_gateway\":{\"type\":\"string\",\"description\":\"The filer's default gateway.\"},\"ip_addresses\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"IP Address that the filer exists on.\"}},\"dns_servers\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"DNS Server for the filer.\"}},\"search_domains\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Search domain for the filer.\"}}},\"nullable\":true,\"readOnly\":true,\"description\":\"A filer's relevant network configuration settings.\"},\"qos\":{\"type\":\"object\",\"properties\":{\"rules\":{\"type\":\"array\",\"description\":\"QoS rules\",\"items\":{\"type\":\"object\",\"properties\":{\"days\":{\"type\":\"object\",\"properties\":{\"mon\":{\"type\":\"boolean\"},\"tue\":{\"type\":\"boolean\"},\"wed\":{\"type\":\"boolean\"},\"thu\":{\"type\":\"boolean\"},\"fri\":{\"type\":\"boolean\"},\"sat\":{\"type\":\"boolean\"},\"sun\":{\"type\":\"boolean\"}},\"description\":\"Days of the week to apply the QoS rule.\"},\"start\":{\"type\":\"integer\",\"description\":\"Hour of the day (0-23) to start applying the QoS rule.\"},\"stop\":{\"type\":\"integer\",\"description\":\"Hour of the day (0-23) to stop applying the QoS rule.\"},\"limit\":{\"type\":\"integer\",\"description\":\"The maximum outbound data rate in bytes. Specify zero for no limit.\"},\"ingress_limit\":{\"type\":\"integer\",\"description\":\"The maximum inbound data rate in bytes. Specify zero for no limit.\"}}}}},\"description\":\"Quality of Service configuration.\",\"readOnly\":true},\"quota_report_schedule\":{\"$ref\":\"#/components/schemas/FilerConfigurationQuotaReportSchedule\"},\"remote_support\":{\"$ref\":\"#/components/schemas/FilerServicesSupport\"},\"snmp\":{\"type\":\"object\",\"properties\":{\"v2_enabled\":{\"type\":\"boolean\",\"description\":\"If true, will enable v1,v2c support.\"},\"v2_community\":{\"type\":\"string\",\"description\":\"SNMP Community name (ex: 'public').\\n\"},\"v3_enabled\":{\"type\":\"boolean\",\"description\":\"If true, will enable v3 support.\"},\"v3_username\":{\"type\":\"string\",\"description\":\"Username for SNMP v3 authentication.\"},\"v3_password\":{\"type\":\"string\",\"description\":\"Password for SNMP v3 authentication. SHA authentication and optional privileged security using AES encryption are used to communicate to the SNMP agent. Will display a masked value of '*****' if a password exists, otherwise will be blank.\"},\"sys_location\":{\"type\":\"string\",\"description\":\"SNMP System Location (ex: 'Boston Colo - Rack 1').\\n\"},\"sys_contact\":{\"type\":\"string\",\"description\":\"SNMP system contact (ex: 'Support <support@example.com>').\\n\"},\"trap_ips\":{\"type\":\"array\",\"description\":\"List of IPs or hostnames listening for SNMP traps. Leave blank if you wish not to listen for SNMP traps. Traps will be sent using SNMP v3 settings above and the Filer's unique engine id.\",\"items\":{\"type\":\"string\",\"description\":\"IPs or hostnames listening for SNMP traps.\"}}},\"description\":\"Filer SNMP Settings\",\"readOnly\":true},\"time\":{\"type\":\"object\",\"properties\":{\"ntpservers\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"A host running the Network Time Protocol (NTP).\"}},\"timezone\":{\"type\":\"string\",\"description\":\"Timezone of the Filer.\"},\"current_time_utc\":{\"type\":\"string\",\"description\":\"Current time reported by the Filer. Last report time will only be updated periodically unless manually refreshed.\"}},\"description\":\"Filer Time Configuration\",\"readOnly\":true}},\"description\":\"Settings that are associated with this Filer.\"},\"status\":{\"type\":\"object\",\"properties\":{\"offline\":{\"type\":\"boolean\",\"description\":\"If true, the Filer has not reported back to the NMC within the last hour.\"},\"osversion\":{\"type\":\"string\",\"description\":\"The version of the Operating System running on this filer.\"},\"platform\":{\"$ref\":\"#/components/schemas/FilerPlatform\"},\"updates\":{\"type\":\"object\",\"properties\":{\"updates_available\":{\"type\":\"boolean\",\"description\":\"Indicates whether or not there are software updates available for the Filer.\"},\"current_version\":{\"type\":\"string\",\"description\":\"The current version of the software running on this Filer.\"},\"new_version\":{\"nullable\":true,\"type\":\"string\",\"description\":\"If an update is available, this indicates the new version of the software which will be installed.\"}},\"description\":\"Information about the current software version and the availability of updates.\"},\"uptime\":{\"type\":\"integer\",\"description\":\"Uptime of this Filer, in seconds.\"}},\"description\":\"Filer status.\",\"readOnly\":true},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"cifsclients\":{\"$ref\":\"#/components/schemas/Link\"},\"cifslocks\":{\"$ref\":\"#/components/schemas/Link\"},\"ftpclients\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Complete Filer object with all associated settings and statuses.\"},\"FilerCIFSClient\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"CIFS client ID.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Serial number of the Filer.\",\"readOnly\":true},\"share_id\":{\"type\":\"integer\",\"description\":\"ID of the CIFS share that the client is connected to.\",\"readOnly\":true},\"user\":{\"type\":\"string\",\"description\":\"The username of the connected client.\",\"readOnly\":true},\"client\":{\"type\":\"string\",\"description\":\"The IP Address of the client machine.\",\"readOnly\":true},\"client_name\":{\"type\":\"string\",\"description\":\"The hostname of the connected client.\",\"readOnly\":true}},\"description\":\"A description of a connected CIFS client.\"},\"FilerCIFSLock\":{\"type\":\"object\",\"properties\":{\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Serial number of the Filer.\",\"readOnly\":true},\"cifsclient_id\":{\"type\":\"string\",\"description\":\"ID of the CIFS client that holds this lock.\",\"readOnly\":true},\"share_id\":{\"type\":\"integer\",\"description\":\"ID of the CIFS share that the client is connected to.\",\"readOnly\":true},\"path\":{\"type\":\"string\",\"description\":\"The path to the locked file or directory.\",\"readOnly\":true},\"type\":{\"type\":\"string\",\"description\":\"The type of lock.\",\"readOnly\":true},\"user\":{\"type\":\"string\",\"description\":\"The username of the connected client.\",\"readOnly\":true},\"client\":{\"type\":\"string\",\"description\":\"The IP Address of the client machine.\",\"readOnly\":true},\"client_name\":{\"type\":\"string\",\"description\":\"The hostname of the connected client.\",\"readOnly\":true}},\"description\":\"A description of a CIFS file lock held by a connected CIFS client.\"},\"FilerConfigurationAutoupdate\":{\"type\":\"object\",\"properties\":{\"hour\":{\"type\":\"integer\",\"description\":\"Hour of the day to perform automatic updates. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\",\"readOnly\":true},\"sun\":{\"type\":\"boolean\",\"description\":\"Whether the Filer runs automatic updates on Sunday.\",\"readOnly\":true},\"mon\":{\"type\":\"boolean\",\"description\":\"Whether the Filer runs automatic updates on Monday.\",\"readOnly\":true},\"tue\":{\"type\":\"boolean\",\"description\":\"Whether the Filer runs automatic updates on Tuesday.\",\"readOnly\":true},\"wed\":{\"type\":\"boolean\",\"description\":\"Whether the Filer runs automatic updates on Wednesday.\",\"readOnly\":true},\"thu\":{\"type\":\"boolean\",\"description\":\"Whether the Filer runs automatic updates on Thursday.\",\"readOnly\":true},\"fri\":{\"type\":\"boolean\",\"description\":\"Whether the Filer runs automatic updates on Friday.\",\"readOnly\":true},\"sat\":{\"type\":\"boolean\",\"description\":\"Whether the Filer runs automatic updates on Saturday.\",\"readOnly\":true}}},\"FilerConfigurationCIFS\":{\"type\":\"object\",\"properties\":{\"aio_support\":{\"type\":\"boolean\",\"description\":\"Read only. Indicates whether Async IO is supported.\",\"readOnly\":true},\"deny_access\":{\"type\":\"boolean\",\"description\":\"Read only. Indicates whether denying a user access to a share is supported\",\"readOnly\":true},\"fruit_support\":{\"type\":\"boolean\",\"description\":\"Read only. Indicates whether Mac OS X Extensions are available.\",\"readOnly\":true},\"proto_level\":{\"type\":\"string\",\"description\":\"Read only. Indicates the CIFS protocol level of the Filer.\\n\\n* *SMB3* -- CIFS & SMB3 support.\\n* *SMB2* -- CIFS & SMB2 support.\\n* '' -- CIFS support.\\n\",\"readOnly\":true,\"enum\":[\"SMB3\",\"SMB2\",\"\"]},\"restrict_anonymous\":{\"type\":\"boolean\",\"description\":\"Set whether to restrict anonymous user access.\",\"readOnly\":true},\"roundup_size\":{\"type\":\"string\",\"description\":\"Set the Allocation roundup size.\\nThis rounds the file size on disk reported to clients. Disabled by\\ndefault, this should only be enabled when the system is being\\naccessed by older SMBv1 clients; otherwise, there may be a\\nperformance impact.\\nMay also affect file size reporting on some platforms.\\n\\n* `` - Allocation roundup size is 1 MiB (default value for Filers older than version 9.0).\\n* `0` - Allocation roundup is disabled (default value for Filers version 9.0 and newer).\\n* `1048576` - Allocation roundup size is 1 MiB.\\n\",\"readOnly\":true},\"smb3\":{\"type\":\"boolean\",\"description\":\"Indicates whether SMB3 is supported.\",\"readOnly\":true},\"smb_encrypt\":{\"type\":\"boolean\",\"description\":\"Indicates whether SMB Encryption is supported.\",\"readOnly\":true},\"unix_ext\":{\"type\":\"boolean\",\"description\":\"Set whether Enhanced Support for POSIX clients is enabled.\",\"readOnly\":true},\"veto_files\":{\"type\":\"boolean\",\"description\":\"Indicates whether blocking files is supported. This can be configured through Shares settings.\",\"readOnly\":true}}},\"FilerConfigurationFTP\":{\"type\":\"object\",\"properties\":{\"masq_address\":{\"type\":\"string\",\"description\":\"Set the Masquerade address. This IP address is presented to the client instead of the local server's IP.\",\"readOnly\":true},\"idle_timeout\":{\"type\":\"integer\",\"description\":\"Set the amount of time (in seconds) that a user can stay connected while idle before being disconnected.\",\"readOnly\":true},\"anon_user\":{\"type\":\"string\",\"description\":\"Set the username a user must log in with in order to access FTP directories anonymously. This field is case sensitive. (default: anonymous)\",\"readOnly\":true},\"anon_group\":{\"type\":\"string\",\"description\":\"Set the Group assigned to the Anonymous User for file permissions. Note: This does not give all members of this group anonymous access. (default: anonymous)\",\"readOnly\":true},\"protocols\":{\"type\":\"array\",\"description\":\"List of FTP protocols supported by the Filer.\",\"readOnly\":true,\"items\":{\"type\":\"string\"}}}},\"FilerConfigurationQuotaReportSchedule\":{\"type\":\"object\",\"properties\":{\"schedules\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"days\":{\"type\":\"object\",\"properties\":{\"sun\":{\"type\":\"boolean\",\"description\":\"Whether reports should be generated on Sunday.\"},\"mon\":{\"type\":\"boolean\",\"description\":\"Whether reports should be generated on Monday.\"},\"tue\":{\"type\":\"boolean\",\"description\":\"Whether reports should be generated on Tuesday.\"},\"wed\":{\"type\":\"boolean\",\"description\":\"Whether reports should be generated on Wednesday.\"},\"thu\":{\"type\":\"boolean\",\"description\":\"Whether reports should be generated on Thursday.\"},\"fri\":{\"type\":\"boolean\",\"description\":\"Whether reports should be generated on Friday.\"},\"sat\":{\"type\":\"boolean\",\"description\":\"Whether reports should be generated on Saturday.\"}},\"description\":\"Set the days of the week on which the reports should be generated, at the hour specified in \\\"activation_hour\\\".\"},\"activation_hour\":{\"type\":\"integer\",\"description\":\"Hour of the day to generate and send the quota report. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\"},\"admin_report\":{\"type\":\"boolean\",\"description\":\"Set whether to generate the administrative report. This reports on all Directory Quota Violations, and is sent to the addresses set to receive email in Email Settings and Configurations.\"},\"user_report\":{\"type\":\"boolean\",\"description\":\"Set whether to generate the user report. This reports on individual Directory Quota Violations and will be sent to the address specified in the Quota or the owner of the directory, if available (CIFS/AD mode only).\"},\"threshold\":{\"type\":\"integer\",\"description\":\"Report on Quotas where the usage is at or above the specified percent of the limit.\"}}}}}},\"FilerPlatform\":{\"type\":\"object\",\"properties\":{\"platform_name\":{\"type\":\"string\",\"description\":\"A description of the hardware platform this Filer runs on.\",\"readOnly\":true},\"cpu\":{\"type\":\"object\",\"properties\":{\"model\":{\"type\":\"string\",\"description\":\"Human-readable description of the CPU model.\",\"readOnly\":true},\"frequency\":{\"type\":\"number\",\"description\":\"CPU Frequency in MHz.\",\"readOnly\":true},\"sockets\":{\"type\":\"integer\",\"description\":\"Number of CPU sockets currently used on this Filer's platform.\",\"readOnly\":true},\"cores\":{\"type\":\"integer\",\"description\":\"Total number of CPU cores across all CPUs.\",\"readOnly\":true}}},\"memory\":{\"type\":\"string\",\"description\":\"A string representing an integer. The size in megabytes of the Filer's memory.\",\"readOnly\":true},\"cache_status\":{\"type\":\"object\",\"properties\":{\"size\":{\"type\":\"integer\",\"description\":\"The size in bytes of the Filer's cache.\",\"readOnly\":true},\"used\":{\"type\":\"integer\",\"description\":\"The amount in bytes of the Filer's cache currently in use.\",\"readOnly\":true},\"dirty\":{\"type\":\"integer\",\"description\":\"The amount of data in bytes belonging to files currently marked as needing to be written to storage or re-read into the cache.\",\"readOnly\":true},\"free\":{\"type\":\"integer\",\"description\":\"The amount in bytes of the Filer's cache currently available.\",\"readOnly\":true},\"percent_used\":{\"type\":\"number\",\"description\":\"The percentage of the cache currently in use, i.e. used/size.\",\"readOnly\":true}}}},\"description\":\"Information about a Filer's platform, including hardware type and information about CPU, Memory, and cache.\"},\"FilerServicesMobile\":{\"type\":\"object\",\"properties\":{\"limit_single_device\":{\"type\":\"boolean\",\"description\":\"Set whether to restrict users to using a single mobile device. If true, each user account can only have one mobile device associated with it which is allowed to connect to Mobile Service. If false, each user account can have any number of mobile devices registered.\"},\"additional_api_port\":{\"type\":\"integer\",\"description\":\"If set, allow access to Mobile service on the specified port. Set to a valid port number 1-65535. Set to null to disable.\"},\"session_expiration_time\":{\"type\":\"integer\",\"description\":\"If set, users must reauthenticate after their session has expired. Enter a value in hours. If set to 0, the sessions never expire.\"},\"allowed_devices\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"enum\":[\"OSX\",\"WINDOWS\",\"IOS\",\"LINUX\",\"ANDROID\"]}}}},\"FilerServicesSupport\":{\"type\":\"object\",\"properties\":{\"connected\":{\"type\":\"boolean\",\"description\":\"Indicates if Nasuni Support is currently connected for Remote Support.\",\"readOnly\":true},\"enabled\":{\"type\":\"boolean\",\"description\":\"Enable or disable Remote Support.\"},\"running\":{\"type\":\"boolean\",\"description\":\"\",\"readOnly\":true},\"timeout\":{\"type\":\"integer\",\"description\":\"Set the timeout in seconds after which Remote Support is automatically disabled.\"}},\"description\":\"Enable or disable Remote Support, set the timeout before it is automatically disabled, and report if there is an active connection from Nasuni Support.\"},\"FilerHealthStatus\":{\"type\":\"object\",\"properties\":{\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"last_updated\":{\"type\":\"string\",\"description\":\"The last time system health values were updated.\",\"readOnly\":true},\"smb\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"network\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"filesystem\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"unityfs\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"nfs\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"memory\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"services\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"directoryservices\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"disk\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"cpu\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"fileaccelerator\":{\"$ref\":\"#/components/schemas/HealthItem\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\"}},\"description\":\"Status of a given filer. Fields listed as \\\"Warn\\\" have one or more checks failing moderately. Fields listed as \\\"Fail\\\" have one or more checks failing severely.\"},\"HealthItem\":{\"type\":\"string\",\"enum\":[\"Healthy\",\"Warning\",\"Unhealthy\",\"No Results\"]},\"Message\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"ID of the message.\"},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Identifier to the Filer the message is associated with.\"},\"description\":{\"type\":\"string\",\"description\":\"Description of the intent of message.\"},\"code\":{\"type\":\"string\",\"description\":\"A code identifying the intent of the message.\"},\"status\":{\"type\":\"string\",\"description\":\"Current status of the message.\\n* 'synced' - Message has been received by the Filer, and the Filer returned a success response. * 'pending' - Message is currently in transit. * 'failure' - Messages has been received by the Filer, but returned an error response.\",\"enum\":[\"synced\",\"pending\",\"failure\"]},\"send_time\":{\"type\":\"string\",\"description\":\"Time the message was sent.\"},\"expiration_time\":{\"nullable\":true,\"type\":\"string\",\"description\":\"Time a synced message will expire and be removed from the messages list.\"},\"response_time\":{\"nullable\":true,\"type\":\"string\",\"description\":\"Time a message response was received.\"},\"initiated_by\":{\"type\":\"string\",\"description\":\"The username of the user who triggered the message, or '[console]' if triggered by the NMC itself.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"acknowledge\":{\"$ref\":\"#/components/schemas/Link\"},\"applied_resource\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"description\":\"Hyperlink to the resource.\"},\"method\":{\"type\":\"string\",\"description\":\"HTTP method to use on the link.\"}},\"description\":\"Provides a link to the resource being acted on or that was created. When creating a resource, this link will only be available after the message is successfully synced ('status' is 'synced').\"}},\"description\":\"Links to related resources, collections, and actions.\"},\"error\":{\"$ref\":\"#/components/schemas/Error\"}},\"description\":\"The message object is used to track an action that we want the Filer to perform.\"},\"MessageResponse\":{\"type\":\"object\",\"properties\":{\"message\":{\"$ref\":\"#/components/schemas/Message\"}}},\"NfsHostOption\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Host option identifier\",\"readOnly\":true},\"readonly\":{\"$ref\":\"#/components/schemas/ExportReadOnlyField\"},\"hostspec\":{\"$ref\":\"#/components/schemas/ExportHostSpecField\"},\"access_mode\":{\"$ref\":\"#/components/schemas/ExportAccessModeField\"},\"perf_mode\":{\"$ref\":\"#/components/schemas/ExportPerfModeField\"},\"sec_options\":{\"$ref\":\"#/components/schemas/ExportSecOptionsField\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"export\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"An NFS Export Host Option object\"},\"Notification\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Notification identifier.\"},\"date\":{\"type\":\"string\",\"description\":\"The date the notification was triggered.\"},\"priority\":{\"type\":\"string\",\"description\":\"The priority level of the notification.\",\"enum\":[\"noop\",\"alert\",\"admin\",\"error\",\"warning\",\"info\"]},\"name\":{\"type\":\"string\",\"description\":\"A name describing the type of notification. Notifications registered to pre-7.11\\nfilers will be coded as \\\"UNKNOWN\\\".\\n\"},\"message\":{\"type\":\"string\",\"description\":\"The notification message body.\"},\"group\":{\"type\":\"string\",\"description\":\"The group (category) the notification belongs to.\"},\"acknowledged\":{\"type\":\"boolean\",\"description\":\"A flag indicating whether the notification has been acknowledged.\"},\"sticky\":{\"type\":\"boolean\",\"description\":\"A flag indicating whether the notification is transient in the application UI.\"},\"urgent\":{\"type\":\"boolean\",\"description\":\"A flag indicating whether the notification is urgent.\"},\"origin\":{\"type\":\"string\",\"description\":\"Origin of the notification (NMC or filer description).\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\"}},\"description\":\"Representation of a Notification object.\"},\"Paging\":{\"type\":\"object\",\"properties\":{\"href\":{\"type\":\"string\",\"description\":\"A link to the requested endpoint.\"},\"limit\":{\"type\":\"integer\",\"description\":\"The maximum number of items in a page.\"},\"next\":{\"nullable\":true,\"type\":\"string\",\"description\":\"A link to the next page of objects. The value will be null if there isn't one.\"},\"offset\":{\"type\":\"integer\",\"description\":\"The item number the page starts on.\"},\"previous\":{\"nullable\":true,\"type\":\"string\",\"description\":\"A link to the previous page of objects. The value will be null if there isn't one.\"},\"total\":{\"type\":\"integer\",\"description\":\"Total number of items available at the requested endpoint.\"}},\"description\":\"The paging object provides a container for a listing of objects, defining the start, end, and total size of the listing. Any endpoint that returns a list of items, will likely be wrapped in a paging object.\"},\"FolderQuota\":{\"required\":[\"limit\",\"path\",\"type\"],\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"FolderQuota identifier\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"type\":{\"type\":\"string\",\"description\":\"The type of folder quota object\",\"enum\":[\"rule\",\"quota\"]},\"path\":{\"type\":\"string\",\"description\":\"Path of the folder quota.\"},\"email\":{\"nullable\":true,\"type\":\"string\",\"description\":\"Email associated with the folder quota.\"},\"limit\":{\"minimum\":0,\"type\":\"integer\",\"description\":\"Usage limit of the folder quota in bytes.\"},\"usage\":{\"nullable\":true,\"type\":\"integer\",\"description\":\"Current usage of the folder quota in bytes.\",\"readOnly\":true},\"children\":{\"type\":\"boolean\",\"description\":\"Whether a rule applies to child folders.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"delete\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"FolderQuota object\"},\"Share\":{\"required\":[\"name\",\"path\"],\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Share identifier.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"name\":{\"type\":\"string\",\"description\":\"The name of the CIFS share.\"},\"path\":{\"type\":\"string\",\"description\":\"Path of the share.\"},\"comment\":{\"type\":\"string\",\"description\":\"Any comments regarding the share.\"},\"readonly\":{\"type\":\"boolean\",\"description\":\"If enabled, users can not change the contents of the share.\",\"default\":false},\"browseable\":{\"type\":\"boolean\",\"description\":\"If enabled, this share will appear when browsing.\",\"default\":true},\"hosts_allow\":{\"type\":\"string\",\"description\":\"Hosts allowed to access the share. IP addresses or IP address/netmask values separated by spaces. Blank allows all hosts\",\"default\":\"\"},\"hide_unreadable\":{\"type\":\"boolean\",\"description\":\"Files and folders that the user cannot access do not appear in folder listings.\",\"default\":true},\"enable_previous_vers\":{\"type\":\"boolean\",\"description\":\"Allow users to view and restore files using the Previous Versions tab in Windows\",\"default\":false},\"case_sensitive\":{\"type\":\"boolean\",\"description\":\"Files and folders are considered different if the case of letters in the name differs. (Enabling case sensitivity aids performance)\",\"default\":false},\"enable_snapshot_dirs\":{\"type\":\"boolean\",\"description\":\"Allows clients to access the hidden snapshot directories, showing previous versions of the file system (requires enabling Snapshot Directory Access for the volume).\",\"default\":false},\"homedir_support\":{\"type\":\"integer\",\"description\":\"When enabled, the target folder path for the share is automatically\\nappended with a folder named for the user. Possible values:\\n\\n* 0 - Disable\\n* 2 - Enable\\n\"},\"mobile\":{\"type\":\"boolean\",\"description\":\"Enable desktop and/or mobile device support\",\"default\":false},\"browser_access\":{\"type\":\"boolean\",\"description\":\"Enable web access\",\"default\":false},\"browser_access_settings\":{\"type\":\"object\",\"properties\":{\"shared_links_enabled\":{\"type\":\"boolean\",\"description\":\"Allow creating shared links to Web Access.\",\"default\":false},\"link_force_password\":{\"type\":\"boolean\",\"description\":\"Require passwords for all shared links.\",\"default\":true},\"link_allow_rw\":{\"type\":\"boolean\",\"description\":\"Allow the user to create writable shared links to directories.\",\"default\":false},\"external_share_url\":{\"type\":\"string\",\"description\":\"External hostname for shared links.\"},\"link_expire_limit\":{\"maximum\":999,\"minimum\":0,\"type\":\"integer\",\"description\":\"Maximum number of days until shared links expire. Set to 0 for unlimited.\"},\"link_auth\":{\"type\":\"object\",\"properties\":{\"authall\":{\"type\":\"boolean\",\"description\":\"When true, all users will be allowed to create shared links.\\nWhen false, no user will have access to the shared links until a user,\\nor a group the user is a member of, is specified.\\n\",\"default\":true},\"allow_groups_ro\":{\"type\":\"array\",\"description\":\"Groups with read-only access to shared links.\",\"items\":{\"$ref\":\"#/components/schemas/GroupNameField\"}},\"allow_groups_rw\":{\"type\":\"array\",\"description\":\"Groups with read-write access to shared links.\",\"items\":{\"$ref\":\"#/components/schemas/GroupNameField\"}},\"deny_groups\":{\"type\":\"array\",\"description\":\"Groups denied access to shared links.\",\"items\":{\"$ref\":\"#/components/schemas/GroupNameField\"}},\"allow_users_ro\":{\"type\":\"array\",\"description\":\"Users with read-only access to shared links.\",\"items\":{\"$ref\":\"#/components/schemas/UserNameField\"}},\"allow_users_rw\":{\"type\":\"array\",\"description\":\"Users with read-write access to shared links.\",\"items\":{\"$ref\":\"#/components/schemas/UserNameField\"}},\"deny_users\":{\"type\":\"array\",\"description\":\"Users denied access to shared links.\",\"items\":{\"$ref\":\"#/components/schemas/UserNameField\"}}},\"description\":\"Shared link authentication settings.\"}},\"description\":\"Settings that can be applied to web access.\"},\"aio_enabled\":{\"type\":\"boolean\",\"description\":\"Asynchronous I/O. Enable concurrent read/write access per client connection.\",\"default\":true},\"veto_files\":{\"type\":\"string\",\"description\":\"Block files. Specify file or directory name patterns that the share will make both\\ninvisible and inaccessible. Enter one pattern per line.\\nThe wildcard characters '*' and '?' may be used to specify multiple files\\nor directories. The '/' character is not valid. Note: This feature can break compatibility with some clients.\\n\",\"default\":\"\"},\"fruit_enabled\":{\"type\":\"boolean\",\"description\":\"Enhances share behavior, including SMB2 protocol support, for Mac OS X Clients when possible.\",\"default\":false},\"smb_encrypt\":{\"type\":\"string\",\"description\":\"Control if clients are desired or required to use SMB encryption when connecting to the share. Includes SMB3 encryption for Windows clients. Empty string indicates that client usage of encryption is optional.\",\"default\":\"\",\"enum\":[\"\",\"desired\",\"required\"]},\"agl_oplocks\":{\"type\":\"boolean\",\"description\":\"Enable Oplocks for Advanced Global Locking. This supports client read caching and can accelerate some applications. Only applies to 9.12+ Filers\",\"default\":true},\"auth\":{\"type\":\"object\",\"properties\":{\"authall\":{\"type\":\"boolean\",\"description\":\"When true, all Users can authenticate. When false, only specific\\nGroups and Users can authenticate. In this situation, no user will\\nhave access to the share until a user, or a group the user is a member of, is specified.\\n\",\"default\":true},\"rw_groups\":{\"type\":\"array\",\"description\":\"Groups with read-write access to the share.\",\"items\":{\"$ref\":\"#/components/schemas/GroupNameField\"}},\"ro_groups\":{\"type\":\"array\",\"description\":\"Groups with read-only access to the share.\",\"items\":{\"$ref\":\"#/components/schemas/GroupNameField\"}},\"deny_groups\":{\"type\":\"array\",\"description\":\"Groups to deny access to the share.\",\"items\":{\"$ref\":\"#/components/schemas/GroupNameField\"}},\"ro_users\":{\"type\":\"array\",\"description\":\"Users with read-only access to the share.\",\"items\":{\"$ref\":\"#/components/schemas/UserNameField\"}},\"rw_users\":{\"type\":\"array\",\"description\":\"Users with read-write access to the share.\",\"items\":{\"$ref\":\"#/components/schemas/UserNameField\"}},\"deny_users\":{\"type\":\"array\",\"description\":\"Users to deny access to the share.\",\"items\":{\"$ref\":\"#/components/schemas/UserNameField\"}}},\"description\":\"Share authentication settings.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"volume\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"CIFS Share\"},\"ValidationError\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\",\"readOnly\":true},\"description\":{\"type\":\"string\",\"readOnly\":true},\"errors\":{\"type\":\"array\",\"readOnly\":true,\"items\":{\"$ref\":\"#/components/schemas/FieldError\"}}}},\"VolumeUpdateRemoteAccess\":{\"required\":[\"remote_access\"],\"type\":\"object\",\"properties\":{\"remote_access\":{\"$ref\":\"#/components/schemas/VolumeUpdateRemoteAccessField\"}}},\"VolumeUpdateRemoteAccessField\":{\"required\":[\"access_permissions\",\"enabled\",\"filer_access\"],\"type\":\"object\",\"properties\":{\"enabled\":{\"type\":\"boolean\",\"description\":\"If true, remote access is enabled for the volume.\"},\"access_permissions\":{\"type\":\"string\",\"description\":\"The remote access permission for this volume applies to all other Nasuni Filers on your account.\\nA value of 'custom' allows providing access permissions per Nasuni Filer (see 'filer_access' property).\\n\",\"enum\":[\"readonly\",\"readwrite\",\"custom\"]},\"filer_access\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"filer_guid\":{\"type\":\"string\",\"description\":\"Filer identifier\"},\"permission\":{\"type\":\"string\",\"description\":\"Access permission for the Filer.\",\"enum\":[\"disabled\",\"readonly\",\"readwrite\"]}},\"description\":\"Apply volume remote access permissions for an individual Filer.\"}}},\"description\":\"Volume remote access settings\"},\"VolumeUpdateQuota\":{\"required\":[\"quota\"],\"type\":\"object\",\"properties\":{\"quota\":{\"$ref\":\"#/components/schemas/VolumeUpdateQuotaField\"}}},\"VolumeUpdateQuotaField\":{\"minimum\":0,\"type\":\"integer\",\"description\":\"Maximum volume capacity in gigabytes. Set to 0 for unlimited. Quotas are applied after each successful snapshot.\"},\"Volume\":{\"required\":[\"filer_serial_number\",\"name\"],\"type\":\"object\",\"properties\":{\"guid\":{\"type\":\"string\",\"description\":\"Volume identifier.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Identifier to the Filer the volume was created on.\"},\"name\":{\"type\":\"string\",\"description\":\"The name of the volume.\"},\"nmc_managed\":{\"type\":\"boolean\",\"description\":\"Indicates if the volume is fully managed by the NMC.\",\"readOnly\":true},\"protocols\":{\"required\":[\"protocols\"],\"type\":\"object\",\"properties\":{\"permissions_policy\":{\"type\":\"string\",\"description\":\"Permission policy of the volume. Possible values:\\n\\n* 'NTFS60' - NTFS Compatible Mode\\n* 'NTFSONLY710' - NTFS Exclusive Mode\\n* 'NTFSMP' - NTFS Multiprotocol Mode\\n* 'POSIX60' - POSIX Mixed Mode\\n* 'MODEBITS60' - UNIX/NFS Permissions Only Mode\\n* 'PUBLICMODE60' - Unauthenticated Access Mode\\n\",\"enum\":[\"NTFS60\",\"NTFSONLY710\",\"NTFSMP\",\"POSIX60\",\"MODEBITS60\",\"PUBLICMODE60\"]},\"protocols\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Protocols enabled on the volume.\",\"enum\":[\"CIFS\",\"NFS\",\"FTP\"]}}},\"description\":\"Volume protocol settings.\"},\"antivirus_service\":{\"type\":\"object\",\"properties\":{\"enabled\":{\"type\":\"boolean\"},\"days\":{\"type\":\"object\",\"properties\":{\"sun\":{\"type\":\"boolean\"},\"mon\":{\"type\":\"boolean\"},\"tue\":{\"type\":\"boolean\"},\"wed\":{\"type\":\"boolean\"},\"thu\":{\"type\":\"boolean\"},\"fri\":{\"type\":\"boolean\"},\"sat\":{\"type\":\"boolean\"}},\"description\":\"Days of the week the antivirus service will run.\"},\"check_files_immediately\":{\"type\":\"boolean\",\"description\":\"If true, files will be checked as they are written (CIFS volumes only).\"},\"allday\":{\"type\":\"boolean\",\"description\":\"If true, the antivirus service will run all day.\"},\"start\":{\"type\":\"integer\",\"description\":\"Hour of the day to start the antivirus service. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\"},\"stop\":{\"type\":\"integer\",\"description\":\"Hour of the day to stop the antivirus service. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\"},\"frequency\":{\"type\":\"integer\",\"description\":\"Frequency the service will run (minutes).\"}},\"description\":\"Volume Antivirus Service settings\"},\"remote_access\":{\"$ref\":\"#/components/schemas/VolumeUpdateRemoteAccessField\"},\"quota\":{\"$ref\":\"#/components/schemas/VolumeUpdateQuotaField\"},\"case_sensitive\":{\"type\":\"boolean\",\"description\":\"If true, the volume is case-sensitive. CIFS-only volumes perform better when volume is case-insensitive (value of false).\",\"readOnly\":true},\"snapshot_retention\":{\"type\":\"object\",\"properties\":{\"retain\":{\"type\":\"string\",\"description\":\"Type of snapshot retention imposed. Possible values:\\n\\n* 'INFINITE' - All snapshots\\n* 'BY_COUNT' - Set number of snapshots\\n* 'BY_AGE' - Snapshots within a range\\n\",\"enum\":[\"INFINITE\",\"BY_COUNT\",\"BY_AGE\"]},\"number\":{\"type\":\"integer\",\"description\":\"Number of snapshots to retain.\"},\"years\":{\"type\":\"integer\",\"description\":\"Years to retain snapshots.\"},\"months\":{\"type\":\"integer\",\"description\":\"Months to retain snapshots.\"},\"days\":{\"type\":\"integer\",\"description\":\"Days to retain snapshots.\"}},\"description\":\"Volume snapshot retention\"},\"cloud_io\":{\"type\":\"object\",\"properties\":{\"dedupe\":{\"type\":\"boolean\",\"description\":\"If true, deduplication is enabled. Deduplication is a data compression technique for eliminating duplicate copies of repeating data.\"},\"compression\":{\"type\":\"boolean\",\"description\":\"If true, compression (via zlib) is enabled.\"},\"chunk_size\":{\"type\":\"integer\",\"description\":\"Chunk size in bytes for cloud I/O. Value of zero means the default value will be used.\"}},\"description\":\"Volume Cloud I/O settings.\"},\"provider\":{\"required\":[\"location\",\"shortname\"],\"type\":\"object\",\"properties\":{\"cred_uuid\":{\"type\":\"string\",\"description\":\"Credential identifier.\"},\"name\":{\"type\":\"string\",\"description\":\"Full name of the cloud provider.\",\"readOnly\":true},\"shortname\":{\"nullable\":true,\"type\":\"string\",\"description\":\"Shortname (code) of the cloud provider.\",\"enum\":[null,\"amazons3\",\"azure\",\"cleversafe\",\"hcp\",\"ibmcos\",\"vipr\",\"googles3\"]},\"location\":{\"type\":\"string\",\"description\":\"Location/region the volume was created in.\",\"nullable\":true},\"storage_class\":{\"type\":\"string\",\"description\":\"Storage class the volume was created in (Google only).\",\"nullable\":true}}},\"auth\":{\"required\":[\"authenticated_access\"],\"type\":\"object\",\"properties\":{\"authenticated_access\":{\"type\":\"boolean\",\"description\":\"If true, the users must authenticate to access the volume. If false, the volume is publicly available to all users.\"},\"policy\":{\"type\":\"string\",\"description\":\"Authentication policy.\",\"enum\":[\"ads\",\"ldapds\",\"public\"]},\"policy_label\":{\"type\":\"string\",\"description\":\"Full name of the Authentication policy.\"}}},\"root_handle\":{\"type\":\"string\",\"description\":\"The table of contents handle for the root of the volume for use with UniFS Exporter. Only appears if enabled by support.\",\"nullable\":true,\"readOnly\":true},\"bucket\":{\"type\":\"string\",\"description\":\"If using BYOC, this is the bucket containing the volume.\",\"nullable\":true,\"readOnly\":true},\"account_name\":{\"type\":\"string\",\"description\":\"If using Windows Azure Platform and BYOC, this is the storage account name associated with the volume.\",\"nullable\":true,\"readOnly\":true},\"options\":{\"type\":\"object\",\"properties\":{\"auto_provision_cred\":{\"type\":\"boolean\",\"description\":\"If using BYOC and not providing a provider cred_id, this will provision one.\",\"default\":false},\"create_new_key\":{\"type\":\"boolean\",\"description\":\"Create a new key to use for volume data. Beginning with the 9.3 release, you must set an escrow passphrase before generating new encryption keys or escrowing uploaded encryption keys with Nasuni.\",\"default\":true},\"key_name\":{\"type\":\"string\",\"description\":\"If creating a new key, the optional name to use for the key. Otherwise the name of the existing key to use.\"},\"create_default_access_point\":{\"type\":\"boolean\",\"description\":\"After the volume is created, automatically create a CIFS share or NFS export.\",\"default\":true}}},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"filer_settings\":{\"$ref\":\"#/components/schemas/Link\"},\"filer_connections\":{\"$ref\":\"#/components/schemas/Link\"},\"shares\":{\"$ref\":\"#/components/schemas/Link\"},\"exports\":{\"$ref\":\"#/components/schemas/Link\"},\"ftp_directories\":{\"$ref\":\"#/components/schemas/Link\"},\"antivirus_violations\":{\"$ref\":\"#/components/schemas/Link\"},\"folder_quotas\":{\"$ref\":\"#/components/schemas/Link\"},\"snapshots\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Representation of a Volume object.\"},\"Snapshot\":{\"type\":\"object\",\"properties\":{\"volume_guid\":{\"type\":\"string\",\"description\":\"Identifier of the associated Volume.\"},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Identifier of the associated Filer.\"},\"snapshot_status\":{\"type\":\"string\",\"description\":\"Current snapshot status. Possible values:\\n\\n* 'idle' - No snapshots are in progress.\\n* 'pending' - A snapshot is pending and will be performed soon.\\n* 'in_progress' - A snapshot is in progress.\\n\",\"enum\":[\"idle\",\"pending\",\"in_progress\"]},\"snapshot_percent\":{\"type\":\"integer\",\"description\":\"If a snapshot is 'in_progress', this will show the percentage that it is complete.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\"}},\"description\":\"Representation of a volume snapshot status\"},\"VolumeConnection\":{\"type\":\"object\",\"properties\":{\"connected\":{\"type\":\"boolean\",\"description\":\"If true, the specified filer is connected to the volume.\"},\"volume_guid\":{\"type\":\"string\",\"description\":\"Volume identifier.\"},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Filer identifier.\"},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\"}},\"description\":\"Volume to filer connection.\"},\"VolumeFilerSetting\":{\"type\":\"object\",\"properties\":{\"guid\":{\"type\":\"string\",\"description\":\"Volume identifier.\",\"readOnly\":true},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Filer identifier.\",\"readOnly\":true},\"name\":{\"type\":\"string\",\"description\":\"Display name for the volume on the specified filer.\",\"readOnly\":true},\"type\":{\"type\":\"string\",\"description\":\"Type of Volume. Possible values:\\n\\n* 'master' - This volume is owned by  this filer.\\n* 'remote' - This volume is remote, relative to this filer.\\n\",\"readOnly\":true,\"enum\":[\"master\",\"remote\"]},\"sync_schedule\":{\"type\":\"object\",\"properties\":{\"days\":{\"type\":\"object\",\"properties\":{\"sun\":{\"type\":\"boolean\"},\"mon\":{\"type\":\"boolean\"},\"tue\":{\"type\":\"boolean\"},\"wed\":{\"type\":\"boolean\"},\"thu\":{\"type\":\"boolean\"},\"fri\":{\"type\":\"boolean\"},\"sat\":{\"type\":\"boolean\"}},\"description\":\"Days of the week to perform syncs.\"},\"allday\":{\"type\":\"boolean\",\"description\":\"If true, will sync all day.\"},\"start\":{\"type\":\"integer\",\"description\":\"Hour of the day to start the sync. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\"},\"stop\":{\"type\":\"integer\",\"description\":\"Hour of the day to stop the sync. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\"},\"frequency\":{\"type\":\"integer\",\"description\":\"Frequency that sync will run (minutes).\"},\"auto_cache_allowed\":{\"type\":\"boolean\",\"description\":\"If true, auto cache will be enabled for the entire volume. When enabled, auto cache may be enabled at a folder level.\"},\"auto_cache_min_file_size\":{\"type\":\"integer\",\"description\":\"Auto Cache Minimum File Size in bytes. When Auto Cache is enabled, only files greater than or equal to the specified size will be automatically brought into cache.\"}},\"description\":\"Sync schedule\",\"readOnly\":true},\"snapshot_schedule\":{\"type\":\"object\",\"properties\":{\"days\":{\"type\":\"object\",\"properties\":{\"sun\":{\"type\":\"boolean\"},\"mon\":{\"type\":\"boolean\"},\"tue\":{\"type\":\"boolean\"},\"wed\":{\"type\":\"boolean\"},\"thu\":{\"type\":\"boolean\"},\"fri\":{\"type\":\"boolean\"},\"sat\":{\"type\":\"boolean\"}},\"description\":\"Days of the week to allow snapshots to occur.\"},\"allday\":{\"type\":\"boolean\",\"description\":\"If true, will allow snapshots all day.\"},\"start\":{\"type\":\"integer\",\"description\":\"Hour of the day to start allowing snapshots. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\"},\"stop\":{\"type\":\"integer\",\"description\":\"Hour of the day to stop allowing snapshots. An integer between 0 and 23, with 0 = '12 AM', 1 = '1 AM', ... 23 = '11 PM'.\"},\"frequency\":{\"type\":\"integer\",\"description\":\"Frequency that snapshots will occur (minutes).\"}},\"description\":\"Snapshot schedule\",\"readOnly\":true},\"snapshot_access\":{\"type\":\"boolean\",\"description\":\"If true, the snapshot directory is accessible.\",\"readOnly\":true},\"file_alerts_service\":{\"type\":\"object\",\"properties\":{\"enabled\":{\"type\":\"boolean\",\"description\":\"If true, the file alert service is enabled.\"},\"patterns\":{\"type\":\"array\",\"description\":\"File/Directory patterns.\",\"items\":{\"type\":\"string\",\"description\":\"Name pattern for files or directories. The wildcard character \\\"*\\\" is used to represent multiple possible characters. For example, \\\"*.mp3\\\" will cause an alert on all files with the mp3 extension.\"}}},\"description\":\"File Alert service configuration.\",\"readOnly\":true},\"auditing\":{\"type\":\"object\",\"properties\":{\"enabled\":{\"type\":\"boolean\",\"description\":\"If true, file system auditing is enabled for the volume.\"},\"collapse\":{\"type\":\"boolean\",\"description\":\"If true, sequential READ/WRITE events will be rolled up into a single event. If false, every event will be treated individually.\"},\"output_type\":{\"type\":\"string\",\"description\":\"Where the audit events will be written and the format they will be in.\",\"enum\":[\"csv\",\"amqp\",\"varonis\"]},\"destination\":{\"type\":\"string\",\"description\":\"The name of the audit destination to which amqp or varonis events are sent.\"},\"events\":{\"type\":\"object\",\"properties\":{\"create\":{\"type\":\"boolean\",\"description\":\"If true, will log file, directory, and link creation operations.\"},\"delete\":{\"type\":\"boolean\",\"description\":\"If true, will log file and directory delete operations.\"},\"rename\":{\"type\":\"boolean\",\"description\":\"If true, will log file and directory rename operations.\"},\"close\":{\"type\":\"boolean\",\"description\":\"If true, will log file close operations.\"},\"security\":{\"type\":\"boolean\",\"description\":\"If true, will log file and directory ownership and permission changes.\"},\"metadata\":{\"type\":\"boolean\",\"description\":\"If true, will log changes to update time and extended attributes.\"},\"write\":{\"type\":\"boolean\",\"description\":\"If true, will log file write and truncate operations.\"},\"read\":{\"type\":\"boolean\",\"description\":\"If true, will log file and directory read operations.\"}},\"description\":\"Various file system events that can be audited.\"},\"logs\":{\"type\":\"object\",\"properties\":{\"prune_audit_logs\":{\"type\":\"boolean\",\"description\":\"If true, audit logs older than the specified number of days will be deleted. The number of days can be specified by the 'days_to_keep' property.\"},\"days_to_keep\":{\"type\":\"integer\",\"description\":\"Number of days to keep audit logs. A value of 0 will disable pruning of audit logs.\"},\"exclude_by_default\":{\"type\":\"boolean\",\"description\":\"Do not audit operations for any path not matching an entry in the include list (see 'include_patterns').\"},\"include_takes_priority\":{\"type\":\"boolean\",\"description\":\"Operations on items matching an entry in the include list will always be included even if matching an entry in the exclude list (see 'exclude_patterns').\"},\"include_patterns\":{\"type\":\"array\",\"description\":\"List of path patterns to include in the audit logs.\",\"items\":{\"type\":\"string\",\"description\":\"Path to include in the audit logs. The path can use the glob syntax to match a pattern such as */example*/*.\"}},\"exclude_patterns\":{\"type\":\"array\",\"description\":\"List of path patterns to exclude from the audit logs.\",\"items\":{\"type\":\"string\",\"description\":\"Path to exclude from the audit logs. The path can use the glob syntax to match a pattern such as */example*/*.\"}},\"user_blacklist\":{\"type\":\"array\",\"description\":\"A list of the users that should be excluded from auditing\",\"items\":{\"type\":\"string\",\"description\":\"Fully qualified names of the users to be excluded from auditing. For AD users this is 'DOMAIN\\\\UserName', for filer local users it is 'UserName'.\"}},\"protocol_whitelist\":{\"type\":\"array\",\"description\":\"A list of the protocols that should not be reported on empty being all protocols\",\"items\":{\"type\":\"string\",\"description\":\"Names of the protocols to be in the list\",\"enum\":[\"CIFS\",\"NFS\",\"FTP\",\"ADMIN\",\"RESERVED\",\"UNKNOWN\"]}}},\"description\":\"Audit log settings.\"},\"syslog_export\":{\"type\":\"boolean\",\"description\":\"Enable the sending of audit messages to the specified Volumes to syslog.\"}},\"description\":\"Volume auditing settings.\"},\"status\":{\"type\":\"object\",\"properties\":{\"accessible_data\":{\"type\":\"integer\",\"description\":\"Number of bytes of data that are accessible via this volume.\"},\"data_not_yet_protected\":{\"type\":\"integer\",\"description\":\"Number of bytes of data that have not been protected.\"},\"first_snapshot\":{\"type\":\"string\",\"description\":\"Datetime of the first snapshot that occurred on the volume.\"},\"last_snapshot\":{\"type\":\"string\",\"description\":\"Datetime of the last snapshot that occurred on the volume.\"},\"last_snapshot_start\":{\"type\":\"string\",\"description\":\"Datetime of the start of the last snapshot.\",\"nullable\":true},\"last_snapshot_end\":{\"type\":\"string\",\"description\":\"Datetime of the end of the last snapshot.\",\"nullable\":true},\"last_snapshot_version\":{\"type\":\"integer\",\"description\":\"The version number of the last snapshot that occurred.\",\"nullable\":true},\"snapshot_status\":{\"type\":\"string\",\"description\":\"Current snapshot status. Possible values:\\n\\n* 'idle' - No snapshots are in progress.\\n* 'pending' - A snapshot is pending and will be performed soon.\\n* 'in_progress' - A snapshot is in progress.\\n\",\"enum\":[\"idle\",\"pending\",\"in_progress\"]},\"snapshot_percent\":{\"type\":\"integer\",\"description\":\"If a snapshot is 'in_progress', this will show the percentage that it is complete.\"},\"ftp_dir_count\":{\"type\":\"integer\",\"description\":\"Number of FTP directories accessible via this volume.\"},\"export_count\":{\"type\":\"integer\",\"description\":\"Number of Exports accessible via this volume.\"},\"share_count\":{\"type\":\"integer\",\"description\":\"Number of Shares accessible via this volume.\"}},\"description\":\"Volume status for a particular Filer.\",\"readOnly\":true},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"shares\":{\"$ref\":\"#/components/schemas/Link\"},\"exports\":{\"$ref\":\"#/components/schemas/Link\"},\"ftp_directories\":{\"$ref\":\"#/components/schemas/Link\"},\"antivirus_violations\":{\"$ref\":\"#/components/schemas/Link\"},\"snapshots\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Filer specfic volume settings.\"},\"ExportAccessModeField\":{\"type\":\"string\",\"description\":\"Controls what User IDs are allowed when a client writes\\nto the exported directory. Possible values:\\n\\n* 'root_squash' - Normal Users Permitted - Default\\n* 'no_root_squash' - All Users Permitted\\n* 'all_squash' - Anonymize All Users\\n\",\"default\":\"root_squash\",\"enum\":[\"root_squash\",\"no_root_squash\",\"all_squash\"]},\"ExportHostSpecField\":{\"type\":\"string\",\"description\":\"A comma-separated list of the hostnames, IP addresses with optional\\nnetmasks, or @-prefixed netgroup names allowed to access the export. If blank, all hosts\\non your network can access the export. Hostnames may contain the * character as a wildcard (Default\\nwhen being set on an Export).\\n\",\"default\":\"*\"},\"ExportPerfModeField\":{\"type\":\"string\",\"description\":\"Controls the method in which the NFS server replies to clients.\\nChanging this may impact the safety of data if the Nasuni Filer is shut down abnormally!\\nPossible values:\\n\\n* 'sync' - Default\\n* 'no_wdelay' - No Write Delay\\n* 'async' - Asynchronous Replies\\n\",\"default\":\"sync\",\"enum\":[\"sync\",\"no_wdelay\",\"async\"]},\"ExportReadOnlyField\":{\"type\":\"boolean\",\"description\":\"If true, files and directories cannot be changed on the exported directory. Default is false.\",\"default\":false},\"ExportSecOptionsField\":{\"maxItems\":4,\"type\":\"array\",\"description\":\"Security options in use by the exported directory. Multiple options may be applied, but they cannot be repeated.\",\"items\":{\"type\":\"string\",\"description\":\"Possible values:\\n\\n* 'sys' - Traditional - Default\\n* 'krb5' - Authentication\\n* 'krb5i' - Integrity Protection\\n* 'krb5p' - Privacy Protection\\n\",\"enum\":[\"sys\",\"krb5\",\"krb5i\",\"krb5p\"]}},\"GroupNameField\":{\"type\":\"string\",\"description\":\"Group name\"},\"UserNameField\":{\"type\":\"string\",\"description\":\"User name\"},\"GlobalLocking\":{\"type\":\"object\",\"properties\":{\"path\":{\"type\":\"string\",\"description\":\"Path of the global locking settings.\"},\"mode\":{\"type\":\"string\",\"description\":\"The desired mode of global locking.\",\"enum\":[\"optimized\",\"advanced\",\"asynchronous\"]},\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Global locking object.\"},\"PathData\":{\"type\":\"object\",\"properties\":{\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"path\":{\"type\":\"string\",\"description\":\"Path of the file or folder\",\"readOnly\":true},\"is_dir\":{\"type\":\"boolean\",\"description\":\"If the path is to a folder\",\"readOnly\":true},\"cache_resident\":{\"type\":\"boolean\",\"description\":\"If the path resident in the filer's cache\",\"readOnly\":true,\"nullable\":true},\"protected\":{\"type\":\"boolean\",\"description\":\"If the file or folder has been pushed to the cloud since its last edit\",\"readOnly\":true},\"owner\":{\"type\":\"string\",\"description\":\"The owner of the file or folder\",\"readOnly\":true},\"size\":{\"type\":\"integer\",\"description\":\"The size of the file in cache or the rolled-up size of the folder as of the last time it was pushed to the cloud\",\"readOnly\":true},\"pinning_enabled\":{\"type\":\"boolean\",\"description\":\"If this folder is pinned in cache\",\"readOnly\":true},\"pinning_mode\":{\"type\":\"string\",\"description\":\"Specifies the pinning mode to enable.\\n\\n* \\\"disabled\\\" - Pinning is disabled.\\n* \\\"metadata\\\" - Pinning is enabled for metadata only.\\n* \\\"metadata_and_data\\\" - Pinning is enabled for metadata and data.\\n\",\"readOnly\":true,\"nullable\":true,\"enum\":[\"metadata\",\"metadata_and_data\",\"disabled\",null]},\"pinning_inherited\":{\"type\":\"boolean\",\"description\":\"If this folder is inheriting pinning\",\"readOnly\":true},\"autocache_enabled\":{\"type\":\"boolean\",\"description\":\"If this folder has autocache enabled\",\"readOnly\":true},\"autocache_mode\":{\"type\":\"string\",\"description\":\"Specifies the auto cache mode to enable.\\n\\n* \\\"disabled\\\" - Auto cache is disabled.\\n* \\\"metadata\\\" - Auto cache is enabled for metadata only.\\n* \\\"metadata_and_data\\\" - Auto cache is enabled for metadata and data.\\n\",\"readOnly\":true,\"nullable\":true,\"enum\":[null,\"metadata\",\"metadata_and_data\",\"disabled\"]},\"autocache_inherited\":{\"type\":\"boolean\",\"description\":\"If this folder is inheriting autocaching\",\"readOnly\":true},\"quota_enabled\":{\"type\":\"boolean\",\"description\":\"If this folder has a quota\",\"readOnly\":true},\"quota_type\":{\"type\":\"string\",\"description\":\"The type of folder quota if there is one\",\"nullable\":true,\"readOnly\":true,\"enum\":[\"rule\",\"quota\",null]},\"quota_email\":{\"type\":\"string\",\"description\":\"The email associated with the folder quota if there is one\",\"nullable\":true,\"readOnly\":true},\"quota_usage\":{\"type\":\"integer\",\"description\":\"The amount used against the folder quota in bytes\",\"nullable\":true,\"readOnly\":true},\"quota_limit\":{\"type\":\"integer\",\"description\":\"The folder quota limit if the setting is enabled\",\"nullable\":true,\"readOnly\":true},\"quota_inherited\":{\"type\":\"boolean\",\"description\":\"If this folder is inheriting a quota rule\",\"readOnly\":true},\"global_locking_enabled\":{\"type\":\"boolean\",\"description\":\"If this folder has global locking enabled\",\"readOnly\":true},\"global_locking_inherited\":{\"type\":\"boolean\",\"description\":\"If this folder is inheriting global locking\",\"readOnly\":true},\"global_locking_mode\":{\"nullable\":true,\"type\":\"string\",\"description\":\"The mode of global locking if it's enabled\",\"readOnly\":true,\"enum\":[null,\"optimized\",\"advanced\",\"asynchronous\"]},\"updated\":{\"type\":\"string\",\"description\":\"The datetime when this metadata was last refreshed from the filer\",\"readOnly\":true},\"expires\":{\"type\":\"string\",\"description\":\"The datetime when this metadata expires and will need to be refreshed\",\"readOnly\":true},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"volume\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"refresh\":{\"$ref\":\"#/components/schemas/Link\"},\"cache\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Path information object\"},\"PinnedFolders\":{\"type\":\"object\",\"properties\":{\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"path\":{\"type\":\"string\",\"description\":\"Path of the pinned folder.\"},\"mode\":{\"type\":\"string\",\"description\":\"Specifies the pinning mode to enable.\\n\\n* \\\"metadata\\\" - Enable pinning only on metadata.\\n* \\\"metadata_and_data\\\" - Enable pinning on metadata and data.\\n\",\"default\":\"metadata_and_data\",\"enum\":[\"metadata\",\"metadata_and_data\"]},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"volume\":{\"$ref\":\"#/components/schemas/Link\"},\"disable\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Pinned Folder object.\"},\"AutoCachedFolders\":{\"type\":\"object\",\"properties\":{\"filer_serial_number\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated filer.\",\"readOnly\":true},\"volume_guid\":{\"type\":\"string\",\"description\":\"Unique identifier for the associated volume.\",\"readOnly\":true},\"path\":{\"type\":\"string\",\"description\":\"Path of the auto cache enabled folder.\"},\"mode\":{\"type\":\"string\",\"description\":\"Specifies the auto caching mode to enable.\\n\\n* \\\"metadata\\\" - Enable auto cache only on metadata.\\n* \\\"metadata_and_data\\\" - Enable auto cache metadata and data.\\n\",\"default\":\"metadata_and_data\",\"enum\":[\"metadata\",\"metadata_and_data\"]},\"links\":{\"type\":\"object\",\"properties\":{\"self\":{\"$ref\":\"#/components/schemas/Link\"},\"filer\":{\"$ref\":\"#/components/schemas/Link\"},\"volume\":{\"$ref\":\"#/components/schemas/Link\"},\"disable\":{\"$ref\":\"#/components/schemas/Link\"}},\"description\":\"Links to related resources, collections, and actions.\",\"readOnly\":true}},\"description\":\"Auto Cache Folder object.\"},\"CachePath\":{\"type\":\"object\",\"properties\":{\"metadata_only\":{\"type\":\"boolean\",\"description\":\"Whether or not directory metadata should be brought into cache\",\"default\":false},\"force\":{\"type\":\"boolean\",\"description\":\"Whether or not to force the action of brining the data into cache. This causes the request to not care about the available amount of cache and try to bring as much data into the cache as it can. This is only necessary when metadata_only is false.\",\"default\":false}},\"description\":\"Cache object\"}},\"responses\":{\"AuthFailure\":{\"description\":\"Authentication failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"Conflict\":{\"description\":\"Conflict\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"MethodNotAllowed\":{\"description\":\"Method not allowed\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"NotFound\":{\"description\":\"Resource not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"PermissionDenied\":{\"description\":\"Permission denied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"Throttled\":{\"description\":\"Request throttled\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}},\"ValidationError\":{\"description\":\"Validation error\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ErrorResponse\"}}}}},\"parameters\":{\"filer_serial\":{\"name\":\"filer_serial\",\"in\":\"path\",\"description\":\"Filer object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"volume_guid\":{\"name\":\"volume_guid\",\"in\":\"path\",\"description\":\"Volume identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"share_id\":{\"name\":\"share_id\",\"in\":\"path\",\"description\":\"Share object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"amqp_destination_name\":{\"name\":\"amqp_destination_name\",\"in\":\"path\",\"description\":\"AMQP Destination name (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"export_id\":{\"name\":\"export_id\",\"in\":\"path\",\"description\":\"Export object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"host_option_id\":{\"name\":\"host_option_id\",\"in\":\"path\",\"description\":\"Host option object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"cifs_client_id\":{\"name\":\"cifs_client_id\",\"in\":\"path\",\"description\":\"CIFS client object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"ftpdir_id\":{\"name\":\"ftpdir_id\",\"in\":\"path\",\"description\":\"FTP directory object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"ftp_client_id\":{\"name\":\"ftp_client_id\",\"in\":\"path\",\"description\":\"FTP client object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"antivirus_id\":{\"name\":\"antivirus_id\",\"in\":\"path\",\"description\":\"Antivirus violation object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"notification_id\":{\"name\":\"notification_id\",\"in\":\"path\",\"description\":\"Notification object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"message_id\":{\"name\":\"message_id\",\"in\":\"path\",\"description\":\"Message object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"folder_quota_id\":{\"name\":\"folder_quota_id\",\"in\":\"path\",\"description\":\"Folder Quota object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"encryption_key_id\":{\"name\":\"encryption_key_id\",\"in\":\"path\",\"description\":\"Encryption key object identifier\",\"required\":true,\"schema\":{\"type\":\"integer\"}},\"cred_uuid\":{\"name\":\"cred_uuid\",\"in\":\"path\",\"description\":\"Cloud Credential object identifier\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"path\":{\"name\":\"path\",\"in\":\"path\",\"description\":\"Folder or File path (URL-encoded)\",\"required\":true,\"schema\":{\"type\":\"string\"}},\"paging_limit\":{\"name\":\"limit\",\"in\":\"query\",\"description\":\"The maximum number of objects to return\",\"schema\":{\"maximum\":100,\"minimum\":1,\"type\":\"integer\",\"default\":50}},\"paging_offset\":{\"name\":\"offset\",\"in\":\"query\",\"description\":\"The index of the first object to return\",\"schema\":{\"type\":\"integer\",\"default\":0}}},\"securitySchemes\":{\"AuthToken\":{\"type\":\"apiKey\",\"description\":\"Authorization header required to make authenticated requests.\",\"name\":\"Authorization\",\"in\":\"header\"}}}}},\"options\":{\"hideTryItPanel\":false,\"pagination\":\"item\",\"hideDownloadButton\":false,\"hideInfoSection\":true,\"generateCodeSamples\":{\"languages\":[{\"lang\":\"Python\"},{\"lang\":\"curl\"},{\"lang\":\"JavaScript\"},{\"lang\":\"Node.js\"}]},\"disableSearch\":true,\"ctrlFHijack\":false,\"disableSidebar\":true,\"theme\":{\"overrides\":{\"DownloadButton\":{\"custom\":\"\"},\"NextSectionButton\":{\"custom\":\"\"}},\"codeBlock\":{\"tokens\":{}},\"schema\":{\"constraints\":{},\"examples\":{}},\"rightPanel\":{\"textColor\":\"#eeeeee\"},\"typography\":{\"heading1\":{},\"heading2\":{},\"heading3\":{},\"rightPanelHeading\":{}}}}}","redocHasSecurityDefinitions":false,"redocInfoPageLink":"","redocItemId":"overview","redocHasInfoPage":false,"settings":{"hideDownloadButton":false,"hideInfoSection":true,"pagination":"item","generateCodeSamples":{"languages":[{"lang":"Python"},{"lang":"curl"},{"lang":"JavaScript"},{"lang":"Node.js"}]}},"requestLogin":false,"lastModified":"2025-09-26T20:35:00.000Z"},"seo":{"title":"Nasuni Management Console API"}}},"pageContext":{"id":"fa898ca0-2a7a-5906-839f-da9a55c4cda7overview__redocly content/api/nmc/v120/reference/overview/","seo":{"title":"Nasuni Management Console API","description":null,"image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"api/nmc/v120/reference.page.yaml#overview","pageBaseUrl":"/api/nmc/v120/reference","type":"redoc-info","toc":{"enable":true,"maxDepth":4,"headings":null},"data":{},"catalogInfo":null,"link":"/api/nmc/v120/reference/overview/","sidebarName":"__alternative-sidebar__-data-nasuni-api-portal-api-nmc-v120-sidebars.yaml","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":[{"definitionId":"nmc_v120","id":"nmc_v120","title":"nmc_v120","isDefault":true,"apiId":null}],"apiVersionId":null,"isDefaultApiVersion":true}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}