Check status
get
<servername>/fscmUI/applcoreApi/v2/csm/export/status/{csId}
Check status of an export process.
Request
Path Parameters
- csId(required): string Configuration Set ID.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Configuration Set status retrieved.
Root Schema : StandardResponse
Type:
Show Source object
- csId: string The identifier of created Configuration Set.
- csmSandboxId: string The identifier of the CSM Sandbox created on target environment as part of `Import` operation.
- detailedLog: string Detailed log of current operation.
- message: string Description of the current operational state.
- status: string Short status code of the current operational status.
- targetPushStatus: string Status of the configuration set archive being uploaded to target environment.
- userDetails: string Instructions or hint for user to action upon.
202 Response
Configuration Set status retrieved (in progress states).
Root Schema : StandardResponse
Type:
Show Source object
- csId: string The identifier of created Configuration Set.
- csmSandboxId: string The identifier of the CSM Sandbox created on target environment as part of `Import` operation.
- detailedLog: string Detailed log of current operation.
- message: string Description of the current operational state.
- status: string Short status code of the current operational status.
- targetPushStatus: string Status of the configuration set archive being uploaded to target environment.
- userDetails: string Instructions or hint for user to action upon.
404 Response
Configuration Set not found.