EdrResource

A RESTful Web Service for managing edr config data.

The following resources are applicable:

/edr-service/edrField

Mount Point: /edr-service/edrField

POST

Creates a new EDR Field.

Request Body

element: edrField
media types: application/xml
text/xml
application/json

The EDR field to create

Response Body

element: edrField
media types: application/xml
text/xml
application/json

The newly created EDR Field

PUT

Updates an EDR Field.

Request Body

element: edrField
media types: application/xml
text/xml
application/json

The EDR Field to modify

Response Body

element: edrField
media types: application/xml
text/xml
application/json

The updated EDR Field

/edr-service/edrField/{csId}/{parentId}/{id}

Mount Point: /edr-service/edrField/{csId}/{parentId}/{id}

GET

Retrieves an EDR Field based on Parent ID and an ID in a given Change Set.

Parameters

name description type default
csId The change set ID path
parentId The parent ID to look for path
id The ID to look for path

Response Body

element: edrField
media types: application/xml
text/xml
application/json

EDR field with matching Parent ID and ID.

DELETE

Deletes an EDR Field based on a Parent ID and an ID in a given Change Set.

Parameters

name description type default
csId The change set ID path
parentId The parent ID of the EDR Field to delete path
id The ID of EDR Field to delete path

Response Body

element: (custom)
media types: application/xml
text/xml
application/json

200 on success, 404 on error, 400 on Bad Request, 409 on conflict, and 500 on Server error

/edr-service/edrFields/{csId}

Mount Point: /edr-service/edrFields/{csId}

GET

Retrieves all EDR fields for a given change set.

Parameters

name description type default
csId The change set ID path

Response Body

element: edrFields
media types: application/xml
text/xml
application/json

An EdrFields object containing all the EDR fields for the change set