"description": "Id Of the Requesting Compute Node, used by Slap Client when an instance is requesting an instance"\n
},\n
"portal_type": {\n
"title": "Portal Type",\n
"const": "Software Instance",\n
"type": "string"\n
},\n
"reference": {\n
"title": "Software Instance Reference",\n
"description": "Unique identifier of the Software Instance",\n
"type": "string"\n
},\n
"root_instance_title": {\n
"title": "Title of the Roor Instance",\n
"type": "string"\n
},\n
"title": {\n
"title": "Unique Title of the Instance",\n
"type": "string"\n
},\n
"state": {\n
"title": "Requested State",\n
"type": "string",\n
"enum": ["started", "stopped", "destroyed"],\n
"description": "State of the requested instance. It is functionnal when started. In stopped state, all services are stopped. If destroyed, it will remove the instance."\n
},\n
"compute_partition_id": {\n
"title": "Compute Partition Id",\n
"type": "string",\n
"description": "Id Of the Requesting Compute Partition, used by Slap Client when an instance is requesting an instance"\n
},\n
"software_release_uri": {\n
"title": "Software Release URI",\n
"type": "string",\n
"description": "URL of the software release used by the software instance"\n
},\n
"software_type": {\n
"title": "Software Type",\n
"type": "string"\n
},\n
"shared": {\n
"title": "Shared",\n
"type": "boolean",\n
"description": "Is it a shared instance"\n
},\n
"processing_timestamp": {\n
"title": "Processing Timestamp",\n
"type": "integer"\n
},\n
"access_status_message": {\n
"title": "Access Status Message",\n
"type": "string"\n
},\n
"parameters": {\n
"title": "Parameters",\n
"type": "object"\n
},\n
"sla_parameters": {\n
"title": "SLA Parameters",\n
"type": "object"\n
},\n
"connection_parameters": {\n
"title": "Connection Parameters",\n
"type": "object"\n
},\n
"ip_list": {\n
"title": "IP List",\n
"type": "array",\n
"description": "List of IPs usable by the Software Instance on the partition.",\n
"items": {\n
"type": "array",\n
"title": "Internet Protocol Address",\n
"description": "All elements to describe the interface",\n
"items": {\n
"type": "string"\n
}\n
}\n
}\n
},\n
},\n
"full_ip_list": {\n
"title": "Full IP List",\n
"type": "array",\n
"description": "List of IPs usable by the Software Instance on the partition.",\n
"items": {\n
"type": "array",\n
"title": "Internet Protocol Address",\n
"description": "All elements to describe the interface",\n