Manage Resources
Gets resource information, update resource details, and delete a resource using a resource ID.
Gets information and optional device details for a specific resource.
Path Parameters
- resourceId
Resource uuid of the managed resource
- clientId
Describes the clientId of the tenant
Responses
- id
- hostName
- ipAddress
- identity
- createdDate
- updatedDate
- type
- nativeType
vendor defined native Type of resource. Example: AWS EventBridge Event bus, Azure IoT Central
- state
- source
- status
- aliasName
- tags
- name
- resourceName
- consoles
- properties
- clientUniqueId
- resourceType
- frequency
- paused
- deleted
- validateSSL
- port
- encrypted
- timeout
- ts
- clientId
- locationOffset
- totalLocations
- receiverHostPort
- topologyEnabled
- device
- excludeIndexing
- cloudInstance
- saId
- checkType
- Enum:
- HTTPHTTPSDNSIMAPPINGRTTPOP3SCRIPTSMTPSSLTCPUDPFTP
- host
- locationUuids
- credential
- credentials
- managementProfile
- components
- bios
- cpus
- generalInfo
- installedApp
- metricTypes
- networkCardDetails
- discoveryProfile
- location
- appRoles
- agentInstalled
Agent installed resource or not.
- agentStatus
Agent live status.
- Enum:
- OFFLINEONLINE
- agentLastConnectedTime
Agent's last connected timestamp based on the resource site timezone.
- accountLastDiscoveredTime
Indicates the last discovery of the cloud account, based on the resource site's timezone. Note: Applicable for public cloud platforms such as AWS, Azure, Google Cloud, Alibaba, Meraki, and Cradlepoint.
Updates the details of a resource.
Path Parameters
- resourceId
Resource uuid of the managed resource
- clientId
Describes the clientId of the tenant
Request Body
application/json
- aliasName
Another name of a resource.
- alternateIP
Gateway uses alternate IP to discover a resource when populated.
- extResourceId
Attach third-party integration ID.
- description
Description for the resource.
- managementProfile
Name of management profile of a resource that is managed.
- resourceNetworkInterface
Details of network interface.
- logicalDiskDrives
- oobInterfaceCards
OOB interface card details.
- resourceType
Type of resource. Example: server, SYNTHETICS
- systemUID
Unique ID of system.
- serialNumber
Serial number of resource.
- providerType
Type of provider.
- providerUID
Unique ID of provider.
- checkType
Category type for Synthetics. Example: http, https, ftp, and so on.
- credential
(Optional) Credentials for Synthetics.
- sslCertPath
(Optional) Path of the SSL Certificate
- SslCertKeyPath
(Optional) Path of the SSL certificate key.
- downloadFilePath
(Optional) Path where you want to download the file.
- script
Responses
200OK
Deletes a resource using the resource ID.
Path Parameters
- resourceId
Resource uuid of the managed resource
- clientId
Describes the clientId of the tenant