NsdInfo
This type represents a response for the query NSD operation.
{
"id": "string",
"nsdId": "string",
"nsdName": "string",
"nsdVersion": "string",
"nsdDesigner": "string",
"nsdInvariantId": "string",
"vnfPkgIds": [
"string"
],
"pnfdInfoIds": [
"string"
],
"nestedNsdInfoIds": [
"string"
],
"archiveSecurityOption": "string",
"signingCertificate": "string",
"artifacts": [
{
"artifactPath": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
}
}
],
"nsdOnboardingState": "string",
"onboardingFailureDetails": {
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
},
"nsdOperationalState": "string",
"nsdUsageState": "string",
"userDefinedData": {
"name": "string",
"tags": [
{
"name": "string",
"autoCreated": false
}
],
"lastUpdated": "string",
"lastUpdateEnterprise": "string",
"lastUpdateOrganization": "string",
"lastUpdateUser": "string",
"creationDate": "string",
"creationEnterprise": "string",
"creationOrganization": "string",
"creationUser": "string"
},
"_links": {
"self": {
"href": "string"
},
"nsd_content": {
"href": "string"
}
}
}
Name of the on boarded NSD. This information is copied from the NSD content and shall be present after the NSD content is on-boarded.
Designer of the on-boarded NSD. This information is copied from the NSD content and shall be present after the NSD content is on-boarded.
Identifies the VNF package for the VNFD referenced by the on-boarded NS descriptor resource.
Identifies the PnfdInfo element for the PNFD referenced by the on-boarded NS descriptor resource.
Identifies the NsdInfo element for the nested NSD referenced by the on-boarded NS descriptor resource.
Signals the security option used by the NSD archive as defined in clause 5.1 of ETSI GS NFV SOL 007. Valid values: OPTION_1, OPTION_2
Information about NSD archive artifacts contained in the NSD archive. This attribute shall not be present before the NSD archive content is on-boarded. Otherwise, this attribute shall be present if the NSD archive contains artifacts.