GET SecurityGroups/List

Provides a secure List of Security Groups which can accept odata commands

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SecurityGroupDTO
NameDescriptionTypeAdditional information
Name

Name

string

Required

Path

Path

string

None.

OwnerID

Gets or sets the ID of the owner

globally unique identifier

None.

Owner

Owner

string

None.

ParentSecurityGroupID

Gets or sets the ID of Parent Security Group

globally unique identifier

None.

ParentSecurityGroup

Parent SecurityGroup

string

None.

Kind

Security Groups kinds

SecurityGroupKinds

None.

Type

Security Groups Types

SecurityGroupTypes

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "Path": "sample string 2",
      "OwnerID": "2ab5d877-42e7-4c63-ab47-86c27e519e68",
      "Owner": "sample string 4",
      "ParentSecurityGroupID": "69dc7b49-ffc9-458e-b22c-86232f9b9b4d",
      "ParentSecurityGroup": "sample string 5",
      "Kind": 0,
      "Type": 1,
      "ID": "00423971-7cdd-4fc0-9a28-afa92ad14b1d",
      "Timestamp": "QEA="
    },
    {
      "Name": "sample string 1",
      "Path": "sample string 2",
      "OwnerID": "2ab5d877-42e7-4c63-ab47-86c27e519e68",
      "Owner": "sample string 4",
      "ParentSecurityGroupID": "69dc7b49-ffc9-458e-b22c-86232f9b9b4d",
      "ParentSecurityGroup": "sample string 5",
      "Kind": 0,
      "Type": 1,
      "ID": "00423971-7cdd-4fc0-9a28-afa92ad14b1d",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","Path":"sample string 2","OwnerID":"2ab5d877-42e7-4c63-ab47-86c27e519e68","Owner":"sample string 4","ParentSecurityGroupID":"69dc7b49-ffc9-458e-b22c-86232f9b9b4d","ParentSecurityGroup":"sample string 5","Kind":0,"Type":1,"ID":"00423971-7cdd-4fc0-9a28-afa92ad14b1d","Timestamp":"QEA="},{"Name":"sample string 1","Path":"sample string 2","OwnerID":"2ab5d877-42e7-4c63-ab47-86c27e519e68","Owner":"sample string 4","ParentSecurityGroupID":"69dc7b49-ffc9-458e-b22c-86232f9b9b4d","ParentSecurityGroup":"sample string 5","Kind":0,"Type":1,"ID":"00423971-7cdd-4fc0-9a28-afa92ad14b1d","Timestamp":"QEA="}]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfSecurityGroupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <SecurityGroupDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">00423971-7cdd-4fc0-9a28-afa92ad14b1d</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Kind>Custom</Kind>
    <Name>sample string 1</Name>
    <Owner>sample string 4</Owner>
    <OwnerID>2ab5d877-42e7-4c63-ab47-86c27e519e68</OwnerID>
    <ParentSecurityGroup>sample string 5</ParentSecurityGroup>
    <ParentSecurityGroupID>69dc7b49-ffc9-458e-b22c-86232f9b9b4d</ParentSecurityGroupID>
    <Path>sample string 2</Path>
    <Type>Organization</Type>
  </SecurityGroupDTO>
  <SecurityGroupDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">00423971-7cdd-4fc0-9a28-afa92ad14b1d</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Kind>Custom</Kind>
    <Name>sample string 1</Name>
    <Owner>sample string 4</Owner>
    <OwnerID>2ab5d877-42e7-4c63-ab47-86c27e519e68</OwnerID>
    <ParentSecurityGroup>sample string 5</ParentSecurityGroup>
    <ParentSecurityGroupID>69dc7b49-ffc9-458e-b22c-86232f9b9b4d</ParentSecurityGroupID>
    <Path>sample string 2</Path>
    <Type>Organization</Type>
  </SecurityGroupDTO>
</ArrayOfSecurityGroupDTO>