- 
    
      createResourceModelCreates a new resource model No Northbound API AvailableCreates a new resource model 
- 
    
      createResourceModelHttpCreates a new resource model POST /lifecycle-manager/resourcesCreates a new resource model 
- 
    
      deleteResourceModelDeletes a resource model No Northbound API AvailableA resource model will not be deleted if it has associated instances. To override this behavior and delete the resource model along with any associated instances, set the 'delete-associated-instances' flag to 'true'. 
- 
    
      deleteResourceModelHttpDeletes a resource model DELETE /lifecycle-manager/resources/:idA resource model will not be deleted if it has associated instances. To override this behavior and delete the resource model along with any associated instances, set the 'delete-associated-instances' flag to 'true'. 
- 
    
      editResourceModelHttpPerforms edits to a resource model POST /lifecycle-manager/resources/:modelId/editPerforms edits to a resource model. This method exists to support specific resource edit activities required by the UI. 
- 
    
      exportResourceInstanceHttpExports a resource instance GET /lifecycle-manager/resources/:modelIdentifier/instances/:instanceIdentifier/exportThis method exports a resource instance. 
- 
    
      exportResourceModelHttpExports a resource model GET /lifecycle-manager/resources/:modelId/exportThis method exports a resource model. 
- 
    
      getActionExecutionGets a single action execution record GET /lifecycle-manager/action-executions/:idGets a single action execution record 
- 
    
      getActionExecutionsSearches resource action history documents GET /lifecycle-manager/action-executionsSearches resource action history documents 
- 
    
      getResourceInstanceByIdGets a single resource instance by id No Northbound API AvailableGets a single resource instance by id 
- 
    
      getResourceInstanceByNameGets a single resource instance by name No Northbound API AvailableGets a single resource instance by name 
- 
    
      getResourceInstanceHttpGets a single resource instance GET /lifecycle-manager/resources/:modelId/instances/:instanceIdGets a single resource instance 
- 
    
      getResourceInstancesSearches resource instances No Northbound API AvailableSearches resource instances 
- 
    
      getResourceInstancesHttpSearches resource instances GET /lifecycle-manager/resources/:modelId/instancesSearches resource instances 
- 
    
      getResourceModelGets a resource model based on id No Northbound API AvailableGets a resource model based on id 
- 
    
      getResourceModelHttpGets a resource model based on id GET /lifecycle-manager/resources/:idGets a resource model based on id 
- 
    
      getResourceModelsSearches resource models No Northbound API AvailableSearches resource models 
- 
    
      getResourceModelsHttpSearches resource models GET /lifecycle-manager/resourcesSearches resource models 
- 
    
      importResourceInstanceHttpImports an instance into a resource POST /lifecycle-manager/resources/:modelIdentifier/instances/importImports an instance into a resource 
- 
    
      importResourceModelHttpImports a resource model POST /lifecycle-manager/resources/importImports a resource model 
- 
    
      runActionRuns a resource action No Northbound API AvailableRuns a resource action 
- 
    
      runActionHttpRuns a resource action POST /lifecycle-manager/resources/:modelId/run-actionRuns a resource action 
- 
    
      updateInstanceMetadataHttpUpdates the `name` and `description` fields of a resource instance PUT /lifecycle-manager/resources/:modelId/instances/:instanceIdUpdates the `name` and `description` fields of a resource instance 
- 
    
      updateResourceInstanceUpdates a single resource instance No Northbound API AvailableUpdates a single resource instance 
- 
    
      updateResourceModelUpdates a resource model No Northbound API AvailableUpdates a resource model 
- 
    
      updateResourceModelHttpUpdates a resource model PUT /lifecycle-manager/resources/:idUpdates a resource model 
- 
    
      validateActionsHttpValidates the actions defined on a resource model POST /lifecycle-manager/resources/:modelId/actions/validateThis method validates the actions on a resource model. Each validation report has an associate severity, and designates whether or not it will prevent the action from saving, prevent the model from running, or both. It accepts pending edits to actions in the optional 'actions' body parameter in order to check for validation issues on unsaved, pending changes to an action