PnfdInfo

PnfdInfo
PnfdInfo

This type represents a response for the query PNFD operation.

JSON Example
{
    "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"
        }
    }
}
id
Required

id

pnfdId
Optional

pnfdId

string
pnfdName
Optional

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.

pnfdVersion
Optional

pnfdVersion

string
pnfdProvider
Optional

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.

pnfdInvariantId
Optional

pnfdInvariantId

string
archiveSecurityOption
Optional

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

Possible values are : OPTION_1, OPTION_2,
signingCertificate
Optional

signingCertificate

artifacts
Optional

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.

pnfdOnboardingState
Required

pnfdOnboardingState

onboardingFailureDetails
Optional

onboardingFailureDetails

pnfdUsageState
Required

pnfdUsageState

userDefinedData
Optional

userDefinedData

_links
Required

_links