{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud My Services SE Exadata Security Groups Resource API", "version": "v1" }, "items": [ { "info": { "name": "SEExadataSecurityGroupsResource", "type": "folder" }, "items": [ { "info": { "name": "Returns SEExadataSecurityGroup resource collection.", "type": "http" }, "http": { "method": "GET", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/serviceEntitlements/:serviceEntitlementId/serviceConfigurations/:serviceConfigurationId/securityGroups", "params": [ { "name": "domain", "value": "", "type": "path", "description": "The identity domain name or the IDCS GUID of the resource" }, { "name": "serviceEntitlementId", "value": "", "type": "path", "description": "ServiceEntitlementId unique identifier" }, { "name": "serviceConfigurationId", "value": "", "type": "path", "description": "ServiceConfigurationId unique identifier" } ] }, "docs": "Returns SEExadataSecurityGroup resource collection" }, { "info": { "name": ".", "type": "http" }, "http": { "method": "POST", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/serviceEntitlements/:serviceEntitlementId/serviceConfigurations/:serviceConfigurationId/securityGroups", "params": [ { "name": "domain", "value": "", "type": "path", "description": "The identity domain name or the IDCS GUID of the resource" }, { "name": "serviceEntitlementId", "value": "", "type": "path", "description": "ServiceEntitlementId unique identifier" }, { "name": "serviceConfigurationId", "value": "", "type": "path", "description": "ServiceConfigurationId unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Create a new Security Group

\n\n
Sample - Create a new Security Group
\n\n
\n POST /{domain}/myservices/api/{versionId}/serviceEntitlements/{serviceEntitlementId}/serviceConfigurations/{serviceConfigurationId}/securityGroups HTTP/1.1\n\n {\n   \"customerId\": \"504078663\",\n   \"name\": \"TestGroup2\",\n   \"description\": \"HR's first group\",\n   \"version\": 1,\n   \"rules\": [\n     {\n       \"direction\": \"ingress\",\n       \"proto\": \"tcp\",\n       \"startPort\": 3"
        }
      ]
    }
  ],
  "bundled": true
}