Limit REST access to specific API Objects
search cancel

Limit REST access to specific API Objects

book

Article ID: 246378

calendar_today

Updated On:

Products

CA Service Management - Service Desk Manager

Issue/Introduction

How can I limit access to specific API Objects?
Example: I wanted to leave only the CR object released, blocking the other objects: NR, ISS, CNT...

I followed Rest HTTP Methods and accessed C:\Program Files (x86)\CA\Service Desk Manager\bopcfg\majic\brels.maj file and updated

The REST_OPERATIONS keyword using the following syntax:

REST_OPERATIONS "[<OP>],[<OP>] | NONE";
OP

Specifies the CREATE, READ, UPDATE, and DELETE operations.

This keyword produces the following statements:

REST_OPERATIONS "CREATE, READ, UPDATE DELETE";REST_OPERATIONS "NONE";

 

Environment

Release : 17.3

Component :

Cause

Product limitation

Resolution

This function is not currently possible. 

You can either block all objects or leave all objects accessible.

Please make a suggestion to Ideation maybe this functionality will be added in the future.

Additional Information

Rest HTTP Methods

Ideation