@itentialopensource/adapter-etsi_sol005
Version:
This adapter integrates with system described as: ETSI sol005
146 lines • 2.98 kB
JSON
{
"id": "string",
"vnfSnapshotPkgUniqueId": "string",
"name": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"createdAt": null,
"vnfSnapshotId": "string",
"vnfcSnapshotInfoIds": [
"string",
"string",
"string"
],
"isFullSnapshot": true,
"vnfdInfo": {
"vnfdId": "string",
"vnfdPath": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": false
},
"vnfsr": {
"recordPath": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": true
},
"vnfcSnapshotImages": [
{
"id": "string",
"name": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": false,
"vnfcInstanceId": "string",
"containerFormat": "AKI",
"diskFormat": "QCOW2",
"createdAt": null,
"minDisk": 9,
"minRam": 8,
"size": 1,
"userMetadata": {},
"imagePath": "string",
"imageUri": "string"
},
{
"id": "string",
"name": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": true,
"vnfcInstanceId": "string",
"containerFormat": "AMI",
"diskFormat": "ISO",
"createdAt": null,
"minDisk": 4,
"minRam": 7,
"size": 2,
"userMetadata": {},
"imagePath": "string",
"imageUri": "string"
},
{
"id": "string",
"name": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": true,
"vnfcInstanceId": "string",
"containerFormat": "AMI",
"diskFormat": "AKI",
"createdAt": null,
"minDisk": 8,
"minRam": 10,
"size": 6,
"userMetadata": {},
"imagePath": "string",
"imageUri": "string"
}
],
"additionalArtifacts": [
{
"artifactPath": "string",
"artifactUri": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": false,
"metadata": {}
},
{
"artifactPath": "string",
"artifactUri": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": false,
"metadata": {}
},
{
"artifactPath": "string",
"artifactUri": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"isEncrypted": false,
"metadata": {}
}
],
"state": "CREATED",
"isCancelPending": true,
"failureDetails": {
"errorType": "CANCELLED",
"details": {
"type": "string",
"title": "string",
"status": 9,
"detail": "string",
"instance": "string"
}
},
"userDefinedData": {},
"_links": {
"self": {
"href": "string"
},
"packageContent": {
"href": "string"
}
}
}