resource type data
Optional
resourceTypeUuid: stringresource type uuid
a promise that resolves to a resource type object
Delete resource type
resource type uuid
Promise resolvig to a resource type object
Delete resource type by name
resource type name
Promise resolvig to a resource type object
Export resource type
resource type uuid
a promise that resolves to an ResourceTypeExportInterface object
Export resource type by name
resource type name
a promise that resolves to an ResourceTypeExportInterface object
Export resource types
a promise that resolves to an ResourceTypeExportInterface object
Get resource type
resource type uuid
a promise that resolves to a resource type object
since v2.0.0 use Agent.readResourceType | readResourceType instead
readResourceType(resourceTypeUuid: string): Promise<ResourceTypeSkeleton>
Get resource type by name
resource type name
a promise that resolves to a resource type object
since v2.0.0 use Agent.readResourceTypeByName | readResourceTypeByName instead
readResourceTypeByName(resourceTypeName: string): Promise<ResourceTypeSkeleton>
Get all resource types
a promise that resolves to an array of resource type objects
since v2.0.0 use Agent.readResourceTypes | readResourceTypes instead
readResourceTypes(): Promise<ResourceTypeSkeleton[]>
Import first resource type
import data
Import resource type by uuid
client uuid
import data
Import resource type by name
client id
import data
Import resource types
import data
Read resource type
resource type uuid
a promise that resolves to a resource type object
Read resource type by name
resource type name
a promise that resolves to a resource type object
Read all resource types
a promise that resolves to an array of resource type objects
Update resource type
resource type data
a promise that resolves to a resource type object
Create resource type