DiscoveryObjectStatus

  • The status of a discovery object can be unknown, active, paused, removed, or archived.

  • Removed and archived statuses are not valid for input and indicate the object is no longer active.

  • Paused status allows an object to be temporarily inactive and later set to active.

The status of a discovery object.

Enums
DISCOVERY_OBJECT_STATUS_UNSPECIFIED Discovery object status unknown or unspecified. Not valid input value.
DISCOVERY_OBJECT_STATUS_ACTIVE Discovery object status active.
DISCOVERY_OBJECT_STATUS_PAUSED Discovery object status paused. Temporarily pause entity that will be set to active later.
DISCOVERY_OBJECT_STATUS_REMOVED Discovery object status removed. Not valid for input. Removed status can only be set by DV3. Use Archive if entity is no longer needed.
DISCOVERY_OBJECT_STATUS_ARCHIVED Discovery object status archived. ARCHIVED should be considered as deleted from exchange side.