Management URI Schema Update

The Table 4-1 table provides information about the operations supported for management URI schema update.

Table 4-1 Management URI for Schema Update

Operation Type URI Sample Schema Possible Error Codes
PUT https://localhost:9443/nudr-dr-mgm/v1/policy-data/schema/am-data Adding new field custom for am-data.

Payload: See PUT-schemablob. This operation adds one new schema with version tag as "v1" and current points to "v1" now.

To rollback to any other schema version, which already exists in database, see https://localhost:9443/nudr-dr-mgm/v1/policy-data/schema/am-data/version/v0.

  • 405: "Operation not allowed" (for nudr-dr)
  • 400: incase of json syntax error with appropriate error msg sent from SQL db.
GET 405: "Operation not allowed" (for nudr-dr)
DELETE

405: "Operation not allowed" (in case of deleting current schema)