7.3

Table Of Contents
Table 131. Blueprint Constraints (Continued)
ID or Key Corresponding CAFE Constraint Description
min com.vmware.vcac.platform.content.facets.MinValueConstraint Indicates the minimum value for a numeric
field.
max com.vmware.vcac.platform.content.facets.MaxValueConstrain
t
Indicates the maximum value for a
numeric field.
minLength com.vmware.vcac.platform.content.facets.MinLengthConstrai
nt
Indicates the minimum length for a string
field.
maxLength com.vmware.vcac.platform.content.facets.MaxLengthConstra
int
Indicates the maximum length for a string
field.
minCardinality com.vmware.vcac.platform.content.facets.MinLengthConstrai
nt
Indicates the minimum cardinality for an
array field.
maxCardinality com.vmware.vcac.platform.content.facets.MaxCardinalityCon
straint
Indicates the maximum cardinality for an
array field.
increment com.vmware.vcac.platform.content.facets.IncrementBehavior Indicates the step or increment for a
numeric field.
regex com.vmware.vcac.platform.content.facets.RegexpConstraint Indicates the valid regex for a string field.
secured com.vmware.vcac.platform.content.facets.EncryptedBehavior Indicates whether the field is to be treated
securely.
valid_values com.vmware.vcac.platform.content.fields.PermissibleValueLis
t
Defines the valid values for a field.
Prerequisites for Importing and Exporting Content
Satisfy the following conditions before performing any tasks for this use case.
n
Log in to vRealize Automation with an appropriate role. For example: Software Architect, Application
Architect, Infrastructure Architecture or some combination of these depending on the need.
n
Verify that the appliance name and fully qualified domain name of the vRealize Automation instance
are available.
n
Verify that you have a valid HTTP bearer token that matches your login credentials. See Chapter 2
REST API Authentication.
List Supported Content Types Example
GET /api/provider/contenttypes displays a list of supported content types.
Supported Content Types
A content type describes content that you can import or export using the content management service.
Content types contain metadata about the content provider and the content itself, such as type
information or service type ID. Usually the content provider supplies this information.
Programming Guide
VMware, Inc. 345