Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

CustomFieldDefinition class


CustomFieldDefinition class APIs

The following tables list the basic APIs and operation APIs for the CustomFieldDefinition class, which was introduced in version 4.6.05.

Basic APIs

 

Name

HTTP
method

URI

Description

create

POST

csm/CustomFieldDefinition/create

A create method. The parameter is:

com.bmc.cloud.model.beans.CustomFieldDefinition

update

POST

csm/CustomFieldDefinition/update/guid

Updates the CustomFieldDefinition object specified by the GUID. The parameter is:com.bmc.cloud.model.beans.CustomFieldDefinition

delete

POST

csm/CustomFieldDefinition/delete/guid

Deletes the CustomFieldDefinition object specified by the GUID.

search

POST

csm/CustomFieldDefinition/search

Searches the CustomFieldDefinition objects based on the query criteria.

 

Operation APIs

 Name

HTTP
method

URI

Description

fetchAllowableValues

POST

csm/customFieldDefinition/ fetchAllowableValues/guid

Fetches the allowable value for a defined custom field definition. Fetches the value from a BMC Atrium Orchestrator workflow or from an AR System form that is configured while defining the custom field definition.

The parameters are: name, keyword, com.bmc.cloud.model.beans.NameValuePair.

Relationship APIs

The CustomFieldDefinition class has no relationship APIs.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Cloud Lifecycle Management 4.6