Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
Top
Top

...

Info
titleBase URL for Group REST API

http://host:port/flexdeploy/rest/v1/administration/security/group

...

Info
titleAPI URL

http://host:port/flexdeploy/rest/v1/administration/security/group/{Id}

...

http://host:port/flexdeploy/rest/v1/administration/security/group/10000

...

GET (Using Query Parameters)

This GET service will return a list of groups in the form of JSON objects based on the query parameters group name. Groups are only returned if they match all of the specified query parameters. If no query parameters are given this request will return the entire list of groups.

Info
titleAPI URLs

http://host:port/flexdeploy/rest/v1/administration/security/group?

Append the following character sequences to the above URL to specify Query parameters.
Use '&' between successive query parameters: 

groupName={groupname}

Examples:
To search by group name:

http://host:port/flexdeploy/rest/topology/administration/security/group?groupName=read

...

http://host:port/flexdeploy/rest/v1/administration/security/group?groupname=test

...

Info
titleAPI URL

http://host:port/flexdeploy/rest/v1/administration/security/group

...

Back to Top

...

PATCH

This PATCH service will update an existing group with the information passed through a JSON object. If an attribute of the JSON is null it will not be updated in the group.

Info
titleAPI URL

http://host:port/flexdeploy/administration/security/group/{Id}

...