Fractal Providers (v1.0)
Download OpenAPI specification:Download
YanchWare: contacts@yanchware.com URL: https://www.yanchware.com/
Fractal Providers description
/Providers/{resourceGroupId}/liveSystems/{liveSystemName}
Authorizations:
Bearer
path Parameters
resourceGroupId required | string |
liveSystemName required | string |
Request Body schema:
object (LiveSystemEntity) | |||||||||||||||
|
Responses
Request samples
- Payload
Content type
{- "liveSystem": {
- "id": "string",
- "etag": "string",
- "environment": {
- "id": "string",
- "displayName": "string",
- "parentId": "string",
- "parentType": "string"
}, - "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z",
- "components": [
- {
- "description": "string",
- "type": "string",
- "id": "string",
- "version": "string",
- "parameters": {
- "property1": null,
- "property2": null
}, - "dependencies": [
- "string"
], - "links": [
- {
- "componentId": "string",
- "settings": {
- "property1": null,
- "property2": null
}
}
], - "lastOperationRetried": 0,
- "systemMutationId": "string",
- "status": "Unknown",
- "outputFields": {
- "property1": null,
- "property2": null
}, - "provider": "Unknown",
- "lastOperationStatusMessage": "string",
- "errorCode": "string"
}
], - "errorCode": "string"
}
}
/Providers/{resourceGroupId}/{name}
Authorizations:
Bearer
path Parameters
resourceGroupId required | string |
name required | string |
Request Body schema:
resourceGroupId | string or null |
name | string or null |
vendor | string or null |
Responses
Request samples
- Payload
Content type
{- "resourceGroupId": "string",
- "name": "string",
- "vendor": "string"
}