diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:52:01 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:52:01 -0800 |
commit | ff3eecb980bfdc8d43d2ed3a4c786d634fa6f4e2 (patch) | |
tree | 680db1c4f69f5c181b8f1fb7d7d8f46942783b3e /daexim-offsite-backup/model/src | |
parent | 02b6c140f031c19cfcb791fd0142f03167db69b1 (diff) |
Migrate sli-northbound repo
Migrate sli-northbound repo files into
new directory "northbound".
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'daexim-offsite-backup/model/src')
-rwxr-xr-x | daexim-offsite-backup/model/src/main/yang/daexim-offsite-backup.yang | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/daexim-offsite-backup/model/src/main/yang/daexim-offsite-backup.yang b/daexim-offsite-backup/model/src/main/yang/daexim-offsite-backup.yang deleted file mode 100755 index 363136caf..000000000 --- a/daexim-offsite-backup/model/src/main/yang/daexim-offsite-backup.yang +++ /dev/null @@ -1,46 +0,0 @@ -module daexim-offsite-backup{
- namespace "org:onap:ccsdk:sli:northbound:daeximoffsitebackup";
- prefix daexim-offsite-backup;
-
- import ietf-inet-types {
- prefix inet;
- }
- import ietf-yang-types {
- prefix yang;
- }
- description
- "This ODL feature is designed for transferring MD-SAL data
- to an offsite location in the ECOMP-C containerized environments.";
- revision "2018-09-26" {
- description
- "Release 19.02 draft";
- }
-
- rpc backup-data {
- output {
- leaf status { type string; }
- leaf message { type string; }
- }
- }
-
- rpc retrieve-data {
- input {
- leaf pod-name {
- type string;
- description
- "Name of the desired MD-SAL backup's pod. If not supplied will
- default to the name of this pod.";
- }
- leaf timestamp {
- type string;
- description
- "Timestamp of the desired backup. Format: yyyyMMdd_HH";
- mandatory true;
- }
- }
- output {
- leaf status { type string; }
- leaf message { type string; }
- }
- }
-}////closes the module
\ No newline at end of file |