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 | 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 | 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.