Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions lib/datadog_api_client/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def auth_settings
def server_settings
[
{
url: "https://{subdomain}.{site}",
url: +"https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -368,7 +368,7 @@ def server_settings
}
},
{
url: "{protocol}://{name}",
url: +"{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -382,7 +382,7 @@ def server_settings
}
},
{
url: "https://{subdomain}.{site}",
url: +"https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -402,7 +402,7 @@ def operation_server_settings
{
"v1.get_ip_ranges": [
{
url: "https://{subdomain}.{site}",
url: +"https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -424,7 +424,7 @@ def operation_server_settings
}
},
{
url: "{protocol}://{name}",
url: +"{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -438,19 +438,19 @@ def operation_server_settings
}
},
{
url: "https://{subdomain}.datadoghq.com",
url: +"https://{subdomain}.datadoghq.com",
description: "No description provided",
variables: {
subdomain: {
description: "The subdomain where the API is deployed.",
default_value: "ip-ranges",
}
}
}
}
],
"v1.submit_log": [
{
url: "https://{subdomain}.{site}",
url: +"https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -472,7 +472,7 @@ def operation_server_settings
}
},
{
url: "{protocol}://{name}",
url: +"{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -486,7 +486,7 @@ def operation_server_settings
}
},
{
url: "https://{subdomain}.{site}",
url: +"https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -498,11 +498,11 @@ def operation_server_settings
default_value: "http-intake.logs",
}
}
}
}
],
"v2.submit_log": [
{
url: "https://{subdomain}.{site}",
url: +"https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -524,7 +524,7 @@ def operation_server_settings
}
},
{
url: "{protocol}://{name}",
url: +"{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -538,7 +538,7 @@ def operation_server_settings
}
},
{
url: "https://{subdomain}.{site}",
url: +"https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -550,7 +550,7 @@ def operation_server_settings
default_value: "http-intake.logs",
}
}
}
}
],
}
end
Expand Down Expand Up @@ -603,4 +603,4 @@ def to_hash
end
end

end
end