PnfdInfo
This type represents a response for the query PNFD operation.
{
"id": "string",
"pnfdId": "string",
"pnfdName": "string",
"pnfdVersion": "string",
"pnfdProvider": "string",
"pnfdInvariantId": "string",
"archiveSecurityOption": "string",
"signingCertificate": "string",
"artifacts": [
{
"artifactPath": "string",
"checksum": {
"algorithm": "string",
"hash": "string"
},
"nonManoArtifactSetId": "string"
}
],
"pnfdOnboardingState": "string",
"onboardingFailureDetails": {
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
},
"pnfdUsageState": "string",
"_links": {
"self": {
"href": "string"
},
"pnfd_content": {
"href": "string"
}
}
}
Name of the on-boarded PNFD. This information is copied from the PNFD content and shall be present after the PNFD content is on-boarded.
Provider of the on-boarded PNFD. This information is copied from the PNFD content and shall be present after the PNFD content is on-boarded.
Signals the security option used by the PNFD archive as defined in clause 5.1 of ETSI GS NFV SOL 004. Valid values: OPTION_1, OPTION_2
Information about PNFD archive artifacts contained in the PNFD archive. This attribute shall not be present before the PNFD archive content is on-boarded. Otherwise, this attribute shall be present if the PNFD archive contains artifacts.