Marketplace Agreements - List

List Datadog marketplace agreements in the subscription.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements?api-version=2023-01-01

URI Parameters

Name In Required Type Description
subscriptionId
path True

string

The ID of the target subscription.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

DatadogAgreementResourceListResponse

Success

Other Status Codes

ErrorResponse

Default error response.

Examples

MarketplaceAgreements_List

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Datadog/agreements?api-version=2023-01-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Datadog/agreements/id1",
      "name": "planid1",
      "type": "Microsoft.Datadog/agreements",
      "properties": {
        "publisher": "pubid1",
        "product": "offid1",
        "plan": "planid1",
        "licenseTextLink": "test.licenseLink1",
        "privacyPolicyLink": "test.privacyPolicyLink1",
        "retrieveDatetime": "2017-08-15T11:33:07.12132Z",
        "signature": "ASDFSDAFWEFASDGWERLWER",
        "accepted": false
      }
    },
    {
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Datadog/agreements/id2",
      "name": "planid2",
      "type": "Microsoft.Datadog/agreements",
      "properties": {
        "publisher": "pubid2",
        "product": "offid2",
        "plan": "planid2",
        "licenseTextLink": "test.licenseLin2k",
        "privacyPolicyLink": "test.privacyPolicyLink2",
        "retrieveDatetime": "2017-08-14T11:33:07.12132Z",
        "signature": "ASDFSDAFWEFASDGWERLWER",
        "accepted": false
      }
    }
  ],
  "nextLink": null
}

Definitions

Name Description
createdByType

The type of identity that created the resource.

DatadogAgreementProperties

Terms properties.

DatadogAgreementResource
DatadogAgreementResourceListResponse

Response of a list operation.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

systemData

Metadata pertaining to creation and last modification of the resource.

createdByType

The type of identity that created the resource.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

DatadogAgreementProperties

Terms properties.

Name Type Description
accepted

boolean

If any version of the terms have been accepted, otherwise false.

licenseTextLink

string

Link to HTML with Microsoft and Publisher terms.

plan

string

Plan identifier string.

privacyPolicyLink

string

Link to the privacy policy of the publisher.

product

string

Product identifier string.

publisher

string

Publisher identifier string.

retrieveDatetime

string

Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.

signature

string

Terms signature.

DatadogAgreementResource

Name Type Description
id

string

ARM id of the resource.

name

string

Name of the agreement.

properties

DatadogAgreementProperties

Represents the properties of the resource.

systemData

systemData

Metadata pertaining to creation and last modification of the resource.

type

string

The type of the resource.

DatadogAgreementResourceListResponse

Response of a list operation.

Name Type Description
nextLink

string

Link to the next set of results, if any.

value

DatadogAgreementResource[]

Results of a list operation.

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetail

The error detail.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

systemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

createdByType

The type of identity that created the resource.

lastModifiedAt

string

The timestamp of resource last modification (UTC)

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

createdByType

The type of identity that last modified the resource.