Skip to content

Instantly share code, notes, and snippets.

@valugi
Created July 31, 2023 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valugi/270a9f927e33753a9d2192e7d3624e0c to your computer and use it in GitHub Desktop.
Save valugi/270a9f927e33753a9d2192e7d3624e0c to your computer and use it in GitHub Desktop.
GET https://api.bitbucket.org/2.0/repositories/myDomain: {
"Network": {
"addresses": {
"local": {
"address": "192.168.1.108",
"family": "IPv4",
"port": 58187
},
"remote": {
"address": "[redacted]",
"family": "IPv4",
"port": 443
}
},
"tls": {
"reused": true,
"authorized": true,
"authorizationError": null,
"cipher": {
"name": "TLS_AES_128_GCM_SHA256",
"standardName": "TLS_AES_128_GCM_SHA256",
"version": "TLSv1/SSLv3"
},
"protocol": "TLSv1.3",
"ephemeralKeyInfo": {},
"peerCertificate": {
"subject": {
"country": "US",
"stateOrProvince": "California",
"locality": "San Francisco",
"organization": "Atlassian US, Inc.",
"commonName": "*.bitbucket.org",
"alternativeNames": "DNS:*.bitbucket.org, DNS:bitbucket.org"
},
"issuer": {
"country": "US",
"organization": "DigiCert Inc",
"organizationalUnit": "www.digicert.com",
"commonName": "DigiCert SHA2 High Assurance Server CA"
},
"validFrom": "Apr 28 00:00:00 2023 GMT",
"validTo": "Mar 28 23:59:59 2024 GMT",
"fingerprint": "[redacted]",
"serialNumber": "[redacted]"
}
}
},
"Request Headers": {
"authorization": "Bearer: AT[.. redacted]",
"accept": "application/json",
"user-agent": "PostmanRuntime/7.32.3",
"cache-control": "no-cache",
"host": "api.bitbucket.org",
"accept-encoding": "gzip, deflate, br",
"connection": "keep-alive"
},
"Response Headers": {
"server": "envoy",
"vary": "Authorization, Origin",
"cache-control": "max-age=900",
"content-type": "application/json; charset=utf-8",
"x-b3-traceid": "03a76a30d27a8266",
"x-usage-output-ops": "0",
"x-used-mesh": "False",
"x-dc-location": "Micros-3",
"strict-transport-security": "max-age=31536000; includeSubDomains; preload",
"date": "Mon, 31 Jul 2023 10:13:05 GMT",
"x-request-id": "03a76a30d27a8266",
"x-usage-user-time": "0.029933",
"x-usage-system-time": "0.000406",
"x-served-by": "71e53e9e2643",
"x-xss-protection": "1; mode=block",
"x-envoy-upstream-service-time": "61",
"x-view-name": "bitbucket.apps.repo2.api.v20.repo.RepositoriesHandler",
"x-static-version": "4519bb1aa9a2",
"etag": "\"9ef7a6f96b3f98d05691462d9b5feda5\"",
"x-content-type-options": "nosniff",
"x-accepted-oauth-scopes": "repository",
"x-render-time": "0.04962468147277832",
"connection": "keep-alive",
"x-trace-id": "03a76a30d27a8266",
"x-usage-input-ops": "0",
"x-frame-options": "SAMEORIGIN",
"x-version": "4519bb1aa9a2",
"x-request-count": "1179",
"content-length": "51"
},
"Response Body": "{\"values\": [], \"pagelen\": 10, \"size\": 0, \"page\": 1}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment