Documentation

{{docApp.title}}

{{docApp.description}}

Connect an AI assistant

Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.

The catalog did not load. Refresh the page to try again.

Loading…

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown. Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
  • {{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}

    {{resultItem.url}}

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

CMDB Asset Provisioning Templates

Details

Table ID: h_cmdb_asset_provisioning_templates

QR/barcode driven provisioning templates: a compact scan payload resolves to a set of field values that can be applied to an asset of the associated type

Table Attributes

Name Value
Primary Key h_pk_id

Columns

Name & ID Description Column Attributes Relationships
Alternative Template ID
h_alt_fk_provisioning_id
Self-referencing foreign key to h_cmdb_asset_provisioning_templates.h_pk_id. Set when retiring a template to redirect scans of its code to a replacement template.
Type INTEGER
Nullable true
Indexed true
Asset Type ID
h_fk_type_id
Foreign key to h_cmdb_asset_types; the asset type this template applies to
Type INTEGER
Nullable false
Indexed true
Created By
h_created_by
The user id of the user who created the template
Type VARCHAR
Size 64
Nullable true
Date Created
h_date_created
The date the template was created
Type DATETIME
Nullable true
Date Last Modified
h_date_last_modified
The last modified date of the template
Type DATETIME
Nullable true
Description
h_description
Explains the intended use of this template and any completion steps
Type VARCHAR
Size 512
Nullable true
Instructions
h_instructions
Free-text instructions for whoever provisions an asset using this template, printed on the generated provisioning datasheet
Type LONGTEXT
Nullable true
Last Modified By
h_last_modified_by
The user id of the user who last modified the template
Type VARCHAR
Size 64
Nullable true
Name
h_name
Human-readable template name
Type VARCHAR
Size 255
Nullable false
Partition ID
h_fk_partition_id
Partition identifier that the template was created for
Type VARCHAR
Size 32
Nullable true
Indexed true
Provisioning Key
h_provisioning_key
Random, non-sequential lookup key placed in the QR code payload (e.g. HBAPT:1:<key>)
Type VARCHAR
Size 64
Nullable false
Indexed true
Schema Version
h_schema_version
Version of the h_template_data JSON document structure
Type INTEGER
Nullable false
Status
h_status
Lifecycle state: Draft, Active, Disabled or Retired
Type VARCHAR
Size 16
Nullable false
Indexed true
Template Data
h_template_data
JSON document containing the field values to apply (fields) and application behavior flags (behavior). Data only - never evaluated as code.
Type LONGTEXT
Nullable true
Template ID
h_pk_id
The primary key for this template
Type INTEGER
Nullable false
Primary Key true
Auto Increment true
Template Version
h_template_version
Business version of the template content; incremented whenever h_template_data changes
Type INTEGER
Nullable false
Valid From
h_valid_from
Optional activation date; template cannot be resolved before this date
Type DATETIME
Nullable true
Valid To
h_valid_to
Optional expiry date; template cannot be resolved after this date
Type DATETIME
Nullable true
In This Document