POST Events/UpdateRegistryEventPermissions

Updates Registry Event Permissions subject to security

Request Information

URI Parameters

None.

Body Parameters

Collection of RegistryEventDTO
NameDescriptionTypeAdditional information
RegistryID

ID of the Registry

globally unique identifier

None.

SecurityGroupID

ID of Security Group

globally unique identifier

None.

SecurityGroup

Security Group

string

None.

Allowed

Determines that the Security Group is Allowed

boolean

None.

Overridden

Determines that the Security Group is Overridden

boolean

None.

EventID

ID of an Event

globally unique identifier

None.

Event

Event

string

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "RegistryID": "c5c73ece-825b-42b2-96c2-2c411cacbd01",
      "SecurityGroupID": "c3b719b7-21ad-476b-b738-df70d16fcab6",
      "SecurityGroup": "sample string 3",
      "Allowed": true,
      "Overridden": true,
      "EventID": "9af0b0ee-d7f5-42a4-939c-9aeccd1b99c4",
      "Event": "sample string 6"
    },
    {
      "RegistryID": "c5c73ece-825b-42b2-96c2-2c411cacbd01",
      "SecurityGroupID": "c3b719b7-21ad-476b-b738-df70d16fcab6",
      "SecurityGroup": "sample string 3",
      "Allowed": true,
      "Overridden": true,
      "EventID": "9af0b0ee-d7f5-42a4-939c-9aeccd1b99c4",
      "Event": "sample string 6"
    }
  ]
}

text/javascript

Sample:
{"results":[{"RegistryID":"c5c73ece-825b-42b2-96c2-2c411cacbd01","SecurityGroupID":"c3b719b7-21ad-476b-b738-df70d16fcab6","SecurityGroup":"sample string 3","Allowed":true,"Overridden":true,"EventID":"9af0b0ee-d7f5-42a4-939c-9aeccd1b99c4","Event":"sample string 6"},{"RegistryID":"c5c73ece-825b-42b2-96c2-2c411cacbd01","SecurityGroupID":"c3b719b7-21ad-476b-b738-df70d16fcab6","SecurityGroup":"sample string 3","Allowed":true,"Overridden":true,"EventID":"9af0b0ee-d7f5-42a4-939c-9aeccd1b99c4","Event":"sample string 6"}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfRegistryEventDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <RegistryEventDTO>
    <Allowed>true</Allowed>
    <Event>sample string 6</Event>
    <EventID>9af0b0ee-d7f5-42a4-939c-9aeccd1b99c4</EventID>
    <Overridden>true</Overridden>
    <SecurityGroup>sample string 3</SecurityGroup>
    <SecurityGroupID>c3b719b7-21ad-476b-b738-df70d16fcab6</SecurityGroupID>
    <RegistryID>c5c73ece-825b-42b2-96c2-2c411cacbd01</RegistryID>
  </RegistryEventDTO>
  <RegistryEventDTO>
    <Allowed>true</Allowed>
    <Event>sample string 6</Event>
    <EventID>9af0b0ee-d7f5-42a4-939c-9aeccd1b99c4</EventID>
    <Overridden>true</Overridden>
    <SecurityGroup>sample string 3</SecurityGroup>
    <SecurityGroupID>c3b719b7-21ad-476b-b738-df70d16fcab6</SecurityGroupID>
    <RegistryID>c5c73ece-825b-42b2-96c2-2c411cacbd01</RegistryID>
  </RegistryEventDTO>
</ArrayOfRegistryEventDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.