Skip to content
Snippets Groups Projects

Enable export and import of SDN configuration

Merged Ghost User requested to merge export-import-sdn-config into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -15,8 +15,8 @@ rpc ExportSDNConfig(ExportSDNConfigRequest) returns (ExportSDNConfigResponse) {
@@ -15,8 +15,8 @@ rpc ExportSDNConfig(ExportSDNConfigRequest) returns (ExportSDNConfigResponse) {
get: "/export/{pid}"
get: "/export/{pid}"
};
};
}
}
// Allows for import of the whole SDN configuration
// Allows for import of the whole SDN configuration
rpc ImportSDNConfig(ImportSDNConfigRequest) returns (ImportSDNConfigResponse) {
rpc ImportSDNConfig(ImportSDNConfigRequest) returns (ImportSDNConfigResponse) {
option (google.api.http) = {
option (google.api.http) = {
post: "/import/{pid}"
post: "/import/{pid}"
};
};
Loading