POST Offerings/CompatibleTenants/Count

Get the number of compatible tenants for an offering; i.e. those tenants which are allowed to subscribe to the offering.

Tenants are compatible with an offering if:

  • The offering does not require NetScaler Gateway, or the tenant's users connect via NetScaler Gateway.
  • The offering does not require Advanced Access Control, or the tenant uses Advanced Access Control.

Request Information

Parameters

NameDescriptionAdditional information
name

See Filtering, Arranging, and Paging.

Type: String

filterBy

See Filtering, Arranging, and Paging. The supported filters are:

  • All: All tenants.
  • NotDeleted: All tenants which are not currently being deleted. (default)
  • NotUsed: All tenants who do not have any subscriptions that are not deleted.

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

Request body type

GetCompatibleTenantsModel

Request body formats

application/json, text/json

Sample:
{
  "Ids": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

Response Information

Number of tenants.

Response type

Number

Response body formats

application/json, text/json

Sample:
1