Create/Update an Entity

POST

Creates an entity.

Consumes

This API call consumes the application/json media type via the Content-Type request header.

Request Syntax

POST /v1/simpleIngest

Request Body

JSON

Usage Sample

{

   "Description": "Test Simple Ingestion",

   "Recipe":

   {

       "PrimaryPlan":

       {

          "KeyFieldIds": [

              "MI_EQUIP000_EQUIP_ID_C"

           ],

           "Id": "MI_EQUIP000",

           "Action": "ACTION_INSERTUPDATE",

           "Genealogy": "Primary",

          "FamilyType": "Entity",

          "GedaTypeName": "UNIFIED_ASSET__assettype"

       }

   },

   "Rows": [

   {

       "MI_EQUIP000_EQUIP_ID_C" : "PWR-APM-ASSET99",

      "MI_EQUIP000_SAP_SYSTEM_C" : "PRF-800",

      "MI_EQUIP000_UNIQUE_ID_C"                                   : "PRF-800-PWR-APM-ASSET99",

      "MI_EQUIP000_MAINT_PLANT_C"                             : "PRF-800",

       "MI_SITE_NAME" : "PRF-800"     

   }]

}

Return Type

200 OK

Produces

This API call produces the application/json media type according to the Accept request header. The media type will be conveyed by the Content-Type response header.

Success Response

200

Success