NetBackup™ Asset Service APIs Getting Started Guide
Microsoft SQL Named Queries in NetBackup 8.3
The following Named Queries are supported for Microsoft SQL assets in NetBackup 8.3.
Table: Named Queries supported for Microsoft SQL assets in NetBackup 8.3
Query | Description |
---|---|
create-assets | Post the list of assets: Instance, Database, Availability_Group. |
update-assets | Update the attributes of Instance or Database. This query is not supported for Availability Groups. The update call is also used to associate credentials and to set active/inactive state for an instance. |
assets | Get the list of all assets: Instance, Database, Availability Groups |
asset-by-id | Get the information of a particular assets Instance, Database, Availability Groups |
assets-count | Get the count of assets |
related-assets | Get the information of related assets |
delete-assets | Delete asset Instance or Availability Groups. Not supported for Database. |
cleanup-assets | Delete the Instance assets which are not registered. Not supported for availability groups or Database. |
mssql-discover -database | Manually discover Database on a specific instance. |
mssql-discover -availabilitygroups | Manually discover Availability Groups on a specific instance. Not supported for instances. |
validate-assets -credentials | Validate instance credentials. |