Start export

post

<servername>/fscmUI/applcoreApi/v2/csm/export

Start a CSM archive export process.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : optionalModules
Type: array
List of optional modules to be included in the exported configuration set.
Show Source
Nested Schema : ExportOption
Type: object
A (string, boolean) map of options. `SKIP_TARGET_CHECK` is an example key.
Show Source
  • Setting the flag to `true` will skip release version comparison between source and registered target environment.
Back to Top

Response

Supported Media Types

200 Response

Operation already in progress.
Body ()
Root Schema : StandardResponse
Type: object
Show Source

201 Response

Operation started.
Body ()
Root Schema : StandardResponse
Type: object
Show Source

400 Response

Could not start the operation.
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top