DiscoveredEntityApiDTO
Description
Model to describe a discovered entity in the system
Optional Parameters
- uuid
-
-
type: string
-
- displayName
-
-
type: string
-
description: A user readable name of the api object. Cannot be blank. The UTF-8 encoding must be at most 255 bytes.
-
- className
-
-
type: string
-
- environmentType
-
-
type: string
-
description: Environment type
-
enum: ['CLOUD', 'ONPREM', 'HYBRID']
-
- discoveredBy
-
-
description: Target that discovered the entity
-
reference: TargetApiDTO
-
- vendorIds
-
-
type: object
-
description: The mapping of target identifier to vendor-provided identity of this entity on the remote target
-
additionalProperties: {'type': 'string'}
-