File Management: Certificates REST Endpoints
File Management: Certificates
The operations from the File Management: Certificates category.
- Delete Certificate files
- Method: deletePath:
https://cloud-native-SBC-IP/files/v1/ca-certs
- Delete the specified Certificate files
- Method: deletePath:
https://cloud-native-SBC-IP/files/v1/ca-certs/{filename}
- Get a zip of the Certificate files
- Method: getPath:
https://cloud-native-SBC-IP/files/v1/ca-certs/zip
- Get meta-data info for the Certificate files
- Method: getPath:
https://cloud-native-SBC-IP/files/v1/ca-certs
- Get the specified Certificate files
- Method: getPath:
https://cloud-native-SBC-IP/files/v1/ca-certs/{filename}
- Upload new Certificate file
- Method: postPath:
https://cloud-native-SBC-IP/files/v1/ca-certs/{filename}