Search for Management Profile

Searches for a management profiles and out of sync resources.

Notes

  • Only Gateway ManagementProfile are supported.
  • User can list all the profile configurations on the deployed gateway
    • List profiles https://localhost/api/v2/tenants/tenantId/managementProfiles/search?queryString
    • Search specific https://api.opsramp.com/api/v2/tenants/tenantId/managementProfiles/search?pageNo=1&pageSize=10&isDescendingOrder=true&sortName=id&queryString=id:1043+name:Gateway_Profile
  • User can list out the out of sync templates from the deployed gateway
    • List all the out of sync templates of the client https://localhost/api/v2/tenants/tenantId/managementProfiles/search?queryString=outOfSync:true
    • List all the out of sync templates of the given managementProfiles https://localhost/api/v2/tenants/tenantId/managementProfiles/search?queryString=outOfSync:true%2Buuid:302443bc-8367-48c1-801b-2732d91c6d45

Path Parameters

  • tenantIdstringrequired

    Describes the uuid of the tenant

Query Parameters

  • idstring

    The management profile id.

  • namestring

    The management profile name.

  • typeboolean

    The management profile type. An example is: { Agent | Gateway }

  • startCreationDatestring

    Search for the management profile created within a certain duration. Start indicates the from date. An example is: 2016-06-10T10:40:20 0000 (GMT).

  • endCreationDatestring

    Search for the management profile created within a certain duration. End indicates the to date. An Example is: 2016-06-20T10:40:20 0000 (GMT).

  • outOfSyncstring

    Search for Templates and Resources which are out of Sync within a profile. Value = true will fetch out of sync templates details.

    Enum:
    truefalse
  • uuidstring

    The management profile uuid.

Responses

  • resultsarray

  • totalResultsinteger

    SerStatus

  • orderBystring

  • pageNointeger

  • pageSizeinteger

  • totalPagesinteger

  • nextPageboolean

  • nextPageNointeger

  • previousPageNointeger

  • descendingOrderboolean

Loading Examples...