5.10 Cloud
It describes a generic Cloud service.
ID |
Name |
Type |
# |
Description |
|---|---|---|---|---|
1 |
description |
|
1 |
Generic description of the cloud service. |
2 |
id |
|
1 |
Id of the cloud provider. |
3 |
name |
|
1 |
Name of the cloud provider. |
4 |
type |
|
1 |
Type of the cloud service. |
Sample Cloud object represented in JSON Format:
{
"description": "cloud",
"cloud_id": "123456",
"name": "aws",
"type": "lambda"
}