Delegate Group Tags Resource

Contains APIs related to Delegate Group Tags management

Retrieves list of tags attached with Delegate group

Securityx-api-key
Request
path Parameters
groupIdentifier
required
string

Delegate Group Identifier

query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

Responses
400

Bad Request

500

Internal server error

default

Delegate group details along with tags.

get/ng/api/delegate-group-tags/{groupIdentifier}
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Clears all existing tags with delegate group and attach given set of tags to delegate group.

Securityx-api-key
Request
path Parameters
groupIdentifier
required
string

Delegate Group Identifier

query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

Request Body schema: application/json
required

Set of tags

tags
Array of strings unique
Responses
400

Bad Request

500

Internal server error

default

Delegate Group details for updated group.

put/ng/api/delegate-group-tags/{groupIdentifier}
Request samples
application/json
{
  • "tags": [
    ]
}
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Add given list of tags to the Delegate group

Securityx-api-key
Request
path Parameters
groupIdentifier
required
string

Delegate Group Identifier

query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

Request Body schema: application/json
required

Set of tags

tags
Array of strings unique
Responses
400

Bad Request

500

Internal server error

default

Delegate Group details for updated group

post/ng/api/delegate-group-tags/{groupIdentifier}
Request samples
application/json
{
  • "tags": [
    ]
}
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

Deletes all tags from the Delegate group

Securityx-api-key
Request
path Parameters
groupIdentifier
required
string

Delegate Group Identifier

query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

Responses
400

Bad Request

500

Internal server error

default

Delegate Group details for updated group

delete/ng/api/delegate-group-tags/{groupIdentifier}
Request samples
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}

List delegate groups that are having mentioned tags.

Securityx-api-key
Request
query Parameters
accountIdentifier
required
string

Account Identifier for the Entity.

orgIdentifier
string

Organization Identifier for the Entity.

projectIdentifier
string

Project Identifier for the Entity.

Request Body schema: application/json
required

Set of tags

tags
Array of strings unique
Responses
400

Bad Request

500

Internal server error

default

List of Delegate Group details

post/ng/api/delegate-group-tags/delegate-groups
Request samples
application/json
{
  • "tags": [
    ]
}
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}