Upload new Certificate file
post
https://cloud-native-SBC-IP/files/v1/ca-certs/{filename}
Upload new Certificate file
Request
Path Parameters
Supported Media Types
- application/octet-stream
Root Schema : schema
Type:
string(binary)
Response
200 Response
File meta-data info response
Root Schema : FileInfo
Type:
object
File meta-data information
Show Source
-
accessed: string
(datetime)
Date and time the file was last accessed
-
created(required): string
(datetime)
Date and time the file was created
-
modified: string
(datetime)
Date and time the file was last modified
-
name(required): string
(path)
The file name with extension (without file type/path prefix)
-
size(required): integer
(int64)
Size in bytes of the file
-
type(required): string
The type of file as determined by location
4XX Response
Error information response
Root Schema : ErrorInfo
Type:
object
Details about an error that occurred
Show Source
-
error_code: integer
HTTP response code error
-
message: string
Details for the error conditon.
5XX Response
Error information response
Root Schema : ErrorInfo
Type:
object
Details about an error that occurred
Show Source
-
error_code: integer
HTTP response code error
-
message: string
Details for the error conditon.