GET
/
org
/
{name}
curl --request GET \
  --url https://api.cpln.io/org/{name}
{
  "id": "<string>",
  "kind": "<string>",
  "version": 123,
  "description": "<string>",
  "tags": {},
  "created": "2023-11-07T05:31:56Z",
  "lastModified": "2023-11-07T05:31:56Z",
  "links": [
    {
      "rel": "<string>",
      "href": "<string>"
    }
  ],
  "name": "<string>",
  "spec": {
    "logging": {
      "s3": {
        "bucket": "<string>",
        "region": "<string>",
        "prefix": "/",
        "credentials": "<string>"
      },
      "coralogix": {
        "cluster": "coralogix.com",
        "credentials": "<string>",
        "app": "<string>",
        "subsystem": "<string>"
      },
      "datadog": {
        "host": "http-intake.logs.datadoghq.com",
        "credentials": "<string>"
      },
      "logzio": {
        "listenerHost": "listener.logz.io",
        "credentials": "<string>"
      },
      "elastic": {
        "aws": {
          "host": "<string>",
          "port": 123,
          "index": "<string>",
          "type": "<string>",
          "credentials": "<string>",
          "region": "<string>"
        },
        "elasticCloud": {
          "index": "<string>",
          "type": "<string>",
          "credentials": "<string>",
          "cloudId": "<string>"
        },
        "generic": {
          "host": "<string>",
          "port": 123,
          "path": "<string>",
          "index": "<string>",
          "type": "<string>",
          "credentials": "<string>",
          "username": "<string>",
          "password": "<string>"
        }
      },
      "cloudWatch": {
        "region": "us-east-1",
        "credentials": "<string>",
        "retentionDays": 123,
        "groupName": "<string>",
        "streamName": "<string>",
        "extractFields": {}
      },
      "fluentd": {
        "host": "<string>",
        "port": 123
      },
      "stackdriver": {
        "credentials": "<string>",
        "location": "us-east1"
      },
      "syslog": {
        "host": "<string>",
        "port": 123,
        "mode": "tcp",
        "format": "rfc5424",
        "severity": 123
      }
    },
    "extraLogging": [
      {
        "s3": {
          "bucket": "<string>",
          "region": "<string>",
          "prefix": "/",
          "credentials": "<string>"
        },
        "coralogix": {
          "cluster": "coralogix.com",
          "credentials": "<string>",
          "app": "<string>",
          "subsystem": "<string>"
        },
        "datadog": {
          "host": "http-intake.logs.datadoghq.com",
          "credentials": "<string>"
        },
        "logzio": {
          "listenerHost": "listener.logz.io",
          "credentials": "<string>"
        },
        "elastic": {
          "aws": {
            "host": "<string>",
            "port": 123,
            "index": "<string>",
            "type": "<string>",
            "credentials": "<string>",
            "region": "<string>"
          },
          "elasticCloud": {
            "index": "<string>",
            "type": "<string>",
            "credentials": "<string>",
            "cloudId": "<string>"
          },
          "generic": {
            "host": "<string>",
            "port": 123,
            "path": "<string>",
            "index": "<string>",
            "type": "<string>",
            "credentials": "<string>",
            "username": "<string>",
            "password": "<string>"
          }
        },
        "cloudWatch": {
          "region": "us-east-1",
          "credentials": "<string>",
          "retentionDays": 123,
          "groupName": "<string>",
          "streamName": "<string>",
          "extractFields": {}
        },
        "fluentd": {
          "host": "<string>",
          "port": 123
        },
        "stackdriver": {
          "credentials": "<string>",
          "location": "us-east1"
        },
        "syslog": {
          "host": "<string>",
          "port": 123,
          "mode": "tcp",
          "format": "rfc5424",
          "severity": 123
        }
      }
    ],
    "tracing": {
      "sampling": 123,
      "lightstep": {
        "endpoint": "<string>",
        "credentials": "<string>"
      },
      "customTags": {},
      "provider": {
        "otel": {
          "endpoint": "<string>"
        },
        "lightstep": {
          "endpoint": "<string>",
          "credentials": "<string>"
        },
        "controlplane": {}
      }
    },
    "sessionTimeoutSeconds": 123,
    "authConfig": {
      "domainAutoMembers": [
        "<string>"
      ],
      "samlOnly": true
    },
    "observability": {
      "logsRetentionDays": 123,
      "metricsRetentionDays": 123,
      "tracesRetentionDays": 123,
      "defaultAlertEmails": [
        "<string>"
      ]
    },
    "security": {
      "threatDetection": {
        "enabled": true,
        "minimumSeverity": "warning",
        "syslog": {
          "transport": "tcp",
          "host": "<string>",
          "port": 123
        }
      }
    }
  },
  "status": {
    "accountLink": "<string>",
    "active": true
  }
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

name
string
required

Response

200
application/json
Success
id
string
kind
string
version
integer
description
string
Maximum length: 250
tags
object
created
string
lastModified
string
name
string
Maximum length: 64
spec
object
status
object