Entity Types List
API URI
GET: /entity-types?projectId=<projectId>URI Parameters
Response Payload
[
{
"id": "unique identifier for each entity type",
"name": "Entity type name that will be visible to user on OpsHub UI",
"direction": "SOURCE_ONLY, TARGET_ONLY, BOTH"
"pollerType": "CURRENT_STATE, NON_TIME_BASED, ENTITY_WISE_HISTORY" ,
"isSoftDeleteSupported": "true / false" ,
"belongsToCategories": "List of Categories in which given Entity Type belongs to" ,
"projectMovementSupported": "Indicates if movement of the Entity type across projects is supported through API.",
"isArchiveSupported": "true / false"
}
] Entity Type Response Parameters
Examples
1) When Entity Type or Project Movement is not supported
2) When Entity Type or Project Movement is supported
Last updated

