{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud My Services SE Exadata Security Group Resource API", "version": "v1" }, "items": [ { "info": { "name": "SEExadataSecurityGroupResource", "type": "folder" }, "items": [ { "info": { "name": "Returns SEExadataSecurityGroup resource.", "type": "http" }, "http": { "method": "GET", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/serviceEntitlements/:serviceEntitlementId/serviceConfigurations/:serviceConfigurationId/securityGroups/:id", "headers": [ { "name": "X-ID-TENANT-NAME", "value": "" } ], "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" }, { "name": "id", "value": "", "type": "path", "description": "SecurityGroup unique identifier" } ] }, "docs": "Returns SEExadataSecurityGroup resource" }, { "info": { "name": ".", "type": "http" }, "http": { "method": "PUT", "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/serviceEntitlements/:serviceEntitlementId/serviceConfigurations/:serviceConfigurationId/securityGroups/:id", "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" }, { "name": "id", "value": "", "type": "path", "description": "SecurityGroup unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Modify an existing Security Group

\n\n
Sample - Modify an existing Security Group
\n\n
\n PUT /{domain}/myservices/api/{versionId}/serviceEntitlements/{serviceEntitlementId}/serviceConfigurations/{serviceConfigurationId}/securityGroups/{id} HTTP/1.1\n\n {\n   \"id\": \"2\",\n   \"customerId\": \"504078663\",\n   \"name\": \"TestGroup2\",\n   \"description\": \"HR's first group\",\n   \"rules\": [\n     {\n       \"direction\": \"ingress\",\n       \"proto\": \"tcp\",\n       \""
        },
        {
          "info": {
            "name": "Deletes a SEExadataSecurityGroup resource.",
            "type": "http"
          },
          "http": {
            "method": "DELETE",
            "url": "https://itra.oraclecloud.com/itas/:domain/myservices/api/v1/serviceEntitlements/:serviceEntitlementId/serviceConfigurations/:serviceConfigurationId/securityGroups/:id",
            "headers": [
              {
                "name": "X-ID-TENANT-NAME",
                "value": ""
              }
            ],
            "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"
              },
              {
                "name": "id",
                "value": "",
                "type": "path",
                "description": "SecurityGroup unique identifier"
              }
            ]
          },
          "docs": "Deletes a SEExadataSecurityGroup resource."
        }
      ]
    }
  ],
  "bundled": true
}