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

  • resourceIdstringrequired

    Resource uuid of the managed resource

  • clientIdstringrequired

    Describes the clientId of the tenant

Responses

  • idstring

  • hostNamestring

  • ipAddressstring

  • identitystring

  • createdDatestring

  • updatedDatestring

  • typestring

  • nativeTypestring

    vendor defined native Type of resource. Example: AWS EventBridge Event bus, Azure IoT Central

  • statestring

  • sourcestring

  • statusstring

  • aliasNamestring

  • tagsarray

  • namestring

  • resourceNamestring

  • consolesarray of strings

  • propertiesobject

  • clientUniqueIdstring

  • resourceTypestring

  • frequencynumber

  • pausedboolean

  • deletedboolean

  • validateSSLboolean

  • portnumber

  • encryptedboolean

  • timeoutnumber

  • tsnumber

  • clientIdnumber

  • locationOffsetnumber

  • totalLocationsnumber

  • receiverHostPortnumber

  • topologyEnabledboolean

  • deviceboolean

  • excludeIndexingboolean

  • cloudInstanceboolean

  • saIdnumber

  • checkTypestring

    Enum:
    HTTPHTTPSDNSIMAPPINGRTTPOP3SCRIPTSMTPSSLTCPUDPFTP
  • hoststring

  • locationUuidsarray of strings

  • credentialobject

  • credentialsarray

  • managementProfileobjectrequired

  • componentsarray of strings

  • biosobject

  • cpusarray

  • generalInfoobject

  • installedAppobject

  • metricTypesarray

  • networkCardDetailsarray

  • discoveryProfileobject

  • locationobject

  • appRolesarray

  • agentInstalledboolean

    Agent installed resource or not.

  • agentStatusstring

    Agent live status.

    Enum:
    OFFLINEONLINE
  • agentLastConnectedTimestring

    Agent's last connected timestamp based on the resource site timezone.

  • accountLastDiscoveredTimestring

    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.

  • categorystring

  • installedBystring

  • installedTimestring

  • forceDeleteStaleEntriesboolean

  • skipDeleteResourcesboolean

  • multiConfigsAvailableboolean

  • multiAppsDiscoveryEnabledboolean

  • enableGlobalPoliciesboolean

  • keepAgentInstalledResourcesboolean

  • deleteAssociatedChildAccountsboolean

  • streamExportsEnabledboolean

  • acceptConditionsboolean

  • modifiedTimestring

  • modifiedBystring

  • logManagementEnabledboolean

  • traceManagementEnabledboolean

  • methodstring

  • absoluteTimeboolean

  • postScreenshotOnErrorboolean

  • postSuccessScreenshotAlongWithErrorboolean

  • lastMetricValueinteger

  • lastMetricCollectedFromstring

  • upDownSincestring

  • metricUnitstring

  • lastMetricUpdatedTimestring

  • syntheticLocationsarray

  • defaultMetricstring

  • appConfigIdstring

Loading Examples...

Updates the details of a resource.

Path Parameters

  • resourceIdstringrequired

    Resource uuid of the managed resource

  • clientIdstringrequired

    Describes the clientId of the tenant

Request Body

application/json

  • aliasNamestring

    Another name of a resource.

  • alternateIPstring

    Gateway uses alternate IP to discover a resource when populated.

  • extResourceIdstring

    Attach third-party integration ID.

  • managementProfilestring

    Name of management profile of a resource that is managed.

  • resourceNetworkInterfacearray

    Details of network interface.

  • logicalDiskDrivesarray

  • oobInterfaceCardsarray

    OOB interface card details.

  • resourceTypestringrequired

    Type of resource. Example: server

Loading Examples...

Responses

200OK

Deletes a resource using the resource ID.

Path Parameters

  • resourceIdstringrequired

    Resource uuid of the managed resource

  • clientIdstringrequired

    Describes the clientId of the tenant

Responses

200OK