Newer
Older
Content-Type:
description: |
The MIME type of the body of the response. Reference: IETF RFC 7231
style: simple
explode: false
schema:
type: string
content:
application/json:
schema:
$ref: "./definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfSnapshotInfo"
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
IndividualVnfSnapshot.Patch.200:
description: |
200 OK
Shall be returned when the modification of VNF snapshot information has been accepted and completed.
headers:
WWW-Authenticate:
description: |
Challenge if the corresponding HTTP request has not provided authorization, or error details if the
corresponding HTTP request has provided an invalid authorization token.
style: simple
explode: false
schema:
type: string
Version:
description: The used API version.
style: simple
explode: false
schema:
type: string
Content-Type:
description: |
The MIME type of the body of the response. Reference: IETF RFC 7231
style: simple
explode: false
schema:
type: string
content:
application/json:
schema:
$ref: "definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfSnapshotInfoModifications"
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
IndividualVnfSnapshot.Delete.204:
description: |
204 NO CONTENT
Shall be returned when the VNF snapshot resource and the associated VNF snapshot were
deleted successfully.
The response body shall be empty.
headers:
WWW-Authenticate:
description: |
Challenge if the corresponding HTTP request has not provided authorization, or error details if the
corresponding HTTP request has provided an invalid authorization token.
style: simple
explode: false
schema:
type: string
Version:
description: The used API version.
style: simple
explode: false
schema:
type: string
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
IndividualVnfSnapshotState.Get.200:
description: |
200 OK
Shall be returned when the whole content of the VNF state snapshot file has been read successfully.
The payload body shall contain a copy of the VNF state snapshot file and the "Content-Type" HTTP
header shall be set according to the content type of the VNF state snapshot file. If the VNF state
snapshot content is encrypted, the header shall be set to the value "application/cms" (IETF RFC 7193).
If the content type cannot be determined, the header shall be set to the value "application/octet-stream".
headers:
WWW-Authenticate:
description: |
Challenge if the corresponding HTTP request has not provided authorization, or error details if the
corresponding HTTP request has provided an invalid authorization token.
style: simple
explode: false
schema:
type: string
Version:
description: The used API version.
style: simple
explode: false
schema:
type: string
Content-Type:
description: |
The MIME type of the body of the response. Reference: IETF RFC 7231
style: simple
explode: false
schema:
type: string
content:
application/*:
schema:
type: string
format: binary
IndividualVnfSnapshotState.Get.206:
description: |
206 PARTIAL CONTENT
If the VNFM supports range requests, this response shall be returned when a single consecutive byte
range from the content of the VNF state snapshot file has been read successfully according to the request.
The response body shall contain the requested part of the VNF state snapshot file. The "Content-Type" HTTP
header shall be set according to the content type of the VNF state snapshot file. If the content type cannot
be determined, the header shall be set to the value "application/octet-stream".
The "Content-Range" HTTP header shall be provided according to IETF RFC 7233.
headers:
WWW-Authenticate:
description: |
Challenge if the corresponding HTTP request has not provided authorization, or error details if the
corresponding HTTP request has provided an invalid authorization token.
style: simple
explode: false
schema:
type: string
Version:
description: The used API version.
style: simple
explode: false
schema:
type: string
Content-Range:
required : true
style: simple
explode: false
schema:
type: string
content:
application/*:
schema:
type: string
format: binary