Update fusion cells info
Replaces the fusion cell list (remote project connection info) on an existing fusion project. Fails if `{project}` is not a fusion project. The request body is the customer's secret-key-encrypted (AES) payload; once decrypted it is a `FusionCellInfoList`.
Replaces the fusion cell list (remote project connection info) on
an existing fusion project. Fails if {project} is not a fusion
project.
The request body is the customer's secret-key-encrypted (AES)
payload; once decrypted it is a FusionCellInfoList.
Authorization
SymetryMLAuth HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
User/Customer identifier
Project identifier
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
AES-encrypted FusionCellInfoList JSON.
Response Body
application/json
application/json
curl -X POST "https://example.com/c1/projects/fusion/nbra_prj_iris/updateCellsInfo" \ -H "Content-Type: application/json" \ -d '20nVn/MsTKo6Yf9fmpRMvRfL/AlOrXzAFqe7kP9CSdCaQI4R7I+hm91IIrCtz/v64kWShqXHLzbSVsnGek311b9z6kv+d04KSTh7dLuYlykyWNBuQf1u22hWSyz5QhNit6u38tuquIa2Wc+15McWi1O8Hxo5GmBdfwX/O45kEjWIIQXMY8tcmLaBCCMJwWHshC6oQ2AmKcVxb52yLSOtF2qNpK/Cv22ecTevoWfV+hfCpCsayIUtbPhLiTJ3L38n'{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 400, "statusString": "Cannot Find Symetry Project id[unknownPrj] for Customer id [c1]", "values": {}}Create a fusion project POST
Creates a new "fusion" project — a project that combines multiple remote projects (fusion cells), each hosted on its own SML REST server, into a single logical project. The project name is given via the `pid` query parameter, not a path segment. The request body is the customer's secret-key-encrypted (AES) payload; once decrypted it is a `FusionCellInfoList` describing the remote cells to fuse.
Get projects information list GET
This endpoint always runs asynchronously: it immediately returns `202` with a `Job-Id` response header and schedules a background job. The `smlOptions`/`smlInfoList` payload shown below is NOT returned directly by this call — it is what you get back from polling the job status/ result endpoint (see the Jobs section) using that `Job-Id`.