Live Systems
A Live System is the result of a specific instantiation of a Fractal
Fractal Live Systems (v1.0)
Download OpenAPI specification:Download
Fractal Cloud: contact-us@fractal.cloud URL: https://fractal.cloud/
Fractal Live Systems description
Instantiate Live System
Authorizations:
Bearer
Request Body schema:
Command Request
| liveSystemId | string or null |
| fractalId | string or null |
| description | string or null |
| provider | string or null |
object or null | |
object (EnvironmentDto) |
Responses
Request samples
- Payload
Content type
{- "liveSystemId": "string",
- "fractalId": "string",
- "description": "string",
- "provider": "string",
- "blueprintMap": {
- "property1": {
- "displayName": "string",
- "description": "string",
- "type": "string",
- "id": "string",
- "version": "string",
- "parameters": {
- "property1": null,
- "property2": null
}, - "dependencies": [
- "string"
], - "links": [
- {
- "componentId": "string",
- "settings": {
- "property1": null,
- "property2": null
}
}
], - "status": "Unknown",
- "outputFields": {
- "property1": null,
- "property2": null
}, - "lastUpdated": "2019-08-24T14:15:22Z",
- "lastOperationRetried": 0,
- "provider": "Unknown",
- "lastOperationStatusMessage": "string"
}, - "property2": {
- "displayName": "string",
- "description": "string",
- "type": "string",
- "id": "string",
- "version": "string",
- "parameters": {
- "property1": null,
- "property2": null
}, - "dependencies": [
- "string"
], - "links": [
- {
- "componentId": "string",
- "settings": {
- "property1": null,
- "property2": null
}
}
], - "status": "Unknown",
- "outputFields": {
- "property1": null,
- "property2": null
}, - "lastUpdated": "2019-08-24T14:15:22Z",
- "lastOperationRetried": 0,
- "provider": "Unknown",
- "lastOperationStatusMessage": "string"
}
}, - "environment": {
- "id": "string",
- "displayName": "string",
- "parentId": "string",
- "parentType": "string"
}
}Response samples
- 200
Content type
No sample
Update Live System
Authorizations:
Bearer
path Parameters
| resourceGroupId required | string Resource Group Id |
| liveSystemName required | string Live System Name |
Request Body schema:
Update Command Request
| liveSystemId | string or null |
| fractalId | string or null |
| description | string or null |
| provider | string or null |
object or null | |
object (EnvironmentDto) | |
| newResourceGroupId | string or null |
| newLiveSystemName | string or null |
Responses
Request samples
- Payload
Content type
{- "liveSystemId": "string",
- "fractalId": "string",
- "description": "string",
- "provider": "string",
- "blueprintMap": {
- "property1": {
- "displayName": "string",
- "description": "string",
- "type": "string",
- "id": "string",
- "version": "string",
- "parameters": {
- "property1": null,
- "property2": null
}, - "dependencies": [
- "string"
], - "links": [
- {
- "componentId": "string",
- "settings": {
- "property1": null,
- "property2": null
}
}
], - "status": "Unknown",
- "outputFields": {
- "property1": null,
- "property2": null
}, - "lastUpdated": "2019-08-24T14:15:22Z",
- "lastOperationRetried": 0,
- "provider": "Unknown",
- "lastOperationStatusMessage": "string"
}, - "property2": {
- "displayName": "string",
- "description": "string",
- "type": "string",
- "id": "string",
- "version": "string",
- "parameters": {
- "property1": null,
- "property2": null
}, - "dependencies": [
- "string"
], - "links": [
- {
- "componentId": "string",
- "settings": {
- "property1": null,
- "property2": null
}
}
], - "status": "Unknown",
- "outputFields": {
- "property1": null,
- "property2": null
}, - "lastUpdated": "2019-08-24T14:15:22Z",
- "lastOperationRetried": 0,
- "provider": "Unknown",
- "lastOperationStatusMessage": "string"
}
}, - "environment": {
- "id": "string",
- "displayName": "string",
- "parentId": "string",
- "parentType": "string"
}, - "newResourceGroupId": "string",
- "newLiveSystemName": "string"
}Response samples
- 200
Content type
No sample