Skip to main content

Get the details of an existing managed tenant

GET 

/api/v1/mssp/:mssp-id/managed-tenant/:tenant-id

x-public: "true"

Returns the details of an existing MSSP.

Request

Path Parameters

    mssp-id stringrequired

    the mssp the managed tenants belong to

    tenant-id stringrequired

    the prisma id or external tenant id of the managed tenant of interest

Responses

OK

Schema
    prismaId string
    externalTenantId string
    customerName string
    companyName string
    status string

    Possible values: [ACTIVE, PROVISIONING, UPDATING, DELETING, DELETED, OFFBOARDING, ERRORED]

    isSynthetic boolean
    wasMigrated boolean
    msspId string
    tenantGroupId uuid
    planType string

    Possible values: [RS_STANDARD, RS_FOUNDATION, RS_ADVANCED]

    contactInfo object
    firstName stringrequired

    Possible values: non-empty and <= 63 characters

    lastName stringrequired

    Possible values: non-empty and <= 63 characters

    email stringrequired

    Possible values: non-empty and <= 128 characters

    stack string
    region string
    baseApiUrl string
    tenantLicense object
    tenantLicenseId string
    serialNumber string
    licensePoolId string
    allocatedCredits int32
    startDate int64
    endDate int64
    createdBy string
    createdAt int64
    modules object[]
  • Array [
  • feature_name stringrequired
    enabled boolean
    billing_type string

    Possible values: [TRIAL, BUY]

    state string

    Possible values: [PROVISION_STARTED, PROVISION_SUCCESSFUL, PROVISION_FAILED]

    additional_data object
    property name* object
  • ]
  • erroredBy uuid
    policyGroups object[]
  • Array [
  • id uuid
    name string
    policyCount int32
  • ]
Loading...