Skip to content

MC-24601 add docs for partner #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
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
7 changes: 7 additions & 0 deletions source/includes/administration/_service_connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Service connections are the services that you can create resources for (e.g. com
"supportsInfra": true,
"lastUsageRecord": "2022-03-28T18:59:59.000Z",
"brownfield": false,
"partnerEnabled": false,
"quotas": [{
"name": "DefaultQuota",
"id": "081b1ebb-16c4-49e0-8120-a5b8b356b269"
Expand All @@ -57,6 +58,7 @@ Attributes |  
`organization`<br/>*Object* | Organization that owns this service connection.<br/>*includes*: `id`, `name`
`metricsEnabled`<br/>*boolean* | Is metric collection allowed on this service connection.
`brownfield`<br/>*boolean* | If the connection is brownfield enabled.
`partnerEnabled`<br/>*boolean* | If the connection is partner enabled.
`supportsQuotas`<br/>*boolean* | Are quotas supported on this service connection.
`supportsPricingV2`<br/>*boolean* | Is the V2 pricing engine supported on this service connection.
`supportsPolicies`<br/>*boolean* | Are policies supported on this service connection.
Expand Down Expand Up @@ -95,6 +97,7 @@ Optional query parameters | &nbsp;
},
"metricsEnabled": true,
"brownfield": false,
"partnerEnabled": false,
"supportsQuotas": true,
"supportsPricingV2": true,
"supportsPolicies": true,
Expand Down Expand Up @@ -127,6 +130,7 @@ Attributes | &nbsp;
`organization`<br/>*Object* | Organization that owns this service connection.<br/>*includes*: `id`, `name`
`metricsEnabled`<br/>*boolean* | Is metric collection allowed on this service connection.
`brownfield`<br/>*boolean* | If the connection is brownfield enabled.
`partnerEnabled`<br/>*boolean* | If the connection is partner enabled.
`supportsQuotas`<br/>*boolean* | Are quotas supported on this service connection.
`supportsPricingV2`<br/>*boolean* | Is the V2 pricing engine supported on this service connection.
`supportsPolicies`<br/>*boolean* | Are policies supported on this service connection.
Expand Down Expand Up @@ -280,6 +284,7 @@ curl -X GET \
"infraEntityDescriptors": [],
"supportsInfra": false,
"supportsBrownfield": true,
"supportsPartner": true,
"supportedWidgets": [],
"hasPluginEnvironmentRoles": false,
"quotaMetricIdentifiers": [
Expand Down Expand Up @@ -338,6 +343,7 @@ Attributes | &nbsp;
`supportsPolicies`<br/>*boolean* | Whether or not this service descriptor supports policies.
`supportsUsage`<br/>*boolean* | Whether or not this service descriptor supports usage.
`supportsBrownfield`<br/>*boolean* | Whether or not this service descriptor supports brownfield connections.
`supportsPartner`<br/>*boolean* | Whether or not this service descriptor supports partner center connections.
`supportsPricingV2`<br/>*boolean* | Whether or not this service descriptor supports pricing (V2).
`supportsCaching`<br/>*boolean* | Whether or not this service descriptor supports caching.

Expand Down Expand Up @@ -502,6 +508,7 @@ Optional query parameters | &nbsp;
`usageEnabled`<br/>*string* | Is usage collection enabled on this service connection.
`metricsEnabled`<br/>*string* | Is metric collection enabled on this service connection.
`brownfield`<br/>*boolean* | True if connecting to an existing service connection from which environments can be linked. Can only be enabled if the service supports brownfield, see [retrieve descriptor](#administration-retrieve-descriptor). If enabled, `trialEnabled` and `usageEnabled` must be false since they are not supported on brownfield connections.
`partnerEnabled`<br/>*boolean* | True if it is a partner enabled connection. Can only be enabled if the service supports partner center and if the connection is brownfield.
`commitmentTrackingEnabled`<br/>*string* | Is commitment tracking enabled on this service connection.
`dependentConnection`<br/>*object* | The dependent connection if there is one.
`locations`<br/>*Array[object]* | Locations of a service connection region.<br/>*includes*: `name`, `lat` and `lng`
Expand Down