1.0.0 • Published 4 years ago

red-contrib-netapp-cloud-sync v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

node-red-contrib-netapp-cloud-sync

Node-RED node for cloud-sync

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

    npm install node-red-contrib-netapp-cloud-sync

Usage

Methods

  • getConfig

    Get application configuration

  • getUsersInfo

    Get logged in user's info

  • deleteUsers

    Be careful !!!- this action will delete the current user.

  • putUsersNssCredentials

    Add NSS credentials

  • postUsersSupportRegister

    Register for support

  • putUsersSupportDeregister

    Deregister From Support Request

  • postUsersSupportSendAsup

    Sending Data Broker ASUP request

  • getUsersLicenses

    List all licenses

  • putUsersLicenses

    Add license

  • getUsersLicenseSettings

    License Settings

  • putUsersDeleteLicense

    Delete license

  • getUsersCostTimes

    Get Months and Years of logged-in user's cost

  • getUsersCost

    Get logged-in user's cost in a specific month and year

  • getUsersRelationshipsStats

    Get logged-in user's relationships stats

  • getMessagesClient

    Long Polling endpoint for asynchronouse messages

  • getStoragesByProtocol

    Get Storages

  • getDataBrokers

    List all NetApp Data Brokers

  • postDataBrokers

    Create a new Cloud Formation for NetApp Data Broker Instance

  • deleteDataBrokersById

    Delete an existing NetApp Data Broker

  • getDataBrokersByIdListCifsShares

    List CIFS shares accessible from NetApp Data Broker

  • getDataBrokersByIdListCifsShareFolders

    List CIFS server folders from NetApp Data Broker

  • getDataBrokersByIdListNfsExports

    List NFS exports from NetApp Data Broker

  • getDataBrokersByIdListNfsExportFolders

    List NFS server folders from NetApp Data Broker

  • getDataBrokersByIdListS3Buckets

    List S3 buckets accessible from NetApp Data Broker

  • getDataBrokersByIdListS3BucketFolders

    List S3 bucket folders from NetApp Data Broker

  • getDataBrokersByIdListSgwsBuckets

    List StorageGRID buckets accessible from NetApp Data Broker

  • getDataBrokersByIdListSgwsBucketFolders

    List StorageGRID bucket folders from NetApp Data Broker

  • getDataBrokersByIdListIbmBuckets

    List IBM buckets accessible from NetApp Data Broker

  • getDataBrokersByIdListIbmBucketFolders

    List IBM bucket folders from NetApp Data Broker

  • getDataBrokersByIdListAlibabaBuckets

    List Alibaba buckets accessible from NetApp Data Broker

  • getDataBrokersByIdListAlibabaBucketFolders

    List Alibaba bucket folders from NetApp Data Broker

  • getDataBrokersByIdListAzureBlobStorageContainers

    List Azure Blob Storage Containers

  • getDataBrokersByIdListAzureBlobStorageContainerFolders

    List Azure Blob Storage Container folders

  • getDataBrokersByIdListGcpBuckets

    List GCP buckets accessible from NetApp Data Broker

  • getDataBrokersByIdListGcpBucketFolders

    List GCP bucket folders from NetApp Data Broker

  • getRelationshipsV2

    List all Relationships

  • postRelationshipsV2

    Create a new Relationship

  • deleteRelationshipsById

    Delete an existing Relationship

  • getRelationshipsV2ById

    Get Relationship by id

  • putRelationshipsV2ById

    Update settings for relationship

  • putRelationshipsByIdSync

    Initiate relationship data sync

  • putRelationshipsByIdAbort

    Abort relationship data sync

  • putRelationshipsByIdSyncSchedule

    Update sync schedule for relationship

  • getTimelines

    Get Timelines

  • getGroups

    List all Groups

1.0.0

4 years ago