Appendix; Data Schema; Configuration Data Schema - Cisco PXM Version 1.1 User Manual

Cisco sensitive routing user guide
Table of Contents

Advertisement

Data Schema

This appendix describes the following:

Configuration Data Schema

BEGIN WORK;
SET CONSTRAINTS ALL DEFERRED;
CREATE TABLE ConfigurationData (
ActiveDatasetSuffixInvalid
LoggingLevelInvalid
Configuration Data Schema
Dataset Schema
ActiveDataset text
CHECK (
lower(ActiveDataset) = '_1' OR lower(ActiveDataset) = '_2'
),
LoggingLevel text
CHECK (
lower(LoggingLevel) = 'error' OR
lower(LoggingLevel) = 'info'
lower(LoggingLevel) = 'debug'
),
CSR_ID
varchar(64) NOT NULL,
CSR_Version text,
GKTMP_Version integer,
Priority
integer
A P P E N D I X
NOT NULL DEFAULT '_1' CONSTRAINT
NOT NULL DEFAULT 'Error' CONSTRAINT
OR
NOT NULL DEFAULT 1CONSTRAINT
CSRPriorityInvalid
CHECK (Priority >= 1),
Cisco Carrier Sensitive Routing User Guide
B
B-1

Advertisement

Table of Contents
loading

Table of Contents