Skip to content

Atomicology/isilon_sdk_java

Repository files navigation

swagger-java-client

Requirements

Building the API client library requires Maven to be installed.

Installation

To install the API client library to your local Maven repository, simply execute:

mvn install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn deploy

Refer to the official documentation for more information.

Maven users

Add this dependency to your project's POM:

<dependency>
    <groupId>io.swagger</groupId>
    <artifactId>swagger-java-client</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "io.swagger:swagger-java-client:1.0.0"

Others

At first generate the JAR by executing:

mvn package

Then manually install the following JARs:

  • target/swagger-java-client-1.0.0.jar
  • target/lib/*.jar

Getting Started

Please follow the installation instruction and execute the following Java code:

import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.AntivirusApi;

import java.io.File;
import java.util.*;

public class AntivirusApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();

        defaultClient.setBasePath("https://YOUR_CLUSTER_HOSTNAME_OR_NODE_IP:8080");
        defaultClient.setVerifyingSsl(false);

        // Configure HTTP basic authorization: basicAuth
        HttpBasicAuth basicAuth = (HttpBasicAuth) defaultClient.getAuthentication("basicAuth");
        basicAuth.setUsername("YOUR USERNAME");
        basicAuth.setPassword("YOUR PASSWORD");

        AntivirusApi apiInstance = new AntivirusApi();
        AntivirusPolicyCreateParams antivirusPolicy = new AntivirusPolicyCreateParams(); // AntivirusPolicyCreateParams |
        try {
            CreateResponse result = apiInstance.createAntivirusPolicy(antivirusPolicy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling AntivirusApi#createAntivirusPolicy");
            e.printStackTrace();
        }
    }
}

Documentation for API Endpoints

All URIs are relative to https://YOUR_CLUSTER_HOSTNAME_OR_NODE_IP:8080

Class Method HTTP request Description
AntivirusApi createAntivirusPolicy POST /platform/3/antivirus/policies
AntivirusApi createAntivirusScanItem POST /platform/3/antivirus/scan
AntivirusApi createAntivirusServer POST /platform/3/antivirus/servers
AntivirusApi deleteAntivirusPolicies DELETE /platform/3/antivirus/policies
AntivirusApi deleteAntivirusPolicy DELETE /platform/3/antivirus/policies/{AntivirusPolicyId}
AntivirusApi deleteAntivirusServer DELETE /platform/3/antivirus/servers/{AntivirusServerId}
AntivirusApi deleteAntivirusServers DELETE /platform/3/antivirus/servers
AntivirusApi deleteReportsScan DELETE /platform/3/antivirus/reports/scans/{ReportsScanId}
AntivirusApi deleteReportsScans DELETE /platform/3/antivirus/reports/scans
AntivirusApi getAntivirusPolicy GET /platform/3/antivirus/policies/{AntivirusPolicyId}
AntivirusApi getAntivirusQuarantinePath GET /platform/3/antivirus/quarantine/{AntivirusQuarantinePath}
AntivirusApi getAntivirusServer GET /platform/3/antivirus/servers/{AntivirusServerId}
AntivirusApi getAntivirusSettings GET /platform/3/antivirus/settings
AntivirusApi getReportsScan GET /platform/3/antivirus/reports/scans/{ReportsScanId}
AntivirusApi getReportsScans GET /platform/3/antivirus/reports/scans
AntivirusApi getReportsThreat GET /platform/3/antivirus/reports/threats/{ReportsThreatId}
AntivirusApi getReportsThreats GET /platform/3/antivirus/reports/threats
AntivirusApi listAntivirusPolicies GET /platform/3/antivirus/policies
AntivirusApi listAntivirusServers GET /platform/3/antivirus/servers
AntivirusApi updateAntivirusPolicy PUT /platform/3/antivirus/policies/{AntivirusPolicyId}
AntivirusApi updateAntivirusQuarantinePath PUT /platform/3/antivirus/quarantine/{AntivirusQuarantinePath}
AntivirusApi updateAntivirusServer PUT /platform/3/antivirus/servers/{AntivirusServerId}
AntivirusApi updateAntivirusSettings PUT /platform/3/antivirus/settings
AuditApi createAuditTopic POST /platform/1/audit/topics
AuditApi deleteAuditTopic DELETE /platform/1/audit/topics/{AuditTopicId}
AuditApi getAuditProgress GET /platform/4/audit/progress
AuditApi getAuditSettings GET /platform/3/audit/settings
AuditApi getAuditTopic GET /platform/1/audit/topics/{AuditTopicId}
AuditApi getProgressGlobal GET /platform/4/audit/progress/global
AuditApi getSettingsGlobal GET /platform/3/audit/settings/global
AuditApi listAuditTopics GET /platform/1/audit/topics
AuditApi updateAuditSettings PUT /platform/3/audit/settings
AuditApi updateAuditTopic PUT /platform/1/audit/topics/{AuditTopicId}
AuditApi updateSettingsGlobal PUT /platform/3/audit/settings/global
AuthApi createAuthCacheItem POST /platform/4/auth/cache
AuthApi createAuthGroup POST /platform/1/auth/groups
AuthApi createAuthRefreshItem POST /platform/3/auth/refresh
AuthApi createAuthRole POST /platform/1/auth/roles
AuthApi createAuthUser POST /platform/1/auth/users
AuthApi createMappingIdentity POST /platform/1/auth/mapping/identities
AuthApi createMappingIdentity_0 POST /platform/1/auth/mapping/identities/{MappingIdentityId}
AuthApi createProvidersAdsItem POST /platform/3/auth/providers/ads
AuthApi createProvidersFileItem POST /platform/1/auth/providers/file
AuthApi createProvidersKrb5Item POST /platform/3/auth/providers/krb5
AuthApi createProvidersLdapItem POST /platform/4/auth/providers/ldap
AuthApi createProvidersNisItem POST /platform/3/auth/providers/nis
AuthApi createSettingsKrb5Domain POST /platform/1/auth/settings/krb5/domains
AuthApi createSettingsKrb5Realm POST /platform/1/auth/settings/krb5/realms
AuthApi deleteAuthGroup DELETE /platform/1/auth/groups/{AuthGroupId}
AuthApi deleteAuthGroups DELETE /platform/1/auth/groups
AuthApi deleteAuthRole DELETE /platform/1/auth/roles/{AuthRoleId}
AuthApi deleteAuthUser DELETE /platform/1/auth/users/{AuthUserId}
AuthApi deleteAuthUsers DELETE /platform/1/auth/users
AuthApi deleteMappingIdentities DELETE /platform/1/auth/mapping/identities
AuthApi deleteMappingIdentity DELETE /platform/1/auth/mapping/identities/{MappingIdentityId}
AuthApi deleteProvidersAdsById DELETE /platform/3/auth/providers/ads/{ProvidersAdsId}
AuthApi deleteProvidersFileById DELETE /platform/1/auth/providers/file/{ProvidersFileId}
AuthApi deleteProvidersKrb5ById DELETE /platform/3/auth/providers/krb5/{ProvidersKrb5Id}
AuthApi deleteProvidersLdapById DELETE /platform/4/auth/providers/ldap/{ProvidersLdapId}
AuthApi deleteProvidersLocalById DELETE /platform/1/auth/providers/local/{ProvidersLocalId}
AuthApi deleteProvidersNisById DELETE /platform/3/auth/providers/nis/{ProvidersNisId}
AuthApi deleteSettingsKrb5Domain DELETE /platform/1/auth/settings/krb5/domains/{SettingsKrb5DomainId}
AuthApi deleteSettingsKrb5Realm DELETE /platform/1/auth/settings/krb5/realms/{SettingsKrb5RealmId}
AuthApi getAuthAccessUser GET /platform/1/auth/access/{AuthAccessUser}
AuthApi getAuthGroup GET /platform/1/auth/groups/{AuthGroupId}
AuthApi getAuthId GET /platform/1/auth/id
AuthApi getAuthLdapTemplate GET /platform/4/auth/ldap-templates/{AuthLdapTemplateId}
AuthApi getAuthLdapTemplates GET /platform/4/auth/ldap-templates
AuthApi getAuthLogLevel GET /platform/3/auth/log-level
AuthApi getAuthNetgroup GET /platform/1/auth/netgroups/{AuthNetgroupId}
AuthApi getAuthPrivileges GET /platform/1/auth/privileges
AuthApi getAuthRole GET /platform/1/auth/roles/{AuthRoleId}
AuthApi getAuthShells GET /platform/1/auth/shells
AuthApi getAuthUser GET /platform/1/auth/users/{AuthUserId}
AuthApi getAuthWellknown GET /platform/1/auth/wellknowns/{AuthWellknownId}
AuthApi getAuthWellknowns GET /platform/1/auth/wellknowns
AuthApi getMappingDump GET /platform/3/auth/mapping/dump
AuthApi getMappingIdentity GET /platform/1/auth/mapping/identities/{MappingIdentityId}
AuthApi getMappingUsersLookup GET /platform/1/auth/mapping/users/lookup
AuthApi getMappingUsersRules GET /platform/1/auth/mapping/users/rules
AuthApi getProvidersAdsById GET /platform/3/auth/providers/ads/{ProvidersAdsId}
AuthApi getProvidersFileById GET /platform/1/auth/providers/file/{ProvidersFileId}
AuthApi getProvidersKrb5ById GET /platform/3/auth/providers/krb5/{ProvidersKrb5Id}
AuthApi getProvidersLdapById GET /platform/4/auth/providers/ldap/{ProvidersLdapId}
AuthApi getProvidersLocal GET /platform/1/auth/providers/local
AuthApi getProvidersLocalById GET /platform/1/auth/providers/local/{ProvidersLocalId}
AuthApi getProvidersNisById GET /platform/3/auth/providers/nis/{ProvidersNisId}
AuthApi getProvidersSummary GET /platform/3/auth/providers/summary
AuthApi getSettingsAcls GET /platform/3/auth/settings/acls
AuthApi getSettingsGlobal GET /platform/1/auth/settings/global
AuthApi getSettingsKrb5Defaults GET /platform/1/auth/settings/krb5/defaults
AuthApi getSettingsKrb5Domain GET /platform/1/auth/settings/krb5/domains/{SettingsKrb5DomainId}
AuthApi getSettingsKrb5Realm GET /platform/1/auth/settings/krb5/realms/{SettingsKrb5RealmId}
AuthApi getSettingsMapping GET /platform/1/auth/settings/mapping
AuthApi listAuthGroups GET /platform/1/auth/groups
AuthApi listAuthRoles GET /platform/1/auth/roles
AuthApi listAuthUsers GET /platform/1/auth/users
AuthApi listProvidersAds GET /platform/3/auth/providers/ads
AuthApi listProvidersFile GET /platform/1/auth/providers/file
AuthApi listProvidersKrb5 GET /platform/3/auth/providers/krb5
AuthApi listProvidersLdap GET /platform/4/auth/providers/ldap
AuthApi listProvidersNis GET /platform/3/auth/providers/nis
AuthApi listSettingsKrb5Domains GET /platform/1/auth/settings/krb5/domains
AuthApi listSettingsKrb5Realms GET /platform/1/auth/settings/krb5/realms
AuthApi updateAuthGroup PUT /platform/1/auth/groups/{AuthGroupId}
AuthApi updateAuthLogLevel PUT /platform/3/auth/log-level
AuthApi updateAuthRole PUT /platform/1/auth/roles/{AuthRoleId}
AuthApi updateAuthUser PUT /platform/1/auth/users/{AuthUserId}
AuthApi updateMappingImport PUT /platform/3/auth/mapping/import
AuthApi updateMappingUsersRules PUT /platform/1/auth/mapping/users/rules
AuthApi updateProvidersAdsById PUT /platform/3/auth/providers/ads/{ProvidersAdsId}
AuthApi updateProvidersFileById PUT /platform/1/auth/providers/file/{ProvidersFileId}
AuthApi updateProvidersKrb5ById PUT /platform/3/auth/providers/krb5/{ProvidersKrb5Id}
AuthApi updateProvidersLdapById PUT /platform/4/auth/providers/ldap/{ProvidersLdapId}
AuthApi updateProvidersLocalById PUT /platform/1/auth/providers/local/{ProvidersLocalId}
AuthApi updateProvidersNisById PUT /platform/3/auth/providers/nis/{ProvidersNisId}
AuthApi updateSettingsAcls PUT /platform/3/auth/settings/acls
AuthApi updateSettingsGlobal PUT /platform/1/auth/settings/global
AuthApi updateSettingsKrb5Defaults PUT /platform/1/auth/settings/krb5/defaults
AuthApi updateSettingsKrb5Domain PUT /platform/1/auth/settings/krb5/domains/{SettingsKrb5DomainId}
AuthApi updateSettingsKrb5Realm PUT /platform/1/auth/settings/krb5/realms/{SettingsKrb5RealmId}
AuthApi updateSettingsMapping PUT /platform/1/auth/settings/mapping
AuthGroupsApi createGroupMember POST /platform/1/auth/groups/{Group}/members
AuthGroupsApi deleteGroupMember DELETE /platform/1/auth/groups/{Group}/members/{GroupMemberId}
AuthGroupsApi listGroupMembers GET /platform/1/auth/groups/{Group}/members
AuthProvidersApi getAdsProviderControllers GET /platform/3/auth/providers/ads/{Id}/controllers
AuthProvidersApi getAdsProviderDomain GET /platform/3/auth/providers/ads/{Id}/domains/{AdsProviderDomainId}
AuthProvidersApi getAdsProviderDomains GET /platform/3/auth/providers/ads/{Id}/domains
AuthProvidersApi getAdsProviderSearch GET /platform/1/auth/providers/ads/{Id}/search
AuthRolesApi createRoleMember POST /platform/1/auth/roles/{Role}/members
AuthRolesApi createRolePrivilege POST /platform/1/auth/roles/{Role}/privileges
AuthRolesApi deleteRoleMember DELETE /platform/1/auth/roles/{Role}/members/{RoleMemberId}
AuthRolesApi deleteRolePrivilege DELETE /platform/1/auth/roles/{Role}/privileges/{RolePrivilegeId}
AuthRolesApi listRoleMembers GET /platform/1/auth/roles/{Role}/members
AuthRolesApi listRolePrivileges GET /platform/1/auth/roles/{Role}/privileges
AuthUsersApi createUserMemberOfItem POST /platform/3/auth/users/{User}/member-of
AuthUsersApi deleteUserMemberOfMemberOf DELETE /platform/3/auth/users/{User}/member-of/{UserMemberOfMemberOf}
AuthUsersApi listUserMemberOf GET /platform/3/auth/users/{User}/member-of
AuthUsersApi updateUserChangePassword PUT /platform/3/auth/users/{User}/change-password
CertificateApi createCertificateServerItem POST /platform/4/certificate/server
CertificateApi deleteCertificateServerById DELETE /platform/4/certificate/server/{CertificateServerId}
CertificateApi getCertificateServerById GET /platform/4/certificate/server/{CertificateServerId}
CertificateApi listCertificateServer GET /platform/4/certificate/server
CertificateApi updateCertificateServerById PUT /platform/4/certificate/server/{CertificateServerId}
CloudApi createCloudAccessItem POST /platform/3/cloud/access
CloudApi createCloudAccount POST /platform/4/cloud/accounts
CloudApi createCloudJob POST /platform/3/cloud/jobs
CloudApi createCloudPool POST /platform/3/cloud/pools
CloudApi createCloudProxy POST /platform/4/cloud/proxies
CloudApi createSettingsEncryptionKeyItem POST /platform/3/cloud/settings/encryption-key
CloudApi createSettingsReportingEulaItem POST /platform/3/cloud/settings/reporting-eula
CloudApi deleteCloudAccessGuid DELETE /platform/3/cloud/access/{CloudAccessGuid}
CloudApi deleteCloudAccount DELETE /platform/4/cloud/accounts/{CloudAccountId}
CloudApi deleteCloudPool DELETE /platform/3/cloud/pools/{CloudPoolId}
CloudApi deleteCloudProxy DELETE /platform/4/cloud/proxies/{CloudProxyId}
CloudApi deleteSettingsReportingEula DELETE /platform/3/cloud/settings/reporting-eula
CloudApi getCloudAccessGuid GET /platform/3/cloud/access/{CloudAccessGuid}
CloudApi getCloudAccount GET /platform/4/cloud/accounts/{CloudAccountId}
CloudApi getCloudJob GET /platform/3/cloud/jobs/{CloudJobId}
CloudApi getCloudJobsFile GET /platform/3/cloud/jobs-files/{CloudJobsFileId}
CloudApi getCloudPool GET /platform/3/cloud/pools/{CloudPoolId}
CloudApi getCloudProxy GET /platform/4/cloud/proxies/{CloudProxyId}
CloudApi getCloudSettings GET /platform/3/cloud/settings
CloudApi listCloudAccess GET /platform/3/cloud/access
CloudApi listCloudAccounts GET /platform/4/cloud/accounts
CloudApi listCloudJobs GET /platform/3/cloud/jobs
CloudApi listCloudPools GET /platform/3/cloud/pools
CloudApi listCloudProxies GET /platform/4/cloud/proxies
CloudApi listSettingsReportingEula GET /platform/3/cloud/settings/reporting-eula
CloudApi updateCloudAccount PUT /platform/4/cloud/accounts/{CloudAccountId}
CloudApi updateCloudJob PUT /platform/3/cloud/jobs/{CloudJobId}
CloudApi updateCloudPool PUT /platform/3/cloud/pools/{CloudPoolId}
CloudApi updateCloudProxy PUT /platform/4/cloud/proxies/{CloudProxyId}
CloudApi updateCloudSettings PUT /platform/3/cloud/settings
ClusterApi createClusterAddNodeItem POST /platform/3/cluster/add-node
ClusterApi createDiagnosticsGatherStartItem POST /platform/3/cluster/diagnostics/gather/start
ClusterApi createDiagnosticsGatherStopItem POST /platform/3/cluster/diagnostics/gather/stop
ClusterApi createDiagnosticsNetloggerStartItem POST /platform/3/cluster/diagnostics/netlogger/start
ClusterApi createDiagnosticsNetloggerStopItem POST /platform/3/cluster/diagnostics/netlogger/stop
ClusterApi getClusterConfig GET /platform/3/cluster/config
ClusterApi getClusterEmail GET /platform/1/cluster/email
ClusterApi getClusterExternalIps GET /platform/2/cluster/external-ips
ClusterApi getClusterIdentity GET /platform/5/cluster/identity
ClusterApi getClusterNode GET /platform/5/cluster/nodes/{ClusterNodeId}
ClusterApi getClusterNodes GET /platform/5/cluster/nodes
ClusterApi getClusterNodesAvailable GET /platform/3/cluster/nodes-available
ClusterApi getClusterOwner GET /platform/1/cluster/owner
ClusterApi getClusterStatfs GET /platform/1/cluster/statfs
ClusterApi getClusterTime GET /platform/3/cluster/time
ClusterApi getClusterTimezone GET /platform/3/cluster/timezone
ClusterApi getClusterVersion GET /platform/3/cluster/version
ClusterApi getDiagnosticsGather GET /platform/3/cluster/diagnostics/gather
ClusterApi getDiagnosticsGatherSettings GET /platform/3/cluster/diagnostics/gather/settings
ClusterApi getDiagnosticsGatherStatus GET /platform/3/cluster/diagnostics/gather/status
ClusterApi getDiagnosticsNetlogger GET /platform/3/cluster/diagnostics/netlogger
ClusterApi getDiagnosticsNetloggerSettings GET /platform/3/cluster/diagnostics/netlogger/settings
ClusterApi getDiagnosticsNetloggerStatus GET /platform/3/cluster/diagnostics/netlogger/status
ClusterApi getTimezoneRegion GET /platform/3/cluster/timezone/regions/{TimezoneRegionId}
ClusterApi getTimezoneSettings GET /platform/3/cluster/timezone/settings
ClusterApi updateClusterEmail PUT /platform/1/cluster/email
ClusterApi updateClusterNode PUT /platform/5/cluster/nodes/{ClusterNodeId}
ClusterApi updateClusterOwner PUT /platform/1/cluster/owner
ClusterApi updateClusterTime PUT /platform/3/cluster/time
ClusterApi updateClusterTimezone PUT /platform/3/cluster/timezone
ClusterApi updateDiagnosticsGatherSettings PUT /platform/3/cluster/diagnostics/gather/settings
ClusterApi updateDiagnosticsNetloggerSettings PUT /platform/3/cluster/diagnostics/netlogger/settings
ClusterApi updateTimezoneSettings PUT /platform/3/cluster/timezone/settings
ClusterNodesApi createDrivesDriveAddItem POST /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/add
ClusterNodesApi createDrivesDriveFirmwareUpdateItem POST /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/firmware/update
ClusterNodesApi createDrivesDriveFormatItem POST /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/format
ClusterNodesApi createDrivesDrivePurposeItem POST /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/purpose
ClusterNodesApi createDrivesDriveSmartfailItem POST /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/smartfail
ClusterNodesApi createDrivesDriveStopfailItem POST /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/stopfail
ClusterNodesApi createDrivesDriveSuspendItem POST /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/suspend
ClusterNodesApi createNodeRebootItem POST /platform/5/cluster/nodes/{Lnn}/reboot
ClusterNodesApi createNodeShutdownItem POST /platform/5/cluster/nodes/{Lnn}/shutdown
ClusterNodesApi getDrivesDriveFirmware GET /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/firmware
ClusterNodesApi getNodeDrive GET /platform/5/cluster/nodes/{Lnn}/drives/{NodeDriveId}
ClusterNodesApi getNodeDriveconfig GET /platform/5/cluster/nodes/{Lnn}/driveconfig
ClusterNodesApi getNodeDrives GET /platform/5/cluster/nodes/{Lnn}/drives
ClusterNodesApi getNodeDrivesPurposelist GET /platform/3/cluster/nodes/{Lnn}/drives-purposelist
ClusterNodesApi getNodeHardware GET /platform/5/cluster/nodes/{Lnn}/hardware
ClusterNodesApi getNodeHardwareFast GET /platform/3/cluster/nodes/{Lnn}/hardware-fast
ClusterNodesApi getNodePartitions GET /platform/3/cluster/nodes/{Lnn}/partitions
ClusterNodesApi getNodeSensors GET /platform/3/cluster/nodes/{Lnn}/sensors
ClusterNodesApi getNodeSled GET /platform/5/cluster/nodes/{Lnn}/sleds/{NodeSledId}
ClusterNodesApi getNodeSleds GET /platform/5/cluster/nodes/{Lnn}/sleds
ClusterNodesApi getNodeState GET /platform/3/cluster/nodes/{Lnn}/state
ClusterNodesApi getNodeStateReadonly GET /platform/3/cluster/nodes/{Lnn}/state/readonly
ClusterNodesApi getNodeStateServicelight GET /platform/3/cluster/nodes/{Lnn}/state/servicelight
ClusterNodesApi getNodeStateSmartfail GET /platform/3/cluster/nodes/{Lnn}/state/smartfail
ClusterNodesApi getNodeStatus GET /platform/3/cluster/nodes/{Lnn}/status
ClusterNodesApi getNodeStatusBatterystatus GET /platform/3/cluster/nodes/{Lnn}/status/batterystatus
ClusterNodesApi listDrivesDriveFirmwareUpdate GET /platform/3/cluster/nodes/{Lnn}/drives/{Driveid}/firmware/update
ClusterNodesApi updateNodeDriveconfig PUT /platform/5/cluster/nodes/{Lnn}/driveconfig
ClusterNodesApi updateNodeStateReadonly PUT /platform/3/cluster/nodes/{Lnn}/state/readonly
ClusterNodesApi updateNodeStateServicelight PUT /platform/3/cluster/nodes/{Lnn}/state/servicelight
ClusterNodesApi updateNodeStateSmartfail PUT /platform/3/cluster/nodes/{Lnn}/state/smartfail
DebugApi deleteDebugStats DELETE /platform/1/debug/stats
DebugApi getDebugStats GET /platform/1/debug/stats
DedupeApi getDedupeDedupeSummary GET /platform/1/dedupe/dedupe-summary
DedupeApi getDedupeReport GET /platform/1/dedupe/reports/{DedupeReportId}
DedupeApi getDedupeReports GET /platform/1/dedupe/reports
DedupeApi getDedupeSettings GET /platform/1/dedupe/settings
DedupeApi updateDedupeSettings PUT /platform/1/dedupe/settings
EventApi createEventAlertCondition POST /platform/4/event/alert-conditions
EventApi createEventChannel POST /platform/3/event/channels
EventApi createEventEvent POST /platform/3/event/events
EventApi deleteEventAlertCondition DELETE /platform/4/event/alert-conditions/{EventAlertConditionId}
EventApi deleteEventAlertConditions DELETE /platform/4/event/alert-conditions
EventApi deleteEventChannel DELETE /platform/3/event/channels/{EventChannelId}
EventApi getEventAlertCondition GET /platform/4/event/alert-conditions/{EventAlertConditionId}
EventApi getEventCategories GET /platform/3/event/categories
EventApi getEventCategory GET /platform/3/event/categories/{EventCategoryId}
EventApi getEventChannel GET /platform/3/event/channels/{EventChannelId}
EventApi getEventEventgroupDefinition GET /platform/4/event/eventgroup-definitions/{EventEventgroupDefinitionId}
EventApi getEventEventgroupDefinitions GET /platform/4/event/eventgroup-definitions
EventApi getEventEventgroupOccurrence GET /platform/3/event/eventgroup-occurrences/{EventEventgroupOccurrenceId}
EventApi getEventEventgroupOccurrences GET /platform/3/event/eventgroup-occurrences
EventApi getEventEventlist GET /platform/3/event/eventlists/{EventEventlistId}
EventApi getEventEventlists GET /platform/3/event/eventlists
EventApi getEventSettings GET /platform/3/event/settings
EventApi listEventAlertConditions GET /platform/4/event/alert-conditions
EventApi listEventChannels GET /platform/3/event/channels
EventApi updateEventAlertCondition PUT /platform/4/event/alert-conditions/{EventAlertConditionId}
EventApi updateEventChannel PUT /platform/3/event/channels/{EventChannelId}
EventApi updateEventEventgroupOccurrence PUT /platform/3/event/eventgroup-occurrences/{EventEventgroupOccurrenceId}
EventApi updateEventEventgroupOccurrences PUT /platform/3/event/eventgroup-occurrences
EventApi updateEventSettings PUT /platform/3/event/settings
FileFilterApi getFileFilterSettings GET /platform/3/file-filter/settings
FileFilterApi updateFileFilterSettings PUT /platform/3/file-filter/settings
FilepoolApi createFilepoolPolicy POST /platform/4/filepool/policies
FilepoolApi deleteFilepoolPolicy DELETE /platform/4/filepool/policies/{FilepoolPolicyId}
FilepoolApi getFilepoolDefaultPolicy GET /platform/4/filepool/default-policy
FilepoolApi getFilepoolPolicy GET /platform/4/filepool/policies/{FilepoolPolicyId}
FilepoolApi getFilepoolTemplate GET /platform/4/filepool/templates/{FilepoolTemplateId}
FilepoolApi getFilepoolTemplates GET /platform/4/filepool/templates
FilepoolApi listFilepoolPolicies GET /platform/4/filepool/policies
FilepoolApi updateFilepoolDefaultPolicy PUT /platform/4/filepool/default-policy
FilepoolApi updateFilepoolPolicy PUT /platform/4/filepool/policies/{FilepoolPolicyId}
FilesystemApi getSettingsAccessTime GET /platform/1/filesystem/settings/access-time
FilesystemApi getSettingsCharacterEncodings GET /platform/1/filesystem/settings/character-encodings
FilesystemApi updateSettingsAccessTime PUT /platform/1/filesystem/settings/access-time
FilesystemApi updateSettingsCharacterEncodings PUT /platform/1/filesystem/settings/character-encodings
FsaApi deleteFsaResult DELETE /platform/3/fsa/results/{FsaResultId}
FsaApi deleteFsaSettings DELETE /platform/1/fsa/settings
FsaApi getFsaResult GET /platform/3/fsa/results/{FsaResultId}
FsaApi getFsaResults GET /platform/3/fsa/results
FsaApi getFsaSettings GET /platform/1/fsa/settings
FsaApi updateFsaResult PUT /platform/3/fsa/results/{FsaResultId}
FsaApi updateFsaSettings PUT /platform/1/fsa/settings
FsaResultsApi getHistogramStatBy GET /platform/3/fsa/results/{Id}/histogram/{Stat}/by
FsaResultsApi getHistogramStatByBreakout GET /platform/3/fsa/results/{Id}/histogram/{Stat}/by/{HistogramStatByBreakout}
FsaResultsApi getResultDirectories GET /platform/3/fsa/results/{Id}/directories
FsaResultsApi getResultDirectory GET /platform/3/fsa/results/{Id}/directories/{ResultDirectoryId}
FsaResultsApi getResultHistogram GET /platform/3/fsa/results/{Id}/histogram
FsaResultsApi getResultHistogramStat GET /platform/3/fsa/results/{Id}/histogram/{ResultHistogramStat}
FsaResultsApi getResultTopDir GET /platform/3/fsa/results/{Id}/top-dirs/{ResultTopDirId}
FsaResultsApi getResultTopDirs GET /platform/3/fsa/results/{Id}/top-dirs
FsaResultsApi getResultTopFile GET /platform/3/fsa/results/{Id}/top-files/{ResultTopFileId}
FsaResultsApi getResultTopFiles GET /platform/3/fsa/results/{Id}/top-files
HardeningApi createHardeningApplyItem POST /platform/3/hardening/apply
HardeningApi createHardeningResolveItem POST /platform/3/hardening/resolve
HardeningApi createHardeningRevertItem POST /platform/3/hardening/revert
HardeningApi getHardeningState GET /platform/3/hardening/state
HardeningApi getHardeningStatus GET /platform/3/hardening/status
HardwareApi createHardwareTapeName POST /platform/3/hardware/tape/{HardwareTapeName}
HardwareApi deleteHardwareTapeName DELETE /platform/3/hardware/tape/{HardwareTapeName}
HardwareApi getHardwareFcport GET /platform/3/hardware/fcports/{HardwareFcportId}
HardwareApi getHardwareFcports GET /platform/3/hardware/fcports
HardwareApi getHardwareTapes GET /platform/3/hardware/tapes
HardwareApi updateHardwareFcport PUT /platform/3/hardware/fcports/{HardwareFcportId}
HardwareApi updateHardwareTapeName PUT /platform/3/hardware/tape/{HardwareTapeName}
IdResolutionApi getIdResolutionPath GET /platform/4/id-resolution/paths/{IdResolutionPathId}
IdResolutionApi getIdResolutionPaths GET /platform/4/id-resolution/paths
JobApi createJobJob POST /platform/3/job/jobs
JobApi createJobPolicy POST /platform/1/job/policies
JobApi deleteJobPolicy DELETE /platform/1/job/policies/{JobPolicyId}
JobApi getJobEvents GET /platform/3/job/events
JobApi getJobJob GET /platform/3/job/jobs/{JobJobId}
JobApi getJobJobSummary GET /platform/1/job/job-summary
JobApi getJobPolicy GET /platform/1/job/policies/{JobPolicyId}
JobApi getJobRecent GET /platform/3/job/recent
JobApi getJobReports GET /platform/3/job/reports
JobApi getJobStatistics GET /platform/1/job/statistics
JobApi getJobType GET /platform/1/job/types/{JobTypeId}
JobApi getJobTypes GET /platform/1/job/types
JobApi listJobJobs GET /platform/3/job/jobs
JobApi listJobPolicies GET /platform/1/job/policies
JobApi updateJobJob PUT /platform/3/job/jobs/{JobJobId}
JobApi updateJobPolicy PUT /platform/1/job/policies/{JobPolicyId}
JobApi updateJobType PUT /platform/1/job/types/{JobTypeId}
LicenseApi createLicenseLicense POST /platform/5/license/licenses
LicenseApi getLicenseGenerate GET /platform/5/license/generate
LicenseApi getLicenseLicense GET /platform/5/license/licenses/{LicenseLicenseId}
LicenseApi listLicenseLicenses GET /platform/5/license/licenses
LocalApi getClusterTime GET /platform/3/local/cluster/time
NetworkApi createDnscacheFlushItem POST /platform/3/network/dnscache/flush
NetworkApi createNetworkGroupnet POST /platform/3/network/groupnets
NetworkApi createNetworkScRebalanceAllItem POST /platform/3/network/sc-rebalance-all
NetworkApi deleteNetworkGroupnet DELETE /platform/3/network/groupnets/{NetworkGroupnetId}
NetworkApi getNetworkDnscache GET /platform/3/network/dnscache
NetworkApi getNetworkExternal GET /platform/3/network/external
NetworkApi getNetworkGroupnet GET /platform/3/network/groupnets/{NetworkGroupnetId}
NetworkApi getNetworkInterfaces GET /platform/4/network/interfaces
NetworkApi getNetworkPools GET /platform/3/network/pools
NetworkApi getNetworkRules GET /platform/3/network/rules
NetworkApi getNetworkSubnets GET /platform/4/network/subnets
NetworkApi listNetworkGroupnets GET /platform/3/network/groupnets
NetworkApi updateNetworkDnscache PUT /platform/3/network/dnscache
NetworkApi updateNetworkExternal PUT /platform/3/network/external
NetworkApi updateNetworkGroupnet PUT /platform/3/network/groupnets/{NetworkGroupnetId}
NetworkGroupnetsApi createGroupnetSubnet POST /platform/4/network/groupnets/{Groupnet}/subnets
NetworkGroupnetsApi createSubnetsSubnetPool POST /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools
NetworkGroupnetsApi deleteGroupnetSubnet DELETE /platform/4/network/groupnets/{Groupnet}/subnets/{GroupnetSubnetId}
NetworkGroupnetsApi deleteSubnetsSubnetPool DELETE /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{SubnetsSubnetPoolId}
NetworkGroupnetsApi getGroupnetSubnet GET /platform/4/network/groupnets/{Groupnet}/subnets/{GroupnetSubnetId}
NetworkGroupnetsApi getSubnetsSubnetPool GET /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{SubnetsSubnetPoolId}
NetworkGroupnetsApi listGroupnetSubnets GET /platform/4/network/groupnets/{Groupnet}/subnets
NetworkGroupnetsApi listSubnetsSubnetPools GET /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools
NetworkGroupnetsApi updateGroupnetSubnet PUT /platform/4/network/groupnets/{Groupnet}/subnets/{GroupnetSubnetId}
NetworkGroupnetsApi updateSubnetsSubnetPool PUT /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{SubnetsSubnetPoolId}
NetworkGroupnetsSubnetsApi createPoolsPoolRebalanceIp POST /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/rebalance-ips
NetworkGroupnetsSubnetsApi createPoolsPoolRule POST /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/rules
NetworkGroupnetsSubnetsApi createPoolsPoolScResumeNode POST /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/sc-resume-nodes
NetworkGroupnetsSubnetsApi createPoolsPoolScSuspendNode POST /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/sc-suspend-nodes
NetworkGroupnetsSubnetsApi deletePoolsPoolRule DELETE /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/rules/{PoolsPoolRuleId}
NetworkGroupnetsSubnetsApi getPoolsPoolInterfaces GET /platform/4/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/interfaces
NetworkGroupnetsSubnetsApi getPoolsPoolRule GET /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/rules/{PoolsPoolRuleId}
NetworkGroupnetsSubnetsApi listPoolsPoolRules GET /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/rules
NetworkGroupnetsSubnetsApi updatePoolsPoolRule PUT /platform/3/network/groupnets/{Groupnet}/subnets/{Subnet}/pools/{Pool}/rules/{PoolsPoolRuleId}
ProtocolsApi createHdfsProxyuser POST /platform/1/protocols/hdfs/proxyusers
ProtocolsApi createHdfsRack POST /platform/1/protocols/hdfs/racks
ProtocolsApi createNdmpSettingsPreferredIp POST /platform/4/protocols/ndmp/settings/preferred-ips
ProtocolsApi createNdmpSettingsVariable POST /platform/3/protocols/ndmp/settings/variables/{NdmpSettingsVariableId}
ProtocolsApi createNdmpUser POST /platform/3/protocols/ndmp/users
ProtocolsApi createNfsAlias POST /platform/2/protocols/nfs/aliases
ProtocolsApi createNfsExport POST /platform/4/protocols/nfs/exports
ProtocolsApi createNfsNetgroupCheckItem POST /platform/3/protocols/nfs/netgroup/check
ProtocolsApi createNfsNetgroupFlushItem POST /platform/3/protocols/nfs/netgroup/flush
ProtocolsApi createNfsNlmSessionsCheckItem POST /platform/3/protocols/nfs/nlm/sessions-check
ProtocolsApi createNfsReloadItem POST /platform/3/protocols/nfs/reload
ProtocolsApi createNtpServer POST /platform/3/protocols/ntp/servers
ProtocolsApi createSmbLogLevelFilter POST /platform/3/protocols/smb/log-level/filters
ProtocolsApi createSmbShare POST /platform/4/protocols/smb/shares
ProtocolsApi createSwiftAccount POST /platform/3/protocols/swift/accounts
ProtocolsApi deleteHdfsProxyuser DELETE /platform/1/protocols/hdfs/proxyusers/{HdfsProxyuserId}
ProtocolsApi deleteHdfsRack DELETE /platform/1/protocols/hdfs/racks/{HdfsRackId}
ProtocolsApi deleteNdmpContextsBackupById DELETE /platform/3/protocols/ndmp/contexts/backup/{NdmpContextsBackupId}
ProtocolsApi deleteNdmpContextsBreById DELETE /platform/3/protocols/ndmp/contexts/bre/{NdmpContextsBreId}
ProtocolsApi deleteNdmpContextsRestoreById DELETE /platform/3/protocols/ndmp/contexts/restore/{NdmpContextsRestoreId}
ProtocolsApi deleteNdmpDumpdate DELETE /platform/3/protocols/ndmp/dumpdates/{NdmpDumpdateId}
ProtocolsApi deleteNdmpSession DELETE /platform/3/protocols/ndmp/sessions/{NdmpSessionId}
ProtocolsApi deleteNdmpSettingsPreferredIp DELETE /platform/4/protocols/ndmp/settings/preferred-ips/{NdmpSettingsPreferredIpId}
ProtocolsApi deleteNdmpSettingsVariable DELETE /platform/3/protocols/ndmp/settings/variables/{NdmpSettingsVariableId}
ProtocolsApi deleteNdmpUser DELETE /platform/3/protocols/ndmp/users/{NdmpUserId}
ProtocolsApi deleteNfsAlias DELETE /platform/2/protocols/nfs/aliases/{NfsAliasId}
ProtocolsApi deleteNfsExport DELETE /platform/4/protocols/nfs/exports/{NfsExportId}
ProtocolsApi deleteNfsNlmSession DELETE /platform/3/protocols/nfs/nlm/sessions/{NfsNlmSessionId}
ProtocolsApi deleteNtpServer DELETE /platform/3/protocols/ntp/servers/{NtpServerId}
ProtocolsApi deleteNtpServers DELETE /platform/3/protocols/ntp/servers
ProtocolsApi deleteSmbLogLevelFilter DELETE /platform/3/protocols/smb/log-level/filters/{SmbLogLevelFilterId}
ProtocolsApi deleteSmbLogLevelFilters DELETE /platform/3/protocols/smb/log-level/filters
ProtocolsApi deleteSmbOpenfile DELETE /platform/1/protocols/smb/openfiles/{SmbOpenfileId}
ProtocolsApi deleteSmbSession DELETE /platform/1/protocols/smb/sessions/{SmbSessionId}
ProtocolsApi deleteSmbSessionsComputerUser DELETE /platform/1/protocols/smb/sessions/{Computer}/{SmbSessionsComputerUser}
ProtocolsApi deleteSmbShare DELETE /platform/4/protocols/smb/shares/{SmbShareId}
ProtocolsApi deleteSmbShares DELETE /platform/4/protocols/smb/shares
ProtocolsApi deleteSwiftAccount DELETE /platform/3/protocols/swift/accounts/{SwiftAccountId}
ProtocolsApi getFtpSettings GET /platform/3/protocols/ftp/settings
ProtocolsApi getHdfsLogLevel GET /platform/3/protocols/hdfs/log-level
ProtocolsApi getHdfsProxyuser GET /platform/1/protocols/hdfs/proxyusers/{HdfsProxyuserId}
ProtocolsApi getHdfsRack GET /platform/1/protocols/hdfs/racks/{HdfsRackId}
ProtocolsApi getHdfsRangerPluginSettings GET /platform/4/protocols/hdfs/ranger-plugin/settings
ProtocolsApi getHdfsSettings GET /platform/4/protocols/hdfs/settings
ProtocolsApi getHttpSettings GET /platform/3/protocols/http/settings
ProtocolsApi getNdmpContextsBackup GET /platform/3/protocols/ndmp/contexts/backup
ProtocolsApi getNdmpContextsBackupById GET /platform/3/protocols/ndmp/contexts/backup/{NdmpContextsBackupId}
ProtocolsApi getNdmpContextsBre GET /platform/3/protocols/ndmp/contexts/bre
ProtocolsApi getNdmpContextsBreById GET /platform/3/protocols/ndmp/contexts/bre/{NdmpContextsBreId}
ProtocolsApi getNdmpContextsRestore GET /platform/3/protocols/ndmp/contexts/restore
ProtocolsApi getNdmpContextsRestoreById GET /platform/3/protocols/ndmp/contexts/restore/{NdmpContextsRestoreId}
ProtocolsApi getNdmpDiagnostics GET /platform/3/protocols/ndmp/diagnostics
ProtocolsApi getNdmpDumpdate GET /platform/3/protocols/ndmp/dumpdates/{NdmpDumpdateId}
ProtocolsApi getNdmpLogs GET /platform/3/protocols/ndmp/logs
ProtocolsApi getNdmpSession GET /platform/3/protocols/ndmp/sessions/{NdmpSessionId}
ProtocolsApi getNdmpSessions GET /platform/3/protocols/ndmp/sessions
ProtocolsApi getNdmpSettingsDmas GET /platform/3/protocols/ndmp/settings/dmas
ProtocolsApi getNdmpSettingsGlobal GET /platform/3/protocols/ndmp/settings/global
ProtocolsApi getNdmpSettingsPreferredIp GET /platform/4/protocols/ndmp/settings/preferred-ips/{NdmpSettingsPreferredIpId}
ProtocolsApi getNdmpSettingsVariable GET /platform/3/protocols/ndmp/settings/variables/{NdmpSettingsVariableId}
ProtocolsApi getNdmpUser GET /platform/3/protocols/ndmp/users/{NdmpUserId}
ProtocolsApi getNfsAlias GET /platform/2/protocols/nfs/aliases/{NfsAliasId}
ProtocolsApi getNfsCheck GET /platform/2/protocols/nfs/check
ProtocolsApi getNfsExport GET /platform/4/protocols/nfs/exports/{NfsExportId}
ProtocolsApi getNfsExportsSummary GET /platform/2/protocols/nfs/exports-summary
ProtocolsApi getNfsLogLevel GET /platform/3/protocols/nfs/log-level
ProtocolsApi getNfsNetgroup GET /platform/3/protocols/nfs/netgroup
ProtocolsApi getNfsNlmLocks GET /platform/2/protocols/nfs/nlm/locks
ProtocolsApi getNfsNlmSession GET /platform/3/protocols/nfs/nlm/sessions/{NfsNlmSessionId}
ProtocolsApi getNfsNlmSessions GET /platform/3/protocols/nfs/nlm/sessions
ProtocolsApi getNfsNlmWaiters GET /platform/2/protocols/nfs/nlm/waiters
ProtocolsApi getNfsSettingsExport GET /platform/2/protocols/nfs/settings/export
ProtocolsApi getNfsSettingsGlobal GET /platform/3/protocols/nfs/settings/global
ProtocolsApi getNfsSettingsZone GET /platform/2/protocols/nfs/settings/zone
ProtocolsApi getNtpServer GET /platform/3/protocols/ntp/servers/{NtpServerId}
ProtocolsApi getNtpSettings GET /platform/3/protocols/ntp/settings
ProtocolsApi getSmbLogLevel GET /platform/3/protocols/smb/log-level
ProtocolsApi getSmbLogLevelFilter GET /platform/3/protocols/smb/log-level/filters/{SmbLogLevelFilterId}
ProtocolsApi getSmbOpenfiles GET /platform/1/protocols/smb/openfiles
ProtocolsApi getSmbSessions GET /platform/1/protocols/smb/sessions
ProtocolsApi getSmbSettingsGlobal GET /platform/3/protocols/smb/settings/global
ProtocolsApi getSmbSettingsShare GET /platform/3/protocols/smb/settings/share
ProtocolsApi getSmbShare GET /platform/4/protocols/smb/shares/{SmbShareId}
ProtocolsApi getSmbSharesSummary GET /platform/1/protocols/smb/shares-summary
ProtocolsApi getSnmpSettings GET /platform/5/protocols/snmp/settings
ProtocolsApi getSwiftAccount GET /platform/3/protocols/swift/accounts/{SwiftAccountId}
ProtocolsApi listHdfsProxyusers GET /platform/1/protocols/hdfs/proxyusers
ProtocolsApi listHdfsRacks GET /platform/1/protocols/hdfs/racks
ProtocolsApi listNdmpSettingsPreferredIps GET /platform/4/protocols/ndmp/settings/preferred-ips
ProtocolsApi listNdmpUsers GET /platform/3/protocols/ndmp/users
ProtocolsApi listNfsAliases GET /platform/2/protocols/nfs/aliases
ProtocolsApi listNfsExports GET /platform/4/protocols/nfs/exports
ProtocolsApi listNtpServers GET /platform/3/protocols/ntp/servers
ProtocolsApi listSmbLogLevelFilters GET /platform/3/protocols/smb/log-level/filters
ProtocolsApi listSmbShares GET /platform/4/protocols/smb/shares
ProtocolsApi listSwiftAccounts GET /platform/3/protocols/swift/accounts
ProtocolsApi updateFtpSettings PUT /platform/3/protocols/ftp/settings
ProtocolsApi updateHdfsLogLevel PUT /platform/3/protocols/hdfs/log-level
ProtocolsApi updateHdfsProxyuser PUT /platform/1/protocols/hdfs/proxyusers/{HdfsProxyuserId}
ProtocolsApi updateHdfsRack PUT /platform/1/protocols/hdfs/racks/{HdfsRackId}
ProtocolsApi updateHdfsRangerPluginSettings PUT /platform/4/protocols/hdfs/ranger-plugin/settings
ProtocolsApi updateHdfsSettings PUT /platform/4/protocols/hdfs/settings
ProtocolsApi updateHttpSettings PUT /platform/3/protocols/http/settings
ProtocolsApi updateNdmpDiagnostics PUT /platform/3/protocols/ndmp/diagnostics
ProtocolsApi updateNdmpSettingsGlobal PUT /platform/3/protocols/ndmp/settings/global
ProtocolsApi updateNdmpSettingsPreferredIp PUT /platform/4/protocols/ndmp/settings/preferred-ips/{NdmpSettingsPreferredIpId}
ProtocolsApi updateNdmpSettingsVariable PUT /platform/3/protocols/ndmp/settings/variables/{NdmpSettingsVariableId}
ProtocolsApi updateNdmpUser PUT /platform/3/protocols/ndmp/users/{NdmpUserId}
ProtocolsApi updateNfsAlias PUT /platform/2/protocols/nfs/aliases/{NfsAliasId}
ProtocolsApi updateNfsExport PUT /platform/4/protocols/nfs/exports/{NfsExportId}
ProtocolsApi updateNfsLogLevel PUT /platform/3/protocols/nfs/log-level
ProtocolsApi updateNfsNetgroup PUT /platform/3/protocols/nfs/netgroup
ProtocolsApi updateNfsSettingsExport PUT /platform/2/protocols/nfs/settings/export
ProtocolsApi updateNfsSettingsGlobal PUT /platform/3/protocols/nfs/settings/global
ProtocolsApi updateNfsSettingsZone PUT /platform/2/protocols/nfs/settings/zone
ProtocolsApi updateNtpServer PUT /platform/3/protocols/ntp/servers/{NtpServerId}
ProtocolsApi updateNtpSettings PUT /platform/3/protocols/ntp/settings
ProtocolsApi updateSmbLogLevel PUT /platform/3/protocols/smb/log-level
ProtocolsApi updateSmbSettingsGlobal PUT /platform/3/protocols/smb/settings/global
ProtocolsApi updateSmbSettingsShare PUT /platform/3/protocols/smb/settings/share
ProtocolsApi updateSmbShare PUT /platform/4/protocols/smb/shares/{SmbShareId}
ProtocolsApi updateSnmpSettings PUT /platform/5/protocols/snmp/settings
ProtocolsApi updateSwiftAccount PUT /platform/3/protocols/swift/accounts/{SwiftAccountId}
ProtocolsHdfsApi createProxyusersNameMember POST /platform/1/protocols/hdfs/proxyusers/{Name}/members
ProtocolsHdfsApi deleteProxyusersNameMember DELETE /platform/1/protocols/hdfs/proxyusers/{Name}/members/{ProxyusersNameMemberId}
ProtocolsHdfsApi listProxyusersNameMembers GET /platform/1/protocols/hdfs/proxyusers/{Name}/members
ProtocolsHdfsApi updateProxyusersNameMember PUT /platform/1/protocols/hdfs/proxyusers/{Name}/members/{ProxyusersNameMemberId}
QuotaApi createQuotaQuota POST /platform/1/quota/quotas
QuotaApi createQuotaReport POST /platform/1/quota/reports
QuotaApi createSettingsMapping POST /platform/1/quota/settings/mappings
QuotaApi createSettingsNotification POST /platform/1/quota/settings/notifications
QuotaApi deleteQuotaQuota DELETE /platform/1/quota/quotas/{QuotaQuotaId}
QuotaApi deleteQuotaQuotas DELETE /platform/1/quota/quotas
QuotaApi deleteQuotaReport DELETE /platform/1/quota/reports/{QuotaReportId}
QuotaApi deleteSettingsMapping DELETE /platform/1/quota/settings/mappings/{SettingsMappingId}
QuotaApi deleteSettingsMappings DELETE /platform/1/quota/settings/mappings
QuotaApi deleteSettingsNotification DELETE /platform/1/quota/settings/notifications/{SettingsNotificationId}
QuotaApi deleteSettingsNotifications DELETE /platform/1/quota/settings/notifications
QuotaApi getQuotaLicense GET /platform/5/quota/license
QuotaApi getQuotaQuota GET /platform/1/quota/quotas/{QuotaQuotaId}
QuotaApi getQuotaQuotasSummary GET /platform/1/quota/quotas-summary
QuotaApi getQuotaReport GET /platform/1/quota/reports/{QuotaReportId}
QuotaApi getSettingsMapping GET /platform/1/quota/settings/mappings/{SettingsMappingId}
QuotaApi getSettingsNotification GET /platform/1/quota/settings/notifications/{SettingsNotificationId}
QuotaApi getSettingsReports GET /platform/1/quota/settings/reports
QuotaApi listQuotaQuotas GET /platform/1/quota/quotas
QuotaApi listQuotaReports GET /platform/1/quota/reports
QuotaApi listSettingsMappings GET /platform/1/quota/settings/mappings
QuotaApi listSettingsNotifications GET /platform/1/quota/settings/notifications
QuotaApi updateQuotaQuota PUT /platform/1/quota/quotas/{QuotaQuotaId}
QuotaApi updateSettingsMapping PUT /platform/1/quota/settings/mappings/{SettingsMappingId}
QuotaApi updateSettingsNotification PUT /platform/1/quota/settings/notifications/{SettingsNotificationId}
QuotaApi updateSettingsReports PUT /platform/1/quota/settings/reports
QuotaQuotasApi createQuotaNotification POST /platform/1/quota/quotas/{Qid}/notifications
QuotaQuotasApi deleteQuotaNotification DELETE /platform/1/quota/quotas/{Qid}/notifications/{QuotaNotificationId}
QuotaQuotasApi deleteQuotaNotifications DELETE /platform/1/quota/quotas/{Qid}/notifications
QuotaQuotasApi getQuotaNotification GET /platform/1/quota/quotas/{Qid}/notifications/{QuotaNotificationId}
QuotaQuotasApi listQuotaNotifications GET /platform/1/quota/quotas/{Qid}/notifications
QuotaQuotasApi updateQuotaNotification PUT /platform/1/quota/quotas/{Qid}/notifications/{QuotaNotificationId}
QuotaQuotasApi updateQuotaNotifications PUT /platform/1/quota/quotas/{Qid}/notifications
QuotaReportsApi getReportAbout GET /platform/1/quota/reports/{Rid}/about
RemotesupportApi getRemotesupportConnectemc GET /platform/1/remotesupport/connectemc
RemotesupportApi updateRemotesupportConnectemc PUT /platform/1/remotesupport/connectemc
SnapshotApi createSnapshotAlias POST /platform/1/snapshot/aliases
SnapshotApi createSnapshotChangelist POST /platform/1/snapshot/changelists
SnapshotApi createSnapshotRepstate POST /platform/1/snapshot/repstates
SnapshotApi createSnapshotSchedule POST /platform/3/snapshot/schedules
SnapshotApi createSnapshotSnapshot POST /platform/1/snapshot/snapshots
SnapshotApi deleteSnapshotAlias DELETE /platform/1/snapshot/aliases/{SnapshotAliasId}
SnapshotApi deleteSnapshotAliases DELETE /platform/1/snapshot/aliases
SnapshotApi deleteSnapshotChangelist DELETE /platform/1/snapshot/changelists/{SnapshotChangelistId}
SnapshotApi deleteSnapshotRepstate DELETE /platform/1/snapshot/repstates/{SnapshotRepstateId}
SnapshotApi deleteSnapshotSchedule DELETE /platform/3/snapshot/schedules/{SnapshotScheduleId}
SnapshotApi deleteSnapshotSchedules DELETE /platform/3/snapshot/schedules
SnapshotApi deleteSnapshotSnapshot DELETE /platform/1/snapshot/snapshots/{SnapshotSnapshotId}
SnapshotApi deleteSnapshotSnapshots DELETE /platform/1/snapshot/snapshots
SnapshotApi getSnapshotAlias GET /platform/1/snapshot/aliases/{SnapshotAliasId}
SnapshotApi getSnapshotChangelist GET /platform/1/snapshot/changelists/{SnapshotChangelistId}
SnapshotApi getSnapshotLicense GET /platform/5/snapshot/license
SnapshotApi getSnapshotPending GET /platform/1/snapshot/pending
SnapshotApi getSnapshotRepstate GET /platform/1/snapshot/repstates/{SnapshotRepstateId}
SnapshotApi getSnapshotSchedule GET /platform/3/snapshot/schedules/{SnapshotScheduleId}
SnapshotApi getSnapshotSettings GET /platform/1/snapshot/settings
SnapshotApi getSnapshotSnapshot GET /platform/1/snapshot/snapshots/{SnapshotSnapshotId}
SnapshotApi getSnapshotSnapshotsSummary GET /platform/1/snapshot/snapshots-summary
SnapshotApi listSnapshotAliases GET /platform/1/snapshot/aliases
SnapshotApi listSnapshotChangelists GET /platform/1/snapshot/changelists
SnapshotApi listSnapshotRepstates GET /platform/1/snapshot/repstates
SnapshotApi listSnapshotSchedules GET /platform/3/snapshot/schedules
SnapshotApi listSnapshotSnapshots GET /platform/1/snapshot/snapshots
SnapshotApi updateSnapshotAlias PUT /platform/1/snapshot/aliases/{SnapshotAliasId}
SnapshotApi updateSnapshotSchedule PUT /platform/3/snapshot/schedules/{SnapshotScheduleId}
SnapshotApi updateSnapshotSettings PUT /platform/1/snapshot/settings
SnapshotApi updateSnapshotSnapshot PUT /platform/1/snapshot/snapshots/{SnapshotSnapshotId}
SnapshotChangelistsApi getChangelistLin GET /platform/1/snapshot/changelists/{Changelist}/lins/{ChangelistLinId}
SnapshotChangelistsApi getChangelistLins GET /platform/1/snapshot/changelists/{Changelist}/lins
SnapshotSnapshotsApi createSnapshotLock POST /platform/1/snapshot/snapshots/{Sid}/locks
SnapshotSnapshotsApi deleteSnapshotLock DELETE /platform/1/snapshot/snapshots/{Sid}/locks/{SnapshotLockId}
SnapshotSnapshotsApi deleteSnapshotLocks DELETE /platform/1/snapshot/snapshots/{Sid}/locks
SnapshotSnapshotsApi getSnapshotLock GET /platform/1/snapshot/snapshots/{Sid}/locks/{SnapshotLockId}
SnapshotSnapshotsApi listSnapshotLocks GET /platform/1/snapshot/snapshots/{Sid}/locks
SnapshotSnapshotsApi updateSnapshotLock PUT /platform/1/snapshot/snapshots/{Sid}/locks/{SnapshotLockId}
StatisticsApi getStatisticsCurrent GET /platform/1/statistics/current
StatisticsApi getStatisticsHistory GET /platform/1/statistics/history
StatisticsApi getStatisticsKey GET /platform/1/statistics/keys/{StatisticsKeyId}
StatisticsApi getStatisticsKeys GET /platform/1/statistics/keys
StatisticsApi getStatisticsOperations GET /platform/3/statistics/operations
StatisticsApi getStatisticsProtocols GET /platform/1/statistics/protocols
StatisticsApi getSummaryClient GET /platform/3/statistics/summary/client
StatisticsApi getSummaryDrive GET /platform/3/statistics/summary/drive
StatisticsApi getSummaryHeat GET /platform/3/statistics/summary/heat
StatisticsApi getSummaryProtocol GET /platform/3/statistics/summary/protocol
StatisticsApi getSummaryProtocolStats GET /platform/3/statistics/summary/protocol-stats
StatisticsApi getSummarySystem GET /platform/3/statistics/summary/system
StatisticsApi getSummaryWorkload GET /platform/4/statistics/summary/workload
StoragepoolApi createCompatibilitiesClassActiveItem POST /platform/1/storagepool/compatibilities/class/active
StoragepoolApi createCompatibilitiesSsdActiveItem POST /platform/3/storagepool/compatibilities/ssd/active
StoragepoolApi createStoragepoolNodepool POST /platform/3/storagepool/nodepools
StoragepoolApi createStoragepoolTier POST /platform/1/storagepool/tiers
StoragepoolApi deleteCompatibilitiesClassActiveById DELETE /platform/1/storagepool/compatibilities/class/active/{CompatibilitiesClassActiveId}
StoragepoolApi deleteCompatibilitiesSsdActiveById DELETE /platform/3/storagepool/compatibilities/ssd/active/{CompatibilitiesSsdActiveId}
StoragepoolApi deleteStoragepoolNodepool DELETE /platform/3/storagepool/nodepools/{StoragepoolNodepoolId}
StoragepoolApi deleteStoragepoolNodepools DELETE /platform/3/storagepool/nodepools
StoragepoolApi deleteStoragepoolTier DELETE /platform/1/storagepool/tiers/{StoragepoolTierId}
StoragepoolApi deleteStoragepoolTiers DELETE /platform/1/storagepool/tiers
StoragepoolApi getCompatibilitiesClassActiveById GET /platform/1/storagepool/compatibilities/class/active/{CompatibilitiesClassActiveId}
StoragepoolApi getCompatibilitiesClassAvailable GET /platform/1/storagepool/compatibilities/class/available
StoragepoolApi getCompatibilitiesSsdActiveById GET /platform/3/storagepool/compatibilities/ssd/active/{CompatibilitiesSsdActiveId}
StoragepoolApi getCompatibilitiesSsdAvailable GET /platform/1/storagepool/compatibilities/ssd/available
StoragepoolApi getStoragepoolNodepool GET /platform/3/storagepool/nodepools/{StoragepoolNodepoolId}
StoragepoolApi getStoragepoolSettings GET /platform/5/storagepool/settings
StoragepoolApi getStoragepoolStatus GET /platform/1/storagepool/status
StoragepoolApi getStoragepoolStoragepools GET /platform/3/storagepool/storagepools
StoragepoolApi getStoragepoolSuggestedProtectionNid GET /platform/3/storagepool/suggested-protection/{StoragepoolSuggestedProtectionNid}
StoragepoolApi getStoragepoolTier GET /platform/1/storagepool/tiers/{StoragepoolTierId}
StoragepoolApi getStoragepoolUnprovisioned GET /platform/1/storagepool/unprovisioned
StoragepoolApi listCompatibilitiesClassActive GET /platform/1/storagepool/compatibilities/class/active
StoragepoolApi listCompatibilitiesSsdActive GET /platform/3/storagepool/compatibilities/ssd/active
StoragepoolApi listStoragepoolNodepools GET /platform/3/storagepool/nodepools
StoragepoolApi listStoragepoolTiers GET /platform/1/storagepool/tiers
StoragepoolApi updateCompatibilitiesSsdActiveById PUT /platform/3/storagepool/compatibilities/ssd/active/{CompatibilitiesSsdActiveId}
StoragepoolApi updateStoragepoolNodepool PUT /platform/3/storagepool/nodepools/{StoragepoolNodepoolId}
StoragepoolApi updateStoragepoolSettings PUT /platform/5/storagepool/settings
StoragepoolApi updateStoragepoolTier PUT /platform/1/storagepool/tiers/{StoragepoolTierId}
SyncApi createSyncJob POST /platform/3/sync/jobs
SyncApi createSyncPolicy POST /platform/3/sync/policies
SyncApi createSyncReportsRotateItem POST /platform/1/sync/reports-rotate
SyncApi createSyncRule POST /platform/3/sync/rules
SyncApi deleteSyncPolicies DELETE /platform/3/sync/policies
SyncApi deleteSyncPolicy DELETE /platform/3/sync/policies/{SyncPolicyId}
SyncApi deleteSyncRule DELETE /platform/3/sync/rules/{SyncRuleId}
SyncApi deleteSyncRules DELETE /platform/3/sync/rules
SyncApi deleteTargetPolicy DELETE /platform/1/sync/target/policies/{TargetPolicyId}
SyncApi getHistoryCpu GET /platform/3/sync/history/cpu
SyncApi getHistoryFile GET /platform/1/sync/history/file
SyncApi getHistoryNetwork GET /platform/1/sync/history/network
SyncApi getHistoryWorker GET /platform/3/sync/history/worker
SyncApi getSyncJob GET /platform/3/sync/jobs/{SyncJobId}
SyncApi getSyncLicense GET /platform/5/sync/license
SyncApi getSyncPolicy GET /platform/3/sync/policies/{SyncPolicyId}
SyncApi getSyncReport GET /platform/4/sync/reports/{SyncReportId}
SyncApi getSyncReports GET /platform/4/sync/reports
SyncApi getSyncRule GET /platform/3/sync/rules/{SyncRuleId}
SyncApi getSyncSettings GET /platform/3/sync/settings
SyncApi getTargetPolicies GET /platform/1/sync/target/policies
SyncApi getTargetPolicy GET /platform/1/sync/target/policies/{TargetPolicyId}
SyncApi getTargetReport GET /platform/4/sync/target/reports/{TargetReportId}
SyncApi getTargetReports GET /platform/4/sync/target/reports
SyncApi listSyncJobs GET /platform/3/sync/jobs
SyncApi listSyncPolicies GET /platform/3/sync/policies
SyncApi listSyncReportsRotate GET /platform/1/sync/reports-rotate
SyncApi listSyncRules GET /platform/3/sync/rules
SyncApi updateSyncJob PUT /platform/3/sync/jobs/{SyncJobId}
SyncApi updateSyncPolicy PUT /platform/3/sync/policies/{SyncPolicyId}
SyncApi updateSyncRule PUT /platform/3/sync/rules/{SyncRuleId}
SyncApi updateSyncSettings PUT /platform/3/sync/settings
SyncPoliciesApi createPolicyResetItem POST /platform/1/sync/policies/{Policy}/reset
SyncReportsApi getReportSubreport GET /platform/4/sync/reports/{Rid}/subreports/{ReportSubreportId}
SyncReportsApi getReportSubreports GET /platform/4/sync/reports/{Rid}/subreports
SyncTargetApi createPoliciesPolicyCancelItem POST /platform/1/sync/target/policies/{Policy}/cancel
SyncTargetApi getReportsReportSubreport GET /platform/4/sync/target/reports/{Rid}/subreports/{ReportsReportSubreportId}
SyncTargetApi getReportsReportSubreports GET /platform/4/sync/target/reports/{Rid}/subreports
UpgradeApi createClusterAddRemainingNode POST /platform/3/upgrade/cluster/add_remaining_nodes
UpgradeApi createClusterArchiveItem POST /platform/3/upgrade/cluster/archive
UpgradeApi createClusterAssessItem POST /platform/5/upgrade/cluster/assess
UpgradeApi createClusterCommitItem POST /platform/3/upgrade/cluster/commit
UpgradeApi createClusterFirmwareAssessItem POST /platform/3/upgrade/cluster/firmware/assess
UpgradeApi createClusterFirmwareUpgradeItem POST /platform/3/upgrade/cluster/firmware/upgrade
UpgradeApi createClusterPatchAbortItem POST /platform/3/upgrade/cluster/patch/abort
UpgradeApi createClusterPatchPatch POST /platform/3/upgrade/cluster/patch/patches
UpgradeApi createClusterRetryLastActionItem POST /platform/3/upgrade/cluster/retry_last_action
UpgradeApi createClusterRollbackItem POST /platform/3/upgrade/cluster/rollback
UpgradeApi createClusterUpgradeItem POST /platform/5/upgrade/cluster/upgrade
UpgradeApi createHardwareStartItem POST /platform/5/upgrade/hardware/start
UpgradeApi createHardwareStopItem POST /platform/5/upgrade/hardware/stop
UpgradeApi deleteClusterPatchPatch DELETE /platform/3/upgrade/cluster/patch/patches/{ClusterPatchPatchId}
UpgradeApi getClusterFirmwareProgress GET /platform/3/upgrade/cluster/firmware/progress
UpgradeApi getClusterFirmwareStatus GET /platform/3/upgrade/cluster/firmware/status
UpgradeApi getClusterNode GET /platform/3/upgrade/cluster/nodes/{ClusterNodeId}
UpgradeApi getClusterNodes GET /platform/3/upgrade/cluster/nodes
UpgradeApi getClusterPatchPatch GET /platform/3/upgrade/cluster/patch/patches/{ClusterPatchPatchId}
UpgradeApi getHardwareStatus GET /platform/5/upgrade/hardware/status
UpgradeApi getUpgradeCluster GET /platform/4/upgrade/cluster
UpgradeApi listClusterPatchPatches GET /platform/3/upgrade/cluster/patch/patches
UpgradeApi updateClusterUpgrade PUT /platform/5/upgrade/cluster/upgrade
UpgradeClusterApi createNodesNodePatchSyncItem POST /platform/4/upgrade/cluster/nodes/{Lnn}/patch/sync
UpgradeClusterApi getNodesNodeFirmwareStatus GET /platform/3/upgrade/cluster/nodes/{Lnn}/firmware/status
WormApi createWormDomain POST /platform/1/worm/domains
WormApi getWormDomain GET /platform/1/worm/domains/{WormDomainId}
WormApi getWormSettings GET /platform/1/worm/settings
WormApi listWormDomains GET /platform/1/worm/domains
WormApi updateWormDomain PUT /platform/1/worm/domains/{WormDomainId}
WormApi updateWormSettings PUT /platform/1/worm/settings
ZonesApi createZone POST /platform/3/zones
ZonesApi deleteZone DELETE /platform/3/zones/{ZoneId}
ZonesApi getZone GET /platform/3/zones/{ZoneId}
ZonesApi listZones GET /platform/3/zones
ZonesApi updateZone PUT /platform/3/zones/{ZoneId}
ZonesSummaryApi getZonesSummary GET /platform/1/zones-summary
ZonesSummaryApi getZonesSummaryZone GET /platform/1/zones-summary/{ZonesSummaryZone}

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

basicAuth

  • Type: HTTP basic authentication

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

[email protected]

About

Isilon SDK language bindings for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages