TopologyDataDefinitionApiDTO

Description

Model to describe a user-defined topology definition.

Required Parameters

entityDefinitionData
entityType
  • type: string

  • description: The type of service entity being defined

  • enum: ['BusinessApplication', 'BusinessTransaction', 'Service']

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

customEntityUuidList
  • type: array

    • type: string

discoveryState
  • type: string

  • description: Discovery status for application topology.

  • enum: ['IN_PROGRESS', 'CREATED', 'DETACHED']

contextBased
  • type: boolean

  • description: Defines if this Definition is Context-Based.