Veritas CloudPoint Administrator's Guide
- Getting started with CloudPoint
- Section I. Installing and configuring CloudPoint
- Preparing for installation
- Deploying CloudPoint
- Deploying CloudPoint in the AWS cloud
- Using plug-ins to discover assets
- Configuring off-host plug-ins
- AWS plug-in configuration notes
- Google Cloud Platform plug-in configuration notes
- Microsoft Azure plug-in configuration notes
- HPE RMC plug-in configuration notes
- NetApp plug-in configuration notes
- Hitachi plug-in configuration notes
- InfiniBox plug-in configuration notes
- About CloudPoint plug-ins and assets discovery
- Configuring the on-host agents and plug-ins
- Oracle plug-in configuration notes
- Protecting assets with CloudPoint's agentless feature
- Preparing for installation
- Section II. Configuring users
- Section III. Protecting and managing data
- User interface basics
- Indexing and classifying your assets
- Protecting your assets with policies
- Tag-based asset protection
- Replicating snapshots for added protection
- Managing your assets
- About snapshot restore
- Single file restore requirements and limitations
- Additional steps required after a SQL Server snapshot restore
- Monitoring activities with notifications and the job log
- Protection and disaster recovery
- Section IV. Maintaining CloudPoint
- CloudPoint logging
- Troubleshooting CloudPoint
- Working with your CloudPoint license
- Managing CloudPoint agents and plug-ins
- Upgrading CloudPoint
- Uninstalling CloudPoint
- Section V. Reference
Viewing the assets discovery interval setting
You can use the following CloudPoint REST API to view the discovery interval value that is set for a plug-in:
# curl -k -X GET "https://<cloudpointhostFQDN>/cloudpoint/api/v3/ agents/{agendID}/plugins/{pluginName}/configs/{configID}" -H "accept: application/json" -H "Authorization: Bearer <authtoken>"
Parameter | Description |
---|---|
<cloudpointhostFQDN> | Represents the Fully Qualified Domain Name (FQDN) that was specified while performing the initial CloudPoint configuration on the host. |
<authtoken> | Represents the alpha numeric authentication token that you generated in the earlier step. |
{agentID} | Represents the ID of the CloudPoint agent. |
{pluginName} | Represents the name of the plug-in. For example, for AWS plug-in, enter |
{configID} | Represents the ID of the plug-in configuration. |
The command output displays all the details about the plug-in. The discovery interval details appear as follows:
"pollInterval": { "value": 1, "unit": "hours" }
In this sample, we can see that the interval is set to 1 hour.