Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

This API is deprecated, use /jemh/1.0/public/

...

instead. See

...

Use JEMH Public

...

Rest API to Export, Import and Update profiles for more information.

Why?

You may want to hard commit your JEMH Profiles into source control, maybe you want to replicate configuration over multiple instances...

...

JEMH has supported a Profile export/ import in XML format forever.  Recently we enabled Profile update through the Customer Acceptance Testing feature, but it wasn't possible to use REST, but we've now added some rest endpoints to allow the standard JEMH XML files to be uploaded and even updated.

Endpoints

CREATE

/rest/jemh/1.0/api/profile/create

UPDATE

/rest/jemh/1.0/api/profile/update

Deploying a new Profile

Is as easy as:

...