diff --git a/404.html b/404.html index 1a4fa4fd5..9d73aeeb3 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@ - + diff --git a/FAQ/index.html b/FAQ/index.html index 7a1b426b1..86e48e622 100644 --- a/FAQ/index.html +++ b/FAQ/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/AllProjectsPage/index.html b/admin-panel/AllProjectsPage/index.html index bfad54a86..9ed741b19 100644 --- a/admin-panel/AllProjectsPage/index.html +++ b/admin-panel/AllProjectsPage/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/AllUsersPage/index.html b/admin-panel/AllUsersPage/index.html index c8ca9e2ea..fc5403971 100644 --- a/admin-panel/AllUsersPage/index.html +++ b/admin-panel/AllUsersPage/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/EventMonitoring/index.html b/admin-panel/EventMonitoring/index.html index fce647154..faab34805 100644 --- a/admin-panel/EventMonitoring/index.html +++ b/admin-panel/EventMonitoring/index.html @@ -9,7 +9,7 @@ - + diff --git a/admin-panel/index.html b/admin-panel/index.html index 9f6ddafd7..468b797dd 100644 --- a/admin-panel/index.html +++ b/admin-panel/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/AutoAnalysisOfLaunches/index.html b/analysis/AutoAnalysisOfLaunches/index.html index bfe8fa345..e84779882 100644 --- a/analysis/AutoAnalysisOfLaunches/index.html +++ b/analysis/AutoAnalysisOfLaunches/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/HowModelsAreRetrained/index.html b/analysis/HowModelsAreRetrained/index.html index d814a0fdd..ed57c0876 100644 --- a/analysis/HowModelsAreRetrained/index.html +++ b/analysis/HowModelsAreRetrained/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ImmediateAutoAnalysis/index.html b/analysis/ImmediateAutoAnalysis/index.html index 2cec1a8dd..95f171409 100644 --- a/analysis/ImmediateAutoAnalysis/index.html +++ b/analysis/ImmediateAutoAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ImmediatePatternAnalysis/index.html b/analysis/ImmediatePatternAnalysis/index.html index 19876b701..fdf8e229b 100644 --- a/analysis/ImmediatePatternAnalysis/index.html +++ b/analysis/ImmediatePatternAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/MLSuggestions/index.html b/analysis/MLSuggestions/index.html index 63e0eaf5d..895a97418 100644 --- a/analysis/MLSuggestions/index.html +++ b/analysis/MLSuggestions/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/ManualAnalysis/index.html b/analysis/ManualAnalysis/index.html index d8cbc4c8c..81fa80b71 100644 --- a/analysis/ManualAnalysis/index.html +++ b/analysis/ManualAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/PatternAnalysis/index.html b/analysis/PatternAnalysis/index.html index 429a38615..ce7126f12 100644 --- a/analysis/PatternAnalysis/index.html +++ b/analysis/PatternAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/SearchForTheSimilarToInvestigateItems/index.html b/analysis/SearchForTheSimilarToInvestigateItems/index.html index e9e75f659..1414bb877 100644 --- a/analysis/SearchForTheSimilarToInvestigateItems/index.html +++ b/analysis/SearchForTheSimilarToInvestigateItems/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/UniqueErrorAnalysis/index.html b/analysis/UniqueErrorAnalysis/index.html index 13bbac511..cd7f318b4 100644 --- a/analysis/UniqueErrorAnalysis/index.html +++ b/analysis/UniqueErrorAnalysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/analysis/index.html b/analysis/index.html index 176a1480b..b780e0920 100644 --- a/analysis/index.html +++ b/analysis/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/activities-search/index.html b/api/api-design/activities-search/index.html index b66c215c4..a648b3831 100644 --- a/api/api-design/activities-search/index.html +++ b/api/api-design/activities-search/index.html @@ -9,7 +9,7 @@ - + @@ -25,6 +25,6 @@

Request

Query Parameters

    limit string

    The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint

    offset string

    The offset used for this page of results

    sort string

    Indicate sort by field

    order string

    Possible values: [ASC, DESC]

    Indicate sorting direction

Body

    search_criterias

    object[]

    required

  • Array [

  • filter_key stringrequired

    search by field

    operation string

    Possible values: [EQ, NE, CNT, NON_CNT, BTW, IN]

    operation to perform for the filter

    value stringrequired

    search value

  • ]

-

Responses

OK

Schema

    offset integerrequired

    The offset used for this page of results.

    limit integerrequired

    The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.

    total_count integerrequired

    One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.

    sort string

    Field to define the sort field.

    order string

    Possible values: [ASC, DESC]

    To indicate sorting direction. Ascending or Descending.

    items

    object[]

    required

  • Array [

  • id int64

    Possible values: >= 1

    created_at date-time
    event_name string
    object_id int64

    Possible values: >= 1

    object_name string
    object_type string
    project_id int64

    Possible values: >= 1

    project_name string
    subject_name string
    subject_type string

    details

    object

    history

    object[]

  • Array [

  • field string
    old_value string
    new_value string
  • ]

  • ]

Loading...
+

Responses

OK

Schema

    offset integerrequired

    The offset used for this page of results.

    limit integerrequired

    The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.

    total_count integerrequired

    One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.

    sort string

    Field to define the sort field.

    order string

    Possible values: [ASC, DESC]

    To indicate sorting direction. Ascending or Descending.

    items

    object[]

    required

  • Array [

  • id int64

    Possible values: >= 1

    created_at date-time
    event_name string
    object_id int64

    Possible values: >= 1

    object_name string
    object_type string
    project_id int64

    Possible values: >= 1

    project_name string
    subject_name string
    subject_type string

    details

    object

    history

    object[]

  • Array [

  • field string
    old_value string
    new_value string
  • ]

  • ]

Loading...
\ No newline at end of file diff --git a/api/api-design/activities/index.html b/api/api-design/activities/index.html index df0f6dcb2..1b7c07d3f 100644 --- a/api/api-design/activities/index.html +++ b/api/api-design/activities/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/delete-users-user-id-api-keys-key-id/index.html b/api/api-design/delete-users-user-id-api-keys-key-id/index.html index 279e159e3..88d33de7f 100644 --- a/api/api-design/delete-users-user-id-api-keys-key-id/index.html +++ b/api/api-design/delete-users-user-id-api-keys-key-id/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/get-project-suggestions/index.html b/api/api-design/get-project-suggestions/index.html index 13ee563d6..3a5676442 100644 --- a/api/api-design/get-project-suggestions/index.html +++ b/api/api-design/get-project-suggestions/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/get-user-api-keys/index.html b/api/api-design/get-user-api-keys/index.html index 746186c86..deed61315 100644 --- a/api/api-design/get-user-api-keys/index.html +++ b/api/api-design/get-user-api-keys/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/post-users-user-id-api-keys/index.html b/api/api-design/post-users-user-id-api-keys/index.html index 2caf1c932..fecb88017 100644 --- a/api/api-design/post-users-user-id-api-keys/index.html +++ b/api/api-design/post-users-user-id-api-keys/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/projects/index.html b/api/api-design/projects/index.html index 4ac59e319..a376801b2 100644 --- a/api/api-design/projects/index.html +++ b/api/api-design/projects/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/reportportal-api/index.html b/api/api-design/reportportal-api/index.html index 292e50248..c3548daff 100644 --- a/api/api-design/reportportal-api/index.html +++ b/api/api-design/reportportal-api/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/suggestions/index.html b/api/api-design/suggestions/index.html index 0cae50547..9503c0b22 100644 --- a/api/api-design/suggestions/index.html +++ b/api/api-design/suggestions/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/api-design/user-api-keys/index.html b/api/api-design/user-api-keys/index.html index 4263da965..cebcd01ee 100644 --- a/api/api-design/user-api-keys/index.html +++ b/api/api-design/user-api-keys/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/intro/index.html b/api/intro/index.html index 68260de86..e76d90312 100644 --- a/api/intro/index.html +++ b/api/intro/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/activity-controller/index.html b/api/service-api/activity-controller/index.html index f2e51a149..8a26b94d7 100644 --- a/api/service-api/activity-controller/index.html +++ b/api/service-api/activity-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/activity-event-controller/index.html b/api/service-api/activity-event-controller/index.html index 54236dbf6..fba49d7e3 100644 --- a/api/service-api/activity-event-controller/index.html +++ b/api/service-api/activity-event-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/add-user-preference-using-put/index.html b/api/service-api/add-user-preference-using-put/index.html index 9492f0fc8..28be13112 100644 --- a/api/service-api/add-user-preference-using-put/index.html +++ b/api/service-api/add-user-preference-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/add-widget-using-put/index.html b/api/service-api/add-widget-using-put/index.html index 9fbedc9d3..587f912bf 100644 --- a/api/service-api/add-widget-using-put/index.html +++ b/api/service-api/add-widget-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/assign-project-users-using-put/index.html b/api/service-api/assign-project-users-using-put/index.html index 0ad0af7bf..bb4082ee4 100644 --- a/api/service-api/assign-project-users-using-put/index.html +++ b/api/service-api/assign-project-users-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/bug-tracking-system-controller/index.html b/api/service-api/bug-tracking-system-controller/index.html index 5a6a3cd0b..93e551203 100644 --- a/api/service-api/bug-tracking-system-controller/index.html +++ b/api/service-api/bug-tracking-system-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/bulk-force-finish-using-put/index.html b/api/service-api/bulk-force-finish-using-put/index.html index a2d492e0f..a44d7cee2 100644 --- a/api/service-api/bulk-force-finish-using-put/index.html +++ b/api/service-api/bulk-force-finish-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/bulk-update-using-put-1/index.html b/api/service-api/bulk-update-using-put-1/index.html index 3481d6f58..79aea162f 100644 --- a/api/service-api/bulk-update-using-put-1/index.html +++ b/api/service-api/bulk-update-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/bulk-update-using-put/index.html b/api/service-api/bulk-update-using-put/index.html index b4eefb29f..308a1555b 100644 --- a/api/service-api/bulk-update-using-put/index.html +++ b/api/service-api/bulk-update-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/change-password-using-post-1/index.html b/api/service-api/change-password-using-post-1/index.html index 30fde812a..69e082501 100644 --- a/api/service-api/change-password-using-post-1/index.html +++ b/api/service-api/change-password-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/change-password-using-post/index.html b/api/service-api/change-password-using-post/index.html index 5208fa81f..9077e1733 100644 --- a/api/service-api/change-password-using-post/index.html +++ b/api/service-api/change-password-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/compare-launches-using-get/index.html b/api/service-api/compare-launches-using-get/index.html index 2e361a302..4543d7d56 100644 --- a/api/service-api/compare-launches-using-get/index.html +++ b/api/service-api/compare-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-api-key-using-post-1/index.html b/api/service-api/create-api-key-using-post-1/index.html index b2b4d8131..a0dfe0f8a 100644 --- a/api/service-api/create-api-key-using-post-1/index.html +++ b/api/service-api/create-api-key-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-api-key-using-post/index.html b/api/service-api/create-api-key-using-post/index.html index 746409786..697f617b8 100644 --- a/api/service-api/create-api-key-using-post/index.html +++ b/api/service-api/create-api-key-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-clusters-using-post/index.html b/api/service-api/create-clusters-using-post/index.html index 7a3379113..a5729a2f6 100644 --- a/api/service-api/create-clusters-using-post/index.html +++ b/api/service-api/create-clusters-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-dashboard-using-post/index.html b/api/service-api/create-dashboard-using-post/index.html index fbe246eba..4f546820e 100644 --- a/api/service-api/create-dashboard-using-post/index.html +++ b/api/service-api/create-dashboard-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-filter-using-post/index.html b/api/service-api/create-filter-using-post/index.html index 552633086..060a03e6e 100644 --- a/api/service-api/create-filter-using-post/index.html +++ b/api/service-api/create-filter-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-global-integration-using-post/index.html b/api/service-api/create-global-integration-using-post/index.html index 6248c4670..44407a2bf 100644 --- a/api/service-api/create-global-integration-using-post/index.html +++ b/api/service-api/create-global-integration-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-issue-using-post/index.html b/api/service-api/create-issue-using-post/index.html index 3e0e43b4f..9ef4a177a 100644 --- a/api/service-api/create-issue-using-post/index.html +++ b/api/service-api/create-issue-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-log-entry-using-post-1/index.html b/api/service-api/create-log-entry-using-post-1/index.html index b9a79d439..91c373957 100644 --- a/api/service-api/create-log-entry-using-post-1/index.html +++ b/api/service-api/create-log-entry-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-log-entry-using-post/index.html b/api/service-api/create-log-entry-using-post/index.html index 46affdac1..bd77c131f 100644 --- a/api/service-api/create-log-entry-using-post/index.html +++ b/api/service-api/create-log-entry-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-log-using-post-1/index.html b/api/service-api/create-log-using-post-1/index.html index 482b95631..ee121b840 100644 --- a/api/service-api/create-log-using-post-1/index.html +++ b/api/service-api/create-log-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-log-using-post/index.html b/api/service-api/create-log-using-post/index.html index 825b42c87..4c095e24b 100644 --- a/api/service-api/create-log-using-post/index.html +++ b/api/service-api/create-log-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-notification-using-post/index.html b/api/service-api/create-notification-using-post/index.html index 91b3af140..7d839c273 100644 --- a/api/service-api/create-notification-using-post/index.html +++ b/api/service-api/create-notification-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-pattern-template-using-post/index.html b/api/service-api/create-pattern-template-using-post/index.html index 471ec9e0a..301057581 100644 --- a/api/service-api/create-pattern-template-using-post/index.html +++ b/api/service-api/create-pattern-template-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-project-integration-using-post/index.html b/api/service-api/create-project-integration-using-post/index.html index 91697bf08..0cab4d8b2 100644 --- a/api/service-api/create-project-integration-using-post/index.html +++ b/api/service-api/create-project-integration-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-project-issue-sub-type-using-post/index.html b/api/service-api/create-project-issue-sub-type-using-post/index.html index 02bcc55e2..94520733e 100644 --- a/api/service-api/create-project-issue-sub-type-using-post/index.html +++ b/api/service-api/create-project-issue-sub-type-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-project-using-post/index.html b/api/service-api/create-project-using-post/index.html index a9b12e49f..bd5390283 100644 --- a/api/service-api/create-project-using-post/index.html +++ b/api/service-api/create-project-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-user-bid-using-post-1/index.html b/api/service-api/create-user-bid-using-post-1/index.html index 9b2db4c6b..67fcefe5c 100644 --- a/api/service-api/create-user-bid-using-post-1/index.html +++ b/api/service-api/create-user-bid-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-user-bid-using-post/index.html b/api/service-api/create-user-bid-using-post/index.html index 09a864709..d13fe656b 100644 --- a/api/service-api/create-user-bid-using-post/index.html +++ b/api/service-api/create-user-bid-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-user-by-admin-using-post-1/index.html b/api/service-api/create-user-by-admin-using-post-1/index.html index 2c2f488d5..1a8c568b2 100644 --- a/api/service-api/create-user-by-admin-using-post-1/index.html +++ b/api/service-api/create-user-by-admin-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-user-by-admin-using-post/index.html b/api/service-api/create-user-by-admin-using-post/index.html index 082109d9c..03ee0216c 100644 --- a/api/service-api/create-user-by-admin-using-post/index.html +++ b/api/service-api/create-user-by-admin-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-user-using-post-1/index.html b/api/service-api/create-user-using-post-1/index.html index 6bf7feab1..218993fcf 100644 --- a/api/service-api/create-user-using-post-1/index.html +++ b/api/service-api/create-user-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-user-using-post/index.html b/api/service-api/create-user-using-post/index.html index c73da7673..966d0ad2b 100644 --- a/api/service-api/create-user-using-post/index.html +++ b/api/service-api/create-user-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/create-widget-using-post/index.html b/api/service-api/create-widget-using-post/index.html index 0aed6a1b1..ec7673340 100644 --- a/api/service-api/create-widget-using-post/index.html +++ b/api/service-api/create-widget-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/dashboard-controller/index.html b/api/service-api/dashboard-controller/index.html index ef7626c95..5eb367f68 100644 --- a/api/service-api/dashboard-controller/index.html +++ b/api/service-api/dashboard-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/define-test-item-issue-type-using-put/index.html b/api/service-api/define-test-item-issue-type-using-put/index.html index 0d4df40ef..7b191b38f 100644 --- a/api/service-api/define-test-item-issue-type-using-put/index.html +++ b/api/service-api/define-test-item-issue-type-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-all-integrations-using-delete/index.html b/api/service-api/delete-all-integrations-using-delete/index.html index 88295fdb4..38f56ec5a 100644 --- a/api/service-api/delete-all-integrations-using-delete/index.html +++ b/api/service-api/delete-all-integrations-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-all-project-integrations-using-delete/index.html b/api/service-api/delete-all-project-integrations-using-delete/index.html index eeb012959..4d5e402c7 100644 --- a/api/service-api/delete-all-project-integrations-using-delete/index.html +++ b/api/service-api/delete-all-project-integrations-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-api-key-using-delete-1/index.html b/api/service-api/delete-api-key-using-delete-1/index.html index 87ee8a7e1..1985c5d61 100644 --- a/api/service-api/delete-api-key-using-delete-1/index.html +++ b/api/service-api/delete-api-key-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-api-key-using-delete/index.html b/api/service-api/delete-api-key-using-delete/index.html index 34229fc87..f1415a7c6 100644 --- a/api/service-api/delete-api-key-using-delete/index.html +++ b/api/service-api/delete-api-key-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-dashboard-using-delete/index.html b/api/service-api/delete-dashboard-using-delete/index.html index 624b92d2a..18cb02632 100644 --- a/api/service-api/delete-dashboard-using-delete/index.html +++ b/api/service-api/delete-dashboard-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-filter-using-delete/index.html b/api/service-api/delete-filter-using-delete/index.html index 08594a3da..9375bfb38 100644 --- a/api/service-api/delete-filter-using-delete/index.html +++ b/api/service-api/delete-filter-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-global-integration-using-delete/index.html b/api/service-api/delete-global-integration-using-delete/index.html index 7a358ab85..fa0c09175 100644 --- a/api/service-api/delete-global-integration-using-delete/index.html +++ b/api/service-api/delete-global-integration-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-launch-using-delete/index.html b/api/service-api/delete-launch-using-delete/index.html index c132b2c6e..0f8ecd41b 100644 --- a/api/service-api/delete-launch-using-delete/index.html +++ b/api/service-api/delete-launch-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-launches-using-delete/index.html b/api/service-api/delete-launches-using-delete/index.html index f705daac2..025be06ed 100644 --- a/api/service-api/delete-launches-using-delete/index.html +++ b/api/service-api/delete-launches-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-log-using-delete/index.html b/api/service-api/delete-log-using-delete/index.html index 362e8af3a..5c46ff512 100644 --- a/api/service-api/delete-log-using-delete/index.html +++ b/api/service-api/delete-log-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-notification-using-delete/index.html b/api/service-api/delete-notification-using-delete/index.html index d7513da1e..364188335 100644 --- a/api/service-api/delete-notification-using-delete/index.html +++ b/api/service-api/delete-notification-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-pattern-template-using-delete/index.html b/api/service-api/delete-pattern-template-using-delete/index.html index f05cb9ce3..f57d459e2 100644 --- a/api/service-api/delete-pattern-template-using-delete/index.html +++ b/api/service-api/delete-pattern-template-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-photo-using-delete/index.html b/api/service-api/delete-photo-using-delete/index.html index 93b610659..60d6f3deb 100644 --- a/api/service-api/delete-photo-using-delete/index.html +++ b/api/service-api/delete-photo-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-plugin-using-delete/index.html b/api/service-api/delete-plugin-using-delete/index.html index 7f99f9a9c..eebde92eb 100644 --- a/api/service-api/delete-plugin-using-delete/index.html +++ b/api/service-api/delete-plugin-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-project-index-using-delete/index.html b/api/service-api/delete-project-index-using-delete/index.html index 6b73346c6..b12877b32 100644 --- a/api/service-api/delete-project-index-using-delete/index.html +++ b/api/service-api/delete-project-index-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-project-integration-using-delete/index.html b/api/service-api/delete-project-integration-using-delete/index.html index 1e46faaef..fc9e59cd6 100644 --- a/api/service-api/delete-project-integration-using-delete/index.html +++ b/api/service-api/delete-project-integration-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-project-issue-sub-type-using-delete/index.html b/api/service-api/delete-project-issue-sub-type-using-delete/index.html index 5ead9f61c..91345c22f 100644 --- a/api/service-api/delete-project-issue-sub-type-using-delete/index.html +++ b/api/service-api/delete-project-issue-sub-type-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-project-using-delete-1/index.html b/api/service-api/delete-project-using-delete-1/index.html index 693723b48..c5891edec 100644 --- a/api/service-api/delete-project-using-delete-1/index.html +++ b/api/service-api/delete-project-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-project-using-delete/index.html b/api/service-api/delete-project-using-delete/index.html index d1d38bc25..0c2073123 100644 --- a/api/service-api/delete-project-using-delete/index.html +++ b/api/service-api/delete-project-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-test-item-using-delete/index.html b/api/service-api/delete-test-item-using-delete/index.html index 06ec89b19..67464a57f 100644 --- a/api/service-api/delete-test-item-using-delete/index.html +++ b/api/service-api/delete-test-item-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-test-items-using-delete/index.html b/api/service-api/delete-test-items-using-delete/index.html index 0c7b88489..964e0f501 100644 --- a/api/service-api/delete-test-items-using-delete/index.html +++ b/api/service-api/delete-test-items-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-user-using-delete-1/index.html b/api/service-api/delete-user-using-delete-1/index.html index 947ff0708..abda48295 100644 --- a/api/service-api/delete-user-using-delete-1/index.html +++ b/api/service-api/delete-user-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-user-using-delete/index.html b/api/service-api/delete-user-using-delete/index.html index 96b010bdb..a04cd7700 100644 --- a/api/service-api/delete-user-using-delete/index.html +++ b/api/service-api/delete-user-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-users-using-delete-1/index.html b/api/service-api/delete-users-using-delete-1/index.html index cae910593..a4f34fba5 100644 --- a/api/service-api/delete-users-using-delete-1/index.html +++ b/api/service-api/delete-users-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/delete-users-using-delete/index.html b/api/service-api/delete-users-using-delete/index.html index 54e16c264..7fa18a9b0 100644 --- a/api/service-api/delete-users-using-delete/index.html +++ b/api/service-api/delete-users-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/demo-data-controller/index.html b/api/service-api/demo-data-controller/index.html index 42a5948f5..4cecdf5ff 100644 --- a/api/service-api/demo-data-controller/index.html +++ b/api/service-api/demo-data-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/deprecated-user-controller/index.html b/api/service-api/deprecated-user-controller/index.html index 52ee75ec2..baaab3b31 100644 --- a/api/service-api/deprecated-user-controller/index.html +++ b/api/service-api/deprecated-user-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/edit-user-using-put-1/index.html b/api/service-api/edit-user-using-put-1/index.html index ea6305f48..d035768fc 100644 --- a/api/service-api/edit-user-using-put-1/index.html +++ b/api/service-api/edit-user-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/edit-user-using-put/index.html b/api/service-api/edit-user-using-put/index.html index 713a5648b..0103c701c 100644 --- a/api/service-api/edit-user-using-put/index.html +++ b/api/service-api/edit-user-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/execute-integration-command-using-put/index.html b/api/service-api/execute-integration-command-using-put/index.html index 753219876..83d26666c 100644 --- a/api/service-api/execute-integration-command-using-put/index.html +++ b/api/service-api/execute-integration-command-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/execute-plugin-command-using-put/index.html b/api/service-api/execute-plugin-command-using-put/index.html index 3f2361b0c..a5cd56de1 100644 --- a/api/service-api/execute-plugin-command-using-put/index.html +++ b/api/service-api/execute-plugin-command-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/execute-public-plugin-command-using-put/index.html b/api/service-api/execute-public-plugin-command-using-put/index.html index e44136b94..e16df243f 100644 --- a/api/service-api/execute-public-plugin-command-using-put/index.html +++ b/api/service-api/execute-public-plugin-command-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/export-projects-using-get/index.html b/api/service-api/export-projects-using-get/index.html index 26ab92c41..5ac2c1c7f 100644 --- a/api/service-api/export-projects-using-get/index.html +++ b/api/service-api/export-projects-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/export-using-get-1/index.html b/api/service-api/export-using-get-1/index.html index 70e0aec7c..957e984e8 100644 --- a/api/service-api/export-using-get-1/index.html +++ b/api/service-api/export-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/export-using-get/index.html b/api/service-api/export-using-get/index.html index 1b2ed075c..ee6718ff4 100644 --- a/api/service-api/export-using-get/index.html +++ b/api/service-api/export-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/file-storage-controller/index.html b/api/service-api/file-storage-controller/index.html index 577ee2037..6ee6d7f2d 100644 --- a/api/service-api/file-storage-controller/index.html +++ b/api/service-api/file-storage-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/find-users-using-get-1/index.html b/api/service-api/find-users-using-get-1/index.html index 073965bcd..1452aaee8 100644 --- a/api/service-api/find-users-using-get-1/index.html +++ b/api/service-api/find-users-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/find-users-using-get/index.html b/api/service-api/find-users-using-get/index.html index 5d9b63bf0..20a3515e6 100644 --- a/api/service-api/find-users-using-get/index.html +++ b/api/service-api/find-users-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/finish-launch-using-put-1/index.html b/api/service-api/finish-launch-using-put-1/index.html index 105f28d45..2e67baa5a 100644 --- a/api/service-api/finish-launch-using-put-1/index.html +++ b/api/service-api/finish-launch-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/finish-launch-using-put/index.html b/api/service-api/finish-launch-using-put/index.html index 6e5d03ea5..f64357d13 100644 --- a/api/service-api/finish-launch-using-put/index.html +++ b/api/service-api/finish-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/finish-test-item-using-put-1/index.html b/api/service-api/finish-test-item-using-put-1/index.html index 110856641..b8840234b 100644 --- a/api/service-api/finish-test-item-using-put-1/index.html +++ b/api/service-api/finish-test-item-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/finish-test-item-using-put/index.html b/api/service-api/finish-test-item-using-put/index.html index 3c30dfed5..8aba54e41 100644 --- a/api/service-api/finish-test-item-using-put/index.html +++ b/api/service-api/finish-test-item-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/force-finish-launch-using-put/index.html b/api/service-api/force-finish-launch-using-put/index.html index 62e5bb37f..f12c3dbc0 100644 --- a/api/service-api/force-finish-launch-using-put/index.html +++ b/api/service-api/force-finish-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/generate-using-post/index.html b/api/service-api/generate-using-post/index.html index 6f690eaba..ac6e83427 100644 --- a/api/service-api/generate-using-post/index.html +++ b/api/service-api/generate-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-activities-using-post/index.html b/api/service-api/get-activities-using-post/index.html index 8551fd974..894e910bd 100644 --- a/api/service-api/get-activities-using-post/index.html +++ b/api/service-api/get-activities-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-activity-using-get/index.html b/api/service-api/get-activity-using-get/index.html index 2fc3fd036..8e028b4cf 100644 --- a/api/service-api/get-activity-using-get/index.html +++ b/api/service-api/get-activity-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

getActivity

Request

Path Parameters

    activityId int64required

    activityId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
+

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-all-dashboards-using-get/index.html b/api/service-api/get-all-dashboards-using-get/index.html index 10a2aa05f..da8a4248b 100644 --- a/api/service-api/get-all-dashboards-using-get/index.html +++ b/api/service-api/get-all-dashboards-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-all-filters-names-using-get/index.html b/api/service-api/get-all-filters-names-using-get/index.html index d63cd9701..073dd9e93 100644 --- a/api/service-api/get-all-filters-names-using-get/index.html +++ b/api/service-api/get-all-filters-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-all-filters-using-get/index.html b/api/service-api/get-all-filters-using-get/index.html index d5c98adde..0c052c136 100644 --- a/api/service-api/get-all-filters-using-get/index.html +++ b/api/service-api/get-all-filters-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-all-launch-names-using-get/index.html b/api/service-api/get-all-launch-names-using-get/index.html index 8f7ba2f0c..56753dbba 100644 --- a/api/service-api/get-all-launch-names-using-get/index.html +++ b/api/service-api/get-all-launch-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-all-owners-using-get/index.html b/api/service-api/get-all-owners-using-get/index.html index 46bf1c7f7..11a8bedac 100644 --- a/api/service-api/get-all-owners-using-get/index.html +++ b/api/service-api/get-all-owners-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-all-project-names-using-get/index.html b/api/service-api/get-all-project-names-using-get/index.html index a655609d2..9ecedba7b 100644 --- a/api/service-api/get-all-project-names-using-get/index.html +++ b/api/service-api/get-all-project-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-all-projects-info-using-get/index.html b/api/service-api/get-all-projects-info-using-get/index.html index 2b387372a..bb5e02264 100644 --- a/api/service-api/get-all-projects-info-using-get/index.html +++ b/api/service-api/get-all-projects-info-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-allowable-issue-types-using-get-1/index.html b/api/service-api/get-allowable-issue-types-using-get-1/index.html index d991d8720..a7ef9f0d8 100644 --- a/api/service-api/get-allowable-issue-types-using-get-1/index.html +++ b/api/service-api/get-allowable-issue-types-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-allowable-issue-types-using-get/index.html b/api/service-api/get-allowable-issue-types-using-get/index.html index b320dfedc..3c5e7cf0b 100644 --- a/api/service-api/get-allowable-issue-types-using-get/index.html +++ b/api/service-api/get-allowable-issue-types-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-analyzer-indexing-status-using-get/index.html b/api/service-api/get-analyzer-indexing-status-using-get/index.html index a025ee381..e416d8a44 100644 --- a/api/service-api/get-analyzer-indexing-status-using-get/index.html +++ b/api/service-api/get-analyzer-indexing-status-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-attribute-keys-for-project-using-get/index.html b/api/service-api/get-attribute-keys-for-project-using-get/index.html index 782e98ecd..d9486ff90 100644 --- a/api/service-api/get-attribute-keys-for-project-using-get/index.html +++ b/api/service-api/get-attribute-keys-for-project-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-attribute-keys-using-get-1/index.html b/api/service-api/get-attribute-keys-using-get-1/index.html index a2ec2d001..cac239edc 100644 --- a/api/service-api/get-attribute-keys-using-get-1/index.html +++ b/api/service-api/get-attribute-keys-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-attribute-keys-using-get-2/index.html b/api/service-api/get-attribute-keys-using-get-2/index.html index 7bcda5264..3b14b8149 100644 --- a/api/service-api/get-attribute-keys-using-get-2/index.html +++ b/api/service-api/get-attribute-keys-using-get-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-attribute-keys-using-get/index.html b/api/service-api/get-attribute-keys-using-get/index.html index 1568208e1..798683b8e 100644 --- a/api/service-api/get-attribute-keys-using-get/index.html +++ b/api/service-api/get-attribute-keys-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-attribute-values-using-get-1/index.html b/api/service-api/get-attribute-values-using-get-1/index.html index 4a77d924d..6ee56bcd3 100644 --- a/api/service-api/get-attribute-values-using-get-1/index.html +++ b/api/service-api/get-attribute-values-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-attribute-values-using-get-2/index.html b/api/service-api/get-attribute-values-using-get-2/index.html index c1f7d22e3..df9c60075 100644 --- a/api/service-api/get-attribute-values-using-get-2/index.html +++ b/api/service-api/get-attribute-values-using-get-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-attribute-values-using-get/index.html b/api/service-api/get-attribute-values-using-get/index.html index fd5f03dd4..7a5271ffd 100644 --- a/api/service-api/get-attribute-values-using-get/index.html +++ b/api/service-api/get-attribute-values-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-clusters-using-get/index.html b/api/service-api/get-clusters-using-get/index.html index 789a5c829..e5d7d09d7 100644 --- a/api/service-api/get-clusters-using-get/index.html +++ b/api/service-api/get-clusters-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-dashboard-using-get/index.html b/api/service-api/get-dashboard-using-get/index.html index 97ac0b378..3b711f815 100644 --- a/api/service-api/get-dashboard-using-get/index.html +++ b/api/service-api/get-dashboard-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-debug-launches-using-get/index.html b/api/service-api/get-debug-launches-using-get/index.html index a28f46c72..a4df48559 100644 --- a/api/service-api/get-debug-launches-using-get/index.html +++ b/api/service-api/get-debug-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-error-page-using-get/index.html b/api/service-api/get-error-page-using-get/index.html index aaccaddf6..d27e6380e 100644 --- a/api/service-api/get-error-page-using-get/index.html +++ b/api/service-api/get-error-page-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    parentId int64required

    parentId

    projectName stringrequired

    projectName

Query Parameters

    filter.eq.autoAnalyzed boolean

    Filters by 'autoAnalyzed'

    filter.eq.binaryContent string

    Filters by 'binaryContent'

    filter.eq.id int64

    Filters by 'id'

    filter.eq.item int64

    Filters by 'item'

    filter.eq.lastModified date-time

    Filters by 'lastModified'

    filter.eq.launch int64

    Filters by 'launch'

    filter.eq.launchId int64

    Filters by 'launchId'

    filter.eq.level string

    Filters by 'level'

    filter.eq.logId int64

    Filters by 'logId'

    filter.eq.logTime date-time

    Filters by 'logTime'

    filter.eq.message string

    Filters by 'message'

    filter.eq.path string

    Filters by 'path'

    filter.eq.projectId int64

    Filters by 'projectId'

    filter.eq.retryParentId int64

    Filters by 'retryParentId'

    filter.eq.retryParentLaunchId int64

    Filters by 'retryParentLaunchId'

    filter.eq.status string

    Filters by 'status'

    page.page int32

    Results page you want to retrieve (0..N)

    page.size int32

    Number of records per page

    page.sort string[]

    Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

    params anyrequired

    params

-

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-file-using-get/index.html b/api/service-api/get-file-using-get/index.html index 72677867d..8e8126ca0 100644 --- a/api/service-api/get-file-using-get/index.html +++ b/api/service-api/get-file-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-filter-using-get/index.html b/api/service-api/get-filter-using-get/index.html index 5890bf4ea..bd78162b9 100644 --- a/api/service-api/get-filter-using-get/index.html +++ b/api/service-api/get-filter-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-global-integration-using-get/index.html b/api/service-api/get-global-integration-using-get/index.html index 7236124df..41e24f34b 100644 --- a/api/service-api/get-global-integration-using-get/index.html +++ b/api/service-api/get-global-integration-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get global Report Portal integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/get-global-integrations-using-get-1/index.html b/api/service-api/get-global-integrations-using-get-1/index.html index c84023fb4..31fcb97ad 100644 --- a/api/service-api/get-global-integrations-using-get-1/index.html +++ b/api/service-api/get-global-integrations-using-get-1/index.html @@ -9,7 +9,7 @@ - + @@ -28,6 +28,6 @@
GET 

/v1/integration/global/all

Get available global integrations

Request

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-global-integrations-using-get/index.html b/api/service-api/get-global-integrations-using-get/index.html index e788c55df..47a8ed38f 100644 --- a/api/service-api/get-global-integrations-using-get/index.html +++ b/api/service-api/get-global-integrations-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get available global integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-items-history-using-get/index.html b/api/service-api/get-items-history-using-get/index.html index 9e61370ae..84367ef41 100644 --- a/api/service-api/get-items-history-using-get/index.html +++ b/api/service-api/get-items-history-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-latest-launches-using-get/index.html b/api/service-api/get-latest-launches-using-get/index.html index 310dab576..74c010745 100644 --- a/api/service-api/get-latest-launches-using-get/index.html +++ b/api/service-api/get-latest-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-launch-by-uuid-using-get/index.html b/api/service-api/get-launch-by-uuid-using-get/index.html index 9051a3632..b1c232b66 100644 --- a/api/service-api/get-launch-by-uuid-using-get/index.html +++ b/api/service-api/get-launch-by-uuid-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get specified launch by UUID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-launch-report-using-get/index.html b/api/service-api/get-launch-report-using-get/index.html index 39e9b1cf7..d84f05c10 100644 --- a/api/service-api/get-launch-report-using-get/index.html +++ b/api/service-api/get-launch-report-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-launch-using-get/index.html b/api/service-api/get-launch-using-get/index.html index 324be1cb1..a29559767 100644 --- a/api/service-api/get-launch-using-get/index.html +++ b/api/service-api/get-launch-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get specified launch by ID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-log-by-uuid-using-get/index.html b/api/service-api/get-log-by-uuid-using-get/index.html index 6b47bb38a..18df21e07 100644 --- a/api/service-api/get-log-by-uuid-using-get/index.html +++ b/api/service-api/get-log-by-uuid-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Get log by UUID (Will be removed in version 6.0)

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-log-using-get/index.html b/api/service-api/get-log-using-get/index.html index 83212e203..2b1655f70 100644 --- a/api/service-api/get-log-using-get/index.html +++ b/api/service-api/get-log-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get log by ID

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/get-logs-under-using-post/index.html b/api/service-api/get-logs-under-using-post/index.html index 9f9e0a07c..53d5c0975 100644 --- a/api/service-api/get-logs-under-using-post/index.html +++ b/api/service-api/get-logs-under-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-logs-using-get/index.html b/api/service-api/get-logs-using-get/index.html index c2e05c96b..1b5235d64 100644 --- a/api/service-api/get-logs-using-get/index.html +++ b/api/service-api/get-logs-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-my-photo-using-get/index.html b/api/service-api/get-my-photo-using-get/index.html index ff5eba135..bb091ffe2 100644 --- a/api/service-api/get-my-photo-using-get/index.html +++ b/api/service-api/get-my-photo-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-myself-using-get-1/index.html b/api/service-api/get-myself-using-get-1/index.html index 2a25f172b..ed5c62a03 100644 --- a/api/service-api/get-myself-using-get-1/index.html +++ b/api/service-api/get-myself-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-myself-using-get-2/index.html b/api/service-api/get-myself-using-get-2/index.html index dd2d53b91..6c6133a5e 100644 --- a/api/service-api/get-myself-using-get-2/index.html +++ b/api/service-api/get-myself-using-get-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-myself-using-get-3/index.html b/api/service-api/get-myself-using-get-3/index.html index f1becbd02..d189f98a3 100644 --- a/api/service-api/get-myself-using-get-3/index.html +++ b/api/service-api/get-myself-using-get-3/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-myself-using-get/index.html b/api/service-api/get-myself-using-get/index.html index 41813889a..68afcbdd7 100644 --- a/api/service-api/get-myself-using-get/index.html +++ b/api/service-api/get-myself-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-nested-items-using-get/index.html b/api/service-api/get-nested-items-using-get/index.html index bf68edcce..5bcd0d7fe 100644 --- a/api/service-api/get-nested-items-using-get/index.html +++ b/api/service-api/get-nested-items-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-notifications-using-get/index.html b/api/service-api/get-notifications-using-get/index.html index e292cba22..a700c345d 100644 --- a/api/service-api/get-notifications-using-get/index.html +++ b/api/service-api/get-notifications-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-page-number-using-get/index.html b/api/service-api/get-page-number-using-get/index.html index b7e25c493..0b28e8b0a 100644 --- a/api/service-api/get-page-number-using-get/index.html +++ b/api/service-api/get-page-number-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-plugins-using-get-1/index.html b/api/service-api/get-plugins-using-get-1/index.html index e96f1b4b7..dae13eff0 100644 --- a/api/service-api/get-plugins-using-get-1/index.html +++ b/api/service-api/get-plugins-using-get-1/index.html @@ -9,7 +9,7 @@ - + @@ -28,6 +28,6 @@
GET 

/v1/plugin/public

Get all available public plugins

Request

-

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-plugins-using-get/index.html b/api/service-api/get-plugins-using-get/index.html index 893682726..0bddb74dc 100644 --- a/api/service-api/get-plugins-using-get/index.html +++ b/api/service-api/get-plugins-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -28,6 +28,6 @@
GET 

/v1/plugin

Get all available plugins

Request

-

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-info-using-get/index.html b/api/service-api/get-project-info-using-get/index.html index 6b61cfedd..6c7d3edfb 100644 --- a/api/service-api/get-project-info-using-get/index.html +++ b/api/service-api/get-project-info-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    interval string

    Default value: 3M

    interval

-

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
+

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-integration-using-get/index.html b/api/service-api/get-project-integration-using-get/index.html index a162882ec..3259a981c 100644 --- a/api/service-api/get-project-integration-using-get/index.html +++ b/api/service-api/get-project-integration-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-integrations-using-get-1/index.html b/api/service-api/get-project-integrations-using-get-1/index.html index bd9c260b4..527d59c72 100644 --- a/api/service-api/get-project-integrations-using-get-1/index.html +++ b/api/service-api/get-project-integrations-using-get-1/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get available project integrations

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-integrations-using-get/index.html b/api/service-api/get-project-integrations-using-get/index.html index d8512a4b0..4f96496d1 100644 --- a/api/service-api/get-project-integrations-using-get/index.html +++ b/api/service-api/get-project-integrations-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get available project integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-launches-using-get/index.html b/api/service-api/get-project-launches-using-get/index.html index 69dec2904..b461a6c28 100644 --- a/api/service-api/get-project-launches-using-get/index.html +++ b/api/service-api/get-project-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-project-settings-using-get/index.html b/api/service-api/get-project-settings-using-get/index.html index 6dc76e722..4d25b5f66 100644 --- a/api/service-api/get-project-settings-using-get/index.html +++ b/api/service-api/get-project-settings-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-project-subject-name-using-get/index.html b/api/service-api/get-project-subject-name-using-get/index.html index f81920b18..d0dea0fde 100644 --- a/api/service-api/get-project-subject-name-using-get/index.html +++ b/api/service-api/get-project-subject-name-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-project-users-using-get-1/index.html b/api/service-api/get-project-users-using-get-1/index.html index b9d42e7f7..2abccbd1a 100644 --- a/api/service-api/get-project-users-using-get-1/index.html +++ b/api/service-api/get-project-users-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-project-users-using-get/index.html b/api/service-api/get-project-users-using-get/index.html index c1d6128b3..250a145ec 100644 --- a/api/service-api/get-project-users-using-get/index.html +++ b/api/service-api/get-project-users-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-project-using-get/index.html b/api/service-api/get-project-using-get/index.html index f58de56e1..13ee2e2bb 100644 --- a/api/service-api/get-project-using-get/index.html +++ b/api/service-api/get-project-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Only for users that are assigned to the project

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    id int64
    launchNames string[]
    recipients string[]
    ruleName string
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
+

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    id int64
    launchNames string[]
    recipients string[]
    ruleName string
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-project-widget-using-get/index.html b/api/service-api/get-project-widget-using-get/index.html index c9c379913..0234451f2 100644 --- a/api/service-api/get-project-widget-using-get/index.html +++ b/api/service-api/get-project-widget-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-public-file-using-get/index.html b/api/service-api/get-public-file-using-get/index.html index 6f6c0cfd7..21e16154a 100644 --- a/api/service-api/get-public-file-using-get/index.html +++ b/api/service-api/get-public-file-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-server-settings-using-get/index.html b/api/service-api/get-server-settings-using-get/index.html index ca3a49c1c..0cb87deaa 100644 --- a/api/service-api/get-server-settings-using-get/index.html +++ b/api/service-api/get-server-settings-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html b/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html index 9307d0c1d..e2e19aec2 100644 --- a/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html +++ b/api/service-api/get-set-of-integration-system-fields-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-set-of-integration-system-fields-using-get/index.html b/api/service-api/get-set-of-integration-system-fields-using-get/index.html index 277fc92e0..277109106 100644 --- a/api/service-api/get-set-of-integration-system-fields-using-get/index.html +++ b/api/service-api/get-set-of-integration-system-fields-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-statuses-using-get/index.html b/api/service-api/get-statuses-using-get/index.html index f5b2490e5..7be9ab733 100644 --- a/api/service-api/get-statuses-using-get/index.html +++ b/api/service-api/get-statuses-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-suggested-cluster-items-using-get/index.html b/api/service-api/get-suggested-cluster-items-using-get/index.html index 0456e4bbf..8b55090e6 100644 --- a/api/service-api/get-suggested-cluster-items-using-get/index.html +++ b/api/service-api/get-suggested-cluster-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    clusterId int64required

    clusterId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-suggested-items-using-get/index.html b/api/service-api/get-suggested-items-using-get/index.html index d919dc2f9..0c7d2d5de 100644 --- a/api/service-api/get-suggested-items-using-get/index.html +++ b/api/service-api/get-suggested-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    itemId int64required

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    launchNumber int64
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-item-activities-using-get/index.html b/api/service-api/get-test-item-activities-using-get/index.html index 975685d41..80b830ef8 100644 --- a/api/service-api/get-test-item-activities-using-get/index.html +++ b/api/service-api/get-test-item-activities-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-test-item-by-uuid-using-get/index.html b/api/service-api/get-test-item-by-uuid-using-get/index.html index 6db67a226..40194614f 100644 --- a/api/service-api/get-test-item-by-uuid-using-get/index.html +++ b/api/service-api/get-test-item-by-uuid-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Find test item by UUID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-item-using-get/index.html b/api/service-api/get-test-item-using-get/index.html index 274552f2b..b074e0441 100644 --- a/api/service-api/get-test-item-using-get/index.html +++ b/api/service-api/get-test-item-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Find test item by ID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-items-using-get-1/index.html b/api/service-api/get-test-items-using-get-1/index.html index 6fc5c716f..ff4baf80d 100644 --- a/api/service-api/get-test-items-using-get-1/index.html +++ b/api/service-api/get-test-items-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-test-items-using-get-2/index.html b/api/service-api/get-test-items-using-get-2/index.html index 5021b2893..0a017d317 100644 --- a/api/service-api/get-test-items-using-get-2/index.html +++ b/api/service-api/get-test-items-using-get-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-test-items-using-get/index.html b/api/service-api/get-test-items-using-get/index.html index dd0c4c8fe..aefbf138b 100644 --- a/api/service-api/get-test-items-using-get/index.html +++ b/api/service-api/get-test-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    ids int64[]required

    ids

-

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/get-test-items-v-2-using-get/index.html b/api/service-api/get-test-items-v-2-using-get/index.html index c8f34d832..144d5b103 100644 --- a/api/service-api/get-test-items-v-2-using-get/index.html +++ b/api/service-api/get-test-items-v-2-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-ticket-ids-for-project-using-get/index.html b/api/service-api/get-ticket-ids-for-project-using-get/index.html index 1081ea8ad..c69c1551d 100644 --- a/api/service-api/get-ticket-ids-for-project-using-get/index.html +++ b/api/service-api/get-ticket-ids-for-project-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-ticket-ids-using-get/index.html b/api/service-api/get-ticket-ids-using-get/index.html index e4fa5dddd..e2ec7a2c4 100644 --- a/api/service-api/get-ticket-ids-using-get/index.html +++ b/api/service-api/get-ticket-ids-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-ticket-using-get/index.html b/api/service-api/get-ticket-using-get/index.html index bdd2d7e6c..1439e725b 100644 --- a/api/service-api/get-ticket-using-get/index.html +++ b/api/service-api/get-ticket-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-bid-info-using-get-1/index.html b/api/service-api/get-user-bid-info-using-get-1/index.html index 38cb98e28..4b6d8b207 100644 --- a/api/service-api/get-user-bid-info-using-get-1/index.html +++ b/api/service-api/get-user-bid-info-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-bid-info-using-get/index.html b/api/service-api/get-user-bid-info-using-get/index.html index e44a7d91a..5e818cf92 100644 --- a/api/service-api/get-user-bid-info-using-get/index.html +++ b/api/service-api/get-user-bid-info-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-filters-using-get/index.html b/api/service-api/get-user-filters-using-get/index.html index 064614b58..d136b2420 100644 --- a/api/service-api/get-user-filters-using-get/index.html +++ b/api/service-api/get-user-filters-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-photo-using-get/index.html b/api/service-api/get-user-photo-using-get/index.html index 79ef20bc8..3c645ac4b 100644 --- a/api/service-api/get-user-photo-using-get/index.html +++ b/api/service-api/get-user-photo-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-preference-using-get/index.html b/api/service-api/get-user-preference-using-get/index.html index 9ba3521d2..a0a2a8e06 100644 --- a/api/service-api/get-user-preference-using-get/index.html +++ b/api/service-api/get-user-preference-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-projects-using-get-1/index.html b/api/service-api/get-user-projects-using-get-1/index.html index 06ba555b9..646d95fb6 100644 --- a/api/service-api/get-user-projects-using-get-1/index.html +++ b/api/service-api/get-user-projects-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-projects-using-get/index.html b/api/service-api/get-user-projects-using-get/index.html index 876a1f81a..f59f2da58 100644 --- a/api/service-api/get-user-projects-using-get/index.html +++ b/api/service-api/get-user-projects-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-using-get-1/index.html b/api/service-api/get-user-using-get-1/index.html index 2ed6dc741..1fd8d1a8c 100644 --- a/api/service-api/get-user-using-get-1/index.html +++ b/api/service-api/get-user-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-user-using-get/index.html b/api/service-api/get-user-using-get/index.html index d1ddc3a5f..46c76c5ee 100644 --- a/api/service-api/get-user-using-get/index.html +++ b/api/service-api/get-user-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-users-api-keys-using-get-1/index.html b/api/service-api/get-users-api-keys-using-get-1/index.html index 3783727a3..de73e57e1 100644 --- a/api/service-api/get-users-api-keys-using-get-1/index.html +++ b/api/service-api/get-users-api-keys-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-users-api-keys-using-get/index.html b/api/service-api/get-users-api-keys-using-get/index.html index 8304c3648..11324d79f 100644 --- a/api/service-api/get-users-api-keys-using-get/index.html +++ b/api/service-api/get-users-api-keys-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-users-for-assign-using-get/index.html b/api/service-api/get-users-for-assign-using-get/index.html index b017686d3..2bce2a5fb 100644 --- a/api/service-api/get-users-for-assign-using-get/index.html +++ b/api/service-api/get-users-for-assign-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-users-using-get-1/index.html b/api/service-api/get-users-using-get-1/index.html index 795dc7b7a..6015b602e 100644 --- a/api/service-api/get-users-using-get-1/index.html +++ b/api/service-api/get-users-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-users-using-get/index.html b/api/service-api/get-users-using-get/index.html index 1a46de6a9..65e899637 100644 --- a/api/service-api/get-users-using-get/index.html +++ b/api/service-api/get-users-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-widget-names-using-get/index.html b/api/service-api/get-widget-names-using-get/index.html index 38fb2895d..20cc2f92a 100644 --- a/api/service-api/get-widget-names-using-get/index.html +++ b/api/service-api/get-widget-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-widget-preview-using-post/index.html b/api/service-api/get-widget-preview-using-post/index.html index edaddfe94..27762d361 100644 --- a/api/service-api/get-widget-preview-using-post/index.html +++ b/api/service-api/get-widget-preview-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-widget-using-get-1/index.html b/api/service-api/get-widget-using-get-1/index.html index 533389d5a..b6b5de152 100644 --- a/api/service-api/get-widget-using-get-1/index.html +++ b/api/service-api/get-widget-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/get-widget-using-get/index.html b/api/service-api/get-widget-using-get/index.html index 005debd9a..f4de5d039 100644 --- a/api/service-api/get-widget-using-get/index.html +++ b/api/service-api/get-widget-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/handle-suggest-choose-using-put/index.html b/api/service-api/handle-suggest-choose-using-put/index.html index bf2a0c216..1426d20ce 100644 --- a/api/service-api/handle-suggest-choose-using-put/index.html +++ b/api/service-api/handle-suggest-choose-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/import-launch-using-post/index.html b/api/service-api/import-launch-using-post/index.html index 90bbc8945..71006361c 100644 --- a/api/service-api/import-launch-using-post/index.html +++ b/api/service-api/import-launch-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/index-project-data-using-put/index.html b/api/service-api/index-project-data-using-put/index.html index 4f403d2c6..861fa84da 100644 --- a/api/service-api/index-project-data-using-put/index.html +++ b/api/service-api/index-project-data-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/integration-controller/index.html b/api/service-api/integration-controller/index.html index c64610508..eea75d4b5 100644 --- a/api/service-api/integration-controller/index.html +++ b/api/service-api/integration-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/is-restore-password-bid-exist-using-get-1/index.html b/api/service-api/is-restore-password-bid-exist-using-get-1/index.html index f20054153..2cf2d5f36 100644 --- a/api/service-api/is-restore-password-bid-exist-using-get-1/index.html +++ b/api/service-api/is-restore-password-bid-exist-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/is-restore-password-bid-exist-using-get/index.html b/api/service-api/is-restore-password-bid-exist-using-get/index.html index 98cc119af..6fd3b5887 100644 --- a/api/service-api/is-restore-password-bid-exist-using-get/index.html +++ b/api/service-api/is-restore-password-bid-exist-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/launch-async-controller/index.html b/api/service-api/launch-async-controller/index.html index 4638785d8..2089a80bd 100644 --- a/api/service-api/launch-async-controller/index.html +++ b/api/service-api/launch-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/launch-controller/index.html b/api/service-api/launch-controller/index.html index feef851fc..ee6610449 100644 --- a/api/service-api/launch-controller/index.html +++ b/api/service-api/launch-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/link-external-issues-using-put/index.html b/api/service-api/link-external-issues-using-put/index.html index 7ccf9eea1..3ceee62bf 100644 --- a/api/service-api/link-external-issues-using-put/index.html +++ b/api/service-api/link-external-issues-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/log-async-controller/index.html b/api/service-api/log-async-controller/index.html index ea801c263..288544c96 100644 --- a/api/service-api/log-async-controller/index.html +++ b/api/service-api/log-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/log-controller/index.html b/api/service-api/log-controller/index.html index dc35abbcf..a2bd56988 100644 --- a/api/service-api/log-controller/index.html +++ b/api/service-api/log-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/merge-launches-using-post-1/index.html b/api/service-api/merge-launches-using-post-1/index.html index e16fc5858..f472921ce 100644 --- a/api/service-api/merge-launches-using-post-1/index.html +++ b/api/service-api/merge-launches-using-post-1/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/merge-launches-using-post/index.html b/api/service-api/merge-launches-using-post/index.html index b9f4c9ad4..fc97af7d1 100644 --- a/api/service-api/merge-launches-using-post/index.html +++ b/api/service-api/merge-launches-using-post/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/on-boarding-using-get/index.html b/api/service-api/on-boarding-using-get/index.html index 2f63b9234..a6a40d802 100644 --- a/api/service-api/on-boarding-using-get/index.html +++ b/api/service-api/on-boarding-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/onboarding-controller/index.html b/api/service-api/onboarding-controller/index.html index 26e799a71..efc7872a6 100644 --- a/api/service-api/onboarding-controller/index.html +++ b/api/service-api/onboarding-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/plugin-controller/index.html b/api/service-api/plugin-controller/index.html index 202ea07b7..1edb7b691 100644 --- a/api/service-api/plugin-controller/index.html +++ b/api/service-api/plugin-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/plugin-public-controller/index.html b/api/service-api/plugin-public-controller/index.html index fb57084ec..05c4945c6 100644 --- a/api/service-api/plugin-public-controller/index.html +++ b/api/service-api/plugin-public-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/project-controller/index.html b/api/service-api/project-controller/index.html index 2d920e0a9..229f0c422 100644 --- a/api/service-api/project-controller/index.html +++ b/api/service-api/project-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/project-settings-controller/index.html b/api/service-api/project-settings-controller/index.html index 5835606b4..4c4469e63 100644 --- a/api/service-api/project-settings-controller/index.html +++ b/api/service-api/project-settings-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/remove-attachments-by-csv-using-post/index.html b/api/service-api/remove-attachments-by-csv-using-post/index.html index 57e3137cb..a691c4e2f 100644 --- a/api/service-api/remove-attachments-by-csv-using-post/index.html +++ b/api/service-api/remove-attachments-by-csv-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/remove-user-preference-using-delete/index.html b/api/service-api/remove-user-preference-using-delete/index.html index db0604b52..d7da44625 100644 --- a/api/service-api/remove-user-preference-using-delete/index.html +++ b/api/service-api/remove-user-preference-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/remove-widget-using-delete/index.html b/api/service-api/remove-widget-using-delete/index.html index cac838530..e0a27e6ce 100644 --- a/api/service-api/remove-widget-using-delete/index.html +++ b/api/service-api/remove-widget-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/reportportal/index.html b/api/service-api/reportportal/index.html index 6a666a85a..e5537d115 100644 --- a/api/service-api/reportportal/index.html +++ b/api/service-api/reportportal/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/reset-password-using-post-1/index.html b/api/service-api/reset-password-using-post-1/index.html index 1812a879c..64682b4f3 100644 --- a/api/service-api/reset-password-using-post-1/index.html +++ b/api/service-api/reset-password-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/reset-password-using-post/index.html b/api/service-api/reset-password-using-post/index.html index 0c5977887..2cc7e722e 100644 --- a/api/service-api/reset-password-using-post/index.html +++ b/api/service-api/reset-password-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/restore-password-using-post-1/index.html b/api/service-api/restore-password-using-post-1/index.html index a863618dc..e123a524b 100644 --- a/api/service-api/restore-password-using-post-1/index.html +++ b/api/service-api/restore-password-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/restore-password-using-post/index.html b/api/service-api/restore-password-using-post/index.html index ab9524a1b..c0d20915e 100644 --- a/api/service-api/restore-password-using-post/index.html +++ b/api/service-api/restore-password-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/save-analytics-settings-using-post/index.html b/api/service-api/save-analytics-settings-using-post/index.html index 534039f35..945018286 100644 --- a/api/service-api/save-analytics-settings-using-post/index.html +++ b/api/service-api/save-analytics-settings-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/save-analytics-settings-using-put/index.html b/api/service-api/save-analytics-settings-using-put/index.html index 43a219921..0eea96c73 100644 --- a/api/service-api/save-analytics-settings-using-put/index.html +++ b/api/service-api/save-analytics-settings-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/search-for-user-using-get/index.html b/api/service-api/search-for-user-using-get/index.html index 64fca6c36..87206de11 100644 --- a/api/service-api/search-for-user-using-get/index.html +++ b/api/service-api/search-for-user-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/search-logs-using-post/index.html b/api/service-api/search-logs-using-post/index.html index 85ca80082..79ee07936 100644 --- a/api/service-api/search-logs-using-post/index.html +++ b/api/service-api/search-logs-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/search-project-names-using-get/index.html b/api/service-api/search-project-names-using-get/index.html index 22f94cc4a..9bc306ca6 100644 --- a/api/service-api/search-project-names-using-get/index.html +++ b/api/service-api/search-project-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/settings-controller/index.html b/api/service-api/settings-controller/index.html index 3ae993f00..4747974fe 100644 --- a/api/service-api/settings-controller/index.html +++ b/api/service-api/settings-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-child-item-using-post-1/index.html b/api/service-api/start-child-item-using-post-1/index.html index ecb61d45d..0aa6ae077 100644 --- a/api/service-api/start-child-item-using-post-1/index.html +++ b/api/service-api/start-child-item-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-child-item-using-post/index.html b/api/service-api/start-child-item-using-post/index.html index fec830f15..51f580d7d 100644 --- a/api/service-api/start-child-item-using-post/index.html +++ b/api/service-api/start-child-item-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-launch-analyzer-using-post/index.html b/api/service-api/start-launch-analyzer-using-post/index.html index 726585264..c757f5ecb 100644 --- a/api/service-api/start-launch-analyzer-using-post/index.html +++ b/api/service-api/start-launch-analyzer-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-launch-using-post-1/index.html b/api/service-api/start-launch-using-post-1/index.html index ec47a98d2..e65ea32e0 100644 --- a/api/service-api/start-launch-using-post-1/index.html +++ b/api/service-api/start-launch-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-launch-using-post/index.html b/api/service-api/start-launch-using-post/index.html index 118a295e7..34f56f6f7 100644 --- a/api/service-api/start-launch-using-post/index.html +++ b/api/service-api/start-launch-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-root-item-using-post-1/index.html b/api/service-api/start-root-item-using-post-1/index.html index eaf9caf73..da5916a62 100644 --- a/api/service-api/start-root-item-using-post-1/index.html +++ b/api/service-api/start-root-item-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/start-root-item-using-post/index.html b/api/service-api/start-root-item-using-post/index.html index 8ecf47a22..11ea99693 100644 --- a/api/service-api/start-root-item-using-post/index.html +++ b/api/service-api/start-root-item-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/test-integration-connection-using-get-1/index.html b/api/service-api/test-integration-connection-using-get-1/index.html index cdfd38401..775750414 100644 --- a/api/service-api/test-integration-connection-using-get-1/index.html +++ b/api/service-api/test-integration-connection-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/test-integration-connection-using-get/index.html b/api/service-api/test-integration-connection-using-get/index.html index 4ae19cc6a..a737ea7e7 100644 --- a/api/service-api/test-integration-connection-using-get/index.html +++ b/api/service-api/test-integration-connection-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/test-item-async-controller/index.html b/api/service-api/test-item-async-controller/index.html index f69b883ea..3e32dbf34 100644 --- a/api/service-api/test-item-async-controller/index.html +++ b/api/service-api/test-item-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/test-item-controller/index.html b/api/service-api/test-item-controller/index.html index 290d0ffd9..bb07edee4 100644 --- a/api/service-api/test-item-controller/index.html +++ b/api/service-api/test-item-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/unassign-project-users-using-put/index.html b/api/service-api/unassign-project-users-using-put/index.html index 7949e9024..e22beaf27 100644 --- a/api/service-api/unassign-project-users-using-put/index.html +++ b/api/service-api/unassign-project-users-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/unlink-external-issues-using-put/index.html b/api/service-api/unlink-external-issues-using-put/index.html index 8c1b6822d..819308f50 100644 --- a/api/service-api/unlink-external-issues-using-put/index.html +++ b/api/service-api/unlink-external-issues-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-dashboard-using-put/index.html b/api/service-api/update-dashboard-using-put/index.html index 3f14b22d1..f515b581a 100644 --- a/api/service-api/update-dashboard-using-put/index.html +++ b/api/service-api/update-dashboard-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-global-integration-using-put/index.html b/api/service-api/update-global-integration-using-put/index.html index f9e3c6670..c34aa42e1 100644 --- a/api/service-api/update-global-integration-using-put/index.html +++ b/api/service-api/update-global-integration-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-launch-using-put/index.html b/api/service-api/update-launch-using-put/index.html index 31d62deec..1a2f43e83 100644 --- a/api/service-api/update-launch-using-put/index.html +++ b/api/service-api/update-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-launches-using-put/index.html b/api/service-api/update-launches-using-put/index.html index c7ea6628e..b6b1d853a 100644 --- a/api/service-api/update-launches-using-put/index.html +++ b/api/service-api/update-launches-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-notification-using-put/index.html b/api/service-api/update-notification-using-put/index.html index d67c3965e..0d879671f 100644 --- a/api/service-api/update-notification-using-put/index.html +++ b/api/service-api/update-notification-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-pattern-template-using-put/index.html b/api/service-api/update-pattern-template-using-put/index.html index 2017b2d4f..242138bb0 100644 --- a/api/service-api/update-pattern-template-using-put/index.html +++ b/api/service-api/update-pattern-template-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-plugin-state-using-put/index.html b/api/service-api/update-plugin-state-using-put/index.html index cff2ffe54..73ea78b28 100644 --- a/api/service-api/update-plugin-state-using-put/index.html +++ b/api/service-api/update-plugin-state-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-project-integration-using-put/index.html b/api/service-api/update-project-integration-using-put/index.html index f70cdf08c..0924f086f 100644 --- a/api/service-api/update-project-integration-using-put/index.html +++ b/api/service-api/update-project-integration-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-project-issue-sub-type-using-put/index.html b/api/service-api/update-project-issue-sub-type-using-put/index.html index 33c679fe2..064cc4287 100644 --- a/api/service-api/update-project-issue-sub-type-using-put/index.html +++ b/api/service-api/update-project-issue-sub-type-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-project-notification-config-using-put/index.html b/api/service-api/update-project-notification-config-using-put/index.html index 7e1b79ab6..7bdcfaef4 100644 --- a/api/service-api/update-project-notification-config-using-put/index.html +++ b/api/service-api/update-project-notification-config-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-project-using-put/index.html b/api/service-api/update-project-using-put/index.html index 5f1b92795..ccb22da6b 100644 --- a/api/service-api/update-project-using-put/index.html +++ b/api/service-api/update-project-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-test-item-using-put/index.html b/api/service-api/update-test-item-using-put/index.html index 6af956ce1..2efa71cf9 100644 --- a/api/service-api/update-test-item-using-put/index.html +++ b/api/service-api/update-test-item-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-user-filter-using-put/index.html b/api/service-api/update-user-filter-using-put/index.html index 34aa89492..8a4942150 100644 --- a/api/service-api/update-user-filter-using-put/index.html +++ b/api/service-api/update-user-filter-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-user-filters-using-put/index.html b/api/service-api/update-user-filters-using-put/index.html index c37ccc7fb..67c1ebc6f 100644 --- a/api/service-api/update-user-filters-using-put/index.html +++ b/api/service-api/update-user-filters-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/update-widget-using-put/index.html b/api/service-api/update-widget-using-put/index.html index 6e62b80c9..dcb68e4dc 100644 --- a/api/service-api/update-widget-using-put/index.html +++ b/api/service-api/update-widget-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/upload-photo-using-post/index.html b/api/service-api/upload-photo-using-post/index.html index 170cd6bbc..957838653 100644 --- a/api/service-api/upload-photo-using-post/index.html +++ b/api/service-api/upload-photo-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/upload-plugin-using-post/index.html b/api/service-api/upload-plugin-using-post/index.html index b578a8646..ecc55ce49 100644 --- a/api/service-api/upload-plugin-using-post/index.html +++ b/api/service-api/upload-plugin-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/user-controller/index.html b/api/service-api/user-controller/index.html index f6c75c42f..98dddd4c3 100644 --- a/api/service-api/user-controller/index.html +++ b/api/service-api/user-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/user-filter-controller/index.html b/api/service-api/user-filter-controller/index.html index 72faa98a9..2f04c2575 100644 --- a/api/service-api/user-filter-controller/index.html +++ b/api/service-api/user-filter-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/validate-info-using-get-1/index.html b/api/service-api/validate-info-using-get-1/index.html index d7c88c4e9..3f0f702b0 100644 --- a/api/service-api/validate-info-using-get-1/index.html +++ b/api/service-api/validate-info-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/validate-info-using-get/index.html b/api/service-api/validate-info-using-get/index.html index a34430c22..e7f379962 100644 --- a/api/service-api/validate-info-using-get/index.html +++ b/api/service-api/validate-info-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/activity-controller/index.html b/api/service-api/versions/5.10/activity-controller/index.html index 5d5f5b0bf..0c15a4cf4 100644 --- a/api/service-api/versions/5.10/activity-controller/index.html +++ b/api/service-api/versions/5.10/activity-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/activity-event-controller/index.html b/api/service-api/versions/5.10/activity-event-controller/index.html index 15c1dddf8..28437f207 100644 --- a/api/service-api/versions/5.10/activity-event-controller/index.html +++ b/api/service-api/versions/5.10/activity-event-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/add-user-preference-using-put/index.html b/api/service-api/versions/5.10/add-user-preference-using-put/index.html index 9fe252ff4..aefc23cab 100644 --- a/api/service-api/versions/5.10/add-user-preference-using-put/index.html +++ b/api/service-api/versions/5.10/add-user-preference-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/add-widget-using-put/index.html b/api/service-api/versions/5.10/add-widget-using-put/index.html index 781e772c4..d080f6335 100644 --- a/api/service-api/versions/5.10/add-widget-using-put/index.html +++ b/api/service-api/versions/5.10/add-widget-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/assign-project-users-using-put/index.html b/api/service-api/versions/5.10/assign-project-users-using-put/index.html index 7375541b6..f020997c6 100644 --- a/api/service-api/versions/5.10/assign-project-users-using-put/index.html +++ b/api/service-api/versions/5.10/assign-project-users-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/bug-tracking-system-controller/index.html b/api/service-api/versions/5.10/bug-tracking-system-controller/index.html index a50a3c8e0..a317fd3d0 100644 --- a/api/service-api/versions/5.10/bug-tracking-system-controller/index.html +++ b/api/service-api/versions/5.10/bug-tracking-system-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html b/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html index 3c7fcbca4..ed9e39903 100644 --- a/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html +++ b/api/service-api/versions/5.10/bulk-force-finish-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/bulk-update-using-put-1/index.html b/api/service-api/versions/5.10/bulk-update-using-put-1/index.html index e46e55b42..1ebf50144 100644 --- a/api/service-api/versions/5.10/bulk-update-using-put-1/index.html +++ b/api/service-api/versions/5.10/bulk-update-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/bulk-update-using-put/index.html b/api/service-api/versions/5.10/bulk-update-using-put/index.html index 499d6ef00..dbe061020 100644 --- a/api/service-api/versions/5.10/bulk-update-using-put/index.html +++ b/api/service-api/versions/5.10/bulk-update-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/change-password-using-post/index.html b/api/service-api/versions/5.10/change-password-using-post/index.html index a7cbed9b9..a50c0ce52 100644 --- a/api/service-api/versions/5.10/change-password-using-post/index.html +++ b/api/service-api/versions/5.10/change-password-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/compare-launches-using-get/index.html b/api/service-api/versions/5.10/compare-launches-using-get/index.html index f18a4792b..f5b52e87d 100644 --- a/api/service-api/versions/5.10/compare-launches-using-get/index.html +++ b/api/service-api/versions/5.10/compare-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-api-key-using-post/index.html b/api/service-api/versions/5.10/create-api-key-using-post/index.html index ed93d07be..15cf5b861 100644 --- a/api/service-api/versions/5.10/create-api-key-using-post/index.html +++ b/api/service-api/versions/5.10/create-api-key-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-clusters-using-post/index.html b/api/service-api/versions/5.10/create-clusters-using-post/index.html index 78d6c807f..2cd01a8aa 100644 --- a/api/service-api/versions/5.10/create-clusters-using-post/index.html +++ b/api/service-api/versions/5.10/create-clusters-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-dashboard-using-post/index.html b/api/service-api/versions/5.10/create-dashboard-using-post/index.html index 9b3a72289..fab2b7253 100644 --- a/api/service-api/versions/5.10/create-dashboard-using-post/index.html +++ b/api/service-api/versions/5.10/create-dashboard-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-filter-using-post/index.html b/api/service-api/versions/5.10/create-filter-using-post/index.html index 121d971c2..786179873 100644 --- a/api/service-api/versions/5.10/create-filter-using-post/index.html +++ b/api/service-api/versions/5.10/create-filter-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-global-integration-using-post/index.html b/api/service-api/versions/5.10/create-global-integration-using-post/index.html index a0070c49d..7d1ca167f 100644 --- a/api/service-api/versions/5.10/create-global-integration-using-post/index.html +++ b/api/service-api/versions/5.10/create-global-integration-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-issue-using-post/index.html b/api/service-api/versions/5.10/create-issue-using-post/index.html index ae7e42c77..68ad92ede 100644 --- a/api/service-api/versions/5.10/create-issue-using-post/index.html +++ b/api/service-api/versions/5.10/create-issue-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html b/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html index d53c4c017..00370ef42 100644 --- a/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html +++ b/api/service-api/versions/5.10/create-log-entry-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-log-entry-using-post/index.html b/api/service-api/versions/5.10/create-log-entry-using-post/index.html index 1d6792f30..c2b7fe992 100644 --- a/api/service-api/versions/5.10/create-log-entry-using-post/index.html +++ b/api/service-api/versions/5.10/create-log-entry-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-log-using-post-1/index.html b/api/service-api/versions/5.10/create-log-using-post-1/index.html index 30a8b85eb..1b0d4283a 100644 --- a/api/service-api/versions/5.10/create-log-using-post-1/index.html +++ b/api/service-api/versions/5.10/create-log-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-log-using-post/index.html b/api/service-api/versions/5.10/create-log-using-post/index.html index 4f2c0f647..cccac3a8b 100644 --- a/api/service-api/versions/5.10/create-log-using-post/index.html +++ b/api/service-api/versions/5.10/create-log-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-pattern-template-using-post/index.html b/api/service-api/versions/5.10/create-pattern-template-using-post/index.html index 0cd267a3a..8a4718224 100644 --- a/api/service-api/versions/5.10/create-pattern-template-using-post/index.html +++ b/api/service-api/versions/5.10/create-pattern-template-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-project-integration-using-post/index.html b/api/service-api/versions/5.10/create-project-integration-using-post/index.html index 989e5cd6e..6e7aa24ac 100644 --- a/api/service-api/versions/5.10/create-project-integration-using-post/index.html +++ b/api/service-api/versions/5.10/create-project-integration-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html b/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html index 87ca0ac68..9acc11462 100644 --- a/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html +++ b/api/service-api/versions/5.10/create-project-issue-sub-type-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-project-using-post/index.html b/api/service-api/versions/5.10/create-project-using-post/index.html index 4a21e1956..11c2ef1de 100644 --- a/api/service-api/versions/5.10/create-project-using-post/index.html +++ b/api/service-api/versions/5.10/create-project-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-user-bid-using-post/index.html b/api/service-api/versions/5.10/create-user-bid-using-post/index.html index da6f013e9..06b62857e 100644 --- a/api/service-api/versions/5.10/create-user-bid-using-post/index.html +++ b/api/service-api/versions/5.10/create-user-bid-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html b/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html index 0ed8ebf71..d50128c77 100644 --- a/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html +++ b/api/service-api/versions/5.10/create-user-by-admin-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-user-using-post/index.html b/api/service-api/versions/5.10/create-user-using-post/index.html index cdc16d6ed..4e99ff2dc 100644 --- a/api/service-api/versions/5.10/create-user-using-post/index.html +++ b/api/service-api/versions/5.10/create-user-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/create-widget-using-post/index.html b/api/service-api/versions/5.10/create-widget-using-post/index.html index 340af980d..0552d632d 100644 --- a/api/service-api/versions/5.10/create-widget-using-post/index.html +++ b/api/service-api/versions/5.10/create-widget-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/dashboard-controller/index.html b/api/service-api/versions/5.10/dashboard-controller/index.html index 892bf475c..851225505 100644 --- a/api/service-api/versions/5.10/dashboard-controller/index.html +++ b/api/service-api/versions/5.10/dashboard-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html b/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html index d65c92dba..3dff56719 100644 --- a/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html +++ b/api/service-api/versions/5.10/define-test-item-issue-type-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html b/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html index 35d22d5c5..6dcb76847 100644 --- a/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-all-integrations-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html b/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html index 651733f0d..aa88c6c16 100644 --- a/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-all-project-integrations-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-api-key-using-delete/index.html b/api/service-api/versions/5.10/delete-api-key-using-delete/index.html index 96c167031..9314830d4 100644 --- a/api/service-api/versions/5.10/delete-api-key-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-api-key-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html b/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html index 13863f845..e4ace3ced 100644 --- a/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-dashboard-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-filter-using-delete/index.html b/api/service-api/versions/5.10/delete-filter-using-delete/index.html index d9cb1ad7d..58157cdd3 100644 --- a/api/service-api/versions/5.10/delete-filter-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-filter-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html b/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html index c28769fa4..192648ebc 100644 --- a/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-global-integration-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-launch-using-delete/index.html b/api/service-api/versions/5.10/delete-launch-using-delete/index.html index 704db65ad..72f03333a 100644 --- a/api/service-api/versions/5.10/delete-launch-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-launch-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-launches-using-delete/index.html b/api/service-api/versions/5.10/delete-launches-using-delete/index.html index a89ec0a40..8e4ae4fbf 100644 --- a/api/service-api/versions/5.10/delete-launches-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-launches-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-log-using-delete/index.html b/api/service-api/versions/5.10/delete-log-using-delete/index.html index 99c46fa28..42274d184 100644 --- a/api/service-api/versions/5.10/delete-log-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-log-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html b/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html index 2c600b0ca..8a12861af 100644 --- a/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-pattern-template-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-photo-using-delete/index.html b/api/service-api/versions/5.10/delete-photo-using-delete/index.html index 18992204b..88dc7f0cc 100644 --- a/api/service-api/versions/5.10/delete-photo-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-photo-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-plugin-using-delete/index.html b/api/service-api/versions/5.10/delete-plugin-using-delete/index.html index 492bf82f4..e9c872705 100644 --- a/api/service-api/versions/5.10/delete-plugin-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-plugin-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-project-index-using-delete/index.html b/api/service-api/versions/5.10/delete-project-index-using-delete/index.html index 0e1014a9b..b9192be6b 100644 --- a/api/service-api/versions/5.10/delete-project-index-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-index-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html b/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html index c42479e15..e74dc90ed 100644 --- a/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-integration-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html b/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html index 447137936..60a7b7b28 100644 --- a/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-issue-sub-type-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-project-using-delete-1/index.html b/api/service-api/versions/5.10/delete-project-using-delete-1/index.html index a07ddb5a9..be38913ce 100644 --- a/api/service-api/versions/5.10/delete-project-using-delete-1/index.html +++ b/api/service-api/versions/5.10/delete-project-using-delete-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-project-using-delete/index.html b/api/service-api/versions/5.10/delete-project-using-delete/index.html index b63711b6b..9ec486f4a 100644 --- a/api/service-api/versions/5.10/delete-project-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-project-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-test-item-using-delete/index.html b/api/service-api/versions/5.10/delete-test-item-using-delete/index.html index 960ac9170..868aff301 100644 --- a/api/service-api/versions/5.10/delete-test-item-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-test-item-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-test-items-using-delete/index.html b/api/service-api/versions/5.10/delete-test-items-using-delete/index.html index 7be24fa1a..84a51ab76 100644 --- a/api/service-api/versions/5.10/delete-test-items-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-test-items-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-user-using-delete/index.html b/api/service-api/versions/5.10/delete-user-using-delete/index.html index b157b71c3..d8819b7c6 100644 --- a/api/service-api/versions/5.10/delete-user-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-user-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/delete-users-using-delete/index.html b/api/service-api/versions/5.10/delete-users-using-delete/index.html index 8c256dea2..2935f7ac2 100644 --- a/api/service-api/versions/5.10/delete-users-using-delete/index.html +++ b/api/service-api/versions/5.10/delete-users-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/demo-data-controller/index.html b/api/service-api/versions/5.10/demo-data-controller/index.html index c0527d323..d112b3ad3 100644 --- a/api/service-api/versions/5.10/demo-data-controller/index.html +++ b/api/service-api/versions/5.10/demo-data-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/edit-user-using-put/index.html b/api/service-api/versions/5.10/edit-user-using-put/index.html index 270e9e0d7..b1fb63a28 100644 --- a/api/service-api/versions/5.10/edit-user-using-put/index.html +++ b/api/service-api/versions/5.10/edit-user-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/execute-integration-command-using-put/index.html b/api/service-api/versions/5.10/execute-integration-command-using-put/index.html index cd16b414f..6306d2e14 100644 --- a/api/service-api/versions/5.10/execute-integration-command-using-put/index.html +++ b/api/service-api/versions/5.10/execute-integration-command-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html b/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html index df27f4663..aad8a91c5 100644 --- a/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html +++ b/api/service-api/versions/5.10/execute-plugin-command-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/export-projects-using-get/index.html b/api/service-api/versions/5.10/export-projects-using-get/index.html index 18a84994a..2ac3bc2f0 100644 --- a/api/service-api/versions/5.10/export-projects-using-get/index.html +++ b/api/service-api/versions/5.10/export-projects-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/export-using-get/index.html b/api/service-api/versions/5.10/export-using-get/index.html index af4d1d864..16a1ff232 100644 --- a/api/service-api/versions/5.10/export-using-get/index.html +++ b/api/service-api/versions/5.10/export-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/file-storage-controller/index.html b/api/service-api/versions/5.10/file-storage-controller/index.html index da33efed9..2ae7c7acd 100644 --- a/api/service-api/versions/5.10/file-storage-controller/index.html +++ b/api/service-api/versions/5.10/file-storage-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/find-users-using-get/index.html b/api/service-api/versions/5.10/find-users-using-get/index.html index aa7b64359..aade81a66 100644 --- a/api/service-api/versions/5.10/find-users-using-get/index.html +++ b/api/service-api/versions/5.10/find-users-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/finish-launch-using-put-1/index.html b/api/service-api/versions/5.10/finish-launch-using-put-1/index.html index 3726a2d50..27f7b770d 100644 --- a/api/service-api/versions/5.10/finish-launch-using-put-1/index.html +++ b/api/service-api/versions/5.10/finish-launch-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/finish-launch-using-put/index.html b/api/service-api/versions/5.10/finish-launch-using-put/index.html index 3889c259c..a7bebb3df 100644 --- a/api/service-api/versions/5.10/finish-launch-using-put/index.html +++ b/api/service-api/versions/5.10/finish-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html b/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html index 3fb7607cb..2f54e7fea 100644 --- a/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html +++ b/api/service-api/versions/5.10/finish-test-item-using-put-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/finish-test-item-using-put/index.html b/api/service-api/versions/5.10/finish-test-item-using-put/index.html index 4ba005021..a25dce7b1 100644 --- a/api/service-api/versions/5.10/finish-test-item-using-put/index.html +++ b/api/service-api/versions/5.10/finish-test-item-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/force-finish-launch-using-put/index.html b/api/service-api/versions/5.10/force-finish-launch-using-put/index.html index ded382f62..f0fadc67d 100644 --- a/api/service-api/versions/5.10/force-finish-launch-using-put/index.html +++ b/api/service-api/versions/5.10/force-finish-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/generate-using-post/index.html b/api/service-api/versions/5.10/generate-using-post/index.html index 0b58d2210..0df76e718 100644 --- a/api/service-api/versions/5.10/generate-using-post/index.html +++ b/api/service-api/versions/5.10/generate-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-activities-using-post/index.html b/api/service-api/versions/5.10/get-activities-using-post/index.html index 45fca6090..c7bcb025e 100644 --- a/api/service-api/versions/5.10/get-activities-using-post/index.html +++ b/api/service-api/versions/5.10/get-activities-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-activity-using-get/index.html b/api/service-api/versions/5.10/get-activity-using-get/index.html index 6a24d942b..3a80a0b74 100644 --- a/api/service-api/versions/5.10/get-activity-using-get/index.html +++ b/api/service-api/versions/5.10/get-activity-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

getActivity

Request

Path Parameters

    activityId int64required

    activityId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
+

Responses

OK

Schema

    actionType stringrequired

    details

    object

    id int64required
    lastModified date-timerequired
    loggedObjectId int64required
    objectName string
    objectType stringrequired
    projectId int64required
    projectName string
    user stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html b/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html index 41b30fb8a..5d26b0646 100644 --- a/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-dashboards-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html b/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html index fdbb5552c..1467c7ba9 100644 --- a/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-filters-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-all-filters-using-get/index.html b/api/service-api/versions/5.10/get-all-filters-using-get/index.html index 716ecd0bf..7032b96a8 100644 --- a/api/service-api/versions/5.10/get-all-filters-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-filters-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html b/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html index ff5dbf345..d4d174e25 100644 --- a/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-launch-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-all-owners-using-get/index.html b/api/service-api/versions/5.10/get-all-owners-using-get/index.html index c8be44079..23b167cab 100644 --- a/api/service-api/versions/5.10/get-all-owners-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-owners-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-all-project-names-using-get/index.html b/api/service-api/versions/5.10/get-all-project-names-using-get/index.html index 371228af5..ce704dcdf 100644 --- a/api/service-api/versions/5.10/get-all-project-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-project-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html b/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html index aabd3de77..851d245e8 100644 --- a/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html +++ b/api/service-api/versions/5.10/get-all-projects-info-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html b/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html index ac569e4e4..0ed56695b 100644 --- a/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-allowable-issue-types-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html b/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html index 1970db6a1..9a12920b7 100644 --- a/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html +++ b/api/service-api/versions/5.10/get-allowable-issue-types-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html b/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html index d0b6ad096..ed51b3dc2 100644 --- a/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html +++ b/api/service-api/versions/5.10/get-analyzer-indexing-status-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html b/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html index 45582659a..e78d308af 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-for-project-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html b/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html index e4424103a..10ac48efb 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html b/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html index 66fd2ee68..2c8865e2b 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-using-get-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html b/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html index cc346d522..d33a14fc1 100644 --- a/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html +++ b/api/service-api/versions/5.10/get-attribute-keys-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html b/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html index 7b5bcbfb6..f2cea14ad 100644 --- a/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-attribute-values-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html b/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html index a86a88016..f9ec0f5d3 100644 --- a/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html +++ b/api/service-api/versions/5.10/get-attribute-values-using-get-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-attribute-values-using-get/index.html b/api/service-api/versions/5.10/get-attribute-values-using-get/index.html index e135a1979..6343c14b1 100644 --- a/api/service-api/versions/5.10/get-attribute-values-using-get/index.html +++ b/api/service-api/versions/5.10/get-attribute-values-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-clusters-using-get/index.html b/api/service-api/versions/5.10/get-clusters-using-get/index.html index 9fec5733f..0fe0814a9 100644 --- a/api/service-api/versions/5.10/get-clusters-using-get/index.html +++ b/api/service-api/versions/5.10/get-clusters-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-dashboard-using-get/index.html b/api/service-api/versions/5.10/get-dashboard-using-get/index.html index 88569a3da..af4292711 100644 --- a/api/service-api/versions/5.10/get-dashboard-using-get/index.html +++ b/api/service-api/versions/5.10/get-dashboard-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-debug-launches-using-get/index.html b/api/service-api/versions/5.10/get-debug-launches-using-get/index.html index f43708777..5072eeadd 100644 --- a/api/service-api/versions/5.10/get-debug-launches-using-get/index.html +++ b/api/service-api/versions/5.10/get-debug-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-error-page-using-get/index.html b/api/service-api/versions/5.10/get-error-page-using-get/index.html index bba885fb6..a6e751de4 100644 --- a/api/service-api/versions/5.10/get-error-page-using-get/index.html +++ b/api/service-api/versions/5.10/get-error-page-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    parentId int64required

    parentId

    projectName stringrequired

    projectName

Query Parameters

    filter.eq.autoAnalyzed boolean

    Filters by 'autoAnalyzed'

    filter.eq.binaryContent string

    Filters by 'binaryContent'

    filter.eq.id int64

    Filters by 'id'

    filter.eq.item int64

    Filters by 'item'

    filter.eq.lastModified date-time

    Filters by 'lastModified'

    filter.eq.launch int64

    Filters by 'launch'

    filter.eq.launchId int64

    Filters by 'launchId'

    filter.eq.level string

    Filters by 'level'

    filter.eq.logId int64

    Filters by 'logId'

    filter.eq.logTime date-time

    Filters by 'logTime'

    filter.eq.message string

    Filters by 'message'

    filter.eq.path string

    Filters by 'path'

    filter.eq.projectId int64

    Filters by 'projectId'

    filter.eq.retryParentId int64

    Filters by 'retryParentId'

    filter.eq.retryParentLaunchId int64

    Filters by 'retryParentLaunchId'

    filter.eq.status string

    Filters by 'status'

    page.page int32

    Results page you want to retrieve (0..N)

    page.size int32

    Number of records per page

    page.sort string[]

    Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

    params anyrequired

    params

-

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string

    pagesLocation

    object[]

  • Array [

  • key int64
    value int32
  • ]

  • thumbnail string
    time date-time
    uuid stringrequired
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-file-using-get/index.html b/api/service-api/versions/5.10/get-file-using-get/index.html index 37544d217..8ad52cd7d 100644 --- a/api/service-api/versions/5.10/get-file-using-get/index.html +++ b/api/service-api/versions/5.10/get-file-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-filter-using-get/index.html b/api/service-api/versions/5.10/get-filter-using-get/index.html index 345197532..4c19ec971 100644 --- a/api/service-api/versions/5.10/get-filter-using-get/index.html +++ b/api/service-api/versions/5.10/get-filter-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-global-integration-using-get/index.html b/api/service-api/versions/5.10/get-global-integration-using-get/index.html index 518d0d4c9..e75fccc2c 100644 --- a/api/service-api/versions/5.10/get-global-integration-using-get/index.html +++ b/api/service-api/versions/5.10/get-global-integration-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get global Report Portal integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html b/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html index 21ea715c9..df78ca5e9 100644 --- a/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-global-integrations-using-get-1/index.html @@ -9,7 +9,7 @@ - + @@ -28,6 +28,6 @@
GET 

/v1/integration/global/all

Get available global integrations

Request

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-global-integrations-using-get/index.html b/api/service-api/versions/5.10/get-global-integrations-using-get/index.html index a631f15b1..efdb0d03b 100644 --- a/api/service-api/versions/5.10/get-global-integrations-using-get/index.html +++ b/api/service-api/versions/5.10/get-global-integrations-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get available global integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-items-history-using-get/index.html b/api/service-api/versions/5.10/get-items-history-using-get/index.html index ed5a78041..9739e5942 100644 --- a/api/service-api/versions/5.10/get-items-history-using-get/index.html +++ b/api/service-api/versions/5.10/get-items-history-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-latest-launches-using-get/index.html b/api/service-api/versions/5.10/get-latest-launches-using-get/index.html index db47c591b..254418dfa 100644 --- a/api/service-api/versions/5.10/get-latest-launches-using-get/index.html +++ b/api/service-api/versions/5.10/get-latest-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html b/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html index 6ab98db71..22b5a5454 100644 --- a/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html +++ b/api/service-api/versions/5.10/get-launch-by-uuid-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get specified launch by UUID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-launch-report-using-get/index.html b/api/service-api/versions/5.10/get-launch-report-using-get/index.html index af69e0c0c..0b12dda6d 100644 --- a/api/service-api/versions/5.10/get-launch-report-using-get/index.html +++ b/api/service-api/versions/5.10/get-launch-report-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-launch-using-get/index.html b/api/service-api/versions/5.10/get-launch-using-get/index.html index 3c5f61890..382678f08 100644 --- a/api/service-api/versions/5.10/get-launch-using-get/index.html +++ b/api/service-api/versions/5.10/get-launch-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get specified launch by ID

Request

Path Parameters

    launchId stringrequired

    launchId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html b/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html index 3d12b7d4c..5a583ae8c 100644 --- a/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html +++ b/api/service-api/versions/5.10/get-log-by-uuid-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get log by UUID

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-log-using-get/index.html b/api/service-api/versions/5.10/get-log-using-get/index.html index 0239ba327..7e4c1404c 100644 --- a/api/service-api/versions/5.10/get-log-using-get/index.html +++ b/api/service-api/versions/5.10/get-log-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get log by ID

Request

Path Parameters

    logId stringrequired

    logId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-logs-under-using-post/index.html b/api/service-api/versions/5.10/get-logs-under-using-post/index.html index 7c95ae3d8..edf608f2d 100644 --- a/api/service-api/versions/5.10/get-logs-under-using-post/index.html +++ b/api/service-api/versions/5.10/get-logs-under-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-logs-using-get/index.html b/api/service-api/versions/5.10/get-logs-using-get/index.html index e80a52727..97669dbef 100644 --- a/api/service-api/versions/5.10/get-logs-using-get/index.html +++ b/api/service-api/versions/5.10/get-logs-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-my-photo-using-get/index.html b/api/service-api/versions/5.10/get-my-photo-using-get/index.html index 4dbd2d911..36f43c1bc 100644 --- a/api/service-api/versions/5.10/get-my-photo-using-get/index.html +++ b/api/service-api/versions/5.10/get-my-photo-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-myself-using-get-1/index.html b/api/service-api/versions/5.10/get-myself-using-get-1/index.html index 13f41e46c..99b0a3f38 100644 --- a/api/service-api/versions/5.10/get-myself-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-myself-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-myself-using-get/index.html b/api/service-api/versions/5.10/get-myself-using-get/index.html index 0682d1997..064a5c7ad 100644 --- a/api/service-api/versions/5.10/get-myself-using-get/index.html +++ b/api/service-api/versions/5.10/get-myself-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-nested-items-using-get/index.html b/api/service-api/versions/5.10/get-nested-items-using-get/index.html index d4ba8b77d..3926e9be2 100644 --- a/api/service-api/versions/5.10/get-nested-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-nested-items-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-page-number-using-get/index.html b/api/service-api/versions/5.10/get-page-number-using-get/index.html index 75f287118..04bf4b44b 100644 --- a/api/service-api/versions/5.10/get-page-number-using-get/index.html +++ b/api/service-api/versions/5.10/get-page-number-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-plugins-using-get/index.html b/api/service-api/versions/5.10/get-plugins-using-get/index.html index 8e8ee22fb..c3a69bbf6 100644 --- a/api/service-api/versions/5.10/get-plugins-using-get/index.html +++ b/api/service-api/versions/5.10/get-plugins-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -28,6 +28,6 @@
GET 

/v1/plugin

Get all available plugins

Request

-

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-info-using-get/index.html b/api/service-api/versions/5.10/get-project-info-using-get/index.html index 3a76caa10..d4aad5ecb 100644 --- a/api/service-api/versions/5.10/get-project-info-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-info-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    interval string

    Default value: 3M

    interval

-

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
+

Responses

OK

Schema

    creationDate date-time
    entryType string
    id int64
    lastRun date-time

    launchesPerUser

    object[]

  • Array [

  • count int32
    fullName string
  • ]

  • launchesPerWeek string
    launchesQuantity int32
    organization string
    projectName string
    uniqueTickets int32
    usersQuantity int32
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-integration-using-get/index.html b/api/service-api/versions/5.10/get-project-integration-using-get/index.html index afb10d575..13ef674e8 100644 --- a/api/service-api/versions/5.10/get-project-integration-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-integration-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get integration instance

Request

Path Parameters

    integrationId int64required

    integrationId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
+

Responses

OK

Schema

    creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html b/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html index c46e21e6a..a63212665 100644 --- a/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-project-integrations-using-get-1/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get available project integrations

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-integrations-using-get/index.html b/api/service-api/versions/5.10/get-project-integrations-using-get/index.html index e486599f2..37042990f 100644 --- a/api/service-api/versions/5.10/get-project-integrations-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-integrations-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Get available project integrations for plugin

Request

Path Parameters

    pluginName stringrequired

    pluginName

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-launches-using-get/index.html b/api/service-api/versions/5.10/get-project-launches-using-get/index.html index 400b159d5..475fe5698 100644 --- a/api/service-api/versions/5.10/get-project-launches-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-launches-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-project-settings-using-get/index.html b/api/service-api/versions/5.10/get-project-settings-using-get/index.html index 48372afda..8564e6ae0 100644 --- a/api/service-api/versions/5.10/get-project-settings-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-settings-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-project-users-using-get-1/index.html b/api/service-api/versions/5.10/get-project-users-using-get-1/index.html index c1ef13879..ad9800246 100644 --- a/api/service-api/versions/5.10/get-project-users-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-project-users-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-project-users-using-get/index.html b/api/service-api/versions/5.10/get-project-users-using-get/index.html index 472bc5659..76a439eee 100644 --- a/api/service-api/versions/5.10/get-project-users-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-users-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-project-using-get/index.html b/api/service-api/versions/5.10/get-project-using-get/index.html index e0b92b7b2..753077804 100644 --- a/api/service-api/versions/5.10/get-project-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Only for users that are assigned to the project

Request

Path Parameters

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    launchNames string[]
    recipients string[]
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
+

Responses

OK

Schema

    allocatedStorage int64

    configuration

    object

    required

    attributes

    object

    required

    property name* string

    notificationsConfiguration

    object

    cases

    object[]

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • attributesOperator string

    Possible values: [AND, OR]

    enabled boolean
    launchNames string[]
    recipients string[]
    sendCase string

    Possible values: [ALWAYS, FAILED, MORE_10, MORE_20, MORE_50]

  • ]

  • enabled boolean

    patterns

    object[]

  • Array [

  • enabled boolean
    id int64
    name string
    type string
    value string
  • ]

  • subTypes

    object

    property name*

    object[]

  • Array [

  • color string
    id int64
    locator string
    longName string
    shortName string
    typeRef string
  • ]

  • creationDate date-time
    entryType stringrequired

    integrations

    object[]

  • Array [

  • creationDate date-time
    creator string
    enabled boolean
    id int64

    integrationParameters

    object

    integrationType

    object

    authFlow string

    Possible values: [OAUTH, BASIC, TOKEN, FORM, LDAP]

    creationDate date-time

    details

    object

    enabled boolean
    groupType string
    name string
    type int64
    name string
    projectId int64
  • ]

  • organization string
    projectId int64required
    projectName stringrequired

    users

    object[]

  • Array [

  • login string
    projectRole string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-project-widget-using-get/index.html b/api/service-api/versions/5.10/get-project-widget-using-get/index.html index 0f9b904a9..c542adbe0 100644 --- a/api/service-api/versions/5.10/get-project-widget-using-get/index.html +++ b/api/service-api/versions/5.10/get-project-widget-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-server-settings-using-get/index.html b/api/service-api/versions/5.10/get-server-settings-using-get/index.html index d24697ee6..0068d1569 100644 --- a/api/service-api/versions/5.10/get-server-settings-using-get/index.html +++ b/api/service-api/versions/5.10/get-server-settings-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html index fcb8790ff..0694dedc4 100644 --- a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html index 1c288f6fa..85aee164d 100644 --- a/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html +++ b/api/service-api/versions/5.10/get-set-of-integration-system-fields-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-statuses-using-get/index.html b/api/service-api/versions/5.10/get-statuses-using-get/index.html index 9e7740f4e..73ce63a1f 100644 --- a/api/service-api/versions/5.10/get-statuses-using-get/index.html +++ b/api/service-api/versions/5.10/get-statuses-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html b/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html index c645a1070..30974586b 100644 --- a/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-suggested-cluster-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    clusterId int64required

    clusterId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-suggested-items-using-get/index.html b/api/service-api/versions/5.10/get-suggested-items-using-get/index.html index e7f3147b3..b7c41630c 100644 --- a/api/service-api/versions/5.10/get-suggested-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-suggested-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Search suggested items in analyzer for provided one

Request

Path Parameters

    itemId int64required

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • logs

    object[]

  • Array [

  • binaryContent

    object

    contentType stringrequired
    id stringrequired
    thumbnailId stringrequired
    id int64required
    itemId int64
    launchId int64
    level string

    Possible values: [error, warn, info, debug, trace, fatal, unknown]

    message string
    thumbnail string
    time date-time
    uuid stringrequired
  • ]

  • suggestRs

    object

    clusterId int64
    esPosition int32
    esScore float
    isMergedLog boolean
    issueType string
    launchId int64
    launchName string
    matchScore float
    methodName string
    minShouldMatch int32
    modelFeatureNames string
    modelFeatureValues string
    modelInfo string
    processedTime float
    project int64
    relevantItem int64
    relevantLogId int64
    resultPosition int32
    testItem int64
    testItemLogId int64
    usedLogLines int32
    userChoice int32

    testItemResource

    object

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html b/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html index 5cf8aaab5..0726434b3 100644 --- a/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-item-activities-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html b/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html index 3d2f8d772..9bcf8ed3b 100644 --- a/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-item-by-uuid-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Find test item by UUID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-item-using-get/index.html b/api/service-api/versions/5.10/get-test-item-using-get/index.html index eacf2bd69..0de27cc8e 100644 --- a/api/service-api/versions/5.10/get-test-item-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-item-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -29,6 +29,6 @@

Find test item by ID

Request

Path Parameters

    itemId stringrequired

    itemId

    projectName stringrequired

    projectName

-

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
+

Responses

OK

Schema

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-items-using-get-1/index.html b/api/service-api/versions/5.10/get-test-items-using-get-1/index.html index 4fe3eb60d..5ecd98285 100644 --- a/api/service-api/versions/5.10/get-test-items-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-test-items-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-test-items-using-get-2/index.html b/api/service-api/versions/5.10/get-test-items-using-get-2/index.html index a235df26f..f63c786b2 100644 --- a/api/service-api/versions/5.10/get-test-items-using-get-2/index.html +++ b/api/service-api/versions/5.10/get-test-items-using-get-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-test-items-using-get/index.html b/api/service-api/versions/5.10/get-test-items-using-get/index.html index 1d923c69a..90458d84a 100644 --- a/api/service-api/versions/5.10/get-test-items-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-items-using-get/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Query Parameters

    ids int64[]required

    ids

-

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
+

Responses

OK

Schema

  • Array [

  • attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • codeRef string
    description string
    endTime date-time
    hasChildren boolean
    hasStats boolean
    id int64

    issue

    object

    autoAnalyzed boolean
    comment string

    externalSystemIssues

    object[]

  • Array [

  • btsProject string
    btsUrl string
    pluginName string
    submitDate int64
    ticketId string
    url string
  • ]

  • ignoreAnalyzer boolean
    issueType stringrequired
    launchId int64
    launchStatus string
    name string

    parameters

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

  • parent int64
    path string

    pathNames

    object

    itemPaths

    object[]

  • Array [

  • id int64
    name string
  • ]

  • launchPathName

    object

    name string
    number int32
    patternTemplates string[]
    retries undefined[]
    startTime date-time

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status string
    testCaseHash int32
    testCaseId string
    type string
    uniqueId string
    uuid string
  • ]

Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html b/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html index e69d3e17f..febdbaa09 100644 --- a/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html +++ b/api/service-api/versions/5.10/get-test-items-v-2-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html b/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html index 501b9a244..047a2249b 100644 --- a/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html +++ b/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html b/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html index bb30ea26e..e6166bfc9 100644 --- a/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html +++ b/api/service-api/versions/5.10/get-ticket-ids-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-ticket-using-get/index.html b/api/service-api/versions/5.10/get-ticket-using-get/index.html index c6c785067..872a71b71 100644 --- a/api/service-api/versions/5.10/get-ticket-using-get/index.html +++ b/api/service-api/versions/5.10/get-ticket-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html b/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html index 3b8c7d455..daae60aff 100644 --- a/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-bid-info-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-user-filters-using-get/index.html b/api/service-api/versions/5.10/get-user-filters-using-get/index.html index 9010e7141..6b1ae4c7c 100644 --- a/api/service-api/versions/5.10/get-user-filters-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-filters-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-user-photo-using-get/index.html b/api/service-api/versions/5.10/get-user-photo-using-get/index.html index 3a9bef15e..5cf9602f7 100644 --- a/api/service-api/versions/5.10/get-user-photo-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-photo-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-user-preference-using-get/index.html b/api/service-api/versions/5.10/get-user-preference-using-get/index.html index 13206db6d..e0e64d4d2 100644 --- a/api/service-api/versions/5.10/get-user-preference-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-preference-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-user-projects-using-get/index.html b/api/service-api/versions/5.10/get-user-projects-using-get/index.html index d69000ef4..559ef9cc9 100644 --- a/api/service-api/versions/5.10/get-user-projects-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-projects-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-user-using-get/index.html b/api/service-api/versions/5.10/get-user-using-get/index.html index 44c77c809..8b0047974 100644 --- a/api/service-api/versions/5.10/get-user-using-get/index.html +++ b/api/service-api/versions/5.10/get-user-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html b/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html index 1e2b9b8ce..c6985d326 100644 --- a/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html +++ b/api/service-api/versions/5.10/get-users-api-keys-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html b/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html index 61475d6f8..cf0033272 100644 --- a/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html +++ b/api/service-api/versions/5.10/get-users-for-assign-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-users-using-get/index.html b/api/service-api/versions/5.10/get-users-using-get/index.html index c36248f97..f1fc9e90a 100644 --- a/api/service-api/versions/5.10/get-users-using-get/index.html +++ b/api/service-api/versions/5.10/get-users-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-widget-names-using-get/index.html b/api/service-api/versions/5.10/get-widget-names-using-get/index.html index 4b2bc7f61..5ecc04900 100644 --- a/api/service-api/versions/5.10/get-widget-names-using-get/index.html +++ b/api/service-api/versions/5.10/get-widget-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-widget-preview-using-post/index.html b/api/service-api/versions/5.10/get-widget-preview-using-post/index.html index 231f4e2e0..3cca69fd2 100644 --- a/api/service-api/versions/5.10/get-widget-preview-using-post/index.html +++ b/api/service-api/versions/5.10/get-widget-preview-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-widget-using-get-1/index.html b/api/service-api/versions/5.10/get-widget-using-get-1/index.html index 849785e8a..f25c8c977 100644 --- a/api/service-api/versions/5.10/get-widget-using-get-1/index.html +++ b/api/service-api/versions/5.10/get-widget-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/get-widget-using-get/index.html b/api/service-api/versions/5.10/get-widget-using-get/index.html index 1d2c1168e..fed8f58bd 100644 --- a/api/service-api/versions/5.10/get-widget-using-get/index.html +++ b/api/service-api/versions/5.10/get-widget-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html b/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html index 19088bcab..57f276e85 100644 --- a/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html +++ b/api/service-api/versions/5.10/handle-suggest-choose-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/import-launch-using-post/index.html b/api/service-api/versions/5.10/import-launch-using-post/index.html index 15a471e59..d9fc5f440 100644 --- a/api/service-api/versions/5.10/import-launch-using-post/index.html +++ b/api/service-api/versions/5.10/import-launch-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/index-project-data-using-put/index.html b/api/service-api/versions/5.10/index-project-data-using-put/index.html index 10b7789c2..ae84baa94 100644 --- a/api/service-api/versions/5.10/index-project-data-using-put/index.html +++ b/api/service-api/versions/5.10/index-project-data-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/integration-controller/index.html b/api/service-api/versions/5.10/integration-controller/index.html index 3c09b850b..7a98aebaf 100644 --- a/api/service-api/versions/5.10/integration-controller/index.html +++ b/api/service-api/versions/5.10/integration-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html b/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html index 7f0cfa159..d9aa164dd 100644 --- a/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html +++ b/api/service-api/versions/5.10/is-restore-password-bid-exist-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/launch-async-controller/index.html b/api/service-api/versions/5.10/launch-async-controller/index.html index 59d7a2018..e7c27bed8 100644 --- a/api/service-api/versions/5.10/launch-async-controller/index.html +++ b/api/service-api/versions/5.10/launch-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/launch-controller/index.html b/api/service-api/versions/5.10/launch-controller/index.html index 2941d2a4f..6b5154999 100644 --- a/api/service-api/versions/5.10/launch-controller/index.html +++ b/api/service-api/versions/5.10/launch-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/link-external-issues-using-put/index.html b/api/service-api/versions/5.10/link-external-issues-using-put/index.html index c9635923d..2d6f89b2a 100644 --- a/api/service-api/versions/5.10/link-external-issues-using-put/index.html +++ b/api/service-api/versions/5.10/link-external-issues-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/log-async-controller/index.html b/api/service-api/versions/5.10/log-async-controller/index.html index 534bff948..ae060da89 100644 --- a/api/service-api/versions/5.10/log-async-controller/index.html +++ b/api/service-api/versions/5.10/log-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/log-controller/index.html b/api/service-api/versions/5.10/log-controller/index.html index d42063502..88fb9229c 100644 --- a/api/service-api/versions/5.10/log-controller/index.html +++ b/api/service-api/versions/5.10/log-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/merge-launches-using-post-1/index.html b/api/service-api/versions/5.10/merge-launches-using-post-1/index.html index 88ba0fd31..788591afc 100644 --- a/api/service-api/versions/5.10/merge-launches-using-post-1/index.html +++ b/api/service-api/versions/5.10/merge-launches-using-post-1/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/merge-launches-using-post/index.html b/api/service-api/versions/5.10/merge-launches-using-post/index.html index 7ce667d0f..d600824cd 100644 --- a/api/service-api/versions/5.10/merge-launches-using-post/index.html +++ b/api/service-api/versions/5.10/merge-launches-using-post/index.html @@ -9,7 +9,7 @@ - + @@ -30,6 +30,6 @@

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

Merge launches request body

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    extendSuitesDescription booleanrequired
    launches int64[]required
    mergeType string

    Possible values: [BASIC, DEEP]

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    startTime date-time
-

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
+

Responses

OK

Schema

    analysing string[]
    approximateDuration double

    attributes

    object[]

  • Array [

  • key string
    value string
  • ]

  • description string
    endTime date-time
    hasRetries boolean
    id int64required
    lastModified date-time

    metadata

    object

    mode string

    Possible values: [DEFAULT, DEBUG]

    name stringrequired
    number int64required
    owner string
    rerun boolean
    startTime date-timerequired

    statistics

    object

    defects

    object

    property name*

    object

    property name* int32

    executions

    object

    property name* int32
    status stringrequired
    uuid stringrequired
Loading...
\ No newline at end of file diff --git a/api/service-api/versions/5.10/on-boarding-using-get/index.html b/api/service-api/versions/5.10/on-boarding-using-get/index.html index 20130e971..025e59b3f 100644 --- a/api/service-api/versions/5.10/on-boarding-using-get/index.html +++ b/api/service-api/versions/5.10/on-boarding-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/onboarding-controller/index.html b/api/service-api/versions/5.10/onboarding-controller/index.html index 57e0110ad..a725349d4 100644 --- a/api/service-api/versions/5.10/onboarding-controller/index.html +++ b/api/service-api/versions/5.10/onboarding-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/plugin-controller/index.html b/api/service-api/versions/5.10/plugin-controller/index.html index 15ffde15c..fe6d3023c 100644 --- a/api/service-api/versions/5.10/plugin-controller/index.html +++ b/api/service-api/versions/5.10/plugin-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/project-controller/index.html b/api/service-api/versions/5.10/project-controller/index.html index ba8717488..4960d510d 100644 --- a/api/service-api/versions/5.10/project-controller/index.html +++ b/api/service-api/versions/5.10/project-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/project-settings-controller/index.html b/api/service-api/versions/5.10/project-settings-controller/index.html index b8b8602ba..7c6ce27a0 100644 --- a/api/service-api/versions/5.10/project-settings-controller/index.html +++ b/api/service-api/versions/5.10/project-settings-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html b/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html index 047a1d385..2321e05cc 100644 --- a/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html +++ b/api/service-api/versions/5.10/remove-attachments-by-csv-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html b/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html index 5542643c1..57254fbf0 100644 --- a/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html +++ b/api/service-api/versions/5.10/remove-user-preference-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/remove-widget-using-delete/index.html b/api/service-api/versions/5.10/remove-widget-using-delete/index.html index cf7be63dd..1e2639ab9 100644 --- a/api/service-api/versions/5.10/remove-widget-using-delete/index.html +++ b/api/service-api/versions/5.10/remove-widget-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/reportportal/index.html b/api/service-api/versions/5.10/reportportal/index.html index a07c80769..9e0f82d70 100644 --- a/api/service-api/versions/5.10/reportportal/index.html +++ b/api/service-api/versions/5.10/reportportal/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/reset-password-using-post/index.html b/api/service-api/versions/5.10/reset-password-using-post/index.html index 5739893f8..711b9a375 100644 --- a/api/service-api/versions/5.10/reset-password-using-post/index.html +++ b/api/service-api/versions/5.10/reset-password-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/restore-password-using-post/index.html b/api/service-api/versions/5.10/restore-password-using-post/index.html index 1dac36309..f5c57101d 100644 --- a/api/service-api/versions/5.10/restore-password-using-post/index.html +++ b/api/service-api/versions/5.10/restore-password-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html b/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html index e20a72d19..1633446a2 100644 --- a/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html +++ b/api/service-api/versions/5.10/save-analytics-settings-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html b/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html index 1d8ed6ba3..06930cea2 100644 --- a/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html +++ b/api/service-api/versions/5.10/save-analytics-settings-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/search-for-user-using-get/index.html b/api/service-api/versions/5.10/search-for-user-using-get/index.html index 92c9e3471..ed8b467d8 100644 --- a/api/service-api/versions/5.10/search-for-user-using-get/index.html +++ b/api/service-api/versions/5.10/search-for-user-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/search-logs-using-post/index.html b/api/service-api/versions/5.10/search-logs-using-post/index.html index 822df5a91..8b60e2d77 100644 --- a/api/service-api/versions/5.10/search-logs-using-post/index.html +++ b/api/service-api/versions/5.10/search-logs-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/search-project-names-using-get/index.html b/api/service-api/versions/5.10/search-project-names-using-get/index.html index feaa14173..cf5d32678 100644 --- a/api/service-api/versions/5.10/search-project-names-using-get/index.html +++ b/api/service-api/versions/5.10/search-project-names-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/settings-controller/index.html b/api/service-api/versions/5.10/settings-controller/index.html index b32348dd5..ae7af1b9c 100644 --- a/api/service-api/versions/5.10/settings-controller/index.html +++ b/api/service-api/versions/5.10/settings-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/start-child-item-using-post-1/index.html b/api/service-api/versions/5.10/start-child-item-using-post-1/index.html index bbcb9b967..5d6cd6f64 100644 --- a/api/service-api/versions/5.10/start-child-item-using-post-1/index.html +++ b/api/service-api/versions/5.10/start-child-item-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/start-child-item-using-post/index.html b/api/service-api/versions/5.10/start-child-item-using-post/index.html index 5720147f0..27d8fd29a 100644 --- a/api/service-api/versions/5.10/start-child-item-using-post/index.html +++ b/api/service-api/versions/5.10/start-child-item-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html b/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html index d6a466761..f01193963 100644 --- a/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html +++ b/api/service-api/versions/5.10/start-launch-analyzer-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/start-launch-using-post-1/index.html b/api/service-api/versions/5.10/start-launch-using-post-1/index.html index 2f80acc27..c588599b3 100644 --- a/api/service-api/versions/5.10/start-launch-using-post-1/index.html +++ b/api/service-api/versions/5.10/start-launch-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/start-launch-using-post/index.html b/api/service-api/versions/5.10/start-launch-using-post/index.html index 2a04f8db5..1715d0a9c 100644 --- a/api/service-api/versions/5.10/start-launch-using-post/index.html +++ b/api/service-api/versions/5.10/start-launch-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/start-root-item-using-post-1/index.html b/api/service-api/versions/5.10/start-root-item-using-post-1/index.html index a5cd7ed48..094f63f10 100644 --- a/api/service-api/versions/5.10/start-root-item-using-post-1/index.html +++ b/api/service-api/versions/5.10/start-root-item-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/start-root-item-using-post/index.html b/api/service-api/versions/5.10/start-root-item-using-post/index.html index 5a5359b87..fc0b55b23 100644 --- a/api/service-api/versions/5.10/start-root-item-using-post/index.html +++ b/api/service-api/versions/5.10/start-root-item-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html b/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html index 3aca01324..b11feeb91 100644 --- a/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html +++ b/api/service-api/versions/5.10/test-integration-connection-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/test-integration-connection-using-get/index.html b/api/service-api/versions/5.10/test-integration-connection-using-get/index.html index 2999d30d3..952eda17e 100644 --- a/api/service-api/versions/5.10/test-integration-connection-using-get/index.html +++ b/api/service-api/versions/5.10/test-integration-connection-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/test-item-async-controller/index.html b/api/service-api/versions/5.10/test-item-async-controller/index.html index 3ee31373a..6fe0c4502 100644 --- a/api/service-api/versions/5.10/test-item-async-controller/index.html +++ b/api/service-api/versions/5.10/test-item-async-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/test-item-controller/index.html b/api/service-api/versions/5.10/test-item-controller/index.html index b882b1b91..869511412 100644 --- a/api/service-api/versions/5.10/test-item-controller/index.html +++ b/api/service-api/versions/5.10/test-item-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/unassign-project-users-using-put/index.html b/api/service-api/versions/5.10/unassign-project-users-using-put/index.html index b5888548f..b593d8372 100644 --- a/api/service-api/versions/5.10/unassign-project-users-using-put/index.html +++ b/api/service-api/versions/5.10/unassign-project-users-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html b/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html index 2a52f71a8..02cfb460e 100644 --- a/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html +++ b/api/service-api/versions/5.10/unlink-external-issues-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-dashboard-using-put/index.html b/api/service-api/versions/5.10/update-dashboard-using-put/index.html index b3dda615d..fe27db9b9 100644 --- a/api/service-api/versions/5.10/update-dashboard-using-put/index.html +++ b/api/service-api/versions/5.10/update-dashboard-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-global-integration-using-put/index.html b/api/service-api/versions/5.10/update-global-integration-using-put/index.html index 86e63bbab..268ea604c 100644 --- a/api/service-api/versions/5.10/update-global-integration-using-put/index.html +++ b/api/service-api/versions/5.10/update-global-integration-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-launch-using-put/index.html b/api/service-api/versions/5.10/update-launch-using-put/index.html index 78f334988..a4191c4e6 100644 --- a/api/service-api/versions/5.10/update-launch-using-put/index.html +++ b/api/service-api/versions/5.10/update-launch-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-launches-using-put/index.html b/api/service-api/versions/5.10/update-launches-using-put/index.html index 473fdb427..bde7e9d40 100644 --- a/api/service-api/versions/5.10/update-launches-using-put/index.html +++ b/api/service-api/versions/5.10/update-launches-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-pattern-template-using-put/index.html b/api/service-api/versions/5.10/update-pattern-template-using-put/index.html index a0e881755..b69f93a0e 100644 --- a/api/service-api/versions/5.10/update-pattern-template-using-put/index.html +++ b/api/service-api/versions/5.10/update-pattern-template-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-plugin-state-using-put/index.html b/api/service-api/versions/5.10/update-plugin-state-using-put/index.html index 35ae8aef9..8372867b8 100644 --- a/api/service-api/versions/5.10/update-plugin-state-using-put/index.html +++ b/api/service-api/versions/5.10/update-plugin-state-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-project-integration-using-put/index.html b/api/service-api/versions/5.10/update-project-integration-using-put/index.html index 472143442..ed8641264 100644 --- a/api/service-api/versions/5.10/update-project-integration-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-integration-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html b/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html index cd7292827..f66db921f 100644 --- a/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-issue-sub-type-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html b/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html index 4c8656be3..33c75a162 100644 --- a/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-notification-config-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-project-using-put/index.html b/api/service-api/versions/5.10/update-project-using-put/index.html index 867ecaf82..6aa6ae3ce 100644 --- a/api/service-api/versions/5.10/update-project-using-put/index.html +++ b/api/service-api/versions/5.10/update-project-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-test-item-using-put/index.html b/api/service-api/versions/5.10/update-test-item-using-put/index.html index 5beba4082..a7c85a6fa 100644 --- a/api/service-api/versions/5.10/update-test-item-using-put/index.html +++ b/api/service-api/versions/5.10/update-test-item-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-user-filter-using-put/index.html b/api/service-api/versions/5.10/update-user-filter-using-put/index.html index 0f6b6478f..2c50cfb93 100644 --- a/api/service-api/versions/5.10/update-user-filter-using-put/index.html +++ b/api/service-api/versions/5.10/update-user-filter-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-user-filters-using-put/index.html b/api/service-api/versions/5.10/update-user-filters-using-put/index.html index 93f408bc5..8e88eea9c 100644 --- a/api/service-api/versions/5.10/update-user-filters-using-put/index.html +++ b/api/service-api/versions/5.10/update-user-filters-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/update-widget-using-put/index.html b/api/service-api/versions/5.10/update-widget-using-put/index.html index 96b426603..38852cbc2 100644 --- a/api/service-api/versions/5.10/update-widget-using-put/index.html +++ b/api/service-api/versions/5.10/update-widget-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/upload-photo-using-post/index.html b/api/service-api/versions/5.10/upload-photo-using-post/index.html index baa1fc554..0fc5fe41c 100644 --- a/api/service-api/versions/5.10/upload-photo-using-post/index.html +++ b/api/service-api/versions/5.10/upload-photo-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/upload-plugin-using-post/index.html b/api/service-api/versions/5.10/upload-plugin-using-post/index.html index 191c1f025..08224494b 100644 --- a/api/service-api/versions/5.10/upload-plugin-using-post/index.html +++ b/api/service-api/versions/5.10/upload-plugin-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/user-controller/index.html b/api/service-api/versions/5.10/user-controller/index.html index 854c5b8c7..a9ade64e2 100644 --- a/api/service-api/versions/5.10/user-controller/index.html +++ b/api/service-api/versions/5.10/user-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/user-filter-controller/index.html b/api/service-api/versions/5.10/user-filter-controller/index.html index 673c0a4ea..9f2012e16 100644 --- a/api/service-api/versions/5.10/user-filter-controller/index.html +++ b/api/service-api/versions/5.10/user-filter-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/validate-info-using-get/index.html b/api/service-api/versions/5.10/validate-info-using-get/index.html index 86d0850e9..f3109d8d7 100644 --- a/api/service-api/versions/5.10/validate-info-using-get/index.html +++ b/api/service-api/versions/5.10/validate-info-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/versions/5.10/widget-controller/index.html b/api/service-api/versions/5.10/widget-controller/index.html index 35d027757..ee034fc0e 100644 --- a/api/service-api/versions/5.10/widget-controller/index.html +++ b/api/service-api/versions/5.10/widget-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-api/widget-controller/index.html b/api/service-api/widget-controller/index.html index b06f41318..8780336e6 100644 --- a/api/service-api/widget-controller/index.html +++ b/api/service-api/widget-controller/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/auth-configuration-endpoint/index.html b/api/service-uat/auth-configuration-endpoint/index.html index 11c31b3c6..dd6cb1134 100644 --- a/api/service-uat/auth-configuration-endpoint/index.html +++ b/api/service-uat/auth-configuration-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/create-auth-integration-using-post/index.html b/api/service-uat/create-auth-integration-using-post/index.html index 74aa1a101..ba87cf9a7 100644 --- a/api/service-uat/create-auth-integration-using-post/index.html +++ b/api/service-uat/create-auth-integration-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/delete-o-auth-setting-using-delete/index.html b/api/service-uat/delete-o-auth-setting-using-delete/index.html index a5f756327..60f5886f8 100644 --- a/api/service-uat/delete-o-auth-setting-using-delete/index.html +++ b/api/service-uat/delete-o-auth-setting-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/delete-settings-using-delete/index.html b/api/service-uat/delete-settings-using-delete/index.html index 7b9902c91..d6903abf0 100644 --- a/api/service-uat/delete-settings-using-delete/index.html +++ b/api/service-uat/delete-settings-using-delete/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/get-o-auth-settings-using-get-1/index.html b/api/service-uat/get-o-auth-settings-using-get-1/index.html index e87edbf2e..a8c032ce7 100644 --- a/api/service-uat/get-o-auth-settings-using-get-1/index.html +++ b/api/service-uat/get-o-auth-settings-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/get-o-auth-settings-using-get/index.html b/api/service-uat/get-o-auth-settings-using-get/index.html index a9a13432c..5648fd3a0 100644 --- a/api/service-uat/get-o-auth-settings-using-get/index.html +++ b/api/service-uat/get-o-auth-settings-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/get-settings-using-get/index.html b/api/service-uat/get-settings-using-get/index.html index 6f3883913..38fd3a712 100644 --- a/api/service-uat/get-settings-using-get/index.html +++ b/api/service-uat/get-settings-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/github-endpoint/index.html b/api/service-uat/github-endpoint/index.html index e8fc352a2..adde4756e 100644 --- a/api/service-uat/github-endpoint/index.html +++ b/api/service-uat/github-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/o-auth-configuration-endpoint/index.html b/api/service-uat/o-auth-configuration-endpoint/index.html index 8fc81ae46..04d29ddb2 100644 --- a/api/service-uat/o-auth-configuration-endpoint/index.html +++ b/api/service-uat/o-auth-configuration-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/reportportal/index.html b/api/service-uat/reportportal/index.html index 83f9573c5..7db4fcbf4 100644 --- a/api/service-uat/reportportal/index.html +++ b/api/service-uat/reportportal/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/sso-endpoint/index.html b/api/service-uat/sso-endpoint/index.html index 49fdd3048..7be8e7ff7 100644 --- a/api/service-uat/sso-endpoint/index.html +++ b/api/service-uat/sso-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/synchronize-using-post/index.html b/api/service-uat/synchronize-using-post/index.html index d06a128aa..a2205392b 100644 --- a/api/service-uat/synchronize-using-post/index.html +++ b/api/service-uat/synchronize-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/update-auth-integration-using-put/index.html b/api/service-uat/update-auth-integration-using-put/index.html index ce23bf9c0..df6c377b7 100644 --- a/api/service-uat/update-auth-integration-using-put/index.html +++ b/api/service-uat/update-auth-integration-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/update-o-auth-settings-using-post/index.html b/api/service-uat/update-o-auth-settings-using-post/index.html index c462a4152..ad4c2bb5e 100644 --- a/api/service-uat/update-o-auth-settings-using-post/index.html +++ b/api/service-uat/update-o-auth-settings-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/update-o-auth-settings-using-put/index.html b/api/service-uat/update-o-auth-settings-using-put/index.html index d5ef2a718..083d87284 100644 --- a/api/service-uat/update-o-auth-settings-using-put/index.html +++ b/api/service-uat/update-o-auth-settings-using-put/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-get-1/index.html b/api/service-uat/user-using-get-1/index.html index 8a90cc803..e0ccb4589 100644 --- a/api/service-uat/user-using-get-1/index.html +++ b/api/service-uat/user-using-get-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-get/index.html b/api/service-uat/user-using-get/index.html index cfb3dc190..1f2ed1bf8 100644 --- a/api/service-uat/user-using-get/index.html +++ b/api/service-uat/user-using-get/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-post-1/index.html b/api/service-uat/user-using-post-1/index.html index 91778473a..490e80f73 100644 --- a/api/service-uat/user-using-post-1/index.html +++ b/api/service-uat/user-using-post-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/user-using-post/index.html b/api/service-uat/user-using-post/index.html index 41372b34b..0a916e5c7 100644 --- a/api/service-uat/user-using-post/index.html +++ b/api/service-uat/user-using-post/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html b/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html index 568cb12ec..ed300f523 100644 --- a/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html +++ b/api/service-uat/versions/5.10/auth-configuration-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/create-auth-integration/index.html b/api/service-uat/versions/5.10/create-auth-integration/index.html index 0a59d76ff..65d0262b6 100644 --- a/api/service-uat/versions/5.10/create-auth-integration/index.html +++ b/api/service-uat/versions/5.10/create-auth-integration/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/delete-o-auth-setting/index.html b/api/service-uat/versions/5.10/delete-o-auth-setting/index.html index 4b5cc8c6a..1b08e025d 100644 --- a/api/service-uat/versions/5.10/delete-o-auth-setting/index.html +++ b/api/service-uat/versions/5.10/delete-o-auth-setting/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/delete-settings/index.html b/api/service-uat/versions/5.10/delete-settings/index.html index 1886eafd4..14851b772 100644 --- a/api/service-uat/versions/5.10/delete-settings/index.html +++ b/api/service-uat/versions/5.10/delete-settings/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html b/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html index 417c46812..38476e279 100644 --- a/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html +++ b/api/service-uat/versions/5.10/get-o-auth-settings-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/get-o-auth-settings/index.html b/api/service-uat/versions/5.10/get-o-auth-settings/index.html index 8ce47f5c2..b2a0529a9 100644 --- a/api/service-uat/versions/5.10/get-o-auth-settings/index.html +++ b/api/service-uat/versions/5.10/get-o-auth-settings/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/get-settings/index.html b/api/service-uat/versions/5.10/get-settings/index.html index 4d3968c69..120fd581f 100644 --- a/api/service-uat/versions/5.10/get-settings/index.html +++ b/api/service-uat/versions/5.10/get-settings/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/github-endpoint/index.html b/api/service-uat/versions/5.10/github-endpoint/index.html index af2f7f6e7..1dc2e57d3 100644 --- a/api/service-uat/versions/5.10/github-endpoint/index.html +++ b/api/service-uat/versions/5.10/github-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html b/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html index 7270390a6..fac4a1917 100644 --- a/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html +++ b/api/service-uat/versions/5.10/o-auth-configuration-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/reportportal/index.html b/api/service-uat/versions/5.10/reportportal/index.html index f9337496d..a72dbeaf2 100644 --- a/api/service-uat/versions/5.10/reportportal/index.html +++ b/api/service-uat/versions/5.10/reportportal/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/sso-endpoint/index.html b/api/service-uat/versions/5.10/sso-endpoint/index.html index 88da29291..f2a21471e 100644 --- a/api/service-uat/versions/5.10/sso-endpoint/index.html +++ b/api/service-uat/versions/5.10/sso-endpoint/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/synchronize/index.html b/api/service-uat/versions/5.10/synchronize/index.html index 902e6dbb8..596df805d 100644 --- a/api/service-uat/versions/5.10/synchronize/index.html +++ b/api/service-uat/versions/5.10/synchronize/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/update-auth-integration/index.html b/api/service-uat/versions/5.10/update-auth-integration/index.html index 67198e345..ebcb00907 100644 --- a/api/service-uat/versions/5.10/update-auth-integration/index.html +++ b/api/service-uat/versions/5.10/update-auth-integration/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html b/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html index 00d66f654..b17e588a6 100644 --- a/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html +++ b/api/service-uat/versions/5.10/update-o-auth-settings-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/update-o-auth-settings/index.html b/api/service-uat/versions/5.10/update-o-auth-settings/index.html index b7fb6f08b..733e9d8bd 100644 --- a/api/service-uat/versions/5.10/update-o-auth-settings/index.html +++ b/api/service-uat/versions/5.10/update-o-auth-settings/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/user-1/index.html b/api/service-uat/versions/5.10/user-1/index.html index a2ef883e9..11a7fe975 100644 --- a/api/service-uat/versions/5.10/user-1/index.html +++ b/api/service-uat/versions/5.10/user-1/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/user-2/index.html b/api/service-uat/versions/5.10/user-2/index.html index 5581a6e6e..36752e6c0 100644 --- a/api/service-uat/versions/5.10/user-2/index.html +++ b/api/service-uat/versions/5.10/user-2/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/user-3/index.html b/api/service-uat/versions/5.10/user-3/index.html index a36610b3d..5c5ef63d5 100644 --- a/api/service-uat/versions/5.10/user-3/index.html +++ b/api/service-uat/versions/5.10/user-3/index.html @@ -9,7 +9,7 @@ - + diff --git a/api/service-uat/versions/5.10/user/index.html b/api/service-uat/versions/5.10/user/index.html index 88a504fba..bf3dfcffe 100644 --- a/api/service-uat/versions/5.10/user/index.html +++ b/api/service-uat/versions/5.10/user/index.html @@ -9,7 +9,7 @@ - + diff --git a/assets/js/0132c79f.0f042df0.js b/assets/js/0132c79f.a0fe97ab.js similarity index 98% rename from assets/js/0132c79f.0f042df0.js rename to assets/js/0132c79f.a0fe97ab.js index 20a89d9ce..b9e3e7ff3 100644 --- a/assets/js/0132c79f.0f042df0.js +++ b/assets/js/0132c79f.a0fe97ab.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63345],{70037:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>y,contentTitle:()=>f,default:()=>T,frontMatter:()=>b,metadata:()=>j,toc:()=>E});var a=i(85893),l=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),o=i.n(r),p=(i(82723),i(9487)),c=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),v=i.n(h),x=(i(1176),i(12005),i(85162));const b={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,j={id:"api/service-api/versions/5.10/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/versions/5.10/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-plugins-using-get",permalink:"/docs/api/service-api/versions/5.10/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/versions/5.10/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/versions/5.10/upload-plugin-using-post"}},y={},E=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,l.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get all available plugins"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/plugin"}),"\n",(0,a.jsx)(s.p,{children:"Get all available plugins"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(x.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,a.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.056Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,l.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63345],{70037:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>y,contentTitle:()=>f,default:()=>T,frontMatter:()=>b,metadata:()=>j,toc:()=>E});var a=i(85893),l=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),o=i.n(r),p=(i(82723),i(9487)),c=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),v=i.n(h),x=(i(1176),i(12005),i(85162));const b={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,j={id:"api/service-api/versions/5.10/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/versions/5.10/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-plugins-using-get",permalink:"/docs/api/service-api/versions/5.10/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VEtv2zAM/isGT1uhxm2x7eDTsj6DdmvQpqciB8ZmEm2ypEl0usDwfx8op6372HyxwefHjx/dAuMqQnEP3jQrbfdLZzk4YyjAXIHzFJC1s5MKClgRT1NUvIvars5PZ6AgUPTORopQtHB0cCCvimIZtJdEKOD6EhRIXbIs3r18T16xXFON8sVbT1AAhoBbUKCZ6lSNNRtxTCzTqscx23q6oeiaUBKox0y3+EklgwIfBDHrHg02vD4z7mHQI3LQdgUKyDa1jH09vptdgIJv49vJMSiYXV+e/gAFZ9c330HB1cl4CvNOQRkoAThBpvfqLV2okaGACpn2WdcEnYKKGLWJg4T3oXadIMKFoWoQu3DOEFoptAqu8bNkft27U2Cxft/BLzO0EElhCFdb/vIJut0jiH2gElmALNFEUq+2eU6coTEZblAbQZz1yomgoCZeu51SZETkNRSQbw7zPgYURAobCqK4FppgoIDWB8eudKYr8ryVnbmgedvl6DW87n5D3gWeusBosr4WKNhg0AIlEf1YrhfiEhsjc66ZfXxTbvoY+ywICQS1i5fNPyF6q+wLFzkT8jO0VSbIsg96mVmiiqqPmVtmPd7sNeBnXBXVbhRSlE9BI+1kHXOhqmz6vvctLAgDhXEjjN7Ph+5buaN+9GHQ09J3A6VzS6pKQSDL1nbphoc2ZPcf1D+OMp5OssqVTU2W02HsbhzLdOO9IuG28ZIk9NaoZduxt3x9M7ICo0uykQbpY4/lmrKj0QGonVpkmiLPHx4eRpi8IxdW+S415leT49Mft6f7ktIpEKn16D+PDg9Gh2LzLnKNdtDmf5J+wcETp0x/OPcGdTrOhKzdyf0eNoei/V7wcwVrF1nMbbvASHfBdJ2YfzcUZLXzZ/mmzSpYE1YU0tZ/0VZoKEvynHRuGmkvf1CRwNO9ya+46/4Cjsb6Lg==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/versions/5.10/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/versions/5.10/upload-plugin-using-post"}},y={},E=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,l.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get all available plugins"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/plugin"}),"\n",(0,a.jsx)(s.p,{children:"Get all available plugins"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(x.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,a.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.510Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,l.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/02365595.0aa969de.js b/assets/js/02365595.0126a9bf.js similarity index 60% rename from assets/js/02365595.0aa969de.js rename to assets/js/02365595.0126a9bf.js index 66e815266..f561499b3 100644 --- a/assets/js/02365595.0aa969de.js +++ b/assets/js/02365595.0126a9bf.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[14099],{59469:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>L,contentTitle:()=>q,default:()=>Y,frontMatter:()=>y,metadata:()=>N,toc:()=>b});var a=i(85893),n=i(11151),r=i(58219),l=i.n(r),t=(i(62316),i(51039)),c=i.n(t),d=(i(82723),i(9487)),o=i.n(d),p=i(41429),m=i.n(p),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),f=i(9472),g=i.n(f),v=(i(1176),i(12005),i(85162));const y={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFz2jgQ/iuefWo7BgOX9sFPx+XIHNNMQoHMzVzKg7AXUGtLqiQnYTz+7zcryWACl+uUJyN92l19+vaTarBsayB9hIJVItv1mNmLrJdJYbUsCtSwikEq1MxyKaY5pLDhgpvdrYM/GC62s4clxKCYZiVa1BStBsFKhDREneYQAxeQgmJ2BzHkaDLNFcU8BWn8UXGNOaRWVxiDyXZYMkhrsHtFAY3VXGyhaeJDDqXlN8zsHf17K80p7uczrTwYjf1D5ntCnMbtEjL/AjEQeygsIZlSBc8ceck3Q/C6m4nbglLduAiTF8wqQrogx/oeAUW+5CXSWYTi5Jq2QrRrOh3L0bh01mq+rqz/F7BMa7YnZiyWppt2arEcH1a4rG+H/477CwTFYPbGYtmZWktZIBMQA76wUlG2DSsMNjE8saLCSzQ3zasDu5CoJeJsLoaN1CWzkELOLPYsoagyy2xlLuFRVCVxOxsvFpM/IYab8fTWfSyW97OZ//o8DV/Tu+VkPn+YLd2/6/Hd9eT2Nszc3EMMf4/nd7Bq/DZOteUGjJLCeBZHg8G5iO4/nwrnQ/LhLa0EtS3+98h4fpHIgovvFydEVa5Rd6a4sLhF3WWYC/vpyp1YODSlMWOW9utOOYaXXiZz3KLohc7prWW+74WGPWuYUyr8DiPvCtFG6sgozPiGYx6FHnbCsigMl8L7jZPmm3kP0nudnxq8RLuT5G6qchySf6SQPI2SumMbTeKLSurWsprEB4MYDOqn1v0qXUAKtNTKTBZNmiQ1q+xOam73TcIUP9v1HJXUdia1ZUXkY7mSNWfrwp9lG86rZ8Oqgk5jZ60yZ+FmLfaodAJCHPCrJoZDRedy/EsaGxFtERN5RJVF7/gmEog55u8juYl8vdHrgo915VjKvnYo5UB9Lkk0K6Iqq3zexxrWyDTqcUWMP6660wsSv996F3SQZtiQ6xHnOg5EdwOQ186Ppj1pXejUIg+6ObhC62RBx61i2v5Yvaa5YyfBmWA0GF31hoPe6Go5/Jj+dpUOP/UHw8E/cHSj1nQauq42stveXRn8h0ZazsezaZTLrCpRWHfDBAdhmXOQ0GyLStEiKrFknGRp/MjvZ2dDtpChMNhZPlYs22E06g8gDrIm2tMkeX5+7jM325d6m4SlJrmdXk/uFpMeLSG/R2189R/7w0F/SGNKGlsy0Unzcz1/+Xqw+GITVTAuKLarsQ4d/AhPI4ghPb36fRYa77w8Qh+vYthJY2lpXa+ZwQddNA0N/6hQk2JXx650Csq5oe+j+b2q8mDq8G4e7oX3USfxxV20V7fYd3wL4iDXw2p6Bf1S/lNCfqGEboCGzGSHLKeL49BT1z5vb0lxjhHOXkS0B79inGWobAdLl+CJO/un5jo8w0qZE0qzZ3ovsWdI4St8pRql271zDjdeQ8HEtmJbwvus9PsXRdK/Fw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,N={id:"api/service-api/versions/5.10/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFz2jgQ/iuefWo7BgOX9sFPx+XIHNNMQoHMzVzKg7AXUGtLqiQnYTz+7zcryWACl+uUJyN92l19+vaTarBsayB9hIJVItv1mNmLrJdJYbUsCtSwikEq1MxyKaY5pLDhgpvdrYM/GC62s4clxKCYZiVa1BStBsFKhDREneYQAxeQgmJ2BzHkaDLNFcU8BWn8UXGNOaRWVxiDyXZYMkhrsHtFAY3VXGyhaeJDDqXlN8zsHf17K80p7uczrTwYjf1D5ntCnMbtEjL/AjEQeygsIZlSBc8ceck3Q/C6m4nbglLduAiTF8wqQrogx/oeAUW+5CXSWYTi5Jq2QrRrOh3L0bh01mq+rqz/F7BMa7YnZiyWppt2arEcH1a4rG+H/477CwTFYPbGYtmZWktZIBMQA76wUlG2DSsMNjE8saLCSzQ3zasDu5CoJeJsLoaN1CWzkELOLPYsoagyy2xlLuFRVCVxOxsvFpM/IYab8fTWfSyW97OZ//o8DV/Tu+VkPn+YLd2/6/Hd9eT2Nszc3EMMf4/nd7Bq/DZOteUGjJLCeBZHg8G5iO4/nwrnQ/LhLa0EtS3+98h4fpHIgovvFydEVa5Rd6a4sLhF3WWYC/vpyp1YODSlMWOW9utOOYaXXiZz3KLohc7prWW+74WGPWuYUyr8DiPvCtFG6sgozPiGYx6FHnbCsigMl8L7jZPmm3kP0nudnxq8RLuT5G6qchySf6SQPI2SumMbTeKLSurWsprEB4MYDOqn1v0qXUAKtNTKTBZNmiQ1q+xOam73TcIUP9v1HJXUdia1ZUXkY7mSNWfrwp9lG86rZ8Oqgk5jZ60yZ+FmLfaodAJCHPCrJoZDRedy/EsaGxFtERN5RJVF7/gmEog55u8juYl8vdHrgo915VjKvnYo5UB9Lkk0K6Iqq3zexxrWyDTqcUWMP6660wsSv996F3SQZtiQ6xHnOg5EdwOQ186Ppj1pXejUIg+6ObhC62RBx61i2v5Yvaa5YyfBmWA0GF31hoPe6Go5/Jj+dpUOP/UHw8E/cHSj1nQauq42stveXRn8h0ZazsezaZTLrCpRWHfDBAdhmXOQ0GyLStEiKrFknGRp/MjvZ2dDtpChMNhZPlYs22E06g8gDrIm2tMkeX5+7jM325d6m4SlJrmdXk/uFpMeLSG/R2189R/7w0F/SGNKGlsy0Unzcz1/+Xqw+GITVTAuKLarsQ4d/AhPI4ghPb36fRYa77w8Qh+vYthJY2lpXa+ZwQddNA0N/6hQk2JXx650Csq5oe+j+b2q8mDq8G4e7oX3USfxxV20V7fYd3wL4iDXw2p6Bf1S/lNCfqGEboCGzGSHLKeL49BT1z5vb0lxjhHOXkS0B79inGWobAdLl+CJO/un5jo8w0qZE0qzZ3ovsWdI4St8pRql271zDjdeQ8HEtmJbwvus9PsXRdK/Fw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/versions/5.10/launch-controller"}},L={},b=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function Y(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[14099],{59469:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>L,contentTitle:()=>y,default:()=>I,frontMatter:()=>N,metadata:()=>b,toc:()=>S});var a=i(85893),n=i(11151),r=i(58219),l=i.n(r),t=(i(62316),i(51039)),c=i.n(t),o=(i(82723),i(9487)),p=i.n(o),d=i(41429),m=i.n(d),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),f=i(9472),v=i.n(f),g=(i(1176),i(12005),i(85162));const N={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAgHU3Tvl6bge1aGtWg6oTrouDyYZwLuJ7bWdtijKfz+N7UAoXG+1PAX788z48zefXYNlWwPpIxSsEtmux8xeZL1MCqtlUaCGVQxSoWaWSzHNIYUNF9zsbh38wXCxnT0sIQbFNCvRoqZoNQhWIqQh6jSHGLiAFBSzO4ghR5NprijmKUjj94przCG1usIYTLbDkkFag90rCmis5mILTRMfcigtv2Jm7+jfW2lOcT+eaeXBaOzvMt8T4jRul5D5XxADsYfCEpIpVfDMkZd8NQSvu5m4LSjVjYswecGsIqQLcqzvEVDkS14inUUoTq5pK0S7ptOxHI1LZ63m68r6fwHLtGZ7YsZiabpppxbL8WGFy/p2+G+4v0BQDGZvLJadqbWUBTIBMeALKxVl27DCYBPDEysqvERz07w6sAuJWiLO5mLYSF0yCynkzGLPEooqs8xW5hIeRVUSt7PxYjH5A2K4GU9v3cdieT+b+a/P0/A1vVtO5vOH2dL9ux7fXU9ub8PMzT3E8Pd4fgerxm/jVFtuwCgpjGdxNBici+j+86lwPiQf3tJKUNvif4+M5xeJLLj4dnFCVOUadWeKC4tb1F2GubCfrtyJhUNTGjNmab/ulGN46WUyxy2KXuic3lrm+15o2LOGOaXC7zDyrhBtpI6MwoxvOOZR6GEnLIvCcCm83zhpvpn3IL3X+anBS7Q7Se6mKsch+UcKydMoqTu20SS+qKRuLatJfDCIwaB+at2v0gWkQEutzGTRpElSs8rupOZ23yRM8bNdz1FJbWdSW1ZEPpYrWXO2LvxZtuG8ejasKug0dtYqcxZu1mKPSicgxAG/amI4VHQuxz+lsRHRFjGRR1RZ9I5vIoGYY/4+kpvI1xu9LvhYV46l7GuHUg7U55JEsyKqssrnfaxhjUyjHlfE+OOqO70g8futd0EHaYYNuR5xruNAdDcAee38aNqT1oVOLfKgm4MrtE4WdNwqpu2P1WuaO3YSnAlGg9FVbzjojX5dDq/S4cd0+Kl/9emXf+DoRq3pNHRdbWS3vbsy+A+NtJyPZ9Mol1lVorDuhgkOwjLnIKHZFpWiRVRiyTjJ0viR387OhmwhQ2Gws3ysWLbDaNQfQBxkTbSnSfL8/NxnbrYv9TYJS01yO72e3C0mPVpCfo/a+Oo/9oeD/pDGlDS2ZKKT5sd6/vL1YPHFJqpgXFBsV2MdOvgRnkYQQ3p69fssNN55eYQ+XsWwk8bS0rpeM4MPumgaGv5eoSbFro5d6RSUc0PfR/N7VeXB1OHdPNwL76NO4ou7aK9use/4FsRBrofV9Ar6qfynhPxECd0ADZnJDllOF8ehp6593t6S4hwjnL2IaA9+xTjLUNkOli7BE3f2T811eIaVMieUZs/0XmLPkMIX+EI1Srd75xxuvIaCiW3FtoT3Wen3L4Z6vyk=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,b={id:"api/service-api/versions/5.10/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAgHU3Tvl6bge1aGtWg6oTrouDyYZwLuJ7bWdtijKfz+N7UAoXG+1PAX788z48zefXYNlWwPpIxSsEtmux8xeZL1MCqtlUaCGVQxSoWaWSzHNIYUNF9zsbh38wXCxnT0sIQbFNCvRoqZoNQhWIqQh6jSHGLiAFBSzO4ghR5NprijmKUjj94przCG1usIYTLbDkkFag90rCmis5mILTRMfcigtv2Jm7+jfW2lOcT+eaeXBaOzvMt8T4jRul5D5XxADsYfCEpIpVfDMkZd8NQSvu5m4LSjVjYswecGsIqQLcqzvEVDkS14inUUoTq5pK0S7ptOxHI1LZ63m68r6fwHLtGZ7YsZiabpppxbL8WGFy/p2+G+4v0BQDGZvLJadqbWUBTIBMeALKxVl27DCYBPDEysqvERz07w6sAuJWiLO5mLYSF0yCynkzGLPEooqs8xW5hIeRVUSt7PxYjH5A2K4GU9v3cdieT+b+a/P0/A1vVtO5vOH2dL9ux7fXU9ub8PMzT3E8Pd4fgerxm/jVFtuwCgpjGdxNBici+j+86lwPiQf3tJKUNvif4+M5xeJLLj4dnFCVOUadWeKC4tb1F2GubCfrtyJhUNTGjNmab/ulGN46WUyxy2KXuic3lrm+15o2LOGOaXC7zDyrhBtpI6MwoxvOOZR6GEnLIvCcCm83zhpvpn3IL3X+anBS7Q7Se6mKsch+UcKydMoqTu20SS+qKRuLatJfDCIwaB+at2v0gWkQEutzGTRpElSs8rupOZ23yRM8bNdz1FJbWdSW1ZEPpYrWXO2LvxZtuG8ejasKug0dtYqcxZu1mKPSicgxAG/amI4VHQuxz+lsRHRFjGRR1RZ9I5vIoGYY/4+kpvI1xu9LvhYV46l7GuHUg7U55JEsyKqssrnfaxhjUyjHlfE+OOqO70g8futd0EHaYYNuR5xruNAdDcAee38aNqT1oVOLfKgm4MrtE4WdNwqpu2P1WuaO3YSnAlGg9FVbzjojX5dDq/S4cd0+Kl/9emXf+DoRq3pNHRdbWS3vbsy+A+NtJyPZ9Mol1lVorDuhgkOwjLnIKHZFpWiRVRiyTjJ0viR387OhmwhQ2Gws3ysWLbDaNQfQBxkTbSnSfL8/NxnbrYv9TYJS01yO72e3C0mPVpCfo/a+Oo/9oeD/pDGlDS2ZKKT5sd6/vL1YPHFJqpgXFBsV2MdOvgRnkYQQ3p69fssNN55eYQ+XsWwk8bS0rpeM4MPumgaGv5eoSbFro5d6RSUc0PfR/N7VeXB1OHdPNwL76NO4ou7aK9use/4FsRBrofV9Ar6qfynhPxECd0ADZnJDllOF8ehp6593t6S4hwjnL2IaA9+xTjLUNkOli7BE3f2T811eIaVMieUZs/0XmLPkMIX+EI1Srd75xxuvIaCiW3FtoT3Wen3L4Z6vyk=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/versions/5.10/launch-controller"}},L={},S=[{value:"Request",id:"request",level:2}];function q(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(p(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/04330a60.cddccd1e.js b/assets/js/04330a60.a70b052a.js similarity index 98% rename from assets/js/04330a60.cddccd1e.js rename to assets/js/04330a60.a70b052a.js index b28110baa..da91ddcbc 100644 --- a/assets/js/04330a60.cddccd1e.js +++ b/assets/js/04330a60.a70b052a.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13511],{21294:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),j=a.n(h),x=a(4667),u=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const N={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/get-project-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-using-get",permalink:"/docs/api/service-api/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete project",permalink:"/docs/api/service-api/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"ruleName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "id": 0,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "ruleName": "string",\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-24T15:34:13.783Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-24T15:34:13.783Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.783Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13511],{21294:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),j=a.n(h),x=a(4667),u=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const N={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/get-project-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-using-get",permalink:"/docs/api/service-api/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV9tu20YQ/RVinpKAEW2j6YOeqtpOIsSxBElGURhCsSJH5LbLXWZ3aEcV+O/F8CJS18hunkRxZ2bPnD07nFkDidhB/xEya/7GkN6HRpM1SqGFuQ8RutDKjKTR0IeRVitvaayXO7TOo0SQJyx6wjkZa4w8Mh4l6NWxwAeToRXsPYygDzHSuFp6cFLHn25n4EMmrEiR0DKMNWiRIvQbOPf8zwfJu2eCEtiFtG1n8VsuLUbQJ5ujDy5MMBXQXwOtMg7ryEodQ1HM2dhlRjt0vH51ccE/O/l+AR+YENTEq++Cd/zTiSpJcdg6qwk6k9twG8kjR1jKOK+IAB9Qk13NGJDf4B9G7XOZy9xvIJtFzWVmmU2SFWChlAkFYTQlY0WMnSSlJozRgg9LY1NB1atff4HC38Gyn8L1DtZuHoLIykVO6M6A19q2wDa2IookbyDUeMtr95R80IbkUoYlHHf9A/D3HePK9mY2gh9BDYXb2l1YK1YsOsLUdXeZoo7QXguH54Q9yMDR2EPCdNB4dHR0eo9/cHWANh+ehMrxEKFMaQtsVN5OY/ctWaR5yoc+uL8BH0YTmBf8UiwUi2FjvzBGodC8qYzO1KASuQ4TlvlpavbEYDGUmURNL/XLFZa36hBXDnXEZ3qShLs/Bn9OwYePg+HdLRPydTS5/evyonm62jx9uIB5xfMJsng5E0Ro9VnqGFe2M0wzJV6gj59zXvoYddWLl+rP5Qsufq8pDMevj3M5TqvAZ7MTGnVI+y+SMtfgI0GU0fFx1SXG0tFVKtNYHmawJDG0WJa5G0EHlbuBGgnC9yRThKL75TmYNSdaFdfzSG/tz+f8VbhLryM0/xyNd3IfdxqSfYVupVNse26Y3SfoRcIUOSUflXk+VZJGg4fZZ/Dh98F0eA0+zEZfbu+5Qo0mX8GHu5vBuCzZryM8QhJSnUfAyQOIrcmzo4o7t7IcP7niVJS2uTovVOGDsbHQ8t+2w/h/MbebukPxylb6rG9A0zmXG50WkDKxPAl/YtSR+twUmAgzi2WDCf2lUA59SJESU/fxZeNOCfQheLoM6qjBupNtAfxttU9NY59bBX1gCzKhUUU/CNYsdGMlrYpAZHKvuZ9gZiyNjSWhvCoW8MfFSlZcmWkTrmrelyJXzH5ClLm9cOPGtr1FbAh+bc/XZYNofxr4bBx5rDVP6MhjZN4bufQ0YoTRW88svQqvtwu4xRVhanq2tMpKo540zPqcqQrzat/HNSxQWLSDnAl+nPOy1EvTVUOXmiO8NTgG46EXmTBPUVPT1vNQI8JyqKkHrmmesRNzkwrJR+WqN7/t4fVByRB11TLV7oNMhAl6Vz1uhKqjZlL7QfD8/NwT5WrP2DioXV1wN7y+vZ/evmcXbhnQugr9h97lZfUuM45SoTvbfELymAq+ZdJoTyxMTp15c4uHdTu7vWJ0ra8G4XcKMiVkWc7KzNa19B/h6bId28CH/s4ElxhHbLZeL4TDB6uKgl9/y9HyOc9bLZenHklXV9L6wh3N5s2kHsveetsD8EHQTWXRK9i0ZgB+NT1sFaiCr0CCIkJbIqosBmGIGXV8eQ5mUW4KAk/yRfEf12SbWw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete project",permalink:"/docs/api/service-api/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"ruleName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "id": 0,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "ruleName": "string",\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-28T14:15:14.304Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-28T14:15:14.304Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.304Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/0d905e60.fb9fc7e0.js b/assets/js/0d905e60.921ac62b.js similarity index 53% rename from assets/js/0d905e60.fb9fc7e0.js rename to assets/js/0d905e60.921ac62b.js index 681bed5f6..da594ec25 100644 --- a/assets/js/0d905e60.fb9fc7e0.js +++ b/assets/js/0d905e60.921ac62b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[93315],{8510:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>y,default:()=>S,frontMatter:()=>E,metadata:()=>b,toc:()=>N});var i=s(85893),t=s(11151),r=s(58219),l=s.n(r),n=(s(62316),s(51039)),c=s.n(n),m=(s(82723),s(9487)),d=s.n(m),o=s(41429),p=s.n(o),h=s(5397),j=s.n(h),u=s(4667),x=s.n(u),f=s(9472),g=s.n(f),v=(s(1176),s(12005),s(85162));const E={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2jgQ/ivRfGqrQBa6rXT5dJTSK1Jv4Xj5cEdRZZIB3EvsrO3sLkL576exExIgu3vqfmKceXk8M35m9giG7TSEKzCoTYcbTDuRFEbJJEEFax9khooZLsU4hhC0YcoM9zyJxwbTpeZiN53MFz964EPGFEvRoCJ/RxAsRQjpFIUhbfCBC3ti9uBDjDpSPCPXl2oK73OuMIbQqBx90NEeUwbhEcwhQwtDcbGDovDrOEr+xMjckfRioDO9/x9p7ZRRm08yPpDGuV+bmQVqe4fZX+AD5RGFIVWWZQmPbBqDn5r0j81Q3CQUa37looa3goTlItovcx6D7y7tl0G5/W0Br/0KuNzQNaksikpoOGqLxBjFN7lxUqnLlGIHyprBVDcREZDBycJCetn9v3hoSZ4P+qCptPWnjZQJMgE+4BNLM4q2ZYnGwocHluTYVoKioKTGOMNta5CzgrR83zM9N8zoFhiF38zvlfFlEy2X48+e3Hquaz1nSk5cM7bEbj6O1/M+rbRnqGWuIrzoBUrzq6V+rhYv5lehUYf2BNlPk/bU143YkrutVCkzEELMDHYMaRW+JZwh0zhuyXdR3e3aGYo8pRTMl+PFCHyYLyazv8GHxWi+IHE4uhvMxhP7ZTQFHz6Nvkxmox/Db4P5vBb/mE2W04b852jxdfK5liv3pVh6H3xZjGYnV046eXLiyZETKz9Osm7WhQ+54Pd5+9WrOjSJyR7oTArtStu/6V0z0FAhMxifM8+74F072YyEUYfSZKAPIprNX33dbU+jKErEMWYKI4vAPWUfnjr0XHcoOiV1djYyPnRKxr5mzPP7WDr0mBfRuPGoXTzu5gM+GRSaS+EmjW30F4Odmv4qKPF6imYvabplUttL09wIIXjoBcfGuCgCCh8c61FVEAWjeqhGXq4SCIFsjIxkUoRBcGS52UvFzaEIWMavLjnDTCozlcqwxHO+LFrF2SZxWa/cuYpvWZ7QW9obk+krd9NKt34opAh+qU+9d0J03UJfpTYeZcxjIvYImfeGbz2BGGP8lhjP4fUuAde4YkxlV1mtzCp1uaQmWVOqotzFXR1hg0yhGuSU6tWaPtNgnNUjdlTNhfOhdar3iRGq2VI2XV1p15/rxtB4js9Px/WIcPtAcyjUWqcGLuWLzecCXwugkmVdjBOvNq5U0yn0b/q3nd5Np3+76H0I39+Gvffdj/3f/oFzCq2Ny/dZMU9NNQ125WIrm2zQbMNnerSq+WA69mIZ5SkKYzeaknBYZAmnzM08z8iI+jBlnJ6Fdie/X/WGDwmPUGhsmA8yFu3R63dv6Ab2WVEDh0Hw+PjYZfZrV6pdUJrq4Nt4OLqbjzpkQkMOlXboP3R7PXdGzztloonyWYpp3yUMPpkgSxi3A9HiOpZ0sYIHWoLDiz3UeQsb6+3ahz3xTLiC43HDNC5VUhR0fJ8jdcVqXROA7aeYa/pd8+oFuBPdw5tZOTbeemcLdSv8agkRh0aTgl+2b8Oetuxfw3CWi18B0XBQEHftkcWoGq9s6OJ2FuSn9nC1cNMdnMUgijAzDV0akWdjgP6jAR825Z6fypjUFHukLYw9Qgjf4TuBlPb6lqTt+RESJnY525G+C0t//wFK+ovH",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,b={id:"api/service-api/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post-1",permalink:"/docs/api/service-api/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2jgQ/ivRfGqrQBa6rXT5dJTSK1Jv4Xj5cEdRZZIB3EvsrO3sLkL576exExIgu3vqfmKceXk8M35m9giG7TSEKzCoTYcbTDuRFEbJJEEFax9khooZLsU4hhC0YcoM9zyJxwbTpeZiN53MFz964EPGFEvRoCJ/RxAsRQjpFIUhbfCBC3ti9uBDjDpSPCPXl2oK73OuMIbQqBx90NEeUwbhEcwhQwtDcbGDovDrOEr+xMjckfRioDO9/x9p7ZRRm08yPpDGuV+bmQVqe4fZX+AD5RGFIVWWZQmPbBqDn5r0j81Q3CQUa37looa3goTlItovcx6D7y7tl0G5/W0Br/0KuNzQNaksikpoOGqLxBjFN7lxUqnLlGIHyprBVDcREZDBycJCetn9v3hoSZ4P+qCptPWnjZQJMgE+4BNLM4q2ZYnGwocHluTYVoKioKTGOMNta5CzgrR83zM9N8zoFhiF38zvlfFlEy2X48+e3Hquaz1nSk5cM7bEbj6O1/M+rbRnqGWuIrzoBUrzq6V+rhYv5lehUYf2BNlPk/bU143YkrutVCkzEELMDHYMaRW+JZwh0zhuyXdR3e3aGYo8pRTMl+PFCHyYLyazv8GHxWi+IHE4uhvMxhP7ZTQFHz6Nvkxmox/Db4P5vBb/mE2W04b852jxdfK5liv3pVh6H3xZjGYnV046eXLiyZETKz9Osm7WhQ+54Pd5+9WrOjSJyR7oTArtStu/6V0z0FAhMxifM8+74F072YyEUYfSZKAPIprNX33dbU+jKErEMWYKI4vAPWUfnjr0XHcoOiV1djYyPnRKxr5mzPP7WDr0mBfRuPGoXTzu5gM+GRSaS+EmjW30F4Odmv4qKPF6imYvabplUttL09wIIXjoBcfGuCgCCh8c61FVEAWjeqhGXq4SCIFsjIxkUoRBcGS52UvFzaEIWMavLjnDTCozlcqwxHO+LFrF2SZxWa/cuYpvWZ7QW9obk+krd9NKt34opAh+qU+9d0J03UJfpTYeZcxjIvYImfeGbz2BGGP8lhjP4fUuAde4YkxlV1mtzCp1uaQmWVOqotzFXR1hg0yhGuSU6tWaPtNgnNUjdlTNhfOhdar3iRGq2VI2XV1p15/rxtB4js9Px/WIcPtAcyjUWqcGLuWLzecCXwugkmVdjBOvNq5U0yn0b/q3nd5Np3+76H0I39+Gvffdj/3f/oFzCq2Ny/dZMU9NNQ125WIrm2zQbMNnerSq+WA69mIZ5SkKYzeaknBYZAmnzM08z8iI+jBlnJ6Fdie/X/WGDwmPUGhsmA8yFu3R63dv6Ab2WVEDh0Hw+PjYZfZrV6pdUJrq4Nt4OLqbjzpkQkMOlXboP3R7PXdGzztloonyWYpp3yUMPpkgSxi3A9HiOpZ0sYIHWoLDiz3UeQsb6+3ahz3xTLiC43HDNC5VUhR0fJ8jdcVqXROA7aeYa/pd8+oFuBPdw5tZOTbeemcLdSv8agkRh0aTgl+2b8Oetuxfw3CWi18B0XBQEHftkcWoGq9s6OJ2FuSn9nC1cNMdnMUgijAzDV0akWdjgP6jAR825Z6fypjUFHukLYw9Qgjf4TuBlPb6lqTt+RESJnY525G+C0t//wFK+ovH",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update test item",permalink:"/docs/api/service-api/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put-1"}},q={},N=[{value:"Request",id:"request",level:2}];function R(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(a.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(a.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(R,{...e})}):R(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[93315],{8510:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>T,default:()=>R,frontMatter:()=>g,metadata:()=>N,toc:()=>E});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),j=a.n(h),u=a(4667),x=a.n(u),f=a(9472),y=a.n(f),v=(a(1176),a(12005),a(85162));const g={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCtuJsChR6Wtd1twa6tdeXh13XKGhpbLMrkQpJJTEM/ftiSN1sK8miefJQczmcGZ6ZnMCwvYZwDQa16XGDaS+SwiiZJKhg44PMUDHDpZjEEII2TJnRgSfxxGC60lzsZ9PF8scAfMiYYikaVOTvBIKlCCGdojCkDT5wYU/MAXyIUUeKZ+T6Uk3hfc4VxhAalaMPOjpgyiA8gTlmaGEoLvZQFH4TR8mfGJlvJL0Y6Ezv/0faOGXU5qOMj6Rx7tdmZona3mH+F/hAeURhSJVlWcIjm8bgpyb9UzsUNwnFWly5aOCtIWG5iA6rnMfgu0v7ZVBuf1vAG78CLrd0TSqLohIajtoiMUbxbW6cVOoypdiRsmYw1W1EBGRYW1hIL7v/F48dyfNBHzWVtvm0lTJBJsAHfGJpRtF2LNFY+PDAkhy7SlAUlNQY57jrDHJWkI7vB6YXhhndAaPw2/m9Mr5sotVq8smTO891redMyYlrxo7Y7cfxet5nlfYctcxVhBe9QGl+tdTP1eLF/Co06tidIPtp2p36phE7creTKmUGQoiZwZ4hrcK3hDNiGicd+S6qu107Q5GnlILFarIcgw+L5XT+N/iwHC+WJI7G34bzydR+Gc/Ah4/jz9P5+Mfo63CxaMQ/5tPVrCX/OV5+mX5q5Mp9KZbeh5+X43ntykm1JyfWjpxY+XGSdbMpfMgFv8+7r17VoU1M9kBnUmhX2tubwTUDjRQyg/E587wL3nWTzVgYdSxNhvooovni1dfd9TSKokQcY6YwsgjcU/bhqUfPdY+iV1JnbyvjY69k7GvGPL+PpUOPeRGNG4/axeNuPuCTQaG5FG7S2EZ/MVjd9FdBiddTNAdJ0y2T2l6a5kYIwcMgOLXGRRFQ+ODUjKqCKBjVQzXycpVACGRjZCSTIgyCE8vNQSpujkXAMn51yTlmUpmZVIYlnvNl0SrOtonLeuXOVXzH8oTe0sGYTF+5m1W6zUMhRfBLfeq9GtF1C32R2niUMY+J2CNk3hu+8wRijPFbYjyH17sE3OCKMZV9ZbUyq9TnkppkQ6mKchd3fYItMoVqmFOq1xv6TINx3ozYcTUXzodWXe+aEarZUjZdU2nXn5vW0HiOz+vjZkS4faA9FBqtuoFL+WLzucDXAahkWRej5tXWlRo6hdub27ve4KZ3+2E5uAsH78PBXf/2tw//wDmFNsbl+6yYp6GaFrtysZNtNmi34TM9WtV8OJt4sYzyFIWxG01JOCyyhFPmZpFnZER9mDJOz0K7k9+vesOHhEcoNLbMhxmLDujd9m/oBvZZUQOHQfD4+Nhn9mtfqn1Qmurg62Q0/rYY98iEhhwq7dC/7w8G7oyed8pEG+WzFNO9Sxh8MkGWMG4HosV1KuliDQ+0BIcXe6jzFrbW240PB+KZcA2n05ZpXKmkKOj4PkfqivWmIQDbTzHX9Lvh1QtwNd3Dm3k5Nt56Zwt1J/xqCRHHVpOCX7Zvy5627F/DcJaLXwHRclAQdx2Qxahar2zk4vaW5KfxcLVw0x2cxTCKMDMtXRqRZ2OA/qMBH7blnp/KmNQUe6QtjD1CCN/hO4GU9vqWpO35CRIm9jnbk74LS3//AUdsi8Y=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},T=void 0,N={id:"api/service-api/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post-1",permalink:"/docs/api/service-api/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCtuJsChR6Wtd1twa6tdeXh13XKGhpbLMrkQpJJTEM/ftiSN1sK8miefJQczmcGZ6ZnMCwvYZwDQa16XGDaS+SwiiZJKhg44PMUDHDpZjEEII2TJnRgSfxxGC60lzsZ9PF8scAfMiYYikaVOTvBIKlCCGdojCkDT5wYU/MAXyIUUeKZ+T6Uk3hfc4VxhAalaMPOjpgyiA8gTlmaGEoLvZQFH4TR8mfGJlvJL0Y6Ezv/0faOGXU5qOMj6Rx7tdmZona3mH+F/hAeURhSJVlWcIjm8bgpyb9UzsUNwnFWly5aOCtIWG5iA6rnMfgu0v7ZVBuf1vAG78CLrd0TSqLohIajtoiMUbxbW6cVOoypdiRsmYw1W1EBGRYW1hIL7v/F48dyfNBHzWVtvm0lTJBJsAHfGJpRtF2LNFY+PDAkhy7SlAUlNQY57jrDHJWkI7vB6YXhhndAaPw2/m9Mr5sotVq8smTO891redMyYlrxo7Y7cfxet5nlfYctcxVhBe9QGl+tdTP1eLF/Co06tidIPtp2p36phE7creTKmUGQoiZwZ4hrcK3hDNiGicd+S6qu107Q5GnlILFarIcgw+L5XT+N/iwHC+WJI7G34bzydR+Gc/Ah4/jz9P5+Mfo63CxaMQ/5tPVrCX/OV5+mX5q5Mp9KZbeh5+X43ntykm1JyfWjpxY+XGSdbMpfMgFv8+7r17VoU1M9kBnUmhX2tubwTUDjRQyg/E587wL3nWTzVgYdSxNhvooovni1dfd9TSKokQcY6YwsgjcU/bhqUfPdY+iV1JnbyvjY69k7GvGPL+PpUOPeRGNG4/axeNuPuCTQaG5FG7S2EZ/MVjd9FdBiddTNAdJ0y2T2l6a5kYIwcMgOLXGRRFQ+ODUjKqCKBjVQzXycpVACGRjZCSTIgyCE8vNQSpujkXAMn51yTlmUpmZVIYlnvNl0SrOtonLeuXOVXzH8oTe0sGYTF+5m1W6zUMhRfBLfeq9GtF1C32R2niUMY+J2CNk3hu+8wRijPFbYjyH17sE3OCKMZV9ZbUyq9TnkppkQ6mKchd3fYItMoVqmFOq1xv6TINx3ozYcTUXzodWXe+aEarZUjZdU2nXn5vW0HiOz+vjZkS4faA9FBqtuoFL+WLzucDXAahkWRej5tXWlRo6hdub27ve4KZ3+2E5uAsH78PBXf/2tw//wDmFNsbl+6yYp6GaFrtysZNtNmi34TM9WtV8OJt4sYzyFIWxG01JOCyyhFPmZpFnZER9mDJOz0K7k9+vesOHhEcoNLbMhxmLDujd9m/oBvZZUQOHQfD4+Nhn9mtfqn1Qmurg62Q0/rYY98iEhhwq7dC/7w8G7oyed8pEG+WzFNO9Sxh8MkGWMG4HosV1KuliDQ+0BIcXe6jzFrbW240PB+KZcA2n05ZpXKmkKOj4PkfqivWmIQDbTzHX9Lvh1QtwNd3Dm3k5Nt56Zwt1J/xqCRHHVpOCX7Zvy5627F/DcJaLXwHRclAQdx2Qxahar2zk4vaW5KfxcLVw0x2cxTCKMDMtXRqRZ2OA/qMBH7blnp/KmNQUe6QtjD1CCN/hO4GU9vqWpO35CRIm9jnbk74LS3//AUdsi8Y=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update test item",permalink:"/docs/api/service-api/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put-1"}},b={},E=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/12356e50.157c15f5.js b/assets/js/12356e50.7aeb8b31.js similarity index 55% rename from assets/js/12356e50.157c15f5.js rename to assets/js/12356e50.7aeb8b31.js index 6be357526..212421b13 100644 --- a/assets/js/12356e50.157c15f5.js +++ b/assets/js/12356e50.7aeb8b31.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16619],{98501:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>S,contentTitle:()=>y,default:()=>P,frontMatter:()=>N,metadata:()=>b,toc:()=>z});var a=i(85893),r=i(11151),l=i(58219),n=i.n(l),t=(i(62316),i(51039)),c=i.n(t),d=(i(82723),i(9487)),p=i.n(d),o=i(41429),m=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),f=i(9472),v=i.n(f),g=(i(1176),i(12005),i(85162));const N={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAoFedx/ydFyP6tBWLQdUJ10XnUwygHcT22s7pSjKfz+N7UAoXG+1PAX788z48zefXYNlGwPpExSsEtm2l0lhtSwK1LCMQSrUzHIpJjmksOaCm+2dAz4aLjbTx8U/Q4hBMc1KtKgpUg2ClQhpiDjJIQYuIAXF7BZiyNFkmiuKegrS+L3iGnNIra4wBpNtsWSQ1mD3igIaq7nYQNPEhxxKy6+Y2Xv691aaU9yPZ1p6MBr7m8z3hDiN26Vk9ifEQPyhsIRkShU8c/QlXw3B624mbgtKdesijF8wqwjpghzrewIU+YKXSKcRipMr2grRrul8LEfj0lmr+aqy/l/AMq3ZnpixWJpu2onFcnRY4bK+Hf4b7i8QFIPZG4tlZ2olZYFMQAz4wkpF2dasMNjE8MyKCi/R3DSvDuxCopaIs7kY1lKXzEIKObPYs4SiyiyzlbmER1GVxO10NJ+Pf4cYbkeTO/cxXzxMp/7r8yR8Te4X49nscbpw/25G9zfju7swc/sAMfw1mt3DsvHbONWWGzBKCuNZvBoMzkX08PlUOB+SD29pJaht/r9HxvOLRBZcfLs4IapyhbozxYXFDeouw1zYT9fuxMKhKY0Zs7Rfd8oxvPQymeMGRS90Tm8l830vNOxZw5xS4XcYeVeI1lJHRmHG1xzzKPSwE5ZFYbgU3m+cNN/Me5De6/zU4CXarSR/U5XjkPwjheR5mNQd22gSX1RSt5bVJD4YxGBQP7fuV+kCUqClVmayaNIkqVllt1Jzu28SpvjZrmeopLZTqS0rIh/Llaw5WxX+LNtwXj1rVhV0GltrlTkLN22xR6UTEOKAXzYxHCo6l+Mf0tiIaIuYyCOqLHrH15FAzDF/H8l15OuNXhd8rCvHUva1QykH6nNJolkSVVnl8z7VsEKmUY8qYvxp2Z2ek/j91ruggzTDhlyPONdxILobgLx2djTtcetCpxZ50M3BFVonCzpuFdP2x/I1zR07Cc4EV4Or695w0Lu6Xgw/pr9cp8NP/cFw8Dcc3ag1nYauq7XstndXBv+hkZbz0XQS5TKrShTW3TDBQVjmHCQ027xStIhKLBknWRo/8uvZ2ZAtZCgMdpaPFMu2GF31BxAHWRPtaZLsdrs+c7N9qTdJWGqSu8nN+H4+7tES8nvUxlf/sT8c9Ic0pqSxJROdND/W85evB4svNlEF44Jiuxrr0MFP8Exvk/T06vdZaLzz8gh9vIxhK42lpXW9YgYfddE0NPy9Qk2KXR670iko54a+j+b3qsqDqcO7WbgX3kedxBd30V7dYt/xLYiDXA+r6RX0U/lPCfmJEroBGjKTLbKcLo5DT934vL0FxTlGOHsR0R78ilGWobIdLF2CJ+48fVxADKvwDCtlTijNdvReYjtI4Qt8oRql271zDjdeQ8HEpmIbwvus9PsXSN+9Wg==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,b={id:"api/service-api/versions/5.10/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv4jgQ/ivRPO2uAoFedx/ydFyP6tBWLQdUJ10XnUwygHcT22s7pSjKfz+N7UAoXG+1PAX788z48zefXYNlGwPpExSsEtm2l0lhtSwK1LCMQSrUzHIpJjmksOaCm+2dAz4aLjbTx8U/Q4hBMc1KtKgpUg2ClQhpiDjJIQYuIAXF7BZiyNFkmiuKegrS+L3iGnNIra4wBpNtsWSQ1mD3igIaq7nYQNPEhxxKy6+Y2Xv691aaU9yPZ1p6MBr7m8z3hDiN26Vk9ifEQPyhsIRkShU8c/QlXw3B624mbgtKdesijF8wqwjpghzrewIU+YKXSKcRipMr2grRrul8LEfj0lmr+aqy/l/AMq3ZnpixWJpu2onFcnRY4bK+Hf4b7i8QFIPZG4tlZ2olZYFMQAz4wkpF2dasMNjE8MyKCi/R3DSvDuxCopaIs7kY1lKXzEIKObPYs4SiyiyzlbmER1GVxO10NJ+Pf4cYbkeTO/cxXzxMp/7r8yR8Te4X49nscbpw/25G9zfju7swc/sAMfw1mt3DsvHbONWWGzBKCuNZvBoMzkX08PlUOB+SD29pJaht/r9HxvOLRBZcfLs4IapyhbozxYXFDeouw1zYT9fuxMKhKY0Zs7Rfd8oxvPQymeMGRS90Tm8l830vNOxZw5xS4XcYeVeI1lJHRmHG1xzzKPSwE5ZFYbgU3m+cNN/Me5De6/zU4CXarSR/U5XjkPwjheR5mNQd22gSX1RSt5bVJD4YxGBQP7fuV+kCUqClVmayaNIkqVllt1Jzu28SpvjZrmeopLZTqS0rIh/Llaw5WxX+LNtwXj1rVhV0GltrlTkLN22xR6UTEOKAXzYxHCo6l+Mf0tiIaIuYyCOqLHrH15FAzDF/H8l15OuNXhd8rCvHUva1QykH6nNJolkSVVnl8z7VsEKmUY8qYvxp2Z2ek/j91ruggzTDhlyPONdxILobgLx2djTtcetCpxZ50M3BFVonCzpuFdP2x/I1zR07Cc4EV4Or695w0Lu6Xgw/pr9cp8NP/cFw8Dcc3ag1nYauq7XstndXBv+hkZbz0XQS5TKrShTW3TDBQVjmHCQ027xStIhKLBknWRo/8uvZ2ZAtZCgMdpaPFMu2GF31BxAHWRPtaZLsdrs+c7N9qTdJWGqSu8nN+H4+7tES8nvUxlf/sT8c9Ic0pqSxJROdND/W85evB4svNlEF44Jiuxrr0MFP8Exvk/T06vdZaLzz8gh9vIxhK42lpXW9YgYfddE0NPy9Qk2KXR670iko54a+j+b3qsqDqcO7WbgX3kedxBd30V7dYt/xLYiDXA+r6RX0U/lPCfmJEroBGjKTLbKcLo5DT934vL0FxTlGOHsR0R78ilGWobIdLF2CJ+48fVxADKvwDCtlTijNdvReYjtI4Qt8oRql271zDjdeQ8HEpmIbwvus9PsXSN+9Wg==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"}},S={},z=[{value:"Request",id:"request",level:2}];function I(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(p(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16619],{98501:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>S,frontMatter:()=>b,metadata:()=>y,toc:()=>Q});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),t=(i(62316),i(51039)),p=i.n(t),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),o=i.n(m),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),f=i(9472),v=i.n(f),g=(i(1176),i(12005),i(85162));const b={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVmFv4jgQ/SvRfNpdBQJVtzrl03I9qkNbtRxQnbRddDLJAN5NbK/ttEVR/vtpbAdC4Xqr5VOwn2fGz2+eXYNlGwPpIxSsEtm2l0lhtSwK1LCMQSrUzHIpJjmksOaCm+2tAz4YLjbTh8U/Q4hBMc1KtKgpUg2ClQhpiDjJIQYuIAXF7BZiyNFkmiuKegzS+KPiGnNIra4wBpNtsWSQ1mB3igIaq7nYQNPE+xxKy2+Y2Tv691aaY9zPZ1p6MBr7u8x3hDiO26Vk9hfEQPyhsIRkShU8c/Ql3wzB624mbgtKdeMijF8wqwjpghzqewQU+YKXSKcRipMr2grRrul8LEfj0lmr+aqy/l/AMq3ZjpixWJpu2onFcrRf4bK+Hf477s4QFIPZGYtlZ2olZYFMQAz4wkpF2dasMNjE8MSKCs/R3DSvDuxMopaIk7kY1lKXzEIKObPYs4SiyiyzlTmHR1GVxO10NJ+P/4AYbkaTW/cxX9xPp/7r8yR8Te4W49nsYbpw/65Hd9fj29swc3MPMfw9mt3BsvHbONaWGzBKCuNZvBgMTkV0//lYOB+SD29pJaht/r9HxvOzRBZcfD87IapyhbozxYXFDeouw1zYq0t3YuHQlMaMWdqvO+UYXnqZzHGDohc6p7eS+a4XGvakYY6p8DuMvCtEa6kjozDja455FHrYCcuiMFwK7zdOmm/m3UvvdX5q8BLtVpK/qcpxSP6RQvI0TOqObTSJLyqpW8tqEh8MYjCon1r3q3QBKdBSKzNZNGmS1KyyW6m53TUJU/xk1zNUUtup1JYVkY/lStacrQp/lm04r541qwo6ja21ypyEm7bYg9IJCHHAL5sY9hWdyvFPaWxEtEVM5BFVFr3j60gg5pi/j+Q68vVGrws+1JVjKfvaoZQD9bkk0SyJqqzyeR9rWCHTqEcVMf647E7PSfx+613QXpphQ65HnOs4EN0NQF47O5j2uHWhY4vc62bvCq2TBR23imn7Y/ma5o6dBGeCi8HFZW846F38thhepsOP6fCqf3l19QUObtSaTkPX1Vp227srg//QSMv5aDqJcplVJQrrbpjgICxzDhKabV4pWkQlloyTLI0f+XRyNmQLGQqDneUjxbItRhf9AcRB1kR7miTPz8995mb7Um+SsNQkt5Pr8d183KMl5Peoja/+Y3846A9pTEljSyY6aX6u589fDxZfbKIKxgXFdjXWoYMf4YneJunx1e+z0Hjn5RH6eBnDVhpLS+t6xQw+6KJpaPhHhZoUuzx0pVNQzg19H8zvVZV7U4d3s3AvvI86ic/uor26xa7jWxAHue5X0yvol/IfE/ILJXQDNGQmW2Q5XRz7nrr2eXsLinOIcPIioj34FaMsQ2U7WLoEj9x5+rCAGFbhGVbKnFCaPdN7iT1DCl/hK9Uo3e6dc7jxGgomNhXbEN5npd+/hfK9aw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,y={id:"api/service-api/versions/5.10/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-launch-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVmFv4jgQ/SvRfNpdBQJVtzrl03I9qkNbtRxQnbRddDLJAN5NbK/ttEVR/vtpbAdC4Xqr5VOwn2fGz2+eXYNlGwPpIxSsEtm2l0lhtSwK1LCMQSrUzHIpJjmksOaCm+2tAz4YLjbTh8U/Q4hBMc1KtKgpUg2ClQhpiDjJIQYuIAXF7BZiyNFkmiuKegzS+KPiGnNIra4wBpNtsWSQ1mB3igIaq7nYQNPE+xxKy2+Y2Tv691aaY9zPZ1p6MBr7u8x3hDiO26Vk9hfEQPyhsIRkShU8c/Ql3wzB624mbgtKdeMijF8wqwjpghzqewQU+YKXSKcRipMr2grRrul8LEfj0lmr+aqy/l/AMq3ZjpixWJpu2onFcrRf4bK+Hf477s4QFIPZGYtlZ2olZYFMQAz4wkpF2dasMNjE8MSKCs/R3DSvDuxMopaIk7kY1lKXzEIKObPYs4SiyiyzlTmHR1GVxO10NJ+P/4AYbkaTW/cxX9xPp/7r8yR8Te4W49nsYbpw/65Hd9fj29swc3MPMfw9mt3BsvHbONaWGzBKCuNZvBgMTkV0//lYOB+SD29pJaht/r9HxvOzRBZcfD87IapyhbozxYXFDeouw1zYq0t3YuHQlMaMWdqvO+UYXnqZzHGDohc6p7eS+a4XGvakYY6p8DuMvCtEa6kjozDja455FHrYCcuiMFwK7zdOmm/m3UvvdX5q8BLtVpK/qcpxSP6RQvI0TOqObTSJLyqpW8tqEh8MYjCon1r3q3QBKdBSKzNZNGmS1KyyW6m53TUJU/xk1zNUUtup1JYVkY/lStacrQp/lm04r541qwo6ja21ypyEm7bYg9IJCHHAL5sY9hWdyvFPaWxEtEVM5BFVFr3j60gg5pi/j+Q68vVGrws+1JVjKfvaoZQD9bkk0SyJqqzyeR9rWCHTqEcVMf647E7PSfx+613QXpphQ65HnOs4EN0NQF47O5j2uHWhY4vc62bvCq2TBR23imn7Y/ma5o6dBGeCi8HFZW846F38thhepsOP6fCqf3l19QUObtSaTkPX1Vp227srg//QSMv5aDqJcplVJQrrbpjgICxzDhKabV4pWkQlloyTLI0f+XRyNmQLGQqDneUjxbItRhf9AcRB1kR7miTPz8995mb7Um+SsNQkt5Pr8d183KMl5Peoja/+Y3846A9pTEljSyY6aX6u589fDxZfbKIKxgXFdjXWoYMf4YneJunx1e+z0Hjn5RH6eBnDVhpLS+t6xQw+6KJpaPhHhZoUuzx0pVNQzg19H8zvVZV7U4d3s3AvvI86ic/uor26xa7jWxAHue5X0yvol/IfE/ILJXQDNGQmW2Q5XRz7nrr2eXsLinOIcPIioj34FaMsQ2U7WLoEj9x5+rCAGFbhGVbKnFCaPdN7iT1DCl/hK9Uo3e6dc7jxGgomNhXbEN5npd+/hfK9aw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"}},q={},Q=[{value:"Request",id:"request",level:2}];function Y(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(p(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(Y,{...e})}):Y(e)}}}]); \ No newline at end of file diff --git a/assets/js/14d19b54.b14c5c4b.js b/assets/js/14d19b54.f15220d3.js similarity index 99% rename from assets/js/14d19b54.b14c5c4b.js rename to assets/js/14d19b54.f15220d3.js index e61bf6bd3..f2f552aaf 100644 --- a/assets/js/14d19b54.b14c5c4b.js +++ b/assets/js/14d19b54.f15220d3.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[97810],{82984:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>M,frontMatter:()=>f,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),g=a.n(h),j=a(4667),x=a.n(j),u=a(9472),y=a.n(u),b=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-using-get",permalink:"/docs/api/service-api/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:13.848Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:13.848Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[97810],{82984:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>M,frontMatter:()=>f,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),g=a.n(h),j=a(4667),x=a.n(j),u=a(9472),y=a.n(u),b=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-using-get",permalink:"/docs/api/service-api/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zgM/isanJKOYiXZx8Gn9aTZrWc7XU8eJ48PsARbbCVSIcGkXo/+ewd6OLItx26mJ9kE8AEEPoLgGhiXDoZTYHJ8oZjyi9hotibLyMIsBFOQRVZGjxMYwpL4gRyPmfJHp/Tyn9sHCKFAizkxWUFag8acYAgCNk4gBKVhCAVyCiEk5GKrCgHsqlh68spSAkO2nkJwcUo5wnANvCoEzLFVegllGW7wC2u+Usxf5N9bTrb1Tvc0E2VXGO3Iifz68lI+2+D//QshSMZIs0g/RB/k00FVnAlsm7Y7csbbWEJpHJq5hCdptJJsVrU7ZLZq7rn+1+iitbiS3TLlrgsv0KPW4mQf32jVs/MQnjHz1JeTspTdJnRHi17DreT0yEknDyrvgQ5hYWyODENIkOmCRasMIUV3k6ossdQFnBuTEepG4Z6RXb9UJZ11pZmWZLu+lOY/f68UnWt23Ca0WujyZVorPQjY7Gj1PJuRxmz1PyX9ocUmzxvS7KfpO5PVmN2vnJwQcXsSC2737Y5yYM5uUp+Q3lDm7B5t1isqMr9UujpXfWLn57nij8h0Yg1Yxd+Ix0kvmu8NoiKkWmpjqcm2PUCETen6QELI0Os4HZ9Kl1pdiOddb7j6UFa6vfJ4QSetdudIdxkpB/goF991ygu02+x8Kx1V3+3fLadCkJ1N1YsntylJixid3AlbD8eRTy34gXp2uLPx2Ynl87bkWDQHSaN9Pt9idn+ov11XEdV5l07wQHmR4bErZPeGBUts1VtGECsb+wzt2e61dl6dfEbLP9fnHSMrxyrequX9ZvVkriS0oHjrOtgoYpIouZkwm2yZ/KTeW7mX1k2xF+tfDd0k6UC/kfHtBh19QpeeBPhqcqDhcn+zDMFr9eQPWXmv+gRlw8uECksxsnSvBWaOdoe1v5VOAoksEKoF81Uw/ggh5MSpaQZQaPsNRM9X0boz3pWRGEXreqwsIQRH9rkdS6sbBESfTWyychhFa/ScGqt4VUZYqL3R8Y4KY3liLGMW1FggfdMqnGd15Vq4hnvoM0lyyly4PbhJqyuDkM+lgYsihI3+rAxhE9H+rPnJOA6kRwSok0AiC87UItBECSXngVkEdbzBbsCvcSWUm4GttIpKaaCMVGcmqYp97Xe6hjmhJTvykubpTMRKL0z3aHZTcyBvbRyjyThITOxl3KmeEs3IjPXI0Yzz974QI8lNjkpK5eqVv/biDSFTMWlHHfNRgXFKwfXgEpphoUrqMIpeXl4GWEkHxi6jxtRFn8c3t1/uby/ERG5Dsq6O/o/B1VW9VhjHOeqOmwP87J97mb5zVGSodGeCqbk7hecrCGG484hhymW1eRfNQkiNY9Fer+fo6NFmZSnLT56sVGr2ysaqboly8vvA6Vq/vlTg7K4ZI86DzSusN+z2BtAr2IwMAGE9VbQvOHmWvcv39v7fEUAXoJQDlBImcldOm8EHRnFMBXds5Y0mlN40FXnFluUPdSksTQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:14.370Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:14.370Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/189ef51f.f7d273d0.js b/assets/js/189ef51f.41391abd.js similarity index 99% rename from assets/js/189ef51f.f7d273d0.js rename to assets/js/189ef51f.41391abd.js index 08be5fc28..eee37bcb0 100644 --- a/assets/js/189ef51f.f7d273d0.js +++ b/assets/js/189ef51f.41391abd.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[30096],{98628:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>f,contentTitle:()=>v,default:()=>q,frontMatter:()=>x,metadata:()=>y,toc:()=>N});var l=a(85893),s=a(11151),t=a(58219),n=a.n(t),r=(a(62316),a(51039)),p=a.n(r),c=(a(82723),a(9487)),d=a.n(c),u=(a(41429),a(5397)),o=a.n(u),g=a(4667),m=a.n(g),h=a(9472),b=a.n(h),j=(a(1176),a(12005),a(85162));const x={id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,y={id:"api/service-api/get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",source:"@site/docs/api/service-api/get-plugins-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get-1",permalink:"/docs/api/service-api/get-plugins-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-public-controller",permalink:"/docs/api/service-api/plugin-public-controller"},next:{title:"Get public plugin file without authentication",permalink:"/docs/api/service-api/get-public-file-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function D(e){const i={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(i.p,{children:"Get all available public plugins"})}),"\n",(0,l.jsx)(p(),{method:"get",path:"/v1/plugin/public"}),"\n",(0,l.jsx)(i.p,{children:"Get all available public plugins"}),"\n",(0,l.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(n(),{label:void 0,id:void 0,children:(0,l.jsxs)(j.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(i.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(i.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(i.p,{children:"Array ["})})}),(0,l.jsx)(m(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(m(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(i.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(i.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(m(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(m(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(i.p,{children:"]"})})})]})]})}),(0,l.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(o(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.774Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:i}={...(0,s.a)(),...e.components};return i?(0,l.jsx)(i,{...e,children:(0,l.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[30096],{98628:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>f,contentTitle:()=>v,default:()=>q,frontMatter:()=>x,metadata:()=>y,toc:()=>N});var l=a(85893),s=a(11151),t=a(58219),n=a.n(t),r=(a(62316),a(51039)),p=a.n(r),c=(a(82723),a(9487)),d=a.n(c),u=(a(41429),a(5397)),o=a.n(u),g=a(4667),m=a.n(g),h=a(9472),b=a.n(h),j=(a(1176),a(12005),a(85162));const x={id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,y={id:"api/service-api/get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",source:"@site/docs/api/service-api/get-plugins-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get-1",permalink:"/docs/api/service-api/get-plugins-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get-1",title:"Get all available public plugins",description:"Get all available public plugins",sidebar_label:"Get all available public plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJyNlN9P2zAQx/+V6J42ZBqKtj3kaR0UqGBQQXmqqumaXFtvju3Zl7Iqyv8+XVIg/Ji0vDjy/fDHd99zDYzrCNkcvKnW2h76aml0fpg7y8EZQwEWCpyngKydnRSQwZp42jrH+6jt+nw8+zEEBYGidzZShKyG46MjWQqKedBeQiGDm0tQIJnJslgP0gNZYr6hEuWPd54gAwwBd6BAM5VtNtZsxDCxTOuOZLbzdEvRVSEnUI+RbvmTcgYFPggz644GK96cGffQOyNy0HYNCshWpdz/ZnQ/uwAF30Z3kxNQMLu5HF+DgrOb2++g4Op0NIVFoyAP1AKcItN7+VYulMiQQYFMh6xLgkZBQYzaxF7A+6hNI0S4NFT0fJfOGUIridbBVX7Wbr8+u1FgsXzfwC8jtBSSQh9XW/7yCZr9J8Q+UI4sICs0kdSrbp4TJ2hMglvURoiTTjtJp6QICkrijdtLRm6KvIEM0u0w7XzSLgIURApbCiLEGqpgIIPaB8cud6bJ0rSWDrqgedek6DW8Zrkl7wJPXWA0SZcLFGwxaAFry/6YrpPlCisjt94w+/gm3fTR91ke4ghq7y86eCJ6q/MLFzmRViRoi0TIkg96lViigoqPiVslHW/yGviZq6DSDULr5VungXbSnIWUKq+6c+c1LAkDhVElhZ0vxKztyvVnpl+af9TtkWM0nSSFy6uSLLca348r5u24duKCu8pLkNSmRC2tit3O1ze8CozOyUbqhY885htKjgdHoPatlqJmafrw8DDA1jpwYZ3uQ2N6NTkZX9+NDyWkUSA66eg/D4bDbs+7yCXa3jH/oc4XpXgaDaY/nHqDuh23FrDeK3cOW3nougzy06l3oWDjIou9rpcY6T6YppHt3xUF6dPiWYttmxRsCAsKbQt/0U7KkufkuRWtqYRDHkfp59MMnY9n0DR/AYOn8NI=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-public-controller",permalink:"/docs/api/service-api/plugin-public-controller"},next:{title:"Get public plugin file without authentication",permalink:"/docs/api/service-api/get-public-file-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function D(e){const i={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(i.p,{children:"Get all available public plugins"})}),"\n",(0,l.jsx)(p(),{method:"get",path:"/v1/plugin/public"}),"\n",(0,l.jsx)(i.p,{children:"Get all available public plugins"}),"\n",(0,l.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(n(),{label:void 0,id:void 0,children:(0,l.jsxs)(j.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(i.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(i.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(i.p,{children:"Array ["})})}),(0,l.jsx)(m(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(m(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(m(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(i.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(i.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(m(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(m(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(m(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(i.p,{children:"]"})})})]})]})}),(0,l.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(o(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.293Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:i}={...(0,s.a)(),...e.components};return i?(0,l.jsx)(i,{...e,children:(0,l.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/1ccd3c84.2fcc4e43.js b/assets/js/1ccd3c84.2fcc4e43.js deleted file mode 100644 index 43c73e0bc..000000000 --- a/assets/js/1ccd3c84.2fcc4e43.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9021],{68528:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>M});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),m=a.n(t),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const v={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z2zgM/SsanNqObDlu2oNO63zsbmbTNhsnl3V9oCXYZlciVRKM4/Hov++A+rAcK5lkprfNyaEB8AF8AJ53QGJlIZ5BJpxK1gNhtyoZJFqR0VmGBuYh6AKNIKnVVQox5GhWeO2t0d5bqVY336Z3EEIhjMiR0HC8HSiRI8RQGP0DE/rK/4UgFR8JWkMIKdrEyIIDH9kZ/OmkwRRiMg5DsMkacwHxDmhbcFhLRqoVlOW8MkZLZzrdssVh3C8MN8hqvEFtGyzYOAROFBWxmyiKTCY+z+iHZd9d91pJGTbhmuxv/z6AOgN8JFTp1ElCe9GBEUIDAMKqMPOwyUQvOG+un+FCk0Tr4RAZuXBU/VfbCmMEw5aEue3CuiLMJ43HLVrtTMJ1fPmOf3HbU9IQHkTmsK/YZfnk2XqcUaV3Mu9xD2GpTS4IYkgF4YDYih2eKdo+wELrDIVi47aOLxWlOpeKcIWme69U9PkUOAvP4jtveIwTlcv5Oc8m06tzCOHi8vIG5uyl0xcdLi5/n9xf33mXs/s/vE/VBz2FsiQMvaVUVf0PW8Mf2EIrW9VkPBod98C3vw6p/iH60M/uitgd/nTJLdOGvCEoly98afdJ+M/kmOHOyfQVDFci2/L8eMVbtgwMuU+NfpS5ILxw1VzqGLbA9gXUbpF5ov1/Wmot7C2SkQeZdrpIpq/qE243S190KpcS09dfnyOJVFB3XveXq/zVPVU//+uS0xt1YLsPY9C4ZwbQm7u26gtpSSYH/Jq2p68mV4pLTMj2lVWkqWT+iOzmwOWNdv3l+jgGz1N8xMSx968OXbbDo+81/DjpbZ26ewqDiSBm6FJkFkN4HCQ6xRWqQb3vB7zvB7UkyY92eJ9ksEiBXga2wMTTf68hpAoSnedaBVrxo/kFZquyzOoR8CKEdhwcQWE5kyOtNSutQlvPAZZLMUQP42jXUUllVAGKfAwev2geGvHlTAYxsDnpRGdlHEU74WitjaRtGYlCHmV9i4U2dKMNiSyoYnmgRopFVr1kE67monAZv+KaqLBH4W4a230nsyGEtT23cYvoeGX9qS0FXKxAqDRgZME7uQwUYorpe36YCm/wFPAeV4q5HhpvVXijodTMmjmXKnHVvbMdLFAYNBPHVZ7Nu19PeUFWqXeNWibWCfk96seEN/JbihXk7V6XXj6KvMjwqbBr2dJOkIYYDcnnT+vamY/1UoDxaHw6OBkNxqd3J5/ij6fxyefh6GT0D7ygrSpZvVdTs9H8QBS12qcaz50pXDdRi6MzEJ9HwjtHLXV3/nX59gwZm8ed3FwFqU5cjopELahZzojEy5ka0dQV7MRZ50Iy/2118tsRCULIZILKYsd9UohkjcF4OGIF4/uH3zeOos1mMxT+26E2q6h2tdH11fnl1+nlgF14xaOxFfpPw5PR8ITPuIVzoTrXvHW49GsDwkeKikxIv5M82l09KGbwMIYQ4sMfVFV8qN+Yxdmap0s8g91uISzem6ws+finQ8N9Md/3vudpKi1/3s/YJ8BaeQnvbmvR+D44xNCLvZFhatthP4R1X3QDlDwy1ihSXtpt55xX9w48bfcRjn7NlWHjMUkSLKhjy3L4YPDWP2gX9Q/KugWM2LAiFhuI4Tt8Z5C6aLehP99BJtTKiRXbV9fy33+1U0UN",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z2zgM/SsanNqObDlu2oNO63zsbmbTNhsnl3V9oCXYZlciVRKM4/Hov++A+rAcK5lkprfNyaEB8AF8AJ53QGJlIZ5BJpxK1gNhtyoZJFqR0VmGBuYh6AKNIKnVVQox5GhWeO2t0d5bqVY336Z3EEIhjMiR0HC8HSiRI8RQGP0DE/rK/4UgFR8JWkMIKdrEyIIDH9kZ/OmkwRRiMg5DsMkacwHxDmhbcFhLRqoVlOW8MkZLZzrdssVh3C8MN8hqvEFtGyzYOAROFBWxmyiKTCY+z+iHZd9d91pJGTbhmuxv/z6AOgN8JFTp1ElCe9GBEUIDAMKqMPOwyUQvOG+un+FCk0Tr4RAZuXBU/VfbCmMEw5aEue3CuiLMJ43HLVrtTMJ1fPmOf3HbU9IQHkTmsK/YZfnk2XqcUaV3Mu9xD2GpTS4IYkgF4YDYih2eKdo+wELrDIVi47aOLxWlOpeKcIWme69U9PkUOAvP4jtveIwTlcv5Oc8m06tzCOHi8vIG5uyl0xcdLi5/n9xf33mXs/s/vE/VBz2FsiQMvaVUVf0PW8Mf2EIrW9VkPBod98C3vw6p/iH60M/uitgd/nTJLdOGvCEoly98afdJ+M/kmOHOyfQVDFci2/L8eMVbtgwMuU+NfpS5ILxw1VzqGLbA9gXUbpF5ov1/Wmot7C2SkQeZdrpIpq/qE243S190KpcS09dfnyOJVFB3XveXq/zVPVU//+uS0xt1YLsPY9C4ZwbQm7u26gtpSSYH/Jq2p68mV4pLTMj2lVWkqWT+iOzmwOWNdv3l+jgGz1N8xMSx968OXbbDo+81/DjpbZ26ewqDiSBm6FJkFkN4HCQ6xRWqQb3vB7zvB7UkyY92eJ9ksEiBXga2wMTTf68hpAoSnedaBVrxo/kFZquyzOoR8CKEdhwcQWE5kyOtNSutQlvPAZZLMUQP42jXUUllVAGKfAwev2geGvHlTAYxsDnpRGdlHEU74WitjaRtGYlCHmV9i4U2dKMNiSyoYnmgRopFVr1kE67monAZv+KaqLBH4W4a230nsyGEtT23cYvoeGX9qS0FXKxAqDRgZME7uQwUYorpe36YCm/wFPAeV4q5HhpvVXijodTMmjmXKnHVvbMdLFAYNBPHVZ7Nu19PeUFWqXeNWibWCfk96seEN/JbihXk7V6XXj6KvMjwqbBr2dJOkIYYDcnnT+vamY/1UoDxaHw6OBkNxqd3J5/ij6fxyefh6GT0D7ygrSpZvVdTs9H8QBS12qcaz50pXDdRi6MzEJ9HwjtHLXV3/nX59gwZm8ed3FwFqU5cjopELahZzojEy5ka0dQV7MRZ50Iy/2118tsRCULIZILKYsd9UohkjcF4OGIF4/uH3zeOos1mMxT+26E2q6h2tdH11fnl1+nlgF14xaOxFfpPw5PR8ITPuIVzoTrXvHW49GsDwkeKikxIv5M82l09KGbwMIYQ4sMfVFV8qN+Yxdmap0s8g91uISzem6ws+finQ8N9Md/3vudpKi1/3s/YJ8BaeQnvbmvR+D44xNCLvZFhatthP4R1X3QDlDwy1ihSXtpt55xX9w48bfcRjn7NlWHjMUkSLKhjy3L4YPDWP2gX9Q/KugWM2LAiFhuI4Tt8Z5C6aLehP99BJtTKiRXbV9fy33+1U0UN",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put"}},q={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:16.180Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:16.180Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:16.180Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/1ccd3c84.8a6fce4f.js b/assets/js/1ccd3c84.8a6fce4f.js new file mode 100644 index 000000000..8f342e1e2 --- /dev/null +++ b/assets/js/1ccd3c84.8a6fce4f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9021],{68528:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>N,default:()=>k,frontMatter:()=>y,metadata:()=>q,toc:()=>M});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),f=a.n(g),v=(a(1176),a(12005),a(85162));const y={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z20YM/SscnJIMJcqq43R4qvzR1lMncS37UkWHFQlJm5K7zC7WtkbD/97B8kOURXvsmdzqk7wCsA/YB+BpCyRWFuIZZMKpZD0QdqOSQaIVGZ1laGAegi7QCJJaXaYQQ45mhVfeGu2dlWp1/XV6CyEUwogcCQ3H24ISOUIMhdHfMaEv/F8IUvGRoDWEkKJNjCw48IGdwR9OGkwhJuMwBJusMRcQb4E2BYe1ZKRaQVnOK2O0dKrTDVvsx/3McIOsxhvUtsGCjUPgRFERu4miyGTi84y+W/bddq+VlGETrsn+5u89qDPAR0KVTp0ktOcdGCE0ACCsCjMPm0z0gvPm+hkuNEm0Hg6RkQtH1X+1rTBGMGxJmNsurEvCfNJ43KDVziRcx5fv+Bc3PSUN4V5kDvuKXZZPnq3HGVV6K/Me9xCW2uSCIIZUEA6IrdjhmaLtAiy0zlAoNm7r+FJRqnOpCFdouvdKRSfHwFl4Ft96w0OcqFzOz3k6mV6eQQjnFxfXMGcvnb7ocH7x++Tu6ta7nN794X2qPugplCVh6C2lquq/3xr+wBZa2aom49HosAe+/rVP9Q/Rh352V8Tu8KdLbpk25A1BuXzhS7tLwn8mxwx3TqavYLgS2YbnxyvesmVgyH1q9KPMBeG5q+ZSx7AFtiugdovME+3/01JrYW+QjNzLtNNFMn1Vn3C7WfqsU7mUmL7++hxJpIK687q/XOXP7qn6+V+XnH5Qe7a7MAaNe2YAvblrq76QlmSyx69pe/pqcqW4xIRsX1lFmkrmj8iu91zeaNdfrl/G4HmKj5g49v7Zoct2ePS9hh8nva1Td09hMBHEDF2KzGIIj4NEp7hCNaj3/YD3/aCWJPnBDu+TDBYp0MvAFph4+u80hFRBovNcq0ArfjS/wGxVllk9Al6E0I6DAygsZ3KktWalVWjrOcByKYbofhxtOyqpjCpAkY/B4xfNfSO+nMkgBjYnneisjKNoKxyttZG0KSNRyIOsb7DQhq61IZEFVSwP1EixyKqXbMLVXBQu41dcExX2INx1Y7vrZDaEsLbnNm4RHa6sP7WlgIsVCJUGjCx4J5eBQkwxfc8PU+ENngLe4Uox10PjrQpvNJSaWTPnUiWuune2hQUKg2biuMqzeffrKS/IKvWuUcvEOiG/R/2Y8EZ+S7GCvNnp0otHkRcZPhV2LVvaCdIQoyH5/GldO/OxXgowHo2PB0ejwfjX26Pj+OhjfHQyPD759A+8oK0qWb1TU7PRfE8UtdqnGs+dKVw3UYujMxCfR8I7Ry11d/51+fYMGZvHnVxfBqlOXI6KRC2oWc6IxMuZGtHUFezEWedCMv9tdfLbAQlCyGSCymLHfVKIZI3BeDhiBeP7h983jqKHh4eh8N8OtVlFtauNri7PLr5MLwbswiseja3QfxwejYZHfMYtnAvVueatw6VfGxA+UlRkQvqd5NFu60Exg/sxhBDv/6Cq4kP9xizO1jxd4hlstwth8c5kZcnHPxwa7ov5rvc9T1Np+fNuxj4B1spLeHdTi8b3wT6GXuyNDFObDvshrPuiG6DkkbFGkfLSbjvnrLp34Gm7i3Dwa64MG49JkmBBHVuWw3uDt/5Bu6h/UNYtYMQDK2LxADF8g28MUhftNvTnW8iEWjmxYvvqWv77DyuWRTE=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/versions/5.10/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z20YM/SscnJIMJcqq43R4qvzR1lMncS37UkWHFQlJm5K7zC7WtkbD/97B8kOURXvsmdzqk7wCsA/YB+BpCyRWFuIZZMKpZD0QdqOSQaIVGZ1laGAegi7QCJJaXaYQQ45mhVfeGu2dlWp1/XV6CyEUwogcCQ3H24ISOUIMhdHfMaEv/F8IUvGRoDWEkKJNjCw48IGdwR9OGkwhJuMwBJusMRcQb4E2BYe1ZKRaQVnOK2O0dKrTDVvsx/3McIOsxhvUtsGCjUPgRFERu4miyGTi84y+W/bddq+VlGETrsn+5u89qDPAR0KVTp0ktOcdGCE0ACCsCjMPm0z0gvPm+hkuNEm0Hg6RkQtH1X+1rTBGMGxJmNsurEvCfNJ43KDVziRcx5fv+Bc3PSUN4V5kDvuKXZZPnq3HGVV6K/Me9xCW2uSCIIZUEA6IrdjhmaLtAiy0zlAoNm7r+FJRqnOpCFdouvdKRSfHwFl4Ft96w0OcqFzOz3k6mV6eQQjnFxfXMGcvnb7ocH7x++Tu6ta7nN794X2qPugplCVh6C2lquq/3xr+wBZa2aom49HosAe+/rVP9Q/Rh352V8Tu8KdLbpk25A1BuXzhS7tLwn8mxwx3TqavYLgS2YbnxyvesmVgyH1q9KPMBeG5q+ZSx7AFtiugdovME+3/01JrYW+QjNzLtNNFMn1Vn3C7WfqsU7mUmL7++hxJpIK687q/XOXP7qn6+V+XnH5Qe7a7MAaNe2YAvblrq76QlmSyx69pe/pqcqW4xIRsX1lFmkrmj8iu91zeaNdfrl/G4HmKj5g49v7Zoct2ePS9hh8nva1Td09hMBHEDF2KzGIIj4NEp7hCNaj3/YD3/aCWJPnBDu+TDBYp0MvAFph4+u80hFRBovNcq0ArfjS/wGxVllk9Al6E0I6DAygsZ3KktWalVWjrOcByKYbofhxtOyqpjCpAkY/B4xfNfSO+nMkgBjYnneisjKNoKxyttZG0KSNRyIOsb7DQhq61IZEFVSwP1EixyKqXbMLVXBQu41dcExX2INx1Y7vrZDaEsLbnNm4RHa6sP7WlgIsVCJUGjCx4J5eBQkwxfc8PU+ENngLe4Uox10PjrQpvNJSaWTPnUiWuune2hQUKg2biuMqzeffrKS/IKvWuUcvEOiG/R/2Y8EZ+S7GCvNnp0otHkRcZPhV2LVvaCdIQoyH5/GldO/OxXgowHo2PB0ejwfjX26Pj+OhjfHQyPD759A+8oK0qWb1TU7PRfE8UtdqnGs+dKVw3UYujMxCfR8I7Ry11d/51+fYMGZvHnVxfBqlOXI6KRC2oWc6IxMuZGtHUFezEWedCMv9tdfLbAQlCyGSCymLHfVKIZI3BeDhiBeP7h983jqKHh4eh8N8OtVlFtauNri7PLr5MLwbswiseja3QfxwejYZHfMYtnAvVueatw6VfGxA+UlRkQvqd5NFu60Exg/sxhBDv/6Cq4kP9xizO1jxd4hlstwth8c5kZcnHPxwa7ov5rvc9T1Np+fNuxj4B1spLeHdTi8b3wT6GXuyNDFObDvshrPuiG6DkkbFGkfLSbjvnrLp34Gm7i3Dwa64MG49JkmBBHVuWw3uDt/5Bu6h/UNYtYMQDK2LxADF8g28MUhftNvTnW8iEWjmxYvvqWv77DyuWRTE=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/versions/5.10/finish-launch-using-put"}},b={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:16.634Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:16.634Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:16.634Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/219e4260.4c365bf3.js b/assets/js/219e4260.8571d267.js similarity index 98% rename from assets/js/219e4260.4c365bf3.js rename to assets/js/219e4260.8571d267.js index 4edabbd53..ae0180a54 100644 --- a/assets/js/219e4260.4c365bf3.js +++ b/assets/js/219e4260.8571d267.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53443],{65902:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>M,contentTitle:()=>f,default:()=>S,frontMatter:()=>y,metadata:()=>N,toc:()=>_});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),g=i(5397),h=i.n(g),u=i(4667),v=i.n(u),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const y={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"}},M={},_=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(p(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(v(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:16.042Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.042Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53443],{65902:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>M,contentTitle:()=>f,default:()=>S,frontMatter:()=>y,metadata:()=>N,toc:()=>_});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),g=i(5397),h=i.n(g),u=i(4667),v=i.n(u),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const y={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxSpkiNnDUH/vRhKtuXYCVIfLIjz4HzfvNQA4zJA9gjaMi09snb2LHeWvTOGPMwUuIq680kBGSyJr4ybo5nsDcJD0HZ5dXkPCir0WBKTF68NWCwJMqhMvdT2Wl4UaCsnyCtQUFDIva7Ey3M1Tz9r7amAjH1NCkK+ohIha4A3lTgN7LVdQtvORDlUzgYKIv94fi6PQ98330GBICPLIv2QfpDHkVf0HjcSJVMZvbFmI4IB4FsKrva5RNlbufm/lLPg98IX6y6S3FM0+IJMx5ErWDhfIkMGBTKdsS4JWtVZOX8CqgKyODdCyk42d84QWhHq4XnMKPnhLdryX39ExT2W6SBhzetw2kPL+6h7kiARvZkkrHn11binUwSRrUspz5vxw/03UPD3+G7yGRTc33y/vAYFX29u/wEFP76MpzDbUvfbhBfEqM3bCHg1AUvv6mrHy/Pcdc1wQsCHFi9nrn3NS+WdBD15WxH0PwFfecqRBdMCTaDnXXlFnOAatRHgyTJ2fzKog5AsnE+63gUFJfHK9aMiDgReQQbp+iId2KSdmxSNSZt927egIJBfb8dH7Q1k0FTescudabM0baRcnNe8aVOs9NEMuaXKeZ46z2iSzhcoWKPXEn7M8dZdNyQWWBvhZcVchSN3063uvhZFEVSvL0W3i+h46nxzgRPJWIK2SCSy5J1eJJaooOJ94hZJF2/yPOB9XAWVbuSjVhWVRtpJ+mZCVV539z42MCf05Me10P04G4rvZMZ10IdKuyLpAcVRGAs6KkHX7gs37PEhuy9Qv4Uynk6SwuV1SZZjzvv5i3mcv/1muKsrMRJ6S9SS7dCdfDqCrMDonGyggfm4wnxFycfROai+WgRNlqZPT08jjNKR88u0Nw3pj8nny+u7yzMxaRVIqXXR/zm6OB9dxEZygUu0g2t+swUOaNnRzPQ/p5VBHUdFDLbp2+MR1hdwMFxBQXcNKEAj/9lgO84UrFxgMWyaOQZ68KZt5fhnTV7qYbav+VgdhQ793DrV481+M8K7237xvk8O9vFJFNulaTexyUwtb6DgP9oc7vNWGmVFWJCP8XQK4zynigemspWldHdDRL4q2vYX36H5zQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"}},M={},_=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(p(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(v(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(v(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(v(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(v(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(v(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:16.497Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.497Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/22c2f671.3c7b1cb9.js b/assets/js/22c2f671.2ee4cf5b.js similarity index 63% rename from assets/js/22c2f671.3c7b1cb9.js rename to assets/js/22c2f671.2ee4cf5b.js index 862f789c0..1e1551913 100644 --- a/assets/js/22c2f671.3c7b1cb9.js +++ b/assets/js/22c2f671.2ee4cf5b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9890],{49423:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>b,default:()=>q,frontMatter:()=>f,metadata:()=>E,toc:()=>S});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),m=(a(82723),a(9487)),o=a.n(m),p=a(41429),d=a.n(p),h=a(5397),x=a.n(h),u=a(4667),j=a.n(u),g=a(9472),y=a.n(g),v=(a(1176),a(12005),a(85162));const f={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV02T2jgQ/SuuPiUpgYFN9uDTkgnZUJUNxMBhl1Bbwm5AWVtyJHlmKMr/favlT8CTzImWW92vW0+vNRew/Ggg2IJFYwfCYjrg5iyjQaSk1SpJUMOOgcpQcyuUnMcQgLFc21ApO7eYboyQx+VitQYGGdc8RYuaQl5A8hQhgEyr7xjZL2QxEJKWuD0BgxhNpEVGge/8NP7IhcYYAqtzZGCiE6YcggvYc4YOhRbyCEWxK53R2PcqPpPHdVwHd43GwQ2/AgMqDqUlV55liYhcbf53Q/6XbiphE8q1ugvRwttCwnMZnTa5iIGVRbMqqXC/HeAdq4GrPZVJ7dLUVyvQOCTWarHPbWlVvlxrfqauWUxNFxEBmTY7HKSfh/8Pzz3NY2DOxmLa+bRXKkEugQE+8zSjbAeeGCwYPPIkx74jKApqaowhHnqTXB1Iz/cTNyvLremBUbBuf+8235Jos5l/8NTBy7hGab1yKwUpydiTu0vaX/d9WXuHaFSuI7zhArX5l0f90ln8tL8arT73N8h9WvS3viViT+8OSqfcQgAxtziw5FUwpwUP3OC8p99FXdt9MJR5Si1YbebrGTBYrRfh38BgPXPisHqYfZmG84X7MlsCg/ezj4tw9u/D5+lq1Zp/hovNsmP/NVt/Wnxo7Tp8ZVbRpx/Xs7AJVVpNpNJsApVmHae0XJhdwSCX4kfeX3p9Dl1hcgsmU9KURzsZje8V6EEjtxhfK88b/02/2Myk1edqy5TEOFz98nb3XY2iqBDHmGmMHILyKjN4HtB1PaIcVNI52Kv4PKgU+14xr+txcuhxTytlPWKLR/fEKYZFaYSS5QBwPP9probzdzlJ1lO0J0UTJ1PG1UxjIwD/ceJfOtOi8Kv0BvVjPXxynUAA5GZVpJIi8P0Lz+1JaWHPhc8zcVdWiJnSdqm05YlXxnIAteD7pOxzHa484wPPE7o9J2szcxduWfu2V4McgVX+xLYG0T1pPiljPWqSx2XsETLvlTh4EjHG+DVpXInXuwXc4ooxVUPtvDLnNBSKaLGjVkV5mXd7gT1yjXqaU3e3u+7nFbGzLL3r1FCtKsiR2ImScwJiHU3TsJ3Ls3qYXE+6hiWNjNQDqWJqy4+S1LvOpHlpCDTL7VwpHxHdSdJ6Nayv7JtnzA2+HkCVNJc5GjHulNRqMExGk7eD8Wgwebsevwt+exuMfx+OxqN/4Fp3281Vp2u5avWpI8lCHlRXQrpMfoHmNW2my7kXqyhPUVr3DKpUikdOparerPKMNhGVUy7oZply5Y87ejFIRITSYGf7NOPRCb3JcEQVuJtJzAl8/+npacjd16HSR7/aavzP84fZl9VsQFtoMqI2Jfp3w/FoOHaDWxmbctlF+ZIu9b8/LD5bP0u4cEPUwbpUGrOFxwkwCG7erhRtx+BEchRs4XLZc4MbnRQFLf/IkWiw3bWi4QgUC0O/W/W9gdMMBXgVVsPltXeduRdx/VaR5w4tgVWE7QYoSGtOyGPUHUo/lHkHa4rTRrh7Ehes3jGNIsxsx5eG2JVSV/8J7KuXeKpictP8id5J/AkC+AbfCKRy5TtlcesXSLg85vxI/mVa+vsfee9Jsw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,E={id:"api/service-api/versions/5.10/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV02T2jgQ/SuuPiUpgYFN9uDTkgnZUJUNxMBhl1Bbwm5AWVtyJHlmKMr/favlT8CTzImWW92vW0+vNRew/Ggg2IJFYwfCYjrg5iyjQaSk1SpJUMOOgcpQcyuUnMcQgLFc21ApO7eYboyQx+VitQYGGdc8RYuaQl5A8hQhgEyr7xjZL2QxEJKWuD0BgxhNpEVGge/8NP7IhcYYAqtzZGCiE6YcggvYc4YOhRbyCEWxK53R2PcqPpPHdVwHd43GwQ2/AgMqDqUlV55liYhcbf53Q/6XbiphE8q1ugvRwttCwnMZnTa5iIGVRbMqqXC/HeAdq4GrPZVJ7dLUVyvQOCTWarHPbWlVvlxrfqauWUxNFxEBmTY7HKSfh/8Pzz3NY2DOxmLa+bRXKkEugQE+8zSjbAeeGCwYPPIkx74jKApqaowhHnqTXB1Iz/cTNyvLremBUbBuf+8235Jos5l/8NTBy7hGab1yKwUpydiTu0vaX/d9WXuHaFSuI7zhArX5l0f90ln8tL8arT73N8h9WvS3viViT+8OSqfcQgAxtziw5FUwpwUP3OC8p99FXdt9MJR5Si1YbebrGTBYrRfh38BgPXPisHqYfZmG84X7MlsCg/ezj4tw9u/D5+lq1Zp/hovNsmP/NVt/Wnxo7Tp8ZVbRpx/Xs7AJVVpNpNJsApVmHae0XJhdwSCX4kfeX3p9Dl1hcgsmU9KURzsZje8V6EEjtxhfK88b/02/2Myk1edqy5TEOFz98nb3XY2iqBDHmGmMHILyKjN4HtB1PaIcVNI52Kv4PKgU+14xr+txcuhxTytlPWKLR/fEKYZFaYSS5QBwPP9probzdzlJ1lO0J0UTJ1PG1UxjIwD/ceJfOtOi8Kv0BvVjPXxynUAA5GZVpJIi8P0Lz+1JaWHPhc8zcVdWiJnSdqm05YlXxnIAteD7pOxzHa484wPPE7o9J2szcxduWfu2V4McgVX+xLYG0T1pPiljPWqSx2XsETLvlTh4EjHG+DVpXInXuwXc4ooxVUPtvDLnNBSKaLGjVkV5mXd7gT1yjXqaU3e3u+7nFbGzLL3r1FCtKsiR2ImScwJiHU3TsJ3Ls3qYXE+6hiWNjNQDqWJqy4+S1LvOpHlpCDTL7VwpHxHdSdJ6Nayv7JtnzA2+HkCVNJc5GjHulNRqMExGk7eD8Wgwebsevwt+exuMfx+OxqN/4Fp3281Vp2u5avWpI8lCHlRXQrpMfoHmNW2my7kXqyhPUVr3DKpUikdOparerPKMNhGVUy7oZply5Y87ejFIRITSYGf7NOPRCb3JcEQVuJtJzAl8/+npacjd16HSR7/aavzP84fZl9VsQFtoMqI2Jfp3w/FoOHaDWxmbctlF+ZIu9b8/LD5bP0u4cEPUwbpUGrOFxwkwCG7erhRtx+BEchRs4XLZc4MbnRQFLf/IkWiw3bWi4QgUC0O/W/W9gdMMBXgVVsPltXeduRdx/VaR5w4tgVWE7QYoSGtOyGPUHUo/lHkHa4rTRrh7Ehes3jGNIsxsx5eG2JVSV/8J7KuXeKpictP8id5J/AkC+AbfCKRy5TtlcesXSLg85vxI/mVa+vsfee9Jsw==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"}},N={},S=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[9890],{49423:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>F,frontMatter:()=>f,metadata:()=>E,toc:()=>T});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),o=(a(82723),a(9487)),m=a.n(o),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),y=a(9472),g=a.n(y),q=(a(1176),a(12005),a(85162));const f={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWorQxa0bU95OrqlV6Re4QI83FF0MskA6SV2aju7RSj/+2ns/AKy231inPHMN+PP33jPYPhBQ7ABg9oMEoPZgOuTiAaRFEbJNEUFWwYyR8VNIsUshgC04cqEUpqZwWytE3FYzJcrYJBzxTM0qCjkGQTPEALIlfyOkflKFoNE0BI3R2AQo45UklPgGz+FP4pEYQyBUQUy0NERMw7BGcwpR4tCJeIAZbl1zqjNBxmfyOMyroW7Qm3hhn8BAyoOhSFXnudpEtna/O+a/M/dVIlJKdfyJkQLbwMpL0R0XBdJDMwVzaqkif1tAW9ZDVzuqExql6K+mgS1RWKMSnaFcVbly5XiJ+qawUx3ERGQSbPDQno5/H946mkeA33SBrPOp52UKXIBDPAnz3LKtuepxpLBI08L7DuCsqSmxhjivjfJxYH0fD9yvTTc6B4YJev292bzNYnW69lHT+69nCsUxnNbKYgjY0/uLml/3fdF7R2iloWK8IoL1OZfHvVzZ/FifxUadepvkP007299S8Se3u2lyriBAGJucGDIq2RWCx64xllPv8u6tttgKIqMWrBcz1ZTYLBczcO/gcFqasVh+TD9Oglnc/tlugAGH6af5uH034cvk+WyNf8I5+tFx/5zuvo8/9jadfjKrKJPPq2mYRPKWU0kZzaBnFnHcZYNsy0ZFCL5UfSXXp9DV5jsgs6l0O5ox3ejWwV6UMgNxpfK88Z/0y82U2HUqdoyITEOl7+83X1XoywrxDHmCiOLwF1lBj8HdF0PKAaVdA52Mj4NKsW+VczLeqwcetxTUhqP2OLRPbGKYVDoRAo3ACzPX8zVcP4mJ8l6huYoaeLkUtuaaWwE4D+O/XNnWpR+lV6jeqyHT6FSCIDcjIxkWga+f+aFOUqVmFPp8zy5KSvEXCqzkMrw1HOxLECV8F3q+lyHc2e850VKt+doTK5vwi1q3/ZqkCOwyp/Y1iC6Jc1nqY1HTfK4iD1C5r1K9p5AjDF+TRrn8HrXgFtcMWZyqKxXbp2GiSRabKlVUeHybs6wQ65QTQrq7mbb/bwkdrrSu04N1aqCLImtKFknINbRNA3buTyth8nlpGtY0shIPZAqprb8cKTedibNc0OgWW7nintEdCdJ69WwvrKvnjFX+HoAVdLscjRi3Cmp1WAY343vB6O7wfi31eg+GL0NRu+G9+/e/wOXutturjpdy1WrTx1JTsRediWky+RnaF7TZrKYebGMigyFsc+gSqV4ZFWq6s2yyGkTUTnjCd0s7VZ+v6EXgzSJUGjsbJ/kPDqiNx7eUQX2ZhJzAt9/enoacvt1KNXBr7Zq/8vsYfp1OR3QFpqMqLRD/3Y4uhuO7OCW2mRcdFE+p0v97w+DP42fpzyxQ9TCOlcas4HHMTAIrt6uFG3L4EhyFGzgfN5xjWuVliUt/yiQaLDZtqJhCRQnmn636nsFpxkK8Cqshstr7zJzL+L6rSJOHVoCqwjbDVCS1hyRx6g6lH5weQcritNGuHkSl6zeMYkizE3Hl4bYhVJX/wnsqpd4JmNyU/yJ3kn8CQL4Bt8IpLTlW2Wx62dIuTgU/ED+Li39/Q+x30nF",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,E={id:"api/service-api/versions/5.10/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWorQxa0bU95OrqlV6Re4QI83FF0MskA6SV2aju7RSj/+2ns/AKy231inPHMN+PP33jPYPhBQ7ABg9oMEoPZgOuTiAaRFEbJNEUFWwYyR8VNIsUshgC04cqEUpqZwWytE3FYzJcrYJBzxTM0qCjkGQTPEALIlfyOkflKFoNE0BI3R2AQo45UklPgGz+FP4pEYQyBUQUy0NERMw7BGcwpR4tCJeIAZbl1zqjNBxmfyOMyroW7Qm3hhn8BAyoOhSFXnudpEtna/O+a/M/dVIlJKdfyJkQLbwMpL0R0XBdJDMwVzaqkif1tAW9ZDVzuqExql6K+mgS1RWKMSnaFcVbly5XiJ+qawUx3ERGQSbPDQno5/H946mkeA33SBrPOp52UKXIBDPAnz3LKtuepxpLBI08L7DuCsqSmxhjivjfJxYH0fD9yvTTc6B4YJev292bzNYnW69lHT+69nCsUxnNbKYgjY0/uLml/3fdF7R2iloWK8IoL1OZfHvVzZ/FifxUadepvkP007299S8Se3u2lyriBAGJucGDIq2RWCx64xllPv8u6tttgKIqMWrBcz1ZTYLBczcO/gcFqasVh+TD9Oglnc/tlugAGH6af5uH034cvk+WyNf8I5+tFx/5zuvo8/9jadfjKrKJPPq2mYRPKWU0kZzaBnFnHcZYNsy0ZFCL5UfSXXp9DV5jsgs6l0O5ox3ejWwV6UMgNxpfK88Z/0y82U2HUqdoyITEOl7+83X1XoywrxDHmCiOLwF1lBj8HdF0PKAaVdA52Mj4NKsW+VczLeqwcetxTUhqP2OLRPbGKYVDoRAo3ACzPX8zVcP4mJ8l6huYoaeLkUtuaaWwE4D+O/XNnWpR+lV6jeqyHT6FSCIDcjIxkWga+f+aFOUqVmFPp8zy5KSvEXCqzkMrw1HOxLECV8F3q+lyHc2e850VKt+doTK5vwi1q3/ZqkCOwyp/Y1iC6Jc1nqY1HTfK4iD1C5r1K9p5AjDF+TRrn8HrXgFtcMWZyqKxXbp2GiSRabKlVUeHybs6wQ65QTQrq7mbb/bwkdrrSu04N1aqCLImtKFknINbRNA3buTyth8nlpGtY0shIPZAqprb8cKTedibNc0OgWW7nintEdCdJ69WwvrKvnjFX+HoAVdLscjRi3Cmp1WAY343vB6O7wfi31eg+GL0NRu+G9+/e/wOXutturjpdy1WrTx1JTsRediWky+RnaF7TZrKYebGMigyFsc+gSqV4ZFWq6s2yyGkTUTnjCd0s7VZ+v6EXgzSJUGjsbJ/kPDqiNx7eUQX2ZhJzAt9/enoacvt1KNXBr7Zq/8vsYfp1OR3QFpqMqLRD/3Y4uhuO7OCW2mRcdFE+p0v97w+DP42fpzyxQ9TCOlcas4HHMTAIrt6uFG3L4EhyFGzgfN5xjWuVliUt/yiQaLDZtqJhCRQnmn636nsFpxkK8Cqshstr7zJzL+L6rSJOHVoCqwjbDVCS1hyRx6g6lH5weQcritNGuHkSl6zeMYkizE3Hl4bYhVJX/wnsqpd4JmNyU/yJ3kn8CQL4Bt8IpLTlW2Wx62dIuTgU/ED+Li39/Q+x30nF",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"}},b={},T=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(q.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(q.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(q.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(q.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(q.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/24cb5394.53caa030.js b/assets/js/24cb5394.b4e2451d.js similarity index 72% rename from assets/js/24cb5394.53caa030.js rename to assets/js/24cb5394.b4e2451d.js index f8033c879..212a52e01 100644 --- a/assets/js/24cb5394.53caa030.js +++ b/assets/js/24cb5394.b4e2451d.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[37354],{44833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>U,contentTitle:()=>b,default:()=>S,frontMatter:()=>v,metadata:()=>N,toc:()=>L});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),c=a.n(n),p=(a(82723),a(9487)),d=a.n(p),o=a(41429),m=a.n(o),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),x=a(9472),y=a.n(x),g=(a(1176),a(12005),a(85162));const v={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVuWmB6mpt4W4CgzWL7Za4x0NLZZieRKknFMQT99+FIypZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6QKmm1ynPUsGKgStTcCiUfMkjAWK7to4tbGCG3T19m879HwKDkmhdoUVOmGiQvEBIotfqGqf1MvxgISUvc7oBBhibVoqTEV3Eav1dCYwaJ1RUyMOkOCw5JDfZQokOhhdxC06x8MBr7SWUHijjPOyO4kT9XFCKjNYUyoGOitLSJl2UuUnfK+JuhnXW3qLA5tsn82Z//PIO59Odlvj1zUSB1LoBVazoatUhTL61A42paq8W6sv5XiOVac8ImLBamW/vBYjE57nDlf5z+Hzz0NIyBORiLRefTWqkcuQQG+MqLkqpteG6wYfDC8wr72t40FwPsKVSorGcvA5RVQR27n/42WTzOgcH99NPid1g1LLCmJ5lGXcke0O2nL5u+UudcWCwe7iO1iTI0NLWWFVZFPnvTHV9Pto3SBbeQQMYtDixFNb4V53x1C6ZU0vhJjG9G18S808gtZuc0fBe/+znzZj8dvch6eyirYo2680lIi1vU3aMJaT/e+mP5GZcaUwfUk4LB6yBVGW5RDoKcBiSnQdC7uZBIjxpN2/iN0pEpMRUbgVkUHMDR0KI0QknvJI7IPyx7JOpFeXKHAu1OkXGVyrhOkfskEL+M4rpjOk3sQZGEUb+0LlbpHBKgQKtSlTdJHNe8sjulhT00MS/F1RmfsVTaPilteR75XA6gFnyd+/m06TwrNrzKqfU7a0tzle6pjT0JhwKBhXhSzRHRNc3+UMZG1KSIyywiZNEbsYkkYobZW1KDxxtdAj7hyrBQQ+2iShc0FIoYsqJWpZWvu6xhjVyjnlTU3+WKPpOTPp/cedray7n3HUd8FFprUYFxp+F6Jq8ue3Tc6C2n4yxHVoaAYCP+VjkaR6fySf8wvhnfDkY3g/HtfPQheX+bjN4PP45/+YukJORGdfXZHfp/MKLt8OTpIcpUWhUorbtwggXw1FlAQDyrStpEUy+4IBIav/Lr1SQY5CJFabCzfVLydIfReHgDLJCY6JLE8X6/H3L3daj0Ng5bTfz4cDf9PJsOaAs5P2rj0X8YjkZ+jRRUcNlF+b/03H9RWHy1cZlz4YzXYayDOpfwQi+K5PxREAS6YrAjKSdLqOs1N7jQedPQ8vcKNVFxdZKbY1cmDP1/srALQEcDhjfPwcjfRue1ezG3V7Y8dBwIWGBzN0FDKt0hz8h+j3y/83UHc8pzynD1FmlYu2OSpljaTixdGGcuR88xYLAOj6EgCM33RH6+hwS+wlcCqdzxnR259RpyLrcV31K8L0t//wJ8F3fe",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post-1",permalink:"/docs/api/service-api/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVuWmB6mpt4W4CgzWL7Za4x0NLZZieRKknFMQT99+FIypZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6QKmm1ynPUsGKgStTcCiUfMkjAWK7to4tbGCG3T19m879HwKDkmhdoUVOmGiQvEBIotfqGqf1MvxgISUvc7oBBhibVoqTEV3Eav1dCYwaJ1RUyMOkOCw5JDfZQokOhhdxC06x8MBr7SWUHijjPOyO4kT9XFCKjNYUyoGOitLSJl2UuUnfK+JuhnXW3qLA5tsn82Z//PIO59Odlvj1zUSB1LoBVazoatUhTL61A42paq8W6sv5XiOVac8ImLBamW/vBYjE57nDlf5z+Hzz0NIyBORiLRefTWqkcuQQG+MqLkqpteG6wYfDC8wr72t40FwPsKVSorGcvA5RVQR27n/42WTzOgcH99NPid1g1LLCmJ5lGXcke0O2nL5u+UudcWCwe7iO1iTI0NLWWFVZFPnvTHV9Pto3SBbeQQMYtDixFNb4V53x1C6ZU0vhJjG9G18S808gtZuc0fBe/+znzZj8dvch6eyirYo2680lIi1vU3aMJaT/e+mP5GZcaUwfUk4LB6yBVGW5RDoKcBiSnQdC7uZBIjxpN2/iN0pEpMRUbgVkUHMDR0KI0QknvJI7IPyx7JOpFeXKHAu1OkXGVyrhOkfskEL+M4rpjOk3sQZGEUb+0LlbpHBKgQKtSlTdJHNe8sjulhT00MS/F1RmfsVTaPilteR75XA6gFnyd+/m06TwrNrzKqfU7a0tzle6pjT0JhwKBhXhSzRHRNc3+UMZG1KSIyywiZNEbsYkkYobZW1KDxxtdAj7hyrBQQ+2iShc0FIoYsqJWpZWvu6xhjVyjnlTU3+WKPpOTPp/cedray7n3HUd8FFprUYFxp+F6Jq8ue3Tc6C2n4yxHVoaAYCP+VjkaR6fySf8wvhnfDkY3g/HtfPQheX+bjN4PP45/+YukJORGdfXZHfp/MKLt8OTpIcpUWhUorbtwggXw1FlAQDyrStpEUy+4IBIav/Lr1SQY5CJFabCzfVLydIfReHgDLJCY6JLE8X6/H3L3daj0Ng5bTfz4cDf9PJsOaAs5P2rj0X8YjkZ+jRRUcNlF+b/03H9RWHy1cZlz4YzXYayDOpfwQi+K5PxREAS6YrAjKSdLqOs1N7jQedPQ8vcKNVFxdZKbY1cmDP1/srALQEcDhjfPwcjfRue1ezG3V7Y8dBwIWGBzN0FDKt0hz8h+j3y/83UHc8pzynD1FmlYu2OSpljaTixdGGcuR88xYLAOj6EgCM33RH6+hwS+wlcCqdzxnR259RpyLrcV31K8L0t//wJ8F3fe",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/delete-launches-using-delete"}},U={},L=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(f(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(f(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[37354],{44833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>b,default:()=>U,frontMatter:()=>v,metadata:()=>k,toc:()=>q});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),c=a.n(l),p=(a(82723),a(9487)),d=a.n(p),o=a(41429),m=a.n(o),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),x=a(9472),y=a.n(x),g=(a(1176),a(12005),a(85162));const v={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVeOhR6mpt4W4CgTWP7Za4x0NLZZieRKknFMQT99+FIypZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6QKmm1ynPUsGKgStTcCiUfMkjAWK7to4tbGCG3T59n879HwKDkmhdoUVOmGiQvEBIotfqGqf1EvxgISUvc7oBBhibVoqTEV3Eav1dCYwaJ1RUyMOkOCw5JDfZQokOhhdxC06x8MBr7UWUHijjPOyO4kT9XFCKjNYUyoGOitLSJl2UuUnfK+JuhnXW3qLA5tsn82Z+/nMFc+vMy3565KJA6F8CqNR2NWqSpl1agcTWt1WJdWf8rxHKtOWETFgvTrf1gsZgcd7jyP07/Dx56GsbAHIzFovNprVSOXAIDfOVFSdU2PDfYMHjheYV9bW+aiwH2FCpU1rOXAcqqoI7dT3+fLB7nwOB++nHxB6waFljTk0yjrmQP6PbT501fqXMuLBYP95HaRBkamlrLCqsin73pjq8n20bpgltIIOMWB5aiGt+Kc766BVMqafwkxjeja2LeaeQWs3Mavovf/Zx5s5+OXmS9PZRVsUbd+SSkxS3q7tGEtL/e+mP5GZcaUwfUk4LB6yBVGW5RDoKcBiSnQdC7uZBIjxpN2/iN0pEpMRUbgVkUHMDR0KI0QknvJI7IPyx7JOpFeXKHAu1OkXGVyrhOkfskEL+M4rpjOk3sQZGEUb+0LlbpHBKgQKtSlTdJHNe8sjulhT00MS/F1RmfsVTaPilteR75XA6gFnyd+/m06TwrNrzKqfU7a0tzle6pjT0JhwKBhXhSzRHRNc3+VMZG1KSIyywiZNEbsYkkYobZW1KDxxtdAj7hyrBQQ+2iShc0FIoYsqJWpZWvu6xhjVyjnlTU3+WKPpOTPp/cedray7n3HUd8FFprUYFxp+F6Jq8ue3Tc6C2n4yxHVoaAYCP+VjkaR6fySf8wvhnfDkY3g/GH+eg2Gb1PRrfD8S8f/iIpCblRXX12h/4fjGg7PHl6iDKVVgVK6y6cYAE8dRYQEM+qkjbR1AsuiITGr/x2NQkGuUhRGuxsn5Q83WE0Ht4ACyQmuiRxvN/vh9x9HSq9jcNWEz8+3E0/zaYD2kLOj9p49O+Ho5FfIwUVXHZR/i89918UFl9tXOZcOON1GOugziW80IsiOX8UBIGuGOxIyskS6nrNDS503jS0/L1CTVRcneTm2JUJQ/+fLOwC0NGA4c1zMPK30XntXsztlS0PHQcCFtjcTdCQSnfIM7LfI9/vfN3BnPKcMly9RRrW7pikKZa2E0sXxpnL0XMMGKzDYygIQvM9kZ/vIYGv8JVAKnd8Z0duvYacy23FtxTvy9Lfv3lGd90=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,k={id:"api/service-api/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post-1",permalink:"/docs/api/service-api/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVeOhR6mpt4W4CgTWP7Za4x0NLZZieRKknFMQT99+FIypZtrV2eYup49/Hu+z6yBsu3BpIl5LyS6W6QKmm1ynPUsGKgStTcCiUfMkjAWK7to4tbGCG3T59n879HwKDkmhdoUVOmGiQvEBIotfqGqf1EvxgISUvc7oBBhibVoqTEV3Eav1dCYwaJ1RUyMOkOCw5JDfZQokOhhdxC06x8MBr7UWUHijjPOyO4kT9XFCKjNYUyoGOitLSJl2UuUnfK+JuhnXW3qLA5tsn82Z+/nMFc+vMy3565KJA6F8CqNR2NWqSpl1agcTWt1WJdWf8rxHKtOWETFgvTrf1gsZgcd7jyP07/Dx56GsbAHIzFovNprVSOXAIDfOVFSdU2PDfYMHjheYV9bW+aiwH2FCpU1rOXAcqqoI7dT3+fLB7nwOB++nHxB6waFljTk0yjrmQP6PbT501fqXMuLBYP95HaRBkamlrLCqsin73pjq8n20bpgltIIOMWB5aiGt+Kc766BVMqafwkxjeja2LeaeQWs3Mavovf/Zx5s5+OXmS9PZRVsUbd+SSkxS3q7tGEtL/e+mP5GZcaUwfUk4LB6yBVGW5RDoKcBiSnQdC7uZBIjxpN2/iN0pEpMRUbgVkUHMDR0KI0QknvJI7IPyx7JOpFeXKHAu1OkXGVyrhOkfskEL+M4rpjOk3sQZGEUb+0LlbpHBKgQKtSlTdJHNe8sjulhT00MS/F1RmfsVTaPilteR75XA6gFnyd+/m06TwrNrzKqfU7a0tzle6pjT0JhwKBhXhSzRHRNc3+VMZG1KSIyywiZNEbsYkkYobZW1KDxxtdAj7hyrBQQ+2iShc0FIoYsqJWpZWvu6xhjVyjnlTU3+WKPpOTPp/cedray7n3HUd8FFprUYFxp+F6Jq8ue3Tc6C2n4yxHVoaAYCP+VjkaR6fySf8wvhnfDkY3g/GH+eg2Gb1PRrfD8S8f/iIpCblRXX12h/4fjGg7PHl6iDKVVgVK6y6cYAE8dRYQEM+qkjbR1AsuiITGr/x2NQkGuUhRGuxsn5Q83WE0Ht4ACyQmuiRxvN/vh9x9HSq9jcNWEz8+3E0/zaYD2kLOj9p49O+Ho5FfIwUVXHZR/i89918UFl9tXOZcOON1GOugziW80IsiOX8UBIGuGOxIyskS6nrNDS503jS0/L1CTVRcneTm2JUJQ/+fLOwC0NGA4c1zMPK30XntXsztlS0PHQcCFtjcTdCQSnfIM7LfI9/vfN3BnPKcMly9RRrW7pikKZa2E0sXxpnL0XMMGKzDYygIQvM9kZ/vIYGv8JVAKnd8Z0duvYacy23FtxTvy9Lfv3lGd90=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/delete-launches-using-delete"}},N={},q=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(f(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(f(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function U(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/2529997c.fb170138.js b/assets/js/2529997c.c00af58b.js similarity index 98% rename from assets/js/2529997c.fb170138.js rename to assets/js/2529997c.c00af58b.js index 1068f58f8..0b1f78909 100644 --- a/assets/js/2529997c.fb170138.js +++ b/assets/js/2529997c.c00af58b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79466],{77897:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),l=a(58219),r=a.n(l),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),y=a(9472),g=a.n(y),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:13.868Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:13.868Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:13.868Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79466],{77897:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>k,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),l=a(58219),r=a.n(l),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),y=a(9472),g=a.n(y),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6t5VqbrR32yBCab+B28GN+t4iUzUJJhjtS6CgPs5byejp+CJUoCTYlakmV705+eeZvDIXOyHgaqM8rzHKKLmfnwnJtqgXUNEmenp5m2N7OrNslvapPbhe/Xn94uD4TFaEBcr7z/qfZxUV3VlnPJZrBM/9SsNN0wfSFk6pA3Y6p1rm6L+YVPF5ADOl4yejsHug6hvS46qxjyK1nUazrDXpauqJp5PhzICfJW58KtE2l0l5+f6MD69PyAW/u+5XibTRYrSZjODC02cORQAHijmNPi5lsW9/1/hiO73BhaKCRvsoJlVDKql8EYJ5lVPFAV1YvqfTj0JEFtWn+AWDlvJo=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:14.389Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:14.389Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:14.389Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file diff --git a/assets/js/27355691.59742825.js b/assets/js/27355691.59742825.js new file mode 100644 index 000000000..e69063680 --- /dev/null +++ b/assets/js/27355691.59742825.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[58599],{71178:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>y,default:()=>R,frontMatter:()=>g,metadata:()=>v,toc:()=>N});var i=s(85893),t=s(11151),r=s(58219),l=s.n(r),n=(s(62316),s(51039)),m=s.n(n),d=(s(82723),s(9487)),c=s.n(d),o=s(41429),p=s.n(o),h=s(5397),j=s.n(h),x=s(4667),u=s.n(x),b=s(9472),f=s.n(b),E=(s(1176),s(12005),s(85162));const g={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22T2jYQ/iue/ZRkDD5oMpP6UwkhDTNpoLx8aAnTEfYCSm3JkeS7Yzz+752VbGzAd9fJfULyavfZt2f3CjDsoCHcgEFtetxg2mP6JKJeJIVRMklQwdYHmaFihksxjSEEbZgy4yNP4qnBdK25OMxnyxX4kDHFUjSoSGcBgqUIId2iMCQLPnBhb8wRfIhRR4pnpPhaTOGPnCuMITQqRx90dMSUQViAOWVoQSguDlCWfmNHye8Yma90etbQhdz/t7R1wqjNBxmfSOJSr43LCrX1YfEn+EBRRGFIlGVZwiMbxOC7JvmibYqbhGwtb1Q08DaQsFxEx3XOY/Cd035llNvfFvDWr4HLHblJaVGUQMNRWyTGKL7LjTtVskwpdqKoGUx1GxEBGZ1fWEjPq/8XTx3B80GfNKW2+bSTMkEmwAd8ZGlG1vYs0Vj6cM+SHLtSUJYU1BgXuO80cpGQju9HppeGGd0Bo/Tb8b15fF1E6/X0oyf3nqtazz0lJa4YO2y3m+PluM9r6QVqmasIr2qBwvxiqp/KxbPxVWjUqTtA9tOsO/RNIXbEbi9VygyEEDODPUNSpW9JZ8w0TjviXda+3SpDkacUguV6upqAD8vVbPEX+LCaWBJajidfR4vpzH6ZzMGHD5NPs8Xkn/GX0XLZHH9fzNbz1vmPyerz7GNzrtVXx0r76NNqsjircqezJnc8K3LHWo87WTXb0odc8B95t+t1HtrEZC90JoV2qR3eDW4ZaKyQGYwvmedN8KabbCbCqFP1ZESsv1i+2N1drVGWFeIYM4WRReBa2YfHHrXrAUWvos7eTsanXsXYt4x56Y+lQ495EQ0bj8rF424+4KNBobkUbtLYQn/W2Lnob4wSr6dojpJmWya1dZrmRgjB/TAoWuOiDMh8UDSjqiQKRnVfj7xcJRACvTEykkkZBkHBcnOUiptTGbCM3zi5wEwqM5fKsMRzuixaxdkucVGv1bmM71meUC8djcn0jbp5Lds0CgmCX8lT7Z0R3ZbQZ6mNRxHzmIg9Qua94ntPIMYYvybGc3i9a8ANrhhT2VdWKrNCfS6pSLYUqih3djcF7JApVKOcQr3Z0mcajItmxE7quXA5tM75PjNCPVuqomsy7epz2xoaT/H5+boZEW4faA+FRupcwNX5avO5wtcBqGJZZ+PMqy2XGjqF4d3wbW9w1xu+Xw3ehoN34eBtf/jLr3/DJYU2j6v+rJmnoZoWu3Kxl202aJfhEzVa53w0n3qxjPIUhbEbTUU4LLKEU8VmmWf0iOowZZzaQrub325qw4eERyg0tp6PMhYd0Rv278gD21ZUwGEQPDw89Jn92pfqEFRPdfBlOp58XU569ISGHCrt0L/rDwbujto7ZaKN8kmK6d4lDD6aIEsYtwPR4ioqutjA/RB8CK/2UKctbK23Wx+OxDPhBopixzSuVVKWdP0jR6qKzbYhAFtPMdf0u+HVK3BnuodXi2psvPYuFupO+PUSIk6tIgW/Kt/We9qyfw7DRSx+BkRLQUncdUQWo2p12djZ7a1IT6PhZuEmH9yLURRhZlqyNCIvxkD1/8yu2vNTGZOYYg+0hbEHCOEbfCOQ0rpvSdreF5AwccjZgeSdWfr7D3a0jYQ=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,v={id:"api/service-api/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post",permalink:"/docs/api/service-api/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22T2jYQ/iue/ZRkDD5oMpP6UwkhDTNpoLx8aAnTEfYCSm3JkeS7Yzz+752VbGzAd9fJfULyavfZt2f3CjDsoCHcgEFtetxg2mP6JKJeJIVRMklQwdYHmaFihksxjSEEbZgy4yNP4qnBdK25OMxnyxX4kDHFUjSoSGcBgqUIId2iMCQLPnBhb8wRfIhRR4pnpPhaTOGPnCuMITQqRx90dMSUQViAOWVoQSguDlCWfmNHye8Yma90etbQhdz/t7R1wqjNBxmfSOJSr43LCrX1YfEn+EBRRGFIlGVZwiMbxOC7JvmibYqbhGwtb1Q08DaQsFxEx3XOY/Cd035llNvfFvDWr4HLHblJaVGUQMNRWyTGKL7LjTtVskwpdqKoGUx1GxEBGZ1fWEjPq/8XTx3B80GfNKW2+bSTMkEmwAd8ZGlG1vYs0Vj6cM+SHLtSUJYU1BgXuO80cpGQju9HppeGGd0Bo/Tb8b15fF1E6/X0oyf3nqtazz0lJa4YO2y3m+PluM9r6QVqmasIr2qBwvxiqp/KxbPxVWjUqTtA9tOsO/RNIXbEbi9VygyEEDODPUNSpW9JZ8w0TjviXda+3SpDkacUguV6upqAD8vVbPEX+LCaWBJajidfR4vpzH6ZzMGHD5NPs8Xkn/GX0XLZHH9fzNbz1vmPyerz7GNzrtVXx0r76NNqsjircqezJnc8K3LHWo87WTXb0odc8B95t+t1HtrEZC90JoV2qR3eDW4ZaKyQGYwvmedN8KabbCbCqFP1ZESsv1i+2N1drVGWFeIYM4WRReBa2YfHHrXrAUWvos7eTsanXsXYt4x56Y+lQ495EQ0bj8rF424+4KNBobkUbtLYQn/W2Lnob4wSr6dojpJmWya1dZrmRgjB/TAoWuOiDMh8UDSjqiQKRnVfj7xcJRACvTEykkkZBkHBcnOUiptTGbCM3zi5wEwqM5fKsMRzuixaxdkucVGv1bmM71meUC8djcn0jbp5Lds0CgmCX8lT7Z0R3ZbQZ6mNRxHzmIg9Qua94ntPIMYYvybGc3i9a8ANrhhT2VdWKrNCfS6pSLYUqih3djcF7JApVKOcQr3Z0mcajItmxE7quXA5tM75PjNCPVuqomsy7epz2xoaT/H5+boZEW4faA+FRupcwNX5avO5wtcBqGJZZ+PMqy2XGjqF4d3wbW9w1xu+Xw3ehoN34eBtf/jLr3/DJYU2j6v+rJmnoZoWu3Kxl202aJfhEzVa53w0n3qxjPIUhbEbTUU4LLKEU8VmmWf0iOowZZzaQrub325qw4eERyg0tp6PMhYd0Rv278gD21ZUwGEQPDw89Jn92pfqEFRPdfBlOp58XU569ISGHCrt0L/rDwbujto7ZaKN8kmK6d4lDD6aIEsYtwPR4ioqutjA/RB8CK/2UKctbK23Wx+OxDPhBopixzSuVVKWdP0jR6qKzbYhAFtPMdf0u+HVK3BnuodXi2psvPYuFupO+PUSIk6tIgW/Kt/We9qyfw7DRSx+BkRLQUncdUQWo2p12djZ7a1IT6PhZuEmH9yLURRhZlqyNCIvxkD1/8yu2vNTGZOYYg+0hbEHCOEbfCOQ0rpvSdreF5AwccjZgeSdWfr7D3a0jYQ=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put"}},q={},N=[{value:"Request",id:"request",level:2}];function S(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(a.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(E.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(a.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(E.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(E.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(E.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(E.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/27355691.67538878.js b/assets/js/27355691.67538878.js deleted file mode 100644 index 741cb149f..000000000 --- a/assets/js/27355691.67538878.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[58599],{71178:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>F,frontMatter:()=>N,metadata:()=>v,toc:()=>M});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const N={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV92T2jYQ/1c8+9RkBL4jSR/8VEJIw0waKB8PLWE6wl5AqS05knx3DOP/vbOSjQ34Lp3cE5JXu7/9+u3eCSzfG4jWYNHYnrCY9bg5yrgXK2m1SlPUsGGgctTcCiUnCURgLNd2dBBpMrGYrYyQ+9l0sQQGOdc8Q4uadJ5A8gwholuUlmSBgZDuxh6AQYIm1iInxddiGr8XQmMCkdUFMjDxATMO0QnsMUcHQgu5h7JkjR2tvmFsv9DpRUMXcv/f0sYLo7HvVXIkiUu9Li5LNM6H+Z/AgKKI0pIoz/NUxC6I4TdD8qe2KWFTsrW4UdHAW0PKCxkfVoVIgHmnWWVUuN8O8IbVwNWW3KS0aEqgFWgcEmu12BbWnypZrjU/UtQsZqaNiIAMzy8cpJfV/4vHjuAxMEdDqW0+bZVKkUtggE88y8najqcGSwYPPC2wKwVlSUFNcI67TiMXCen4fuBmYbk1HTBK1o7vzePrIlqtJh8CtQt81Qb+KSnxxdhhu90cP477rJaeo1GFjvGqFijMP0z1c7l4Mb4arT52B8h9mnaHvinEjtjtlM64hQgSbrFnSapkjnRG3OCkI95l7dutMpRFRiFYrCbLMTBYLKfzv4DBcuxIaDEafxnOJ1P3ZTwDBu/HH6fz8T+jz8PFojn+Pp+uZq3zH+Plp+mH5lyrr46V9uHH5Xh+VuVPZ03+eFbkj7Uef3JqNiWDQorvRbfrdR7axOQuTK6k8akd3N3fMtBII7eYXDLP6/B1N9mMpdXH6smQWH+++GF3d7VGWVaIE8w1xg6Bb2UGTz1q1z3KXkWdva1Kjr2KsW8Z89IfR4cBD2IaNgGVSyD8fMAni9IIJf2kcYX+orFz0d8YJV7P0B4UzbZcGec0zY0IwodBeGqNizIk8+GpGVUlUTDqh3rkFTqFCOiNVbFKyygMT7ywB6WFPZYhz8WNk3PMlbYzpS1PA6/LodWCb1Mf9Vqdz/iOFyn10sHa3Nyom9WyTaOQILBKnmrvjOi2hD4pYwOKWMBlEhCy4BexCyRigskrYjyPN7gG3OBKMFN97aRyJ9QXiopkQ6GKC293fYItco16WFCo1xv6TINx3ozYcT0XLofWOd9nRqhnS1V0TaZ9fW5aQ+M5Pj9fNyPC7wPtodBInQu4Ol9tPlf4OgBVLOttnHm15VJDpzC4G7zt3d/1Bm+X9++iN2+j+zf9X9/c/Q2XFNo8rvqzZp6GalrsKuROtdmgXYbP1Gid8+FsEiQqLjKU1m00FeHw2BFOFZtFkdMjqsOMC2oL429+u6kNBqmIURpsPR/mPD5gMOjfkQeuraiAozB8fHzsc/e1r/Q+rJ6a8PNkNP6yGPfoCQ051Majf9e/v/d31N4Zl22Uz1JM9y5h8cmGecqFG4gO16miizU8DIBBdLWHem1Ra73dMDgQz0RrOJ223OBKp2VJ198LpKpYbxoCcPWUCEO/G169Aneme/hlXo2NV8HFQt0Jv15C5LFVpMCq8m29py375zBcxOJnQLQUlMRdB+QJ6laXjbzd3pL0NBpuFm7ywb8YxjHmtiVLI/JiDFT/z2yrPT9TCYlp/khbGH+ECL7CVwKpnPuOpN39CVIu9wXfk7w3S3//AVk3jXw=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-child-item-using-post",permalink:"/docs/api/service-api/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV92T2jYQ/1c8+9RkBL4jSR/8VEJIw0waKB8PLWE6wl5AqS05knx3DOP/vbOSjQ34Lp3cE5JXu7/9+u3eCSzfG4jWYNHYnrCY9bg5yrgXK2m1SlPUsGGgctTcCiUnCURgLNd2dBBpMrGYrYyQ+9l0sQQGOdc8Q4uadJ5A8gwholuUlmSBgZDuxh6AQYIm1iInxddiGr8XQmMCkdUFMjDxATMO0QnsMUcHQgu5h7JkjR2tvmFsv9DpRUMXcv/f0sYLo7HvVXIkiUu9Li5LNM6H+Z/AgKKI0pIoz/NUxC6I4TdD8qe2KWFTsrW4UdHAW0PKCxkfVoVIgHmnWWVUuN8O8IbVwNWW3KS0aEqgFWgcEmu12BbWnypZrjU/UtQsZqaNiIAMzy8cpJfV/4vHjuAxMEdDqW0+bZVKkUtggE88y8najqcGSwYPPC2wKwVlSUFNcI67TiMXCen4fuBmYbk1HTBK1o7vzePrIlqtJh8CtQt81Qb+KSnxxdhhu90cP477rJaeo1GFjvGqFijMP0z1c7l4Mb4arT52B8h9mnaHvinEjtjtlM64hQgSbrFnSapkjnRG3OCkI95l7dutMpRFRiFYrCbLMTBYLKfzv4DBcuxIaDEafxnOJ1P3ZTwDBu/HH6fz8T+jz8PFojn+Pp+uZq3zH+Plp+mH5lyrr46V9uHH5Xh+VuVPZ03+eFbkj7Uef3JqNiWDQorvRbfrdR7axOQuTK6k8akd3N3fMtBII7eYXDLP6/B1N9mMpdXH6smQWH+++GF3d7VGWVaIE8w1xg6Bb2UGTz1q1z3KXkWdva1Kjr2KsW8Z89IfR4cBD2IaNgGVSyD8fMAni9IIJf2kcYX+orFz0d8YJV7P0B4UzbZcGec0zY0IwodBeGqNizIk8+GpGVUlUTDqh3rkFTqFCOiNVbFKyygMT7ywB6WFPZYhz8WNk3PMlbYzpS1PA6/LodWCb1Mf9Vqdz/iOFyn10sHa3Nyom9WyTaOQILBKnmrvjOi2hD4pYwOKWMBlEhCy4BexCyRigskrYjyPN7gG3OBKMFN97aRyJ9QXiopkQ6GKC293fYItco16WFCo1xv6TINx3ozYcT0XLofWOd9nRqhnS1V0TaZ9fW5aQ+M5Pj9fNyPC7wPtodBInQu4Ol9tPlf4OgBVLOttnHm15VJDpzC4G7zt3d/1Bm+X9++iN2+j+zf9X9/c/Q2XFNo8rvqzZp6GalrsKuROtdmgXYbP1Gid8+FsEiQqLjKU1m00FeHw2BFOFZtFkdMjqsOMC2oL429+u6kNBqmIURpsPR/mPD5gMOjfkQeuraiAozB8fHzsc/e1r/Q+rJ6a8PNkNP6yGPfoCQ051Majf9e/v/d31N4Zl22Uz1JM9y5h8cmGecqFG4gO16miizU8DIBBdLWHem1Ra73dMDgQz0RrOJ223OBKp2VJ198LpKpYbxoCcPWUCEO/G169Aneme/hlXo2NV8HFQt0Jv15C5LFVpMCq8m29py375zBcxOJnQLQUlMRdB+QJ6laXjbzd3pL0NBpuFm7ywb8YxjHmtiVLI/JiDFT/z2yrPT9TCYlp/khbGH+ECL7CVwKpnPuOpN39CVIu9wXfk7w3S3//AVk3jXw=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/finish-test-item-using-put"}},q={},M=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,i.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/2ac62c9a.f01e76cc.js b/assets/js/2ac62c9a.dbfa7760.js similarity index 98% rename from assets/js/2ac62c9a.f01e76cc.js rename to assets/js/2ac62c9a.dbfa7760.js index cfef764b8..74b4fd1d6 100644 --- a/assets/js/2ac62c9a.f01e76cc.js +++ b/assets/js/2ac62c9a.dbfa7760.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[41931],{26186:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>J});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),m=i.n(o),p=i(41429),d=i.n(p),h=i(5397),u=i.n(h),g=i(4667),j=i.n(g),x=i(9472),y=i.n(x),b=(i(1176),i(12005),i(85162));const v={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integration-using-get",permalink:"/docs/api/service-api/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/update-project-integration-using-put"}},q={},J=[{value:"Request",id:"request",level:2}];function K(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-24T15:34:13.767Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.767Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(K,{...e})}):K(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[41931],{26186:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>J});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),m=i.n(o),p=i(41429),d=i.n(p),h=i(5397),u=i.n(h),g=i(4667),j=i.n(g),x=i(9472),y=i.n(x),b=(i(1176),i(12005),i(85162));const v={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integration-using-get",permalink:"/docs/api/service-api/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktT2zAQ/iuePRVGxMC0PfjUlGcGCpkAJyYHxd7Eam1JSGso4/F/76ztJDZJU0oumWgf+vR9+0gJJBceokdQmnDhJCmjD2KjyZksQwdTAcZicz5KIIIF0tiZnxjTaB3x4JVeXJzdgwArncyR0HHWErTMEaJu9lECApSGCKykFAQk6GOnLNu2eDp8KpTDBCJyBQrwcYq5hKgEerWr1OhAwNy4XFJz9PUzVJVY3W8byDf8a9ftfb9/3u3JKb2Aqpqys7dGe/RsPz485K9+8tsrEMDcoia27of7/NXJqijjtB1mJ+hN4WJG095pZoyQmXasDKnmxthhHXAqCTcRdshJJOEBqRyhEk2UcVueJAC1nGX8+JVtZkyGUrNRJe+SQHT1HHdKo9z9nKofeV/7biWITe8mSRaUnmfmZRtBqIucG+F2+HB/CQK+D+9GJyDg/vbq7AYEnN9OfoCA69PhGKZL6v6b8ARJqux9BOwUYOFMYVe8vNWuKfstBupH7GieXVnaNhm9rwiaD7/dOowl8ZPmMvP4tvsukIKO6oHSnqSudc2RUtPOn3rKUAoRhM9HYScgLDv9W4Vlb5ZUIMCje15OpsJlEAFHkIlNVkVhWHJ9GKfotQqlVRvTYYLWOBobRzILmlwg4Fk6xULVoi7TNd0/l0XGRKRE1m+kGy9918XHjiBaf66yFaLNcXJpPAUsUSB1EjCy4JOaBxoxwWQvMPOgwRu8BbzGlWBuBq72srXTQBnWa8pUxUVz72MJM5QO3bBg0h+nbFZ6brod2aXmL7wtcQzHoyAxcZGjplqbdirKuJ6K7cS+KywHMTe5VCyVb06+beAVkKkYtcdO+NDKOMXgeHAIopWaSY3C8OXlZSBr68C4RdiG+vB6dHJ2c3d2wCGVAK6TBv2XwdFRc2aNp1zqzjU7KrZHwapLCH9TaDOp6iaugZVtNT/C8xH0xh4IiPobKeqvx6mA1Hji2LKcSY8PLqsqPn4q0LF203V91komyrdDZVsHluv1BJ8m7fbbC97u5K1vaQ+lfq17Iiv4Fwj4ha8ba50384eQ9Nn4AI5ugoobLEWZoKu5aTyGcYyWOrG8prnkVyOI/+hU1R/4TSxx",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/update-project-integration-using-put"}},q={},J=[{value:"Request",id:"request",level:2}];function K(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-28T14:15:14.288Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.288Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(K,{...e})}):K(e)}}}]); \ No newline at end of file diff --git a/assets/js/2eabd8e4.e7ea3b3a.js b/assets/js/2eabd8e4.ef7b6dac.js similarity index 99% rename from assets/js/2eabd8e4.e7ea3b3a.js rename to assets/js/2eabd8e4.ef7b6dac.js index 72e3c8a8b..fb9e13425 100644 --- a/assets/js/2eabd8e4.e7ea3b3a.js +++ b/assets/js/2eabd8e4.ef7b6dac.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[98796],{69383:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>k,contentTitle:()=>f,default:()=>I,frontMatter:()=>x,metadata:()=>N,toc:()=>q});var a=s(85893),t=s(11151),r=s(58219),n=s.n(r),c=(s(62316),s(51039)),l=s.n(c),d=(s(82723),s(9487)),p=s.n(d),o=s(41429),m=s.n(o),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),v=s(9472),b=s.n(v),y=(s(1176),s(12005),s(85162));const x={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/get-activity-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-activity-using-get",permalink:"/docs/api/service-api/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/activity-event-controller"}},k={},q=[{value:"Request",id:"request",level:2}];function A(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"getActivity"})}),"\n",(0,a.jsx)(l(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,a.jsx)(i.p,{children:"getActivity"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-24T15:34:13.808Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(A,{...e})}):A(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[98796],{69383:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>k,contentTitle:()=>f,default:()=>I,frontMatter:()=>x,metadata:()=>N,toc:()=>q});var a=s(85893),t=s(11151),r=s(58219),n=s.n(r),c=(s(62316),s(51039)),l=s.n(c),d=(s(82723),s(9487)),p=s.n(d),o=s(41429),m=s.n(o),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),v=s(9472),b=s.n(v),y=(s(1176),s(12005),s(85162));const x={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/get-activity-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-activity-using-get",permalink:"/docs/api/service-api/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVUuP0zAQ/ivRnGDlbXYRcMiJCq2g4rVadk9VD24ybQyJbexJlyryf0fjpG3SdmFFLkk8r2++ebgFkmsP2RxkTmqjaHuZG03OVBU6WAgwFp0kZfSsgAzWSNNe78Ervf5wcw8CrHSyRkLHjlrQskbI9g5nBQhQGjKwkkoQUKDPnbLs9FjN4a9GOSwgI9egAJ+XWEvIWqCtZadKE67RgYCVcbWk7ujtawhB7CNbZ35gTl/572+hx3r/jO3JKb2GEBas7K3RHj3LX11d8Wvs/NsnEMBcoiaWXqQX/Bp4VVSx2x2hd+hN4/IxlK4uRt8zBAGKSaqkpy+mUCuF8des11h8W3IqkUQTP3uLPscoaHxX0z6fTq/TsehIddkMAp7mzhSSVJUfyM77CSHCfU7pjlI6iTqwKCThJakao9U48+eF6tDGmp9Lb0DeOfGBzudFG7bYOX+xJGdaLD5MtnWYS2JWVrLyeNzCg4EEATVSafo5jXNJJWSQbq7TdgAkpLuZS9vD9AUQ4NFtdlPcuAoyYDsyualClqatbKg0TtE2pNKqk3m6Q2sc3RpHsko6XyBgI52Sy6prrp27bl5WsqmYrpLI+hN3tztdAaibmoeBFUH0+osgYI/odAA/Gk8Jb4RE6iJhZMkLtUo0YoHFy8Sskg5vcgz4gKvA2kxc1LJRaaIMF2fBVOVNF3fewhKlQzdtmO75gsVKr8xwyIfUPMHbDsf0dpYUJm9q1BQ3b79HZB73SL/jvjeWjZibWioule9O3p3gFVCpHLXHgfnUyrzE5NXkivdCLDWTmqXp4+PjREbpxLh12pv69PPs/c3X7zeXbBIEcJ906N9Mrq+7M2s81VIPwozbc5T1vucJf1NqK6l0HAgXe6Nr3TlsrkFANl7U8uAxG9weCwGl8cRWbbuUHh9cFQIf/2rQcaEWh2aMZSuU5+8nZqs9bG94cddv5JfJ6L46m0J/KPU2dn/V8B8I+Inb8X3HV9Z/YRjz8R8ghg4Cz1GJsuBNNG97jWmeo6WBLd9f3Nn7HcN3fwh/ACYC1WU=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/activity-event-controller"}},k={},q=[{value:"Request",id:"request",level:2}];function A(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"getActivity"})}),"\n",(0,a.jsx)(l(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,a.jsx)(i.p,{children:"getActivity"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-28T14:15:14.331Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(A,{...e})}):A(e)}}}]); \ No newline at end of file diff --git a/assets/js/3299b82b.c9fef523.js b/assets/js/3299b82b.42c13f0d.js similarity index 98% rename from assets/js/3299b82b.c9fef523.js rename to assets/js/3299b82b.42c13f0d.js index 3ef94a98a..88db98b81 100644 --- a/assets/js/3299b82b.c9fef523.js +++ b/assets/js/3299b82b.42c13f0d.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80509],{13063:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>M,frontMatter:()=>y,metadata:()=>I,toc:()=>k});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),o=a.n(l),m=(a(82723),a(9487)),c=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),g=a.n(j),f=a(9472),v=a.n(f),x=(a(1176),a(12005),a(85162));const y={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,I={id:"api/service-api/versions/5.10/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/versions/5.10/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-info-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/versions/5.10/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/versions/5.10/get-all-project-names-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-24T15:34:16.061Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-24T15:34:16.061Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80509],{13063:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>M,frontMatter:()=>y,metadata:()=>I,toc:()=>k});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),o=a.n(l),m=(a(82723),a(9487)),c=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),g=a.n(j),f=a(9472),v=a.n(f),x=(a(1176),a(12005),a(85162));const y={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,I={id:"api/service-api/versions/5.10/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/versions/5.10/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-info-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktz2zYQ/iucPSUZWrSdNgee6mk8qadpqvgxPWh0gMmViBoE6MVCrsLhf+8sHwpkya2jC4fEt69v91uoBVZrD/kCGnJ/Y8EnhbNMzhgkWKbgGiTF2tmrEnJYI88H2JVduTuv7frT5S2k0ChSNTKSuGrBqhohB20ZaaMMpKAt5PAYkLaQQom+IN2I232ULyqsFeQt8LYRD55J23VvslLBMOTw/g/ounQXY0z7i7yNYRrF1UGUfRzhY9CEJeRMAV8O3HVLAfvGWY9ezs9PT+Wx7/zP3yEFIQ4ty+m77J08Iq+ajbiN2LtG7wIVks0Y093LmbBJQjvrIWJB2Hfgo2I8Rs3KUa2EmVIxnrCuEboU0DJtb3voQVEp6DL6LA1YI8WutOUPPwnQKM/Xwb4+rlHBFhX6OdKdR4oMFZGS7mvG2sekfH5m8r+EuDDQ/J/5vz+XdFbBmL7nR1rb7af7F+LDUbImzNegLGvevjK0o7Wy+psaZuSI33gkj50Hqx8D3uriAdm/MmjwSD+W6PATuTSEhWIRxUoZj88VtC9+SKFGrty4FvodwBXkkG3OsrGyzGjPWRvV2YnIkTbToghkIAdBsCuc6fIsa1XgypHmbZepRh8I+RobRzx3xMokgy9IYaNIq3szDMjkbhDqtDgq5sYfuJtPWJFMqGUTChDSEb/sUthldKj835znRFZRomyZSGbJG71KLGKJ5dvErZIh3+R5wt/zKrF2M+pRTQ+aaSdtWQpVRRjiLlq4R0VIF0FYXizj4xvZM0PpMWjX/LGgfh3J+wCSNQpaWhlpMWb3BeqnUi7mV0npilCj5WHIhx2oil6c436+CY0YCb210tJtP3z55aDkFIwu0HqMzC8aVVSYnM9OIR2nRarJs+zp6Wmm+tOZo3U2mvrs89Wvl19uLk/EpEtBRm3I/ufZ2ensrBee81wrG4U5mO29wndEMv7DWWOUtr3WqJ+wYe4XsDmDnaZBavHyyGOVL1OonGdBt+298nhHpuvk83A1SptL7WWQX1Bh+/2aiS/Oo/k94HYftVEmCAxkeCbF/GDQN9fj1fk22b9Sj6YwrX67jcNPqcUOOhFahaqUO2PRjoiLosCGI1u5WSX73e6R/x9d9y/UPgTj",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/versions/5.10/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/versions/5.10/get-all-project-names-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(g(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-28T14:15:16.515Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-28T14:15:16.515Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/4539774b.7f1c62b7.js b/assets/js/4539774b.aba0deee.js similarity index 53% rename from assets/js/4539774b.7f1c62b7.js rename to assets/js/4539774b.aba0deee.js index 2553022f4..3ee2cbceb 100644 --- a/assets/js/4539774b.7f1c62b7.js +++ b/assets/js/4539774b.aba0deee.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[72698],{93210:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>I,frontMatter:()=>v,metadata:()=>f,toc:()=>P});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),m=i.n(n),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),g=i(9472),N=i.n(g),b=(i(1176),i(12005),i(85162));const v={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV21v2zgM/isBP22DE7ddN+D86XJdhgtWtLm84IDLgoNiM4k2W/Ikum0u8H8/UHZiufG6YfnkSBRJPSSfxz4Aia2FaAmElvqSMOvHWpHRaYoGVgHoHI0gqdU4gQg2Ukm7m6OlMWG2sFJtJ4v5v5cQQC6MyJDQsLsDKJEhRJAb/QVjuuN/AUjFS4J2EECCNjYyZ9dndga/FdJgAhGZAgOw8Q4zAdEBaJ+zW0tGqi2UZXCKRHVS4+TFQC2zn4+zqozR0h862bNF220FzOgJ44JXpn9BAAwkKmJjkeepjB2O4RfLJw5+MEkpR/vYQtf5aDJcAqpkLh0+qShUvFsUMuES1bnqNSPIlTBcNJJoXWgiI9cFVf9qW2GM2DNOhJn1U+DAw9MJl8LL7r/ivgOvAOzeEmbe1lrrFIWCAPBJZDlH24jUYhnAg0gL7EK9LJ+VryPQEZWzvQA22mSCIIJEEPaJrcoApLV1tOOd3UIba2c0Z38/BrggPVQi3f/HR8/uW3IjZFndCOfpPxEaJdKZw8ul8lOFGp2f+2Gt1mQn1Zx1prImuzBp51aeFlup3HR2FrtYZ5I+CPK3pSLcovHrIBW9v+YDJOOvSOOk01vRmYRrBrlV2mCNtulGuyldl5PW8HRFN0hm3+3Zbd1vuiEgQYXt6kJURcYtNRnOZqMPEMDH4fjWPczm95NJ9fRpXD+N7+aj6XQxmbt/N8O7m9Htbb3z8R4C+Hs4vYMVY4iWboTFThQruNr85hZsrpWt2uHq4uKcyO4/tZnrTfimm6zuj8Jwo3maHevNftiCGVortt8Z9nrec4OxIM7aEUQAT/1YJ7hF1a85uL/Wyb5fE38X9bbvVPFqjwHr8SBBNXbKSq0qtXIs9mKcE0t1xGN1yJB2miUyL9ytWXsiCB8uw4OnbWXI8cNDo0IlBGDRPBx10zU/8BnSsU7LKAwPoqCdNpL2ZShyeXa9Keba0EQbEmmv8uXSNVKs0wr2o7uq3htRpDyOO6LcnrmbHG2b1mVDCGp77r1TRucN9Ke21GPIekIlPc6s90puegoxweR1T296Vb695wk3eSWY6YFxVrkzGkjNDbJiqOKiirs8wBqFQTMsGOrlirdZW6eNTo+OStOWwVPBTzN6VKu64Y6lPvbm6jlG3nDX6gNXF1fX/cuL/tX1/PJd9PY6unw7eH/12z/gKU5bKqp3jpM4eE47NWHZJvDG/MjbzYpP194lPZa+8Dm4MSl8P3zt54Rb5exRrEeBPrE2Lms+rQ6eGNTLqibOhh99YvPcS7XRPgH5bf+dmTj22HAy7iU6Lhhox1k1x4lKCWsimRU5H+ICZEI6IKqV3896MYBUxqgseseHuYh32LsaXJyA5IGJwvDx8XEg3O5Am21YH7Xh7fhmdDcb9fkIvwahsVX27waXl9Vari1lQnlhOsis+xWJ8InCPBVSeaJa8dISHviVPXr2dl55i7xX5FUAO22JTxwOa2FxYdKy5OVvBXJZl6uGaVyLJtLyc0Pez5I7SQu8mtbq9LrXzqMz/+P7kNp7VAxBPci+A/4m+KUsWp8Gv5CEd75kktyhSHhmTnRzU0Xtu8lpHJx9HPANqhPDOMacPFuW45bcTBZzpoD6oyTTCVsZ8ciTJx4hgs/wmVPU7u5ODNz6AVKhtoXTYqii8u9/IsvTow==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,f={id:"api/service-api/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put-1",permalink:"/docs/api/service-api/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV21v2zgM/isBP22DE7ddN+D86XJdhgtWtLm84IDLgoNiM4k2W/Ikum0u8H8/UHZiufG6YfnkSBRJPSSfxz4Aia2FaAmElvqSMOvHWpHRaYoGVgHoHI0gqdU4gQg2Ukm7m6OlMWG2sFJtJ4v5v5cQQC6MyJDQsLsDKJEhRJAb/QVjuuN/AUjFS4J2EECCNjYyZ9dndga/FdJgAhGZAgOw8Q4zAdEBaJ+zW0tGqi2UZXCKRHVS4+TFQC2zn4+zqozR0h862bNF220FzOgJ44JXpn9BAAwkKmJjkeepjB2O4RfLJw5+MEkpR/vYQtf5aDJcAqpkLh0+qShUvFsUMuES1bnqNSPIlTBcNJJoXWgiI9cFVf9qW2GM2DNOhJn1U+DAw9MJl8LL7r/ivgOvAOzeEmbe1lrrFIWCAPBJZDlH24jUYhnAg0gL7EK9LJ+VryPQEZWzvQA22mSCIIJEEPaJrcoApLV1tOOd3UIba2c0Z38/BrggPVQi3f/HR8/uW3IjZFndCOfpPxEaJdKZw8ul8lOFGp2f+2Gt1mQn1Zx1prImuzBp51aeFlup3HR2FrtYZ5I+CPK3pSLcovHrIBW9v+YDJOOvSOOk01vRmYRrBrlV2mCNtulGuyldl5PW8HRFN0hm3+3Zbd1vuiEgQYXt6kJURcYtNRnOZqMPEMDH4fjWPczm95NJ9fRpXD+N7+aj6XQxmbt/N8O7m9Htbb3z8R4C+Hs4vYMVY4iWboTFThQruNr85hZsrpWt2uHq4uKcyO4/tZnrTfimm6zuj8Jwo3maHevNftiCGVortt8Z9nrec4OxIM7aEUQAT/1YJ7hF1a85uL/Wyb5fE38X9bbvVPFqjwHr8SBBNXbKSq0qtXIs9mKcE0t1xGN1yJB2miUyL9ytWXsiCB8uw4OnbWXI8cNDo0IlBGDRPBx10zU/8BnSsU7LKAwPoqCdNpL2ZShyeXa9Keba0EQbEmmv8uXSNVKs0wr2o7uq3htRpDyOO6LcnrmbHG2b1mVDCGp77r1TRucN9Ke21GPIekIlPc6s90puegoxweR1T296Vb695wk3eSWY6YFxVrkzGkjNDbJiqOKiirs8wBqFQTMsGOrlirdZW6eNTo+OStOWwVPBTzN6VKu64Y6lPvbm6jlG3nDX6gNXF1fX/cuL/tX1/PJd9PY6unw7eH/12z/gKU5bKqp3jpM4eE47NWHZJvDG/MjbzYpP194lPZa+8Dm4MSl8P3zt54Rb5exRrEeBPrE2Lms+rQ6eGNTLqibOhh99YvPcS7XRPgH5bf+dmTj22HAy7iU6Lhhox1k1x4lKCWsimRU5H+ICZEI6IKqV3896MYBUxqgseseHuYh32LsaXJyA5IGJwvDx8XEg3O5Am21YH7Xh7fhmdDcb9fkIvwahsVX27waXl9Vari1lQnlhOsis+xWJ8InCPBVSeaJa8dISHviVPXr2dl55i7xX5FUAO22JTxwOa2FxYdKy5OVvBXJZl6uGaVyLJtLyc0Pez5I7SQu8mtbq9LrXzqMz/+P7kNp7VAxBPci+A/4m+KUsWp8Gv5CEd75kktyhSHhmTnRzU0Xtu8lpHJx9HPANqhPDOMacPFuW45bcTBZzpoD6oyTTCVsZ8ciTJx4hgs/wmVPU7u5ODNz6AVKhtoXTYqii8u9/IsvTow==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/user-controller"}},q={},P=[{value:"Request",id:"request",level:2}];function J(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(N(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[72698],{93210:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>F,frontMatter:()=>q,metadata:()=>N,toc:()=>S});var a=i(85893),t=i(11151),r=i(58219),n=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),g=i(9472),f=i.n(g),y=(i(1176),i(12005),i(85162));const q={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2zYM/isBP7WFE19ut6Hwp2XXFAt6uMvyggFLg0GxmUStLbkSfXdZ4P8+UHZi+eK+oPnkSBRJPSSfxz4CiZ2FaAWElvqSMOvHWpHRaYoG1gHoHI0gqdUkgQi2Ukm7X6ClCWG2tFLtpsvFv0MIIBdGZEho2N0RlMgQIsiN/oQx3fO/AKTiJUF7CCBBGxuZs+sLO4NfCmkwgYhMgQHYeI+ZgOgIdMjZrSUj1Q7KMjhHojqpSfLNQC2zH4+zrozR0h86ObBF220FzPgZ44JXZn9BAAwkKmJjkeepjB2O4SfLJ45+MEkpR3vfQtf5aDJcAapkIR0+qShUvF8WMuES1bnqDSPIlTBcNJJoXWgiIzcFVf9qW2GMODBOhJn1U+DAo/MJl8K33X/GQwdeAdiDJcy8rY3WKQoFAeCzyHKOthWpxTKAR5EW2IV6Wb4oX0egEyoXewFstckEQQSJIOwTW5UBSGvraKc7u4U21s5owf6+D3BBeqREeviPj17ct+RGyLK6ES7TfyY0SqRzh5dL5YcKNb48991abchOqznrTGVDdmnSzq08LXZSuensLHaxySS9E+RvS0W4Q+PXQSr67YYPkIw/I02STm9FZxKuGeROaYM12qYb7aZ0XU5aw9MV3SCZQ7dnt/Ww7YaABBW2qwtRFRm31HQ0n4/fQQDvR5M79zBfPEyn1dOHSf00uV+MZ7PldOH+3Y7ub8d3d/XO+wcI4O/R7B7WjCFauhUWO1Gs4Grzm1uwuVa2aofrq6tLInv40GauN+GbbrJ6OAnDreZpdqw3/24LZmit2H1l2Ot5zw3GgjhrRxABPPdjneAOVb/m4P5GJ4d+Tfxd1Nu+U8WrPQasx4ME1dgpK7Wq1Mqx2DfjnFmqIx6rQ4a01yyReeFuzdoTQfg4DI+etpUhxw+PjQqVEIBF83jSTdf8wGdIxzotozA8ioL22kg6lKHI5cX1ZphrQ1NtSKS9ypdL10ixSSvYT+6qem9FkfI47olye+FuerJtWpcNIajtuffOGV020J/aUo8h6wmV9Diz3iu57SnEBJPXPb3tVfn2Xibc5JVgpgfGWeXOaCA1N8iaoYqLKu7qCBsUBs2oYKhXa95mbZ01Oj0+KU1bBs8FP8/oSa3qhjuV+tSb65cYecNdqw9cX13f9IdX/eu3i+FNNPw1Gt4Mrn95+w94itOWiuqd4ywOntNOTVi1CbwxP/F2s+LTtXdJj6WvfA5uTArfD1/7JeFWOXsU61GgT6yNy5pPq4NnBvWyqomz4Uef2Dz3Um21T0B+239lJk49NppOeomOCwbacVbNcaJSwppI5kXOh7gAmZAOiGrl94teDCCVMSqL3vFRLuI99q4HV2cgeWCiMHx6ehoItzvQZhfWR214N7kd38/HfT7Cr0FobJX9r4PhsFrLtaVMKC9MB5l1vyIRPlOYp0IqT1QrXlrBI7+yRy/ezitvkfeKvA5gry3xieNxIywuTVqWvPylQC7rat0wjWvRRFp+bsj7RXJnaYFXs1qdXvfaeXTmf3ofUgePiiGoB9l3wN8EP5VF69PgJ5LwzpdMknsUCc/MmW5uq6h9NzmNg4uPA75BdWIUx5iTZ8ty3JKb6XLBFFB/lGQ6YSsjnnjyxBNE8BE+cora3d2JgVs/QirUrnBaDFVU/v0PHjnTog==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put-1",permalink:"/docs/api/service-api/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV22P2zYM/isBP7WFE19ut6Hwp2XXFAt6uMvyggFLg0GxmUStLbkSfXdZ4P8+UHZi+eK+oPnkSBRJPSSfxz4CiZ2FaAWElvqSMOvHWpHRaYoG1gHoHI0gqdUkgQi2Ukm7X6ClCWG2tFLtpsvFv0MIIBdGZEho2N0RlMgQIsiN/oQx3fO/AKTiJUF7CCBBGxuZs+sLO4NfCmkwgYhMgQHYeI+ZgOgIdMjZrSUj1Q7KMjhHojqpSfLNQC2zH4+zrozR0h86ObBF220FzPgZ44JXZn9BAAwkKmJjkeepjB2O4SfLJ45+MEkpR3vfQtf5aDJcAapkIR0+qShUvF8WMuES1bnqDSPIlTBcNJJoXWgiIzcFVf9qW2GMODBOhJn1U+DAo/MJl8K33X/GQwdeAdiDJcy8rY3WKQoFAeCzyHKOthWpxTKAR5EW2IV6Wb4oX0egEyoXewFstckEQQSJIOwTW5UBSGvraKc7u4U21s5owf6+D3BBeqREeviPj17ct+RGyLK6ES7TfyY0SqRzh5dL5YcKNb48991abchOqznrTGVDdmnSzq08LXZSuensLHaxySS9E+RvS0W4Q+PXQSr67YYPkIw/I02STm9FZxKuGeROaYM12qYb7aZ0XU5aw9MV3SCZQ7dnt/Ww7YaABBW2qwtRFRm31HQ0n4/fQQDvR5M79zBfPEyn1dOHSf00uV+MZ7PldOH+3Y7ub8d3d/XO+wcI4O/R7B7WjCFauhUWO1Gs4Grzm1uwuVa2aofrq6tLInv40GauN+GbbrJ6OAnDreZpdqw3/24LZmit2H1l2Ot5zw3GgjhrRxABPPdjneAOVb/m4P5GJ4d+Tfxd1Nu+U8WrPQasx4ME1dgpK7Wq1Mqx2DfjnFmqIx6rQ4a01yyReeFuzdoTQfg4DI+etpUhxw+PjQqVEIBF83jSTdf8wGdIxzotozA8ioL22kg6lKHI5cX1ZphrQ1NtSKS9ypdL10ixSSvYT+6qem9FkfI47olye+FuerJtWpcNIajtuffOGV020J/aUo8h6wmV9Diz3iu57SnEBJPXPb3tVfn2Xibc5JVgpgfGWeXOaCA1N8iaoYqLKu7qCBsUBs2oYKhXa95mbZ01Oj0+KU1bBs8FP8/oSa3qhjuV+tSb65cYecNdqw9cX13f9IdX/eu3i+FNNPw1Gt4Mrn95+w94itOWiuqd4ywOntNOTVi1CbwxP/F2s+LTtXdJj6WvfA5uTArfD1/7JeFWOXsU61GgT6yNy5pPq4NnBvWyqomz4Uef2Dz3Um21T0B+239lJk49NppOeomOCwbacVbNcaJSwppI5kXOh7gAmZAOiGrl94teDCCVMSqL3vFRLuI99q4HV2cgeWCiMHx6ehoItzvQZhfWR214N7kd38/HfT7Cr0FobJX9r4PhsFrLtaVMKC9MB5l1vyIRPlOYp0IqT1QrXlrBI7+yRy/ezitvkfeKvA5gry3xieNxIywuTVqWvPylQC7rat0wjWvRRFp+bsj7RXJnaYFXs1qdXvfaeXTmf3ofUgePiiGoB9l3wN8EP5VF69PgJ5LwzpdMknsUCc/MmW5uq6h9NzmNg4uPA75BdWIUx5iTZ8ty3JKb6XLBFFB/lGQ6YSsjnnjyxBNE8BE+cora3d2JgVs/QirUrnBaDFVU/v0PHjnTog==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/user-controller"}},b={},S=[{value:"Request",id:"request",level:2}];function I(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/4af5a5a2.64c557dd.js b/assets/js/4af5a5a2.d31e7fd1.js similarity index 98% rename from assets/js/4af5a5a2.64c557dd.js rename to assets/js/4af5a5a2.d31e7fd1.js index d4fdbaa74..e0c63ba2f 100644 --- a/assets/js/4af5a5a2.64c557dd.js +++ b/assets/js/4af5a5a2.d31e7fd1.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[64463],{50266:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>f,contentTitle:()=>y,default:()=>k,frontMatter:()=>x,metadata:()=>v,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),b=i(9472),u=i.n(b),j=(i(1176),i(12005),i(85162));const x={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,v={id:"api/service-api/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:13.756Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.756Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[64463],{50266:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>f,contentTitle:()=>y,default:()=>k,frontMatter:()=>x,metadata:()=>v,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),b=i(9472),u=i.n(b),j=(i(1176),i(12005),i(85162));const x={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,v={id:"api/service-api/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v2zgQ/SvCnLYFYyVFuwed1m2dxGi3MRLnZBiLsTS2uaVILjlyGgj678VQdqx8tMjqIoEzb/j45g3VAuMmQrEAbZk2AVk7e1I6y8EZQwGWCpynfn1aQQEb4gvjVmimR0C8jdpuLibzf85AQaDonY0UoWjh3empvCqKZdBekqGAqy+gQDYhyxJ9m7+VVyy3VKN88b0nKABDwHtQoJnqVI01GwkM9r6m6JpQEqgDyq3+pZJBgQ9CnXXPpAyUAJ+RabBH5KDtBhSsXaiRoYAKmU5Y1wSd6lEuPAd0CsjiylA1iK2cM4RWgnq4nsSlMNxFW/7zfUo8nmWGAWtiCnGAffk43WPkPOW+KJCEXi0SNrw9N+7uJYHINrU45Wp8O78EBR/HN9NPoGB+9WXyDRScX13/DQq+fh7PYHmQ7n8LXhGjNq8T4LcN2ATX+AddnvbOYv1ygB8jft257ndVfHBCevo6E+wfObwPVCLLmdZoIqknk3NBnOEOtZGDZ5s0iNnABxEU1MRbtx9VUQ15CwXku7N8kJj32ByNAQWRwi65btFCEwwU0Prg2JXOdEWet2ILFzTfdzl6DU9ZXZN3gWcuMJqsrwUKdhi00Ey9PJTrL4M1NkbOv2X28Vm52SH36DlJBLXPF3M9MHp+u1y6yJl0JkNbZcIs+0OvM0tUUfUmc+us55s9JXzkVVHtRiFl+ZQ00k7atBSpyqbfd9HCijBQGDei8GIpYW3XbjiIQ2l+oduBx3g2zSpXNjVZTj3aX5JYpkuy9xrcNF5Aok2NWloV+5W/nvFVYHRJNtIAPvZYbil7NzoFtW+1iFrk+d3d3QhTdOTCJt9DY/51+mny7WZyIpBOgfikZ/9hdHbWr3kXuUY72OY1Pn2kxcOUMP3g3BvUaYgTw3bv4QXs5P8yKAMK+tqgQJy8VLB1kSW1bVcY6TaYrpPl/xoK0rPl0ZepZQq2hBWF1M7vdC8SlSV5TgY2jVCS35P09mGwLiZz6LqfJrN7Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"}},f={},N=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(u(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:14.279Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.279Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/4d4a4ba7.cd3f2f49.js b/assets/js/4d4a4ba7.0ef46593.js similarity index 98% rename from assets/js/4d4a4ba7.cd3f2f49.js rename to assets/js/4d4a4ba7.0ef46593.js index d90d84696..4a2385331 100644 --- a/assets/js/4d4a4ba7.cd3f2f49.js +++ b/assets/js/4d4a4ba7.0ef46593.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34196],{77667:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>T,contentTitle:()=>b,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),j=i(4667),u=i.n(j),x=i(9472),f=i.n(x),y=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get"}},T={},q=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(y.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:16.045Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.045Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34196],{77667:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>T,contentTitle:()=>b,default:()=>_,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),j=i(4667),u=i.n(j),x=i(9472),f=i.n(x),y=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktz0zAQ/iuePQGjxi0DHHwiQIEM0Gb6OHVyUOxNLJAlI61TMh7/d2ZlJ7abUAq5eKJ9f7v7STWQXHtI7kAZwrWTpKw5Sa0hZ7VGBwsBtsT2fJZBAmukubPfMaVZb+FvvTLrT+c3IKCUThZI6NhtDUYWCAmUulorc8F/BCjDJ5JyEJChT50q2ctDNYc/K+Uwg4RchQJ8mmMhIamBtiU79eSUWUPTiD5Om9vfA430nh5pwcq+tMajZ/nL01P+jJ1ffgEBDCIaYumL+AV/DrxK5+SW0yQsgjdSpFkwgPYKva1cyll2VnbJmTPSjltDqs0kdRgMPkjCw8wFrKwrJEECmSQ8IVUgNKK1su5IqQLQyKVmUPaypbUapWGhGp6H4UE3jKIMvXkVFPta5oPRqB8vpxlb3gTdowCx6MkgyYryj9reHwMITVXwJlxOb28+g4B30+vZexBwc/nl/AIEfLy8+gYCvn6YzmGxg+6fAc+QpNJPA+DRBqydrco9Lg97167DEQGNLf7cueYxL936zJ42BN2Piy8dppK4ppXUHh+u5SekSG6k0lx41EWJBoPgo5V1UUsTIKBAym1HS4F7KIcE4s1ZPLCJOz9xPdj6JpZax3VPOA0I8Og2O+KqnIYE2IRsanWTxHHN42Odom0Ty1IdkMoVltbR3DqSOmp9gYCNdIrLCT3fuWtJYyUrzTjlRKU/cDff6fazyYogOn0ewn1Ghyz02XqKuIORNFnEmUXP1CoyiBlmzyO7itp8o4cJ93llWNiJC1plUJooy+1cMFRp1ca9q2GJ0qGbVoz+3WIovmbOa0sfKu2HpisoUGMY8KAE7fqv7HDnh+j+AfpdKdP5LMpsWhVoKIxAx8cyDXzc3RXXVclGDG8hFXfbtydvD0oWoFWKxuPAfFrKNMfo5eQURDctXE0Sx/f39xMZpBPr1nFn6uOvs/fnF9fnJ2zSCOBRa7N/PTk7nZyFxbKeCmkGYf51JUa47HEm/EVxqaUK3BGyrbt1uYPNGYzYFvYLDgKS8VUptQ6H/UW9EJBbT+yorpfS463TTcPHPyt0PCCLfgnCuGTKd8R2jATq/uqEZ1fdzfw8Gj0Njla1u1XNNmydrvgfCPiB2/HTgt8L/5fDCIr/SWLgoOH9zVFm6AIqrcY0TbGkgS0/Hnij9lTHz6ym+Q0OnVkr",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get"}},T={},q=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(y.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:16.499Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.499Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/4e66f8e1.5994c143.js b/assets/js/4e66f8e1.43d75317.js similarity index 99% rename from assets/js/4e66f8e1.5994c143.js rename to assets/js/4e66f8e1.43d75317.js index 0511504bd..7803f4067 100644 --- a/assets/js/4e66f8e1.5994c143.js +++ b/assets/js/4e66f8e1.43d75317.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[99662],{70541:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>k,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),c=i.n(l),m=(i(82723),i(9487)),d=i.n(m),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/versions/5.10/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/versions/5.10/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:16.113Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:16.113Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[99662],{70541:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>k,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),c=i.n(l),m=(i(82723),i(9487)),d=i.n(m),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/versions/5.10/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV01v4zgM/SsGT+3AjdvuxyGnDbrFTLCD2aBpT0EOisXE2rElV6LaZgP/9wX9VSdxGs9gczEikdQT+UQ97YDExsF4AYSOrhRhdhUbTdakKVpYhmBytIKU0VMJY9ggPaKjKWHmnpzSm8/3jxBCLqzIkNByqB1okSGMQUkHISgNY3j2aLcQgkQXW5VzvNbA4rNXFiWMyXoMwdE2Zfe1sRmEgG95aiS2s3GCmYDxDmibs5mwVnBoxu4640oTbtBCWAYSVA39/isURRG2GHNr/sGYvvG/GmsuKDmCum93BPkQlCOr9AaKYsnGLjfaYQnu9vqaP/vB//4LQuC0oyae/RR94s+ArSoqU9XU5AGd8TZmiLWLWTFsLpHlSpKqYAgiq1ae0A0Jz6EnjcfgNb7jticjIbyI1GNfroqCsyDxAde9jntJ65lHLR9V1hO6QwEpCK+IrYoQEuHuEpVKi92AK2NSFLo2mJMg1z+r5CC6haCcq3fcJLQc6PJoURk9crDl2ep5MhMt0u2/KPuhxSbLajIdp+mN0GqRzreOMCuhDGLB/bHfWQ6syM2qk9MLZUXuyaa9U3nqN0qX561v2vlVpuhPQTiwBqTi70hT2RvN94IoCak22liss21PEKEtXV+QEFLhdZxMh9KlMmfiedcLV5/KSrcPny/orLHuHOkuI/kAn+XiT53yXNh9dn6UjrIf9++WEibIwaaqwcFtitPCToM7YbPC+chDC36inh3utGt2sHzdnzmH5iRptM9We8zuh/rLbYmoyjt3gkfM8lScu0IOtsQMI6s+coJY2dinwl4cXmuX5cknYenH+rwjQcqRivdqOW9HB3NF4hrjveugNRRSKr6ZRDrbc/lBu49yz60bY8/e/3foOkkn+g1rwzvh8ItwyaCA7y4nGi71N8sQvFbP/pSX96pvov6xQMgtxoK4fa1F6vBQxX1GChhZUFItWG0Dl2Os1gplUInRDCkxtdKFpvdA9HIT7ToSsIg4QFQRNgSH9qXRvuVVAmxMJjZpMY6infCUGKtoW0QiV0fa8gFzY2lmLIk0qGIBN1CrxCqtStiEq0kofMrZTohydxRu1tiyIvIZd3I2hLC2XxYhtIiOxegX4yjgZhEILQNGFlyodaARJcrLwKyDCm9wCPgdl8TMjGxplZdGI2W4TEtOVeyrdRc7WKGwaCeec7xYdqfnLH1rCdExaktfb6hUyOVlXBqV/UXpteke8252T6S+2cpkNg2kiT1Lp/LNU8tyUcmX+skw9zk7cXozobjarhr542jLIaQqRu2w4z7JRZxgcDu6hlp4lLsZR9Hr6+tIlLMjYzdR7eqir9O7+2/z+yt24ZsVravQ/za6uR7dlFehcZQJ3VnmPNX75TThG0V5KpTuCKPqGCzg5QZCGB+8mQiztnkvQ0iMI7bd7VbC4ZNNi4KHqxcgV10qx7w+cUZ37w8huHio1chlDbkXY6lA6rdkrToAmEzNCfr5Vfd32rt6c4fpbXf5BlU3QMEHL0Eh+bJd1MoJJnGMOXV8+fHH6NtOxE/sovgPfYdkIw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/versions/5.10/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:16.569Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:16.569Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/55962708.b8250a32.js b/assets/js/55962708.a712f393.js similarity index 99% rename from assets/js/55962708.b8250a32.js rename to assets/js/55962708.a712f393.js index 61050ecc5..929909442 100644 --- a/assets/js/55962708.b8250a32.js +++ b/assets/js/55962708.a712f393.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[26780],{53348:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>v,contentTitle:()=>b,default:()=>B,frontMatter:()=>q,metadata:()=>N,toc:()=>F});var i=s(85893),r=s(11151),t=s(58219),n=s.n(t),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),c=s.n(o),p=s(41429),d=s.n(p),u=s(5397),h=s.n(u),g=s(4667),x=s.n(g),y=s(9472),j=s.n(y),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/versions/5.10/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-error-page-using-get",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/versions/5.10/get-nested-items-using-get"}},v={},F=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,i.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pagesLocation"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-24T15:34:16.158Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[26780],{53348:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>v,contentTitle:()=>b,default:()=>B,frontMatter:()=>q,metadata:()=>N,toc:()=>F});var i=s(85893),r=s(11151),t=s(58219),n=s.n(t),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),c=s.n(o),p=s(41429),d=s.n(p),u=s(5397),h=s.n(u),g=s(4667),x=s.n(g),y=s(9472),j=s.n(y),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/versions/5.10/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-error-page-using-get",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzDGWnPwee6qZuqqnjeuLk5NEBIlcUGhBggKUdRdUT9RF6y5N1FiQlSqIsUuVML9aMtIvv28Visfi85ChSx6MHrkz6KjYarVEKLJ8E3ORgBUqjxwmPeAp4ba2xdyKFj07q9O31Bx7wXFiRAYKlRZZciwx4xGdSIdgQPoeiQHOlhVp8hYQHXGoe8c8F2AUPeAIutjInCB7xX72PY9MFe9H0esED7uI5ZIJHS46LnACmxigQmq9WQQvoVGphF2+MRtDYHXXLrRXWoZU6PYAqewQo28OSGiEFywM+MzYTWH714/eHEBGyHpgI2RCoSjh8ZxI5k322tOn1XG4bJBKB8AplBgeJFDqe96FA9sOkgFYa9wq/9BgEHR5B9YAm8/7lrEzaK0AyHyQ6k36gPe+DTA4DFVUGzom0B3zl0D/BucAexUvWJ2BY8yfE2Gcj1y5DbKYFtIs7YUH34rDlNjCPm95nt8V5CE4OBRauO43SvmsN5CKFMD9aye/BFQodI0u2MAV7EhoZGkZBS3gEdnYRhrfn3eP97vU+Dye/HuFxW2RTsMzMmIXY2MSxHCyr+P8XZGOPTAD3xqLUKYutRLBSMKkZzoGVK0cstzQI4SJgZ8LFf5Hzech+gZkoFDJanxmbgGXSMeFi0InUacjeFQplrqC0WC8uLDBX5LmxCElIseFC+bowlu5y+JIrkwCP0BbQErmwVlAMdJm7tgrYSoAV2ZECW9tY+FxIC8ke8s6KWye5amF7S9ZGBxftdWSqjnQrNrdCO/CW3VHsdcomZOxyox34lL6+uKCP7cX/+J0HPK5GymjJX45e0keHDZLoN5gG5+TGpO/BmcLG2xQfuJ8ei0ImNHpXa5kpxUNTdlmDsuS3Pd42IH7emXub61fUP9DKQYmG8yKbaiHVuANo038/h37Ftq+bGK3Vuu14uB7KjI67Gq8ntI7mfqRqmRtAFxmlD+jtwwP+JKz2RTgzvv6mBVmhFX5DZwIFTWaF/qTNk+aTVcDrgaItO9Si3I2JRVlkx4voWqNdfPtbGZ0GUuO3f/ixffsEi445eBSqgG5NdtXc2fZ9pwmr4xxW1X1beaxKrARyC7FAKuWZUA52j/5bQKbhC7Villt4lKZwTJnUN3NwyKqnUgY4N9Vz1r9ecc4jPnq8HC0b3WM1UiYdqWpf3GhZt7QVNWywj/Vzt7CKR5xc0cRGraLRaCkKnBsrcbEaiVy2XLjU+++MRaFYuRan3Fsppqrcsnq5sgn5e4ZHfI6Yu73l7mrbTamSIQ8qe6rANaP9rvabcciozTKhE0bM2JmcMQ2QQHJO13HJl+0S3vBKIDOh9Va5Nwqloa2bUKriosR9WPIpCAv2qqCMP0yaP99TD61aW8NoXQ5VQL7V+se/N+K+edA5bJyPZnYPpL4O5epuzBITFxloLM9f2d9F7Htqdffcl3c1pTfztc6r2/unvZADrmQM2kHD/SoX8RzY6/CCuoKvFoomGo2enp5C4X8NjU1Hlasb3YzfXN/eX78iFzqUYF3J/ofw8iK89F3DOMyEbsB0Lf+tfKzzi/AFR7kSUvuzaH3hlUfjgT9e8oBH21erMqn/W50Pb1Bf+pOAz41Dcl0up8LBR6tWK/q6HECoFBLpqNgPHObl5pp9VhRqZe/b3WH9qepxnNN4cRqNPZWoE49dSWoAIrJ7FuRAsdcSUjfQsuYGgN3VjjrB78hUg9Co9aOOBCp5ajDocZ/o16/cIeBrCakbdqVPDQFcq0rdgCvJahjgWlTqCl2pVgOANySlTuAbzWoA8Fpo6oRcvcOGgG3KTt2wG9rWAAT2NKdOJHYFrmGJ3PQ99u061wCkNuJTJx5rbetE6B6y1DN8mhrYiUSe1aWOQVey14nQ/7MwdTS4ciw+Mbiz95U2cc7WEtSziJXNBm6yeTX1HCq3seuT24pev8f1oondYFV6nx771lx9CoXGAit67M1BJGB9RkqLqziGvLlTpFxR9tZvYfpP7mr1LwlLP8c=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/versions/5.10/get-nested-items-using-get"}},v={},F=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,i.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,i.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"pagesLocation"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-28T14:15:16.613Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/57fb9f17.bde7e5a1.js b/assets/js/57fb9f17.251f266e.js similarity index 99% rename from assets/js/57fb9f17.bde7e5a1.js rename to assets/js/57fb9f17.251f266e.js index d8b485851..60ef69209 100644 --- a/assets/js/57fb9f17.bde7e5a1.js +++ b/assets/js/57fb9f17.251f266e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19688],{48115:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>k,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>f,toc:()=>q});var a=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),u=i(5397),h=i.n(u),g=i(4667),b=i.n(g),x=i(9472),j=i.n(x),v=(i(1176),i(12005),i(85162));const y={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,f={id:"api/service-api/versions/5.10/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/versions/5.10/get-log-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get log by UUID",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/versions/5.10/delete-log-using-delete"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get log by ID"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,a.jsx)(s.p,{children:"Get log by ID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:16.162Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19688],{48115:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>k,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>f,toc:()=>q});var a=i(85893),n=i(11151),t=i(58219),r=i.n(t),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),d=i.n(c),m=i(41429),p=i.n(m),u=i(5397),h=i.n(u),g=i(4667),b=i.n(g),x=i(9472),j=i.n(x),v=(i(1176),i(12005),i(85162));const y={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,f={id:"api/service-api/versions/5.10/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/versions/5.10/get-log-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCsZJiuwedmu0GXWODNkjak+EDLY0lbimSJYf2GoL+ezGUbMuxWwQ9ySTffPDNvKE7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7WX4My9ce7LyDASS9bJPRs3oGRLULBbuYVCFAGCnCSGhBQYSi9cuxqgvD4PSqPFRTkIwoIZYOthKID2jl2FcgrU0Pfi4N35+1/WNInXv0qxinu5ZGWDA7OmoCBz99eX/Pn1Pnnf0EAU4WG+PRN/oY/E6+KNLu9t/UjBht9eZrFAhQTEKOqmOcxCbvilJlYz8yTGlJYKSP97sMx3N77XycHp/7H7L6wZzFEoya2KyOVnr8g6NT+nKbk8dL2NMYFdp8bKkNYowcBa+tbScPWn3+kCITt/KVgLaMpm5fDcYP6PEEBaGLL9KH3lk230pvUZ2ubWmwVGUVepoKuJUnNdTTfjN0aWPYCWgxB1pdJO7Bz+VS1F8wm6VeS8Cqh+rF3LlHcJ5ordB5LSdwNa6kDPhfIR6RM2zpb7bL538B5U2NHmSdtUwMF5JubvJtoqc+1rfMuKbgHAQH9Zq//6DUUwGiypdV9keedjNRYr2jX59KpM5U+orOeHqwnqbPBFwjYSK/kSg+NuHc3qHAto2YqGiIXztw97LHHQjIQxIjn+hwyOpf1PzZQxnMmk6bKOLPslVpnBrHC6nVm19mQb/Y84WNeFbZ25hPKJdBMWS7Kkqkq4xB30cEKpUd/G5nkxXJ6/MRDZBT+BHQo9HihNGt4PYAgSYu7dDIfpuz+hPr9VW4f5llly9iioTTxxwEnyzRxxuH7FB0bMb1t6mIIw877sysL0KpEE3Bifutk2WD2dnbNmkndwrcp8ny73c5kOp1ZX+ejacjv5x/uPj3dXbFJL4Bbbcj+3ezmenbDe84GaqWZhHne2Sf3PvBI+D/lTktlkpp8arCh6xewuQEBxekboi2LsRger6WAxgZibNetZMCvXvc9b3+P6LnGy2Mfp4pXKvDvn8ixOz4n8OpxnOOvs/1LeTHncVOaXdKMjrwCAd9wd3hk+eX8rcind/+N+FMHPQuvQVmhT1wMiNuyREcTW35GWQqHUcR/M/r+B/IA7hY=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get log by UUID",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/versions/5.10/delete-log-using-delete"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get log by ID"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,a.jsx)(s.p,{children:"Get log by ID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:16.617Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/5a30cf7e.9745a8a9.js b/assets/js/5a30cf7e.6c770196.js similarity index 98% rename from assets/js/5a30cf7e.9745a8a9.js rename to assets/js/5a30cf7e.6c770196.js index c81e4465b..7c1d84735 100644 --- a/assets/js/5a30cf7e.9745a8a9.js +++ b/assets/js/5a30cf7e.6c770196.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77279],{18529:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>L,contentTitle:()=>b,default:()=>_,frontMatter:()=>N,metadata:()=>f,toc:()=>G});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),c=s.n(l),o=(s(82723),s(9487)),p=s.n(o),d=s(41429),m=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),x=s(9472),y=s.n(x),v=(s(1176),s(12005),s(85162));const N={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,f={id:"api/service-api/versions/5.10/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/versions/5.10/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/versions/5.10/update-project-integration-using-put"}},L={},G=[{value:"Request",id:"request",level:2}];function J(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-24T15:34:16.051Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.051Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77279],{18529:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>L,contentTitle:()=>b,default:()=>_,frontMatter:()=>N,metadata:()=>f,toc:()=>G});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),c=s.n(l),o=(s(82723),s(9487)),p=s.n(o),d=s(41429),m=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),x=s(9472),y=s.n(x),v=(s(1176),s(12005),s(85162));const N={id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,f={id:"api/service-api/versions/5.10/get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",source:"@site/docs/api/service-api/versions/5.10/get-project-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integration-using-get",title:"Get integration instance",description:"Get integration instance",sidebar_label:"Get integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJydVltz0zoQ/iuefQJGjVsGePATOVAgA7SZXp46eVDsTayDLQlp3dLx+L8zKzuJ3IScHvzisfai3W93v3ULJNcesjtQmnDtJCmjT3KjyZmqQgcLAcZifz4rIIM10tyZfzGn2c7i1iu9/nx+AwKsdLJGQsdeW9CyRshi77MCBCgNGVhJJQgo0OdOWZYd0HT4s1EOC8jINSjA5yXWErIW6NFuXaMDASvjakn90bs30HVie7/tQ77gr2O3j/X+825PTuk1dN2Clb012qNn+evTU36NnV9+BQGMLWpi6av0Fb8ir4oqdhshe4XeNC7naIY7zZIjZKQdV4ZUf2PuMBh8lIT7EUbgFJLwhFSN0IneyrgDKQlALZcVJ7+VLY2pUGoWquJZJRBxPedRa7TH0+nGljdB9yBALHo2SLKh8lNlHg4BhLqpeRAup7c3X0DAP9Pr2QcQcHP59fwCBHy6vPoOAr59nM5hsYHufwNeIElVPQ+AowVYO9PYLS5Pa9e3/QEBjS2ODM8xL8OYzJ7XBP3DuVuHuSROaSUrj0+n7zNSElU9UdqT1KGuNVJpBv4JLEMlZJDen6WRQdpG89ul7YhLOhDg0d1vmKlxFWTAFmRyU3VZmrbcH8YpeuxSadUeO1yhNY7mxpGskt4XCLiXTnGhQlE37vrpX8mmYiBKIuv33M03urvmY0UQgz532TaifTr5YjwlXKJE6iLhyJIXapVoxAKLl4lZJX28ydOAd3EVWJuJC1o2KE2U4XotGKq86e+9a2GJ0qGbNgz63SIWXzN59anHStuuGBIKHBc6OChBP98rEw91jO4foN+kMp3PksLkTY2aQnkHYpV5INaB9K8by0YMby0VV9v3J+/3UhZQqRy1x8h8amVeYvJ6cgpi6BbOJkvTh4eHiQzSiXHrdDD16bfZh/OL6/MTNukEcKv10b+dnJ1OzsLkGE+11NE1R5p+BMEWUsJflNpKqsADIbB2GIg7uD+DEXOCgGy81LLxhl0IKI0ntm3bpfR466qu4+OfDTou/2LX4qEZCuUHXjo0xO1uw8GLq2GBvkyervWDuQyHUj+Gsaoa/gIBP/Bx78+Al/tfRTJG4y/iiB10PKMlygJdwKbXmOY5WopsedPz1GxZjP+Vuu43P3dD5A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all integrations assigned to specified project",permalink:"/docs/api/service-api/versions/5.10/delete-all-project-integrations-using-delete"},next:{title:"Update project integration instance",permalink:"/docs/api/service-api/versions/5.10/update-project-integration-using-put"}},L={},G=[{value:"Request",id:"request",level:2}];function J(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get integration instance"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/integration/{projectName}/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-28T14:15:16.506Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.506Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(J,{...e})}):J(e)}}}]); \ No newline at end of file diff --git a/assets/js/5e45289c.a9de5481.js b/assets/js/5e45289c.9e80138a.js similarity index 57% rename from assets/js/5e45289c.a9de5481.js rename to assets/js/5e45289c.9e80138a.js index 36deccd75..0f8b3ccb9 100644 --- a/assets/js/5e45289c.a9de5481.js +++ b/assets/js/5e45289c.9e80138a.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[82040],{80833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>k,contentTitle:()=>b,default:()=>S,frontMatter:()=>g,metadata:()=>q,toc:()=>N});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),c=a.n(l),o=(a(82723),a(9487)),d=a.n(o),p=a(41429),m=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),f=a(9472),y=a.n(f),v=(a(1176),a(12005),a(85162));const g={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsGS2jgQ/RVXn5KUjYGd5OBTyAy7S9VUMhmGyxIOwm5AWVtyJHlmKJf/fasl2Rhwkp3TILW6X7fee3INhu01JGvIWSXSQ8T0UaRRKoVRMs9RwSYEWaJihkuxyCABbZgy9zZ6pbnYP3xZPkEIJVOsQIOKstUgWIGQQKnkd0zNZ/oVAhe0xMwBQshQp4qXlPYqTuGPiivMIDGqwhB0esCCQVKDOZZoMSgu9tA0GxeM2nyS2ZEizvMuCWzgegt8ZLCl0BCoSRSGDrGyzHlqe4y/azpZ94tyk2ObzHX++PUM5tr1G7rhPPECaW4erNxSazQiRZM0HLWtaYzi28q4Xz6WKcUIGzdY6H7thcFi1p2w5X+d/l88DgwsBH3UBove1lbKHJmAEPCVFSVV27FcYxPCM8srHBp701xc4EChQmYDZ0NAURU0sbv5n7PVPVHnbv5p9RdsmtCzZiCZQlWJAdDt1pfdUKlzLqxWi7tA7oIMNd1aywojA5e96V/fQLadVAUzkEDGDEaGoho3inO+2gVdSqHdTUzHk2ti3ipkBrNzGr6L3/2eecvfXj3PBmcoqmKLqrfFhcE9qn5rXJgPN64td8elwtQCdaQI4TVKZYZ7FJGXU0Ryirze9YVEBtSo28HvpAp0iSnfccwC7wCWhgaF5lI4J7FE/mXZjqgX5ckdCjQHSbZVSm0nRe6TQPw8jeue6TSxA0USRvXculilckiAAo1MZd4kcVyzyhyk4ubYxKzkVz0+YimVeZDKsDxwuSxAxdk2d/fTpnOs2LEqp9EfjCn1VbqHNvYkHAqE0MeTajpE1zT7W2oT0JACJrKAkAVv+C4QiBlmb0kNDm9wCfiEK8NCjpSNKm3QiEtiyIZGlVau7rqGLTKFalbRfNeb/vaS+Oxa7wd1PPQNWdpbcdsgIAKSGT+eDH7eOtS5fXYs6bTaupwn7YkfTgybyzF3B51r9cypI7YP8E7kHqbOe3qVTxYC0/H0JpqMo+nN0+R98sdNMvkwGk/G/5AaudjJvsT7vPkJqdpLmj0sgkymVYHC2DfLuwhLrYt4xMuqpENEnIJx4rF2Kx+vLjOEnKcoNPaOz0qWHjCYjsYQeh3QPSVx/PLyMmJ2dyTVPvZHdXy/uJ1/Xs4jOkKPByrt0L8fTcajCa2RCAsm+ij/lyUMvzUGX01c5oxb77YYay/wNTxPIYTk/LvCa3wTwoHcIFlDXW+ZxpXKm4aWf1SoiM2bk2ItuzKu6f+TC14A6jwc3jz6t+BtcF57EHP76otjz8Qg9GzuJ2hI6AdkGTl4x/dbVzd6ojynDFefM03YnpilKZamF0tvzplR+u+5rf+e8oJQ7IXIz14ggW/wjUBK276VtV2vIWdiX7E9xbuy9Pcf9aGRAQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/versions/5.10/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsGS2jgQ/RVXn5KUjYGd5OBTyAy7S9VUMhmGyxIOwm5AWVtyJHlmKJf/fasl2Rhwkp3TILW6X7fee3INhu01JGvIWSXSQ8T0UaRRKoVRMs9RwSYEWaJihkuxyCABbZgy9zZ6pbnYP3xZPkEIJVOsQIOKstUgWIGQQKnkd0zNZ/oVAhe0xMwBQshQp4qXlPYqTuGPiivMIDGqwhB0esCCQVKDOZZoMSgu9tA0GxeM2nyS2ZEizvMuCWzgegt8ZLCl0BCoSRSGDrGyzHlqe4y/azpZ94tyk2ObzHX++PUM5tr1G7rhPPECaW4erNxSazQiRZM0HLWtaYzi28q4Xz6WKcUIGzdY6H7thcFi1p2w5X+d/l88DgwsBH3UBove1lbKHJmAEPCVFSVV27FcYxPCM8srHBp701xc4EChQmYDZ0NAURU0sbv5n7PVPVHnbv5p9RdsmtCzZiCZQlWJAdDt1pfdUKlzLqxWi7tA7oIMNd1aywojA5e96V/fQLadVAUzkEDGDEaGoho3inO+2gVdSqHdTUzHk2ti3ipkBrNzGr6L3/2eecvfXj3PBmcoqmKLqrfFhcE9qn5rXJgPN64td8elwtQCdaQI4TVKZYZ7FJGXU0Ryirze9YVEBtSo28HvpAp0iSnfccwC7wCWhgaF5lI4J7FE/mXZjqgX5ckdCjQHSbZVSm0nRe6TQPw8jeue6TSxA0USRvXculilckiAAo1MZd4kcVyzyhyk4ubYxKzkVz0+YimVeZDKsDxwuSxAxdk2d/fTpnOs2LEqp9EfjCn1VbqHNvYkHAqE0MeTajpE1zT7W2oT0JACJrKAkAVv+C4QiBlmb0kNDm9wCfiEK8NCjpSNKm3QiEtiyIZGlVau7rqGLTKFalbRfNeb/vaS+Oxa7wd1PPQNWdpbcdsgIAKSGT+eDH7eOtS5fXYs6bTaupwn7YkfTgybyzF3B51r9cypI7YP8E7kHqbOe3qVTxYC0/H0JpqMo+nN0+R98sdNMvkwGk/G/5AaudjJvsT7vPkJqdpLmj0sgkymVYHC2DfLuwhLrYt4xMuqpENEnIJx4rF2Kx+vLjOEnKcoNPaOz0qWHjCYjsYQeh3QPSVx/PLyMmJ2dyTVPvZHdXy/uJ1/Xs4jOkKPByrt0L8fTcajCa2RCAsm+ij/lyUMvzUGX01c5oxb77YYay/wNTxPIYTk/LvCa3wTwoHcIFlDXW+ZxpXKm4aWf1SoiM2bk2ItuzKu6f+TC14A6jwc3jz6t+BtcF57EHP76otjz8Qg9GzuJ2hI6AdkGTl4x/dbVzd6ojynDFefM03YnpilKZamF0tvzplR+u+5rf+e8oJQ7IXIz14ggW/wjUBK276VtV2vIWdiX7E9xbuy9Pcf9aGRAQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/versions/5.10/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"}},k={},N=[{value:"Request",id:"request",level:2}];function z(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(z,{...e})}):z(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[82040],{80833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>N,contentTitle:()=>b,default:()=>w,frontMatter:()=>y,metadata:()=>q,toc:()=>O});var i=a(85893),r=a(11151),n=a(58219),l=a.n(n),t=(a(62316),a(51039)),c=a.n(t),o=(a(82723),a(9487)),p=a.n(o),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),f=a(9472),g=a.n(f),v=(a(1176),a(12005),a(85162));const y={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUoax+3wVMVWW894EteyLlV0gMiVhJQEGAC0rOHw3zsLgBQlsUl9soDF7tvFew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHApHjJIQBumzKONXmoudk9fFi8QQskUK9Cgomw1CFYgJFAq+Q1T85l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozafZHakiPO8CwIbuN4CHxlsKDQEahKFoUOsLHOe2h7jb5pO1v2i3OTYJnOdP/91BnPl+g3dcF54gTQ3D1ZuqDUakaJJGo7a1jRG8U1l3C8fy5RihI0bLHS/9oPBYtadsOV/nP4fPA4MLAR91AaL3tZGyhyZgBDwjRUlVduyXGMTwivLKxwae9NcXOBAoUJmA2dDQFEVNLH7+e+z5SNR537+afkHrJvQs2YgmUJViQHQ7daX7VCpcy4slw/3gdwGGWq6tZYVRgYue9O/voFsW6kKZiCBjBmMDEU1bhTnfLULupRCu5uYjifXxLxTyAxm5zT8EH/4OfMWP716ng3OUFTFBlVviwuDO1T91rgwtzeuLXfHpcLUAnWkCOEtSmWGOxSRl1NEcoq83vWFRAbUqNvBb6UKdIkp33LMAu8AloYGheZSOCexRP5h2Y6oF+XJHQo0e0m2VUptJ0Xuk0D8Oo3rnuk0sQNFEkb12rpYpXJIgAKNTGXeJHFcs8rspeLm2MSs5Fc9PmMplXmSyrA8cLksQMXZJnf306ZzrNiyKqfR740p9VW6pzb2JBwKhNDHk2o6RNc0+1NqE9CQAiaygJAF7/g2EIgZZu9JDQ5vcAn4hCvDQo6UjSpt0IhLYsiaRpVWru6qhg0yhWpW0XxX6/72gvjsWu8HdTz0DVnaW3HbICACkhk/nwx+3jrUuX12LOm02rqcJ+2JH04M68sxdweda/XMqSO2D/BO5B6mznt6lU8WAtPx9CaajKPpry+Tm2TyMZncjm5uf/mb1MjFVvYl3ufNf5CqvaTZ00OQybQqUBj7ZnkXYal1EY94UZV0iIhTME481m7lt6vLDCHnKQqNveOzkqV7DKajMYReB3RPSRwfDocRs7sjqXaxP6rjx4e7+efFPKIj9Hig0g79x9FkPJrQGomwYKKP8n9ZwvBbY/DNxGXOuPVui7H2Al/B6xRCSM6/K7zG1yHsyQ2SFdT1hmlcqrxpaPl7hYrYvD4p1rIr45r+P7ngBaDOw+Hds38L3gfntQcxt6++OPZMDELP5n6ChoS+R5aRg3d8v3N1oxfKc8pw9TnThO2JWZpiaXqx9OacGaX/ntv47ykvCMUORH52gAS+wlcCKW37VtZ2vYaciV3FdhTvytLfvyqskRM=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/versions/5.10/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUoax+3wVMVWW894EteyLlV0gMiVhJQEGAC0rOHw3zsLgBQlsUl9soDF7tvFew+swbCdhmQFOatEuo+YPoo0SqUwSuY5KliHIEtUzHApHjJIQBumzKONXmoudk9fFi8QQskUK9Cgomw1CFYgJFAq+Q1T85l+hcAFLTGzhxAy1KniJaW9ilP4veIKM0iMqjAEne6xYJDUYI4lWgyKix00zdoFozafZHakiPO8CwIbuN4CHxlsKDQEahKFoUOsLHOe2h7jb5pO1v2i3OTYJnOdP/91BnPl+g3dcF54gTQ3D1ZuqDUakaJJGo7a1jRG8U1l3C8fy5RihI0bLHS/9oPBYtadsOV/nP4fPA4MLAR91AaL3tZGyhyZgBDwjRUlVduyXGMTwivLKxwae9NcXOBAoUJmA2dDQFEVNLH7+e+z5SNR537+afkHrJvQs2YgmUJViQHQ7daX7VCpcy4slw/3gdwGGWq6tZYVRgYue9O/voFsW6kKZiCBjBmMDEU1bhTnfLULupRCu5uYjifXxLxTyAxm5zT8EH/4OfMWP716ng3OUFTFBlVviwuDO1T91rgwtzeuLXfHpcLUAnWkCOEtSmWGOxSRl1NEcoq83vWFRAbUqNvBb6UKdIkp33LMAu8AloYGheZSOCexRP5h2Y6oF+XJHQo0e0m2VUptJ0Xuk0D8Oo3rnuk0sQNFEkb12rpYpXJIgAKNTGXeJHFcs8rspeLm2MSs5Fc9PmMplXmSyrA8cLksQMXZJnf306ZzrNiyKqfR740p9VW6pzb2JBwKhNDHk2o6RNc0+1NqE9CQAiaygJAF7/g2EIgZZu9JDQ5vcAn4hCvDQo6UjSpt0IhLYsiaRpVWru6qhg0yhWpW0XxX6/72gvjsWu8HdTz0DVnaW3HbICACkhk/nwx+3jrUuX12LOm02rqcJ+2JH04M68sxdweda/XMqSO2D/BO5B6mznt6lU8WAtPx9CaajKPpry+Tm2TyMZncjm5uf/mb1MjFVvYl3ufNf5CqvaTZ00OQybQqUBj7ZnkXYal1EY94UZV0iIhTME481m7lt6vLDCHnKQqNveOzkqV7DKajMYReB3RPSRwfDocRs7sjqXaxP6rjx4e7+efFPKIj9Hig0g79x9FkPJrQGomwYKKP8n9ZwvBbY/DNxGXOuPVui7H2Al/B6xRCSM6/K7zG1yHsyQ2SFdT1hmlcqrxpaPl7hYrYvD4p1rIr45r+P7ngBaDOw+Hds38L3gfntQcxt6++OPZMDELP5n6ChoS+R5aRg3d8v3N1oxfKc8pw9TnThO2JWZpiaXqx9OacGaX/ntv47ykvCMUORH52gAS+wlcCKW37VtZ2vYaciV3FdhTvytLfvyqskRM=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/versions/5.10/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post"}},N={},O=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/63a1965b.36d6bf25.js b/assets/js/63a1965b.5b1921f4.js similarity index 73% rename from assets/js/63a1965b.36d6bf25.js rename to assets/js/63a1965b.5b1921f4.js index 4cebed9a0..3258efd4f 100644 --- a/assets/js/63a1965b.36d6bf25.js +++ b/assets/js/63a1965b.5b1921f4.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86137],{11806:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>E,contentTitle:()=>b,default:()=>S,frontMatter:()=>y,metadata:()=>v,toc:()=>T});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),o=(a(82723),a(9487)),c=a.n(o),d=a(41429),p=a.n(d),h=a(5397),x=a.n(h),u=a(4667),j=a.n(u),g=a(9472),q=a.n(g),f=(a(1176),a(12005),a(85162));const y={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcu2PZ3ydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/dvBqO7wf2b5eht9PpNNHo9/O3+93/hUjTbw3VHNlrTiktHT4XcqW7/d2n4DEebOx/Pp0GqkjJHad0bppYYnjiJqWuzKAs6RDzMuaC2MH7njxtuMMhEgtJg5/i44MkBg/vhHWXg2ooIHIXh09PTkLuvQ6X3YX3UhJ+mD5PPi8mAjtBYQ208+rfD0cjvUUfnXHZRPicq/Y8Hiz9sWGRcuAnoYJ1qgVjDI71Go6uHJ3nbMDiQlkRrOJ223OBKZ1VF299LJBqsN23HOwKlwtD/Vjqv4JwVHV7E9WR4GVxG7kXcPDTksUNLYDVhuw4qEooD8hR1h9IPPu5gSX5aDzfv2Yo1J8ZJgoXt2NIEupBZesgDg239jM5VSmaaP9Ejhz9BBF/gC4FULn2niG7/BBmX+5Lvyd6Hpd//WjIwjw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post-1",permalink:"/docs/api/service-api/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcu2PZ3ydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/dvBqO7wf2b5eht9PpNNHo9/O3+93/hUjTbw3VHNlrTiktHT4XcqW7/d2n4DEebOx/Pp0GqkjJHad0bppYYnjiJqWuzKAs6RDzMuaC2MH7njxtuMMhEgtJg5/i44MkBg/vhHWXg2ooIHIXh09PTkLuvQ6X3YX3UhJ+mD5PPi8mAjtBYQ208+rfD0cjvUUfnXHZRPicq/Y8Hiz9sWGRcuAnoYJ1qgVjDI71Go6uHJ3nbMDiQlkRrOJ223OBKZ1VF299LJBqsN23HOwKlwtD/Vjqv4JwVHV7E9WR4GVxG7kXcPDTksUNLYDVhuw4qEooD8hR1h9IPPu5gSX5aDzfv2Yo1J8ZJgoXt2NIEupBZesgDg239jM5VSmaaP9Ejhz9BBF/gC4FULn2niG7/BBmX+5Lvyd6Hpd//WjIwjw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/delete-test-items-using-delete"}},E={},T=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(q(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86137],{11806:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>S,contentTitle:()=>v,default:()=>R,frontMatter:()=>y,metadata:()=>b,toc:()=>E});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),m=a.n(n),o=(a(82723),a(9487)),c=a.n(o),d=a(41429),p=a.n(d),h=a(5397),x=a.n(h),j=a(4667),u=a.n(j),g=a(9472),f=a.n(g),q=(a(1176),a(12005),a(85162));const y={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcteq57ydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/evB6O7wf3vy9HraPQmGr0e3v/29l+4FM32cN2Rjda04tLRUyF3qtv/XRo+w9HmzsfzaZCqpMxRWveGqSWGJ05i6tosyoIOEQ9zLqgtjN/544YbDDKRoDTYOT4ueHLA4H54Rxm4tiICR2H49PQ05O7rUOl9WB814afpw+TzYjKgIzTWUBuP/s1wNPJ71NE5l12Uz4lK/+PB4g8bFhkXbgI6WKdaINbwSK/R6OrhSd42DA6kJdEaTqctN7jSWVXR9vcSiQbrTdvxjkCpMPS/lc4rOGdFhxdxPRleBpeRexE3Dw157NASWE3YroOKhOKAPEXdofSDjztYkp/Ww817tmLNiXGSYGE7tjSBLmSWHvLAYFs/o3OVkpnmT/TI4U8QwRf4QiCVS98pots/QcblvuR7svdh6fc/Vzcwjg==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post-1",permalink:"/docs/api/service-api/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIcteq57ydHRLr0i9wgV4uKOoMskA7iV2aju7RSj//TR2QgJkW56wM575ZvzNNz6B5XsD0RosGjsQFvNBoqTVKstQw4aBKlBzK5ScphCBsVzbWCk7tZivjJD7+Wyx/DoCBgXXPEeLmtydQPIcIYJCq2+Y2M+0YiAkbXF7AAYpmkSLglzf2Gn8XgqNKURWl8jAJAfMOUQnsMcCHQ4t5B6qauON0dh3Kj2SxaVfB3iJxgGO/wYGlB5KS6a8KDKRuOzCb4bsT91QwmYUa3HjooW3hoyXMjmsSpEC80mzOqhw/x3gDWuAqy2lSeXSVFkr0Dgk1mqxLa1f1bZca36kqlnMTRcRARmfTzhIP3f/Hx57isfAHI3FvPNpq1SGXAID/MHzgqLteGawYvDIsxL7rqCqqKgpxrjrDXJxIT3fD9wsLLemB0bFuvW9OXxNotVq+j5Qu6DgGqUN/FFy4snYE7tL2l/Xfd5Yx2hUqRO84gKV+ZdX/dxd/LS+Gq0+9hfIfZr1l74lYk/tdkrn3EIEKbc4sGRVMacDD9zgtKfeVZPbrTOUZU4lWKymywkwWCxn8T/AYDlZLGn5MPk8jqcz92UyBwbvJh9m8eTrw6fxYtEu/4xnq3ln/ddk+XH2vl037utl7X38YTmJz6786uzJL8+O/LLx41fOzaZiUErxvexPvbmHrjC5DVMoafzV3t+NbhXoQSO3mF4qz6vwVb/YTKTVx/rI2BxlEi9+2d19rVFVNeIUC42JQ+BbmcGPAbXrHuWgls7BVqXHQa3Yt4p5mY+Tw4AHWikbEFsC6hOnGBalEUr6AeB4/tNYZ87fxCRZz9EeFM2cQhmXM42NCMLHUXjqTIsqrMMb1I/N8Cl1BhGQmVWJyqooDE+8tAelhT1WIS/ETVoxFkrbudKWZ4H35QBqwbeZr3Pjzt/xjpcZdc/B2sLcuJs3tm1rkCGw2p7YdkZ0S5qPytiAihRwmQaELHghdoFETDF9SRrn8QbXgFtcKeZqqJ1V4YyGQhEtNlSqpPRx1yfYIteoxyVVd72hzzQK43aoTppJcDmmzld81oBmmtQ0ay/XM3LTGRPPKfh5ux0K/gXQHQOt1Zmy9frqDXKFrwdQras+xllJOym1Agr3d/evB6O7wf3vy9HraPQmGr0e3v/29l+4FM32cN2Rjda04tLRUyF3qtv/XRo+w9HmzsfzaZCqpMxRWveGqSWGJ05i6tosyoIOEQ9zLqgtjN/544YbDDKRoDTYOT4ueHLA4H54Rxm4tiICR2H49PQ05O7rUOl9WB814afpw+TzYjKgIzTWUBuP/s1wNPJ71NE5l12Uz4lK/+PB4g8bFhkXbgI6WKdaINbwSK/R6OrhSd42DA6kJdEaTqctN7jSWVXR9vcSiQbrTdvxjkCpMPS/lc4rOGdFhxdxPRleBpeRexE3Dw157NASWE3YroOKhOKAPEXdofSDjztYkp/Ww817tmLNiXGSYGE7tjSBLmSWHvLAYFs/o3OVkpnmT/TI4U8QwRf4QiCVS98pots/QcblvuR7svdh6fc/Vzcwjg==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/delete-test-items-using-delete"}},S={},E=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(q.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(q.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(q.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(q.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(q.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/647f4a2b.b232a7d0.js b/assets/js/647f4a2b.48f07676.js similarity index 98% rename from assets/js/647f4a2b.b232a7d0.js rename to assets/js/647f4a2b.48f07676.js index 019340b49..b89b0f6ff 100644 --- a/assets/js/647f4a2b.b232a7d0.js +++ b/assets/js/647f4a2b.48f07676.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[23923],{67877:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>N,default:()=>D,frontMatter:()=>b,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/get-launch-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-using-get",permalink:"/docs/api/service-api/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"}},_={},q=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:13.869Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:13.869Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:13.869Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[23923],{67877:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>N,default:()=>D,frontMatter:()=>b,metadata:()=>v,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/get-launch-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-launch-using-get",permalink:"/docs/api/service-api/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktv40YM/isCT7sLxUrSx0Gnuk2aGk13g2RzMnygNbQ1rTSjneEkMQT994KSbEtrbZAuepI9Q3I+fnzWwLj1kC6hwGCy/Cyzhp0tCnKwisFW5JC1NQsFKWyJb1upR6/N9ub6M8RQocOSmJwYqcFgSZD2xhYKYtAGUqiQc4hBkc+crsTgWMjRl6AdKUjZBYrBZzmVCGkNvKvEoGenzRaaJj68UTn7N2X8Uf699sxY7u0vrUTYV9Z48nJ/eX4un7HxT39CDMIZGZbbD8kH+Qysai7EbEfcPXkbXDYGsgQtHJgOoAnlmhzE4Bkdf9btoWfk4CGGELSSwPRg7VpckzA4CRXrDioaLHYSo4Ff6BzuhCim0k8yC1hVzr7oEpmuQhf3geAB2Ma6EhlSUDasCwLRZHZ6HZj8qy/2XCyYyvleY0DJ6079Q7sJ2DE8YRFoyiFxaRStCWUyqqX45G7oJjKdsUg1MeTo74mdHnm6trYgNHKv1eBcG6btmDNt+OcfRbBAz39ZpTea1NufL4lRIQ8Tdpoucb60atIzMqGUtLu6/n3+eCtVfHX96+MNrJo+C6eY6sP/NufssxnJHs04csFMU3dM+DfTIXWhPetslF8Ph9M3J5eiDWXsp2hFpbTkDxZ3I5X/KDdN1w+X0OYpvVAWRPv/Nt0cmsdUNNp2Mlk6ffVUjjJkydANFp6+7q03xJGvKGuzOOoaerTeRYsraHM1t/3caCcF55BC8nSR1IOe3CSdWlLv50EjDY/c036mBFdACqLDNrNFkyZJjYFz6zTvmgQrfdLz76myju+sYyyizhZIp3Aa10XH3d5cH30MhfCWM1f+xNzdXvZYOyIIcS8vhXNAdDok/rCeIymsCI2KBFn0Tm8iQ6RIvY/sJurwRl8DPuJSVNqZa6WqVmimrcRpJVRloXt3WcOa0JGbB6F6uZJrbTZ2WBxDar7B2x7H/G4RKZuFkgx306CbdZi1s66fww+hEiXhpkQtofLdyS8neGModEbG00B9XmGWU3Q5O5fx1oZaSE2T5Pn5eYbt7cy6bdKr+uR28dv1x4frM1GR/k/Od+h/ml1cdGeV9VyiGTzzaqZOTwmmF06qAnXbnVpodZ/FS3i6gBjS8W7RWZXzw2qziiG3nkWjrtfo6dEVTSPHXwI5idnqmJdtBJX28vsbFVcflw14d9+vEO+jwSo1CX4/kc0ODgMTIO5m6nERk+3qu94f8/AdEIYGGimnnFDJCFn2gx/mWUYVD3Rl1ZIEP7QZWUib5l8o3bTn",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"}},_={},q=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:14.391Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:14.391Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:14.391Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/65f8d083.16acd6f9.js b/assets/js/65f8d083.2bc401ac.js similarity index 99% rename from assets/js/65f8d083.16acd6f9.js rename to assets/js/65f8d083.2bc401ac.js index c62c7f2c3..43c4d0ddf 100644 --- a/assets/js/65f8d083.16acd6f9.js +++ b/assets/js/65f8d083.2bc401ac.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[46601],{65228:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>U,contentTitle:()=>f,default:()=>W,frontMatter:()=>j,metadata:()=>N,toc:()=>q});var a=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),d=(s(82723),s(9487)),c=s.n(d),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),v=s.n(h),b=s(9472),x=s.n(b),y=(s(1176),s(12005),s(85162));const j={id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",source:"@site/docs/api/service-api/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/get-log-using-get"}},U={},q=[{value:"Request",id:"request",level:2}];function V(e){const i={admonition:"admonition",h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,a.jsx)(i.admonition,{title:"deprecated",type:"caution"}),"\n",(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(v(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(v(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:13.879Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function W(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(V,{...e})}):V(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[46601],{65228:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>U,contentTitle:()=>f,default:()=>W,frontMatter:()=>j,metadata:()=>N,toc:()=>q});var a=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),d=(s(82723),s(9487)),c=s.n(d),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),v=s.n(h),b=s(9472),x=s.n(b),y=(s(1176),s(12005),s(85162));const j={id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",source:"@site/docs/api/service-api/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID (Will be removed in version 6.0)",description:"Get log by UUID (Will be removed in version 6.0)",sidebar_label:"Get log by UUID (Will be removed in version 6.0)",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v20YQ/SuLOdnBWrSDNgee6qRGKtRIDSdCD4IOK3JEbrPcZXaHUgWC/z2YJSWRlloYPlHcnXnz9OaLLZAqAqRLMK64yZwl74xBDysJrkavSDs7zyGFAunRFR/3i0bni6Bt8fnhG0iolVcVEnoGacGqCiFlsHkOErSFFGpFJUjIMWRe1ww4svD4o9Eec0jJNyghZCVWCtIWaF8zVCCvbQFdJ4/otXf/YEZf+O3/YkztXh9pxcahdjZg4Pv3t7f8mIL/9SdIYMHQEt++S97xY4SqyTDsoyueMbjGZ1MWS9AsQNPonNUeSLg1U2ZhPetPuqew1lb5/adTuAP6x8nFFH9g942RZR+NyqZaW6XN/BVBx/7nMkXES8fjGBfUfemoLWGBHiRsnK8U9UcffokRCKv5a42NamxWvt4ct2jOCUpA21QsH3rv2HWnvI11tnGxxNYNW5FXMaEbRcpwHu1363YWVp2ECkNQxWXRjupcvtXVBbcR/VwR3kSrbqidSxJ3UeYca4+ZolPNT0v4M5IwrhDrvVgs5r+Lq7+1MWKNwmPltpgLbcUWfdDOig+z22vgf0alG8ZB7H4qIYVke5e0o27rEuOKhNklbWz0DiQE9NvDmGi8gRTYhVzmTJcmSasaKp3XtO8SVeuzZn7G2nl6cp6UET0WSNgqr9Xa9PV6gOubdaMaw4qVRHU4g3s62J7yzYYgB3tO45HReff/4QIJHkdC2VwwM3GlN8Ii5phfC7cRPV/xkvCJV46Vm/loVUejmXacuxVLlTV93GULa1Qe/X3DSi9XfB0rcTQDxtL8h24HHvdPc5G7rKnQUpztwxBTWZwqw4D92tTsxNpUsVIh9Ce/nfGVYHSGNuDI/b5WWYni/eyW+yKmmkVNk2S3281UvJ05XySDa0ge558evnx9uGGXTsJQdJDCr7O7u/6sdoEqZUdh3lC+E2mOfUP4LyW1UdrGpvKxgPrSXsL2DiSk01ViXHGY3BLSfpWtJJQuELu07VoFXHjTdXz8o0HPqVydyjUmNteBf+eQbpQJL7uzPS0XuHoepvq1OOzNi9SHQ2X3sTVMw28g4TvujyuX9+ibIk8leEP8MUDH/VWiytFHLXqL+yzDmka+vFS54o9jhz86uu4ngLPzsQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/get-log-using-get"}},U={},q=[{value:"Request",id:"request",level:2}];function V(e){const i={admonition:"admonition",h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"})}),"\n",(0,a.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,a.jsx)(i.admonition,{title:"deprecated",type:"caution"}),"\n",(0,a.jsx)(i.p,{children:"Get log by UUID (Will be removed in version 6.0)"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"binaryContent"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(v(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(v(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(v(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,a.jsx)(v(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(v(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(v(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:14.401Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function W(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(V,{...e})}):V(e)}}}]); \ No newline at end of file diff --git a/assets/js/6d1ffffd.1a33a781.js b/assets/js/6d1ffffd.3418f9e6.js similarity index 98% rename from assets/js/6d1ffffd.1a33a781.js rename to assets/js/6d1ffffd.3418f9e6.js index 443a5def2..5932181a8 100644 --- a/assets/js/6d1ffffd.1a33a781.js +++ b/assets/js/6d1ffffd.3418f9e6.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[25966],{47759:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>y,default:()=>R,frontMatter:()=>v,metadata:()=>N,toc:()=>k});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),j=i.n(h),g=i(4667),u=i.n(g),x=i(9472),b=i.n(x),f=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get",permalink:"/docs/api/service-api/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/get-global-integration-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(j(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:13.759Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.759Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[25966],{47759:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>y,default:()=>R,frontMatter:()=>v,metadata:()=>N,toc:()=>k});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),j=i.n(h),g=i(4667),u=i.n(g),x=i(9472),b=i.n(x),f=(i(1176),i(12005),i(85162));const v={id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",source:"@site/docs/api/service-api/get-project-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get",permalink:"/docs/api/service-api/get-project-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get",title:"Get available project integrations for plugin",description:"Get available project integrations for plugin",sidebar_label:"Get available project integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJydVktzm0gQ/itUn5LUWNip3T1wWm3iJKpkbZUfJ5cOLWhJkx1myEwjr4riv6cakABLcZxwoZh+zNdfv6iAcR0geQBtmdYeWTt7ljrL3hlDHhYKXEHt+SyDBNbEc+++Usqz3iLcB23XHy/vQEGBHnNi8uK2Aos5QQKFKdfaXsmHAm3lBHkDCjIKqdeFeHmq5ulbqT1lkLAvSUFIN5QjJBXwrhCngb22a6hr1d/TYvv5RSO9l9+0EOVQOBsoiPzt+bm8xs6vP4MCIZEsi/RN/EZeR17Re9wJTKa88caajQgG1N5QcKVPBWVn5ZaCXJj2khrWLZLUU2PwHpmOkStYOZ8jQwIZMp2xzglq1Vo5fyJUBWRxaYSUg2zpnCG0ItTD86Z4yA9v0Zb/+qNR7GOZD0qjej6cemx51+ieJEhELyYJS958MO7xFEFky1w64Xp6f/cJFPwzvZ29AwV3158vr0DBh+ubf0HBl/fTOSz21P0y4RkxavMyAp5NwNq7sjjw8jR3bTucEPDY4seZq5/z0rXP7GVF0D0SfOEpRZaYVmgCPW3Lj8QRblEbCTzqbokGhRCilfNROyZAQU68cd1YamYPbyCBeHsRD2zizk9cDbq+jtGYuOoHTg0KAvntfnCV3kACYsIudaZO4riS8nFe866OsdBHQ+WGCud57jyjiVpfoGCLXks4Tc737tqhscLSCE8b5iIcuZvvdfvaFEVQnb4U4QHR8RT65AJHksEIbRYJsuiVXkWWKKPsdeRWUYs3egq4x5VR7ia+0SoapYl2ks6FUJWW7b0PFSwJPflpKew/LESs7coNG3ZIzQ942+OYzmdR5tIyJ8tN/rphimkzTLtBf1sWYiTc5KglVaE9+fsIrwKjU7KBBubTAtMNRW8n56C6VAupSRw/Pj5OsJFOnF/HnWmIv8zeXV7dXp6JSa1A6qRF/+fk4qI9K1zgHO3gml+t5xEvh85i+p/jwqBuGr9BW3W1/gDbCxiNSjh0JyhIxnsOjWkO+y27ULBxgcVRVS0x0L03dS3H30rykt1FX8FNrjMduql0qoOrfu/Bq5turb6ORnv9ZFT7lWh3TcuYUr5AwX+0G/8XyLL/PQwjKn4HxMBBLc23IczIN6y0GtM0pYIHtrL5pR0Oc0r+ker6Ow7qQbg=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"},next:{title:"Get global Report Portal integration instance",permalink:"/docs/api/service-api/get-global-integration-using-get"}},q={},k=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(d(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}}),(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(j(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:14.283Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.283Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/76d80f02.847112c6.js b/assets/js/76d80f02.284ae055.js similarity index 98% rename from assets/js/76d80f02.847112c6.js rename to assets/js/76d80f02.284ae055.js index 9676ff6ba..9c05a8990 100644 --- a/assets/js/76d80f02.847112c6.js +++ b/assets/js/76d80f02.284ae055.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27943],{30478:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>k,contentTitle:()=>y,default:()=>_,frontMatter:()=>f,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),m=i.n(p),g=i(5397),u=i.n(g),h=i(4667),j=i.n(h),b=i(9472),x=i.n(b),v=(i(1176),i(12005),i(85162));const f={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get",permalink:"/docs/api/service-api/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(m(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(v.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:13.757Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.757Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27943],{30478:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>k,contentTitle:()=>y,default:()=>_,frontMatter:()=>f,metadata:()=>N,toc:()=>q});var s=i(85893),n=i(11151),l=i(58219),t=i.n(l),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),m=i.n(p),g=i(5397),u=i.n(g),h=i(4667),j=i.n(h),b=i(9472),x=i.n(b),v=(i(1176),i(12005),i(85162));const f={id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",source:"@site/docs/api/service-api/get-global-integrations-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integrations-using-get",permalink:"/docs/api/service-api/get-global-integrations-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get",title:"Get available global integrations for plugin",description:"Get available global integrations for plugin",sidebar_label:"Get available global integrations for plugin",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zgQ/ivCnNqCsZJidw861dumqdFuYuRxCnwYS2ObuxTJkiNnDUH/vRhJtuXYCVIfLIjz4DffvFQD4zJC9gjaMi0Dsnb2LHeWgzOGAswUOE/d+aSADJbEV8bN0Uz2BvEharu8urwHBR4DlsQUxGsNFkuCDLypltpey4sCbeUEeQUKCop50F68PFcL9LPSgQrIOFSkIOYrKhGyGnjjxWnkoO0SmmYmytE7GymK/OP5uTwOfd98BwUSGVkW6Yf0gzyOvGIIuBGUTGXrjTUbEQwCvqXoqpALyt7Kzf+lnCX+IHyx7pDkgVqDL8h0jFzBwoUSGTIokOmMdUnQqM7KhROhKiCLcyOk7GRz5wyhFaEenrcZpTC8RVv+649WcR/LdJCw+vVwmkPL+1b3JEEiejNJWPHqq3FPpwgiW5VSnjfjh/tvoODv8d3kMyi4v/l+eQ0Kvt7c/gMKfnwZT2G2pe63CS+IUZu3EfBqApbBVX7Hy/Pcdc1wQsCHFi9nrnnNiw9OQE/eVgT9T4L3gXJkiWmBJtLzrrwiTnCN2kjgybLt/mRQBzFZuJB0vQsKSuKV60dFOxB4BRmk64t0YJN2blI0Jq33bd+AgkhhvR0fVTCQQe2DY5c702RpWku5uKB506To9dEMuSXvAk9dYDRJ5wsUrDFogd/meOuuGxILrIzwsmL28cjddKu7r0VRBNXrS9HtEB1PnW8uciIZS9AWiSBL3ulFYokKKt4nbpF0eJPngPe4CirdKLRavlUaaSfpmwlVedXd+1jDnDBQGFdC9+NMxNou3LBBh9S8wNsWx3g6SQqXVyVZbhPWD0/M2+HZj/W7youRcFOillTF7uTTEV4FRudkIw3Mxx7zFSUfR+eg+lQLqVmaPj09jbCVjlxYpr1pTH9MPl9e312eiUmjQOqkQ//n6OKiO/Mucol2cM1v1u8BLbtGYvqfU29Qt33egq372n6E9QUcTEZQ0F0DCtDIfzZYbTMFKxdZDOt6jpEegmkaOf5ZUZBkzvYF26a20LEfOqcatN6vNXh322/N98nBMj0ZxXbj2U3bIaaSN1DwH20Ol3EjVb4iLCi0eDqFcZ6T54GprFSpu90EkE+CpvkFInjiWg==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations",permalink:"/docs/api/service-api/get-global-integrations-using-get-1"},next:{title:"Get available project integrations",permalink:"/docs/api/service-api/get-project-integrations-using-get-1"}},k={},q=[{value:"Request",id:"request",level:2}];function w(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all/{pluginName}"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations for plugin"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(m(),{className:"paramsItem",param:{name:"pluginName",in:"path",description:"pluginName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(t(),{label:void 0,id:void 0,children:(0,s.jsxs)(v.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(u(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:14.281Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.281Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file diff --git a/assets/js/77f794d9.d7f329e5.js b/assets/js/77f794d9.04b5bbf2.js similarity index 99% rename from assets/js/77f794d9.d7f329e5.js rename to assets/js/77f794d9.04b5bbf2.js index 0e933595b..290cdb9ec 100644 --- a/assets/js/77f794d9.d7f329e5.js +++ b/assets/js/77f794d9.04b5bbf2.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36416],{44612:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-items-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:13.837Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:13.837Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:13.837Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36416],{44612:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3lGizfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHetiSLdlypicnIgCCHz4CINaCIHVi9igIHZ1JwvwsNpqsUQqteAqFKdACSaNvEjETKdLcpyk6wuRKeUdobwhz98VJnf5x/SBCUYCFHAktm10LDTmKmYgb4USEQmoxEwVQJkKRoIutLHiDHSmL37y0mIgZWY+hcHGGOYjZWtCqYJNSE6ZoRSiWxuZA9aeffxRlGW72Laz5B2P6zP8d2rkvd3RvR1bqVJTlEwu7wmiHjtc/vH/PP33jf/0pQsGwoiZefRe94589q2AtrNhNhrT6LknxwgZzBluErbxZsM+MueUwkax9UCZ1U6zemvQenfE27p/5UUgOgPcyYQYc3mwhNdjV1fZwrfVfewt9+w0WD2w5rHejzOcLDVLdTNi0q78flMri0OfuHgOx3FUcJ1gN5s1UYQVex9l0cXxGte9gKFD7nOFDaw2rvoDVFauXpiL0wrMUWagCugQCxXHUX7V50eKpDEWOzkE6DNoGneFVmQ+oddxPgPCskiob7gxBXIbC1WS+H2L4TX2UI9HfZIlpeKK7M07Wd/GIwg8faoV5bGz3uNrni77wUhmgignuE9oUk1uTdhQWxigEXQs4j6NUPZUblXiVpsatfa69nWYxB4qzE86bI2UmGfUgl3qeGa+ST2x3IuC5SVD9jkDeIlt2w6Y7Un+D8ofEKiINrRbWxOgcJg99Qh84cVMbJuJpUeEzaKpS9WkqtyadTASLzis6kdhc5E/wqxU/xS/vqqtwK3UvPIe88g7tVWZkjJMUyo5nm/rVSSUPu2vH8gkQWbnwhJOqJpu+bDUm7/EVV4N0fGYej2XK2CR4j8tBxV6HMbCOepfhR1J2Bu4qkyqxqIfzWAZuTkBuJMtNrpycDnuAVh92GpBNzjzaC4Anc6lBrf7FZNi12OR525zswfSd0GpQ85Xjis7bTmLB9b7eUQ4syN3tpZKtKwtyX+xw8S2UT6UezbnOL3JJvwEdv0DNxZbxV6TBLigUftCJuj1KtbHYoG1HiHCg3JWvLXhMPD+c7vUYKt2HyPGA3rXSIy0xX+CjXHzVLS/A9tl5CI7q8TJ8Wsq2pXNzqPrj5DTFsLDS5EzY7nDc8tSAj8Szw53Nnt23TH/lmDejpNHTWqe6DtXRI84ED5gXCo6VkJ0jMcPIykNKIpY29grsm92y9ra6+QSWTsvzjoCkIxn3++/N18lcSXCJca8cbAQhSaq2BNRdT+VEucM9AH7H2LP2/226AWkk33DrcQUOP4Kb2t62KiMJl8beBl7Lb35Ma/yJVTbUTLCwGANxAluCcrg79Jgj2DgLXDtdCCrSBVIH0KT4YGlsUFjzLBNMAqOZFfUDoB4GiTYjiej5Ilp3pihlxMaixnbUvNmi9ebxVopQOLTP7aCoKjuCTZCJjSpnUbQGT5mxklZlBIXcG9rcY2Es3RlLoILaluBkayUsVB3u1lxDWPCKI5MRFW7P3F0ru31ps6AIG3l+QG882p/yfDSOAk4sAegkYM+CN3IZaMQEk7eBWQa1v8Guw1u/EszNua2kikroXBoO6RNDFft638e1WCBYtJeekX984mXZvnea+9yFZgS31o/Lu5sgMbHnHqma9DXDKqj7lGaQNvcFKzE2eTUjEK7+8suev6FQMkbtsKN+WUCcYfDh/L1oOowK1FkUvby8nEO1em5sGjWqLrq9ubr+PL8+YxUuoWhd7f1P5xcX9bfCOMpBd718FaOHe2nC7xQVCqTudEU12x/F84UIxWxnulgP55rNGcWa6yy5nVk8hSIzjtjIer0Ah1+sKkv+/M2j5fg+bTlcRTuRjv8eucXr7WRRvLlvOpa3QXeUOnigtt7oldg0KEKEdQ/TmbHwMPVVHvTBeYUPXQMlX74MIeHi/Nh0WuIyjrGgji5PVvk6bHIUz6TL8j9Li95G",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-items-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:14.359Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:14.359Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:14.359Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/7ddbc678.dcdfb36e.js b/assets/js/7ddbc678.beb11329.js similarity index 99% rename from assets/js/7ddbc678.dcdfb36e.js rename to assets/js/7ddbc678.beb11329.js index 127904a6a..6f9897145 100644 --- a/assets/js/7ddbc678.dcdfb36e.js +++ b/assets/js/7ddbc678.beb11329.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[35979],{25175:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>F,frontMatter:()=>q,metadata:()=>N,toc:()=>I});var t=s(85893),i=s(11151),r=s(58219),n=s.n(r),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),p=s.n(o),c=s(41429),d=s.n(c),h=s(5397),u=s.n(h),y=s(4667),g=s.n(y),j=s(9472),x=s.n(j),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-error-page-using-get",permalink:"/docs/api/service-api/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log",permalink:"/docs/api/service-api/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/get-nested-items-using-get"}},b={},I=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,i.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("h1",{className:"openapi__heading",children:(0,t.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,t.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,t.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,t.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Path Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Query Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,t.jsx)("div",{children:(0,t.jsx)("div",{children:(0,t.jsx)(n(),{label:void 0,id:void 0,children:(0,t.jsxs)(f.default,{label:"200",value:"200",children:[(0,t.jsx)("div",{children:(0,t.jsx)(a.p,{children:"OK"})}),(0,t.jsx)("div",{children:(0,t.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,t.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,t.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,t.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,t.jsx)("strong",{children:(0,t.jsx)(a.p,{children:"Schema"})})}),(0,t.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,t.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"binaryContent"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(g(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,t.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"pagesLocation"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object[]"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(g(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,t.jsx)(u(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-24T15:34:13.876Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:a}={...(0,i.a)(),...e.components};return a?(0,t.jsx)(a,{...e,children:(0,t.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[35979],{25175:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>F,frontMatter:()=>q,metadata:()=>N,toc:()=>I});var t=s(85893),i=s(11151),r=s(58219),n=s.n(r),m=(s(62316),s(51039)),l=s.n(m),o=(s(82723),s(9487)),p=s.n(o),c=s(41429),d=s.n(c),h=s(5397),u=s.n(h),y=s(4667),g=s.n(y),j=s(9472),x=s.n(j),f=(s(1176),s(12005),s(85162));const q={id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",source:"@site/docs/api/service-api/get-error-page-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-error-page-using-get",permalink:"/docs/api/service-api/get-error-page-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-error-page-using-get",title:"Get next or previous log in test item",description:"Get next or previous log in test item",sidebar_label:"Get next or previous log in test item",hide_title:!0,hide_table_of_contents:!0,api:"eJzFWc1y2zYQfhUMLrEzjGSnPwee6qZu6qnjevJz8vgAkSsKDQgwi6VtRdUT9RF6y5N1lj8SJVEWqXKmF2tG2t3vw2KxWHxeSFKJl+GdNC55FTlL6IwBlPeBdBmgIu3sVSxDmQBdIjq8VQl88tomby8/ykBmClUKBMhBFtKqFGQop9oQ4Ai+jFRO7sIqM/8KsQyktjKUX3LAuQxkDD5CnTGEDOWvhY8Xk7l40fR6IQPpoxmkSoYLSfOMASbOGVBWLpdBC+hEW4XzN84SWOqOuuHWCusJtU32oOoeC9Tty9KWIAGUgZw6TBWVX/34/T5EgrQHJkE6BKpRnt65WE91ny1tej2X2waJWBG8Ip3CXiK5jWZ9KLD9MCngSFe9ll96DIIOD2B6QLN5/3I2Lum1QDYfZHUu+ch73geZHQYqqhS8V0kP+Mqhf4IzRT2Kl62PwED3J0TUZyNXLkNsJgLh/FYh2F4cNtwG5nHd++y2OA/ByZOi3HenUdp3rYFMJTDKDlbye/C5IS/YUsxdLh6VJUFO8KI1PIA4ORuNbk67r/e717s8vP56gMdNnk4AhZsKhMhh7EUGKCr+/wXZ4YEJ4IND0jYREWoC1EpoK2gGoowcigx5EKJ5IE6Uj/5i59OR+AWmKjckOL5wGAMK7YXyEdhY22Qk3uWGdGagtFgFVwjC51nmkCAe8dpoboq6cMh3OTxlxsUgQ8IcWlauEBWvgS9z31YBGwlAlR4osJUNwpdcI8Q7yFsRN05y1cJ2QtZGe4P2OjJVR7pR61uhHXjD7iD2KmX3bOwzZz0UKX19dsYfm8H/+F0GMqpGynAhX45f8keHDdJUbDAPzvG1S96DdzlGmxTvZDE95rmOefSuYrkJr4en7LIGdclvc7xtQPy8Nfc241fUP3LkoESjWZ5OrNLmqgNo0383h0XEtq+bGK3Vuum4vx7KjF51NV5NaB3Ni5GqZW4Am6ecPuC3jwzko0JbFOHUFfU3ydmKUBUbOlWkeDLL7WfrHq28XwayHijassMtyl+7SJVFdriILi3h/Nvfxtkk0Ja+/SMP7dtnmHfMwYMyOXRrssvmzrbvO09YHeewqu7bymNZYsWQIUSKuJSnynjYPvpvgYSFJ27FIkN40C73wrikaObgSVRPpRRo5qrnbPF6pZkM5fjhfLxodI/l2LhkbKp98eNF3dKW3LABH+rnbo5GhpJdyUXOLMPxeKFymjnUNF+OVaZbLlzu/bcOSRlRxpKce9RqYsotq8OVTai4Z2QoZ0SZ3wl3W9uuS5UNZVDZcwWuGO12td+cJ8FtVigbC2YmTvRUWIAY4lO+jku+YpvwmlcMqRthYZUVRiPteOvuOVVRXuLeLeQEFAJe5Jzxu3v+uThEjeJupmZP3moeF7dXInZRnoKl8vCUzVlFRUOsLo4P5UXLuUmLQpXV1fvTDt9AGh2B9dBwv8hUNAPxenTGR7rYak5qOB4/Pj6OVPHryGEyrlz9+PrqzeXNh8tX7MInCtCX7H8YnZ+X32XOU6psA6Zr7W7kY3VWCJ5onBmlbXGQsKiasq7v5MO5DGS4eS8alxR/q+IuDOob+z6QM+eJXReLifLwCc1yyV+X0wPvY6w9V+qek7hY35HPKjqt7ItetV88qhqUlDwbHEdjR+LpxGNbTxqAiO6eBT3Q2mv9pxtoWXMDwG4LP53gtzSmQWjU4k9HApW2NBj0VZ/Vr56oQ8DX+k837EpcGgK4loS6AVd60zDAtSLUFbqSnAYAb+hBncDXgtMA4LVK1Am5ekQNAdvUjLphN4SpAQjsCEadSGyrU8MSue577NtFqgFIrZWjTjxWwtSR0D00pWf4NAWsI4k8Kyodgq40qyOh/2dV6eDiyrH4yMWdvK+EhVOx0o+eRaxs1nD36ydPz6FyE7s+ua3o9WPazpvYDVal9/Fr35irj6HQCLDkl9oMVAxYZKS0uIgiyJo7xbITZ2/1kOV/wy6X/wI7SChU",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log",permalink:"/docs/api/service-api/create-log-entry-using-post-1"},next:{title:"Get nested steps with logs for the parent Test Item",permalink:"/docs/api/service-api/get-nested-items-using-get"}},b={},I=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,i.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("h1",{className:"openapi__heading",children:(0,t.jsx)(a.p,{children:"Get next or previous log in test item"})}),"\n",(0,t.jsx)(l(),{method:"get",path:"/v1/{projectName}/log/locations/{parentId}"}),"\n",(0,t.jsx)(a.p,{children:"Get next or previous log in test item"}),"\n",(0,t.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Path Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"parentId",in:"path",description:"parentId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,t.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,t.jsx)(a.p,{children:"Query Parameters"})})}),(0,t.jsx)("div",{children:(0,t.jsxs)("ul",{children:[(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.autoAnalyzed",in:"query",description:"Filters by 'autoAnalyzed'",schema:{type:"boolean"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.binaryContent",in:"query",description:"Filters by 'binaryContent'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.id",in:"query",description:"Filters by 'id'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.item",in:"query",description:"Filters by 'item'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.lastModified",in:"query",description:"Filters by 'lastModified'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launch",in:"query",description:"Filters by 'launch'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.launchId",in:"query",description:"Filters by 'launchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.level",in:"query",description:"Filters by 'level'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logId",in:"query",description:"Filters by 'logId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.logTime",in:"query",description:"Filters by 'logTime'",schema:{type:"string",format:"date-time"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.message",in:"query",description:"Filters by 'message'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.path",in:"query",description:"Filters by 'path'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.projectId",in:"query",description:"Filters by 'projectId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentId",in:"query",description:"Filters by 'retryParentId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.retryParentLaunchId",in:"query",description:"Filters by 'retryParentLaunchId'",schema:{type:"integer",format:"int64"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"filter.eq.status",in:"query",description:"Filters by 'status'",schema:{type:"string"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.page",in:"query",description:"Results page you want to retrieve (0..N)",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.size",in:"query",description:"Number of records per page",schema:{type:"integer",format:"int32"}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"page.sort",in:"query",description:"Sorting criteria in the format: property, (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.",style:"form",explode:!0,schema:{type:"array",items:{type:"string"}}}}),(0,t.jsx)(d(),{className:"paramsItem",param:{name:"params",in:"query",description:"params",required:!0,schema:{}}})]})})]}),"\n",(0,t.jsx)("div",{children:(0,t.jsx)("div",{children:(0,t.jsx)(n(),{label:void 0,id:void 0,children:(0,t.jsxs)(f.default,{label:"200",value:"200",children:[(0,t.jsx)("div",{children:(0,t.jsx)(a.p,{children:"OK"})}),(0,t.jsx)("div",{children:(0,t.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,t.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,t.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,t.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,t.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,t.jsx)("strong",{children:(0,t.jsx)(a.p,{children:"Schema"})})}),(0,t.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,t.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"binaryContent"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)(g(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,t.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,t.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,t.jsx)("summary",{style:{},children:(0,t.jsxs)("span",{className:"openapi-schema__container",children:[(0,t.jsx)("strong",{className:"openapi-schema__property",children:(0,t.jsx)(a.p,{children:"pagesLocation"})}),(0,t.jsx)("span",{className:"openapi-schema__name",children:(0,t.jsx)(a.p,{children:"object[]"})})]})}),(0,t.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,t.jsx)(a.p,{children:"Array ["})})}),(0,t.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,t.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(g(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)(g(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,t.jsx)(g(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,t.jsx)("li",{children:(0,t.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,t.jsx)(a.p,{children:"]"})})})]})]})}),(0,t.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,t.jsx)(u(),{responseExample:'[\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "pagesLocation": [\n {\n "key": 0,\n "value": 0\n }\n ],\n "thumbnail": "string",\n "time": "2024-10-28T14:15:14.398Z",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:a}={...(0,i.a)(),...e.components};return a?(0,t.jsx)(a,{...e,children:(0,t.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/7f5c8eef.97bb8cbb.js b/assets/js/7f5c8eef.9d806271.js similarity index 54% rename from assets/js/7f5c8eef.97bb8cbb.js rename to assets/js/7f5c8eef.9d806271.js index 6346eb6da..99abb27d0 100644 --- a/assets/js/7f5c8eef.97bb8cbb.js +++ b/assets/js/7f5c8eef.9d806271.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79356],{46764:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>L,contentTitle:()=>y,default:()=>M,frontMatter:()=>f,metadata:()=>q,toc:()=>J});var i=s(85893),r=s(11151),l=s(58219),t=s.n(l),n=(s(62316),s(51039)),d=s.n(n),o=(s(82723),s(9487)),p=s.n(o),m=s(41429),c=s.n(m),h=s(5397),g=s.n(h),u=s(4667),j=s.n(u),b=s(9472),v=s.n(b),x=(s(1176),s(12005),s(85162));const f={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAW2tnU6A6dbvdogsE6cZeX+oYxVgay0woUiEpew1D/14MJVvyyml8sqjhzJvhe486gsfcQbIEZfJRarS3RimysBJgSrLopdGPGSSQWkJPH03+oL09LJzU+dPf8+d/JyCgRIsFebKc6QgaC4IESmu+Uuo/8ZMAqXkJ/RYEZORSK0vOPYiz9L2SljJIvK1IgEu3VCAkR/CHktM6b6XOoa5XTTA5/7vJDhxxmfeMePYZBHBvpD2HYVkqmYbW4q+OY4/9MtIrrjPH3XlzB2oJCiudbheVzECAlwXxrFpsZs2d8EQsT89LcpxyIzljl/pPfv7ZpmaKw7ZrAdJTEQAMXr+e7WLx+EdkNpEn5yPeFpm9pizyW+kiZXKoRb+hYTkBinakrlUiXRU8ELLWWBCwR6vDQW9MwLGuOMpbTLnZDXpUIKDS37TZa1jVAgpyDvNrXbaTvVJ1Y2yBHhLI0NMoRNUCquvo6zCuS0qFBVca7Zo5T28mQ+7cB+5kl7x5F7+7TpUgiXbLnTvodDb/6fH+EC8jzqi0lAYEyQaVIwEvo9RklJMetaQfrU12GLVau+T6tV7CaQugF0/aSaMbqX6jAyT/m1vADlX1ugaLryC/NWwNpXGhPxZ3AvFuEh97mq5jZfKYeEQgwJHdnXyisgoS4FhvUqPqJI6PWPmtsdIf6hhLOehlRqWx/slYjypqcgWEVuJaNYM9pWsOdYOVYrZsvS/dIN3TKbZjMweCaOOZpGdEQ5b8ZZyPeEoR6ixiZNEbuYk0UUbZW9Zdgzd6DbjDlVFhxjZElSFoLA3zYMWjSqum7vIIa0JL9q7iES9X/Jqda9b538MLFmVjMye7abnRaarzjU5PffX3VhvRn7V9VmoX0ggUpjfT29HkZjS9fZ58SN7fJpP341+mv/4DJ1H267M19HTTP80fHPVpdHdPj1Fm0qog7YNzt9LE1PdanVclb+LjLFByA65Z+W0wYgFKpqRdf1J3JaZbiqbjG0Yf2Mk8SOJ4v9+PMbwdG5vH7VYXf3y8f/g0fxjxlloAU7tB/2E8mTRrrI4Cda/MhSAvmj4bgqcXH5cKpQ7uZgObG4EtYcd3bnJ5bbbqDipbCdiyJJMlHI9rdLSwqq55+XtFlvm06jQT2JVJx/87t3mF6myC8GbWmunb6BLAVeDtIupDz0dAtLbTT1Cz1LaEGdmeMd03dUfPnKfLMLjAa3HacZemVPpeLJv2hVvxVwsIWLffDIXJOMzinu953EMCX+ALgzSh/eApYf0ICnVeNTJoyvLvP3g1KPI=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,q={id:"api/service-api/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post-1",permalink:"/docs/api/service-api/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAW2tnU6A6dbvdogsE6cZeX+oYxVgay0woUiEpew1D/14MJVvyyml8sqjhzJvhe486gsfcQbIEZfJRarS3RimysBJgSrLopdGPGSSQWkJPH03+oL09LJzU+dPf8+d/JyCgRIsFebKc6QgaC4IESmu+Uuo/8ZMAqXkJ/RYEZORSK0vOPYiz9L2SljJIvK1IgEu3VCAkR/CHktM6b6XOoa5XTTA5/7vJDhxxmfeMePYZBHBvpD2HYVkqmYbW4q+OY4/9MtIrrjPH3XlzB2oJCiudbheVzECAlwXxrFpsZs2d8EQsT89LcpxyIzljl/pPfv7ZpmaKw7ZrAdJTEQAMXr+e7WLx+EdkNpEn5yPeFpm9pizyW+kiZXKoRb+hYTkBinakrlUiXRU8ELLWWBCwR6vDQW9MwLGuOMpbTLnZDXpUIKDS37TZa1jVAgpyDvNrXbaTvVJ1Y2yBHhLI0NMoRNUCquvo6zCuS0qFBVca7Zo5T28mQ+7cB+5kl7x5F7+7TpUgiXbLnTvodDb/6fH+EC8jzqi0lAYEyQaVIwEvo9RklJMetaQfrU12GLVau+T6tV7CaQugF0/aSaMbqX6jAyT/m1vADlX1ugaLryC/NWwNpXGhPxZ3AvFuEh97mq5jZfKYeEQgwJHdnXyisgoS4FhvUqPqJI6PWPmtsdIf6hhLOehlRqWx/slYjypqcgWEVuJaNYM9pWsOdYOVYrZsvS/dIN3TKbZjMweCaOOZpGdEQ5b8ZZyPeEoR6ixiZNEbuYk0UUbZW9Zdgzd6DbjDlVFhxjZElSFoLA3zYMWjSqum7vIIa0JL9q7iES9X/Jqda9b538MLFmVjMye7abnRaarzjU5PffX3VhvRn7V9VmoX0ggUpjfT29HkZjS9fZ58SN7fJpP341+mv/4DJ1H267M19HTTP80fHPVpdHdPj1Fm0qog7YNzt9LE1PdanVclb+LjLFByA65Z+W0wYgFKpqRdf1J3JaZbiqbjG0Yf2Mk8SOJ4v9+PMbwdG5vH7VYXf3y8f/g0fxjxlloAU7tB/2E8mTRrrI4Cda/MhSAvmj4bgqcXH5cKpQ7uZgObG4EtYcd3bnJ5bbbqDipbCdiyJJMlHI9rdLSwqq55+XtFlvm06jQT2JVJx/87t3mF6myC8GbWmunb6BLAVeDtIupDz0dAtLbTT1Cz1LaEGdmeMd03dUfPnKfLMLjAa3HacZemVPpeLJv2hVvxVwsIWLffDIXJOMzinu953EMCX+ALgzSh/eApYf0ICnVeNTJoyvLvP3g1KPI=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/get-error-page-using-get"}},L={},J=[{value:"Request",id:"request",level:2}];function E(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Create log"})}),"\n",(0,i.jsx)(d(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(a.p,{children:"Create log"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(c(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(a.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[79356],{46764:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>b,default:()=>P,frontMatter:()=>y,metadata:()=>N,toc:()=>w});var i=s(85893),r=s(11151),t=s(58219),l=s.n(t),n=(s(62316),s(51039)),o=s.n(n),c=(s(82723),s(9487)),d=s.n(c),p=s(41429),m=s.n(p),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),x=s(9472),f=s.n(x),v=(s(1176),s(12005),s(85162));const y={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIQu3lao8dW9vT7dS1duD5eUoqoZkCG4dO7UdWBTlv5/GCSQs9MoTccYz34y/73Nq8Jg7SJagTD5KjfbWKEUWVgJMSRa9NPoxgwRSS+jpk8kftLeHhZM6f/p7/vx1AgJKtFiQJ8uZatBYECRQWvONUv+ZnwRIzUvotyAgI5daWXLuizhLPyppKYPE24oEuHRLBUJSgz+UnNZ5K3UOTbNqg8n530124IjzvCfEs39AAPdG2nMYlqWSaWgt/uY4th6WkV5xnTnuTpt7UEtQWOl0u6hkBgK8LIhn1WEza+6EJ2J5el6S45QbyRn71H/y8682tVO8bLsRID0VAcDF69ezXSwe/4jMJvLkfMTbIrPXlEV+K12kTA6NGDZ0WU6Aoh2pa5VIVwUPhKw1FgTs0epw0BsTcKwrjvIWU252gx4VCKj0d232GlaNgIKcw/xal91kr1TdGFughwQy9DQKUY2A6jr6JozrnFJhwZVGu3bO05vJJXfuA3eyc968i99dp0qQRLflzh10Opv/8nh/ipcRZ1RaSgOCZIPKkYCXUWoyykmPOtKP1iY7jDqtnXP9Wi/htAXQiyftpNGtVL/TAZL/zS1gh6p6XYPFV5DfGraG0rjQH4s7gXg3ieuBpptYmTwmHhEIcGR3R5+orIIEONab1KgmieMaK781VvpDE2MpL3qZUWmsfzLWo4raXAGhlbhW7WCP6dpD3WClmC1b70t3ke7pGNuzmQNBdPFM0hOiS5b8ZZyPeEoR6ixiZNEbuYk0UUbZW9Zdizd6DbjHlVFhxjZElSFoLA3zYMWjSqu27rKGNaEle1fxiJcrfs3ONev97+EFi7K1maPddNzoNdX7Rq+nofoHq63oT9o+KbUPaQUK05vp7WhyM5p+eJ7cJpP3yeR2PP3tw79wFOWwPlvDQDfD0/zJUR9Hd/f0GGUmrQrSPjh3J01M/aDVeVXyJj7OAiU34NqVjxcjFqBkStoNJ3VXYrqlaDq+YfSBncyDJI73+/0Yw9uxsXncbXXxp8f7h8/zhxFvaQQwtVv078eTSbvG6ihQD8qcCfKs6ZMheHrxcalQ6uBuNrC5FdgSdnznJufXZqfuoLKVgC1LMllCXa/R0cKqpuHlHxVZ5tOq10xgVyYd/+/d5hWqkwnCm1lnpm+jcwBXgXeLqA8DHwHR2c4wQcNS2xJmZAfGdN/WHT1znj7DxQXeiOOOuzSl0g9i2bTP3Iq/WkDAuvtmKEzGYRb3fM/jHhL4Al8YpAntB08J6zUo1HnVyqAty7//AHVoKPE=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post-1",permalink:"/docs/api/service-api/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGP2jgQ/ivRPLWVIQu3lao8dW9vT7dS1duD5eUoqoZkCG4dO7UdWBTlv5/GCSQs9MoTccYz34y/73Nq8Jg7SJagTD5KjfbWKEUWVgJMSRa9NPoxgwRSS+jpk8kftLeHhZM6f/p7/vx1AgJKtFiQJ8uZatBYECRQWvONUv+ZnwRIzUvotyAgI5daWXLuizhLPyppKYPE24oEuHRLBUJSgz+UnNZ5K3UOTbNqg8n530124IjzvCfEs39AAPdG2nMYlqWSaWgt/uY4th6WkV5xnTnuTpt7UEtQWOl0u6hkBgK8LIhn1WEza+6EJ2J5el6S45QbyRn71H/y8682tVO8bLsRID0VAcDF69ezXSwe/4jMJvLkfMTbIrPXlEV+K12kTA6NGDZ0WU6Aoh2pa5VIVwUPhKw1FgTs0epw0BsTcKwrjvIWU252gx4VCKj0d232GlaNgIKcw/xal91kr1TdGFughwQy9DQKUY2A6jr6JozrnFJhwZVGu3bO05vJJXfuA3eyc968i99dp0qQRLflzh10Opv/8nh/ipcRZ1RaSgOCZIPKkYCXUWoyykmPOtKP1iY7jDqtnXP9Wi/htAXQiyftpNGtVL/TAZL/zS1gh6p6XYPFV5DfGraG0rjQH4s7gXg3ieuBpptYmTwmHhEIcGR3R5+orIIEONab1KgmieMaK781VvpDE2MpL3qZUWmsfzLWo4raXAGhlbhW7WCP6dpD3WClmC1b70t3ke7pGNuzmQNBdPFM0hOiS5b8ZZyPeEoR6ixiZNEbuYk0UUbZW9Zdizd6DbjHlVFhxjZElSFoLA3zYMWjSqu27rKGNaEle1fxiJcrfs3ONev97+EFi7K1maPddNzoNdX7Rq+nofoHq63oT9o+KbUPaQUK05vp7WhyM5p+eJ7cJpP3yeR2PP3tw79wFOWwPlvDQDfD0/zJUR9Hd/f0GGUmrQrSPjh3J01M/aDVeVXyJj7OAiU34NqVjxcjFqBkStoNJ3VXYrqlaDq+YfSBncyDJI73+/0Yw9uxsXncbXXxp8f7h8/zhxFvaQQwtVv078eTSbvG6ihQD8qcCfKs6ZMheHrxcalQ6uBuNrC5FdgSdnznJufXZqfuoLKVgC1LMllCXa/R0cKqpuHlHxVZ5tOq10xgVyYd/+/d5hWqkwnCm1lnpm+jcwBXgXeLqA8DHwHR2c4wQcNS2xJmZAfGdN/WHT1znj7DxQXeiOOOuzSl0g9i2bTP3Iq/WkDAuvtmKEzGYRb3fM/jHhL4Al8YpAntB08J6zUo1HnVyqAty7//AHVoKPE=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/get-error-page-using-get"}},q={},w=[{value:"Request",id:"request",level:2}];function W(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(a.p,{children:"Create log"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(a.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(W,{...e})}):W(e)}}}]); \ No newline at end of file diff --git a/assets/js/8858ccd2.fa8ecb1a.js b/assets/js/8858ccd2.326c1f0a.js similarity index 99% rename from assets/js/8858ccd2.fa8ecb1a.js rename to assets/js/8858ccd2.326c1f0a.js index 8a84b467d..dec8a8e3e 100644 --- a/assets/js/8858ccd2.fa8ecb1a.js +++ b/assets/js/8858ccd2.326c1f0a.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[61654],{5054:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>v,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),j=i.n(h),u=i(4667),x=i.n(u),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,a.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:16.127Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:16.127Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[61654],{5054:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>v,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),j=i.n(h),u=i(4667),x=i.n(u),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz4jgQ/iuuPiVTDk6yj4NPy2SyO9ROzVIhnCgOwmqwdmzJkVrJsJT/+1b7QQyYwKTmZJD6pe6vW582QGLlIJ4BoaMrRZhfJUaTNVmGFuYhmAKtIGX0SEIMK6RHdDQizD+up17JqVN69df9I4RQCCtyJLRsbwNa5AgxsMmRhBCUhhgKQSmEINElVhVstiti8ckrixJish5DcEmKuYB4A7Qu2Jgjq/QKyjLc2i+s+RcT+sr/3nKyK3e+pzkLu8Joh473b6+v+bNr/J+/IQTOG2ri3Q/RB/50rCrK2GybvAd0xtuEQ2kcmgWHx2m0nHJStTtBZNXCU/2vkRXWijWfljB3XfNsethqnO3jG657Th7Cs8g89uWkLPm0Eh9w2au4k5yefdTyUeU9pkNYGpsLghikILwilipDSIW7S1UmLXYNLozJUOhGYEKCXP+ukp11pQlXaLu+lKbff60EnWtO3Ca0WujiZVYLPbKx+cnqeTJDLbL1fyj7Q0tMnjegOUzTd0KrRTZZO+4QdnsWCu4P9U5iYEFuXHdIbygLclOb9W4VmV8pXfVV37bzi1zRJ0F4Zg1IJd+QRrLXmu8NogKkWmljscm2PQKEben6jISQCa+TdHQuXGpxBp53veHqY1npzsrTBR230p2W7iKSG/gkFt/V5YWwu+h8Kx3V3O0/LaUMkL1D1YtnjylOCyudPQlbD6ctn1vwI/XsYGfrsxPLl92dU9EcBY32+WIH2f2h/nJbRVTnnSfBI+ZFJk5dIfs3LFgkq95SgkTZxGfCXuxfa5dV55Ow9GNz3pEg5UglO7WcbFfPxorEJSY718FWUEip+GYS2XhH5Qfl3so9j25MPGv/bNNNko7MGyZxd8LhZ+HSswy+qhwZuNQ/LEPwWj35Y1req76NssGlxMJiIoin11JkDvfJ2p9Ky4AjCxhqwWIdTKejTxBCjpSahohCO3Eger6JNh2CV0asFnEU0aZmlyWE4NA+t+y0ukiAlcgkJivjKNoIT6mxitZlJAp1wCAfsDCWxsaSyILaFvD4tEossrqArbkGgsJnnOuUqHAH5satLPMhn/McZ0EIG/l5GcI2okPK+dk4CnhUBELLgCMLLtQy0IgS5WVglkEdb7Af8GtcEnMzsJVUUQkNlOEizTlVia/9zjawQGHRDj3nejbvbk+Y4DYEoiO0LXxzoIoHV1dxJVRNF6WXptvk3eweSX17lOF4FEiTeCZO1dOkId+iJi/Nw2DiC1bi9OZCcbVdvfLHwZFDyFSC2mFHfViIJMXgdnANDe2oThNH0cvLy0BUuwNjV1Gj6qIvo7v7r5P7K1bhexWtq6P/bXBzPbipLkLjKBe64+Yo0vs5NOF3iopMKN1hQ3UXzOD5BkKI9x5EhDk0DRlC3Dy15iGkxhErbTYL4XBqs7Lk5SePlqs+f0V2hQGpHP8+0rCb18cPXDw0zOQy2D7seqNvLxW9hi0LAQhrotI+Cvml9y7fu2l4RwBdAyU3Y4pC8vU7a7gUDJMEC+ro8rOP22M7pfhhXJb/AyS+S3M=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,a.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:16.582Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:16.583Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/88f92607.2755c2d2.js b/assets/js/88f92607.d4df8cb6.js similarity index 66% rename from assets/js/88f92607.2755c2d2.js rename to assets/js/88f92607.d4df8cb6.js index 686ef199b..619647183 100644 --- a/assets/js/88f92607.2755c2d2.js +++ b/assets/js/88f92607.d4df8cb6.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[20469],{96323:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>N,contentTitle:()=>f,default:()=>k,frontMatter:()=>y,metadata:()=>b,toc:()=>M});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),c=i.n(n),m=(i(82723),i(9487)),d=i.n(m),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),g=i(9472),v=i.n(g),q=(i(1176),i(12005),i(85162));const y={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpgxl2kgOnZSeklsrUDAGmtmoJB2E3oMSWHKk9Myzl/77VssHy4HxUOBmpv/TU/Z59BBI7C6MVEFrqScKsJ+xBxb1YKzI6TdHAOgSdoxEktZomMIKtVNLul2hpSpg9WKl2s4clhJALIzIkNBzyCEpkCCPIjf6CMd3xvxCk4iVBewghQRsbmXPgCzuD3wppMIERmQJDsPEeMwGjI9Ah57CWjFQ7KMvwnInqkqbJDxO1zH49z7oyRkt/6eTAFu2wFSyTZ4wLXpl/ghAYRlTExiLPUxk7FKMvlj2OfjJJKWf70MLWxWgqXAGqZCkdPqkoVLx/KGTCF1TXqjeMIN+E4SsjidalJjJyU1D1r7YVxogD40SYWb8ETjw+e7gSfhz+Kx468ArBHixh5m1ttE5RKAgBn0WWc7atSC2WITyKtMAu1MvyxfV1JDqhcrEXwlabTBCMIBGEPWKrMgRpbZ3tdGa30MbaGS053s8BLkiPlUgP/7HrxXlLboQsqxvhsvxnQqNEunB4uVJ+6aIml34/vasN2Vk1Z52lbMg+mLRzK0+LnVRuOjsvu9hkkt4L8relItyh8e9BKnp3zQ4k469I06QzWtFZhGsGuVPaYI226Ua7ubquIK3h6cpukMyhO7Lbut92Q0CCCtvVhaiKjFtqNl4sJu8hhA/j6a17WCzvZ7Pq6eO0fpreLSfz+cNs6f7djO9uJre39c6Hewjhn/H8DtaMIVq6ERY7UazgavObW7C5VrZqh+FgcElk9x/bzPUmetNNVvcnWbjRPM2O9RY/bcEMrRW77wx7Pe+5wVgQV+0IIoTnXqwT3KHq1Rzc2+jk0KuJv4t622eqeDVgwAIeJKjGTlmpVaVWjsV+mOfMUh35WB0ypL1mgcwLd2rWnhFEj8Po6GlbGXH+6NioUAkhWDSPJ910zQ/sQzrWaTmKoqMoaK+NpEMZiVxeHG+OuTY004ZEGlSxXLlGik1awX4KV933VhQpj+OeKLcX4WYn26Z12RDC2p5771zRZQP9rS0FDFkgVBJwZcEruQ0UYoLJ60Bvg6re4GXBTV0JZrpvnFXujPpSc4OsGaq4qPKujrBBYdCMC4Z6tfa3F9yuNel5Ruemqw/kutoNuTPi9wlgeZ43Uj85iVVbSc89cx7zk+DVPXvqllN7r1/C7PFDLWAwHAyve1eD3vB6efV29Mf16Opdf3A1+Bc80WqrTfXactYXL2inrKzaGtCYn6i/WfEZ3zukR/QDn8Ybk8KPw8d+ydlVzR5Leyzqc3MTsqbkyvFMwl5VNfc2FOtzoxdeqq32OcyfnO+M1alNx7NpkOi4YKAd7dU0KSoxrbloUeTsxBeQCemAqFb+vGjnEFIZo7LouY9zEe8xGPYHZyC5U0dR9PT01Bdut6/NLqpdbXQ7vZncLSY9duE3KTS2qv5t/2rQv3LarS1lQnlpOviw+y2L8JmiPBVSebpcUdsKHocQwujFC34VbeS9Za9D2GtL7HE8boTFB5OWJS9/K5CvdbVuyMq1aCItPzf8/6K4szrBq3ktcK+Ddh2d9Z9eqdTBY3MI60H2A/BnxW9V0fq6+I0iPP+SeXaPIuGZOdPNTZW15yanCXDxfcEnqDzGcYw5ebas6C3Fqr7fNvV3TaYTtjLiiSdPPMEIPsNnLlG7sztSdetHSIXaFU7OocrKv/8B7Mbsxg==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,b={id:"api/service-api/versions/5.10/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpgxl2kgOnZSeklsrUDAGmtmoJB2E3oMSWHKk9Myzl/77VssHy4HxUOBmpv/TU/Z59BBI7C6MVEFrqScKsJ+xBxb1YKzI6TdHAOgSdoxEktZomMIKtVNLul2hpSpg9WKl2s4clhJALIzIkNBzyCEpkCCPIjf6CMd3xvxCk4iVBewghQRsbmXPgCzuD3wppMIERmQJDsPEeMwGjI9Ah57CWjFQ7KMvwnInqkqbJDxO1zH49z7oyRkt/6eTAFu2wFSyTZ4wLXpl/ghAYRlTExiLPUxk7FKMvlj2OfjJJKWf70MLWxWgqXAGqZCkdPqkoVLx/KGTCF1TXqjeMIN+E4SsjidalJjJyU1D1r7YVxogD40SYWb8ETjw+e7gSfhz+Kx468ArBHixh5m1ttE5RKAgBn0WWc7atSC2WITyKtMAu1MvyxfV1JDqhcrEXwlabTBCMIBGEPWKrMgRpbZ3tdGa30MbaGS053s8BLkiPlUgP/7HrxXlLboQsqxvhsvxnQqNEunB4uVJ+6aIml34/vasN2Vk1Z52lbMg+mLRzK0+LnVRuOjsvu9hkkt4L8relItyh8e9BKnp3zQ4k469I06QzWtFZhGsGuVPaYI226Ua7ubquIK3h6cpukMyhO7Lbut92Q0CCCtvVhaiKjFtqNl4sJu8hhA/j6a17WCzvZ7Pq6eO0fpreLSfz+cNs6f7djO9uJre39c6Hewjhn/H8DtaMIVq6ERY7UazgavObW7C5VrZqh+FgcElk9x/bzPUmetNNVvcnWbjRPM2O9RY/bcEMrRW77wx7Pe+5wVgQV+0IIoTnXqwT3KHq1Rzc2+jk0KuJv4t622eqeDVgwAIeJKjGTlmpVaVWjsV+mOfMUh35WB0ypL1mgcwLd2rWnhFEj8Po6GlbGXH+6NioUAkhWDSPJ910zQ/sQzrWaTmKoqMoaK+NpEMZiVxeHG+OuTY004ZEGlSxXLlGik1awX4KV933VhQpj+OeKLcX4WYn26Z12RDC2p5771zRZQP9rS0FDFkgVBJwZcEruQ0UYoLJ60Bvg6re4GXBTV0JZrpvnFXujPpSc4OsGaq4qPKujrBBYdCMC4Z6tfa3F9yuNel5Ruemqw/kutoNuTPi9wlgeZ43Uj85iVVbSc89cx7zk+DVPXvqllN7r1/C7PFDLWAwHAyve1eD3vB6efV29Mf16Opdf3A1+Bc80WqrTfXactYXL2inrKzaGtCYn6i/WfEZ3zukR/QDn8Ybk8KPw8d+ydlVzR5Leyzqc3MTsqbkyvFMwl5VNfc2FOtzoxdeqq32OcyfnO+M1alNx7NpkOi4YKAd7dU0KSoxrbloUeTsxBeQCemAqFb+vGjnEFIZo7LouY9zEe8xGPYHZyC5U0dR9PT01Bdut6/NLqpdbXQ7vZncLSY9duE3KTS2qv5t/2rQv3LarS1lQnlpOviw+y2L8JmiPBVSebpcUdsKHocQwujFC34VbeS9Za9D2GtL7HE8boTFB5OWJS9/K5CvdbVuyMq1aCItPzf8/6K4szrBq3ktcK+Ddh2d9Z9eqdTBY3MI60H2A/BnxW9V0fq6+I0iPP+SeXaPIuGZOdPNTZW15yanCXDxfcEnqDzGcYw5ebas6C3Fqr7fNvV3TaYTtjLiiSdPPMEIPsNnLlG7sztSdetHSIXaFU7OocrKv/8B7Mbsxg==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-controller"}},N={},M=[{value:"Request",id:"request",level:2}];function P(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(q.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(q.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(q.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(q.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(q.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[20469],{96323:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>y,default:()=>w,frontMatter:()=>v,metadata:()=>N,toc:()=>E});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),m=i.n(n),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),g=i(9472),f=i.n(g),b=(i(1176),i(12005),i(85162));const v={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV12P2jgU/SvoPrVVIAyadld5WnZKtaijGRYYrbSUB5NcwG1ip/bNzLAo/311nUCcIf1QeQr2/fLxveckRyCxsxCtgNBSXxJmfWEPKu7HWpHRaYoG1gHoHI0gqdU0gQi2Ukm7X6KlKWH2YKXazR6WEEAujMiQ0HDIIyiRIUSQG/0ZY7rjfwFIxUuC9hBAgjY2MufAF3YGvxbSYAIRmQIDsPEeMwHREeiQc1hLRqodlGVwzkR1SdPku4laZj+fZ10Zo6U/dXJgi3bYCpbJM8YFr8z/hgAYRlTExiLPUxk7FMPPlj2OfjJJKWf70MLWxWgqXAGqZCkdPqkoVLx/KGTCF1TXqjeMIN+E4SsjidalJjJyU1D1r7YVxogD40SYWb8ETjw+e7gSvh/+Cx468ArAHixh5m1ttE5RKAgAn0WWc7atSC2WATyKtMAu1MvyxfV1JDqhcrEXwFabTBBEkAjCPrFVGYC0ts52OrNbaGPtjJYc78cAF6THSqSH/9j14rwlN0KW1Y1wWf4zoVEiXTi8XCk/dVGTS78f3tWG7Kyas85SNmQfTNq5lafFTio3nZ2XXWwySe8F+dtSEe7Q+PcgFb27ZgeS8RekadIZregswjWD3CltsEbbdKPdXF1XkNbwdGU3SObQHdlt3W+7ISBBhe3qQlRFxi01Gy8Wk/cQwIfx9NY9LJb3s1n19HFaP03vlpP5/GG2dP9uxnc3k9vbeufDPQTwz3h+B2vGEC3dCIudKFZwtfnNLdhcK1u1w2g4vCSy+49t5noTvukmq/uTLNxonmbHeosftmCG1ordN4a9nvfcYCyIq3YEEcBzP9YJ7lD1aw7ub3Ry6NfE30W97TNVvNpjwHo8SFCNnbJSq0qtHIt9N8+ZpTrysTpkSHvNApkX7tSsPRGEj6Pw6GlbGXL+8NioUAkBWDSPJ910zQ/sQzrWaRmF4VEUtNdG0qEMRS4vjjfHXBuaaUMi7VWxXLlGik1awX4KV933VhQpj+OeKLcX4WYn26Z12RCC2p5771zRZQP9pS31GLKeUEmPK+u9ktueQkwwed3T215Vb+9lwU1dCWZ6YJxV7owGUnODrBmquKjyro6wQWHQjAuGerX2txfcrjXpeUbnpqsP5LraDbkz4vcJYHmeN1I/OYlVW0nPPXMe85Pg1T176pZTe69fwuzxQy1gMBqOrvtXw/7o9+XVdXT1Nrp6N7h+99u/4IlWW22q15azvnhBO2Vl1daAxvxE/c2Kz/jeIT2iH/o03pgUfhw+9kvOrmr2WNpjUZ+bm5A1JVeOZxL2qqq5t6FYnxu98FJttc9h/uR8Y6xObTqeTXuJjgsG2tFeTZOiEtOaixZFzk58AZmQDohq5Y+Ldg4glTEqi577OBfxHnujwfAMJHdqFIZPT08D4XYH2uzC2tWGt9Obyd1i0mcXfpNCY6vq3w6uhoMrp93aUiaUl6aDD7vfsgifKcxTIZWnyxW1reBxBAFEL17wq2iR95a9DmCvLbHH8bgRFh9MWpa8/LVAvtbVuiEr16KJtPzc8P+L4s7qBK/mtcC97rXr6Kz/9EqlDh6bQ1APsh+APyt+qYrW18UvFOH5l8yzexQJz8yZbm6qrH03OU2Ai+8LPkHlMY5jzMmzZUVvKVb1/bapv2synbCVEU88eeIJIvgEn7hE7c7uSNWtHyEValc4OYcqK//+B0Fj7Ng=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/versions/5.10/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV12P2jgU/SvoPrVVIAyadld5WnZKtaijGRYYrbSUB5NcwG1ip/bNzLAo/311nUCcIf1QeQr2/fLxveckRyCxsxCtgNBSXxJmfWEPKu7HWpHRaYoG1gHoHI0gqdU0gQi2Ukm7X6KlKWH2YKXazR6WEEAujMiQ0HDIIyiRIUSQG/0ZY7rjfwFIxUuC9hBAgjY2MufAF3YGvxbSYAIRmQIDsPEeMwHREeiQc1hLRqodlGVwzkR1SdPku4laZj+fZ10Zo6U/dXJgi3bYCpbJM8YFr8z/hgAYRlTExiLPUxk7FMPPlj2OfjJJKWf70MLWxWgqXAGqZCkdPqkoVLx/KGTCF1TXqjeMIN+E4SsjidalJjJyU1D1r7YVxogD40SYWb8ETjw+e7gSvh/+Cx468ArAHixh5m1ttE5RKAgAn0WWc7atSC2WATyKtMAu1MvyxfV1JDqhcrEXwFabTBBEkAjCPrFVGYC0ts52OrNbaGPtjJYc78cAF6THSqSH/9j14rwlN0KW1Y1wWf4zoVEiXTi8XCk/dVGTS78f3tWG7Kyas85SNmQfTNq5lafFTio3nZ2XXWwySe8F+dtSEe7Q+PcgFb27ZgeS8RekadIZregswjWD3CltsEbbdKPdXF1XkNbwdGU3SObQHdlt3W+7ISBBhe3qQlRFxi01Gy8Wk/cQwIfx9NY9LJb3s1n19HFaP03vlpP5/GG2dP9uxnc3k9vbeufDPQTwz3h+B2vGEC3dCIudKFZwtfnNLdhcK1u1w2g4vCSy+49t5noTvukmq/uTLNxonmbHeosftmCG1ordN4a9nvfcYCyIq3YEEcBzP9YJ7lD1aw7ub3Ry6NfE30W97TNVvNpjwHo8SFCNnbJSq0qtHIt9N8+ZpTrysTpkSHvNApkX7tSsPRGEj6Pw6GlbGXL+8NioUAkBWDSPJ910zQ/sQzrWaRmF4VEUtNdG0qEMRS4vjjfHXBuaaUMi7VWxXLlGik1awX4KV933VhQpj+OeKLcX4WYn26Z12RCC2p5771zRZQP9pS31GLKeUEmPK+u9ktueQkwwed3T215Vb+9lwU1dCWZ6YJxV7owGUnODrBmquKjyro6wQWHQjAuGerX2txfcrjXpeUbnpqsP5LraDbkz4vcJYHmeN1I/OYlVW0nPPXMe85Pg1T176pZTe69fwuzxQy1gMBqOrvtXw/7o9+XVdXT1Nrp6N7h+99u/4IlWW22q15azvnhBO2Vl1daAxvxE/c2Kz/jeIT2iH/o03pgUfhw+9kvOrmr2WNpjUZ+bm5A1JVeOZxL2qqq5t6FYnxu98FJttc9h/uR8Y6xObTqeTXuJjgsG2tFeTZOiEtOaixZFzk58AZmQDohq5Y+Ldg4glTEqi577OBfxHnujwfAMJHdqFIZPT08D4XYH2uzC2tWGt9Obyd1i0mcXfpNCY6vq3w6uhoMrp93aUiaUl6aDD7vfsgifKcxTIZWnyxW1reBxBAFEL17wq2iR95a9DmCvLbHH8bgRFh9MWpa8/LVAvtbVuiEr16KJtPzc8P+L4s7qBK/mtcC97rXr6Kz/9EqlDh6bQ1APsh+APyt+qYrW18UvFOH5l8yzexQJz8yZbm6qrH03OU2Ai+8LPkHlMY5jzMmzZUVvKVb1/bapv2synbCVEU88eeIJIvgEn7hE7c7uSNWtHyEValc4OYcqK//+B0Fj7Ng=",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/versions/5.10/test-item-controller"}},q={},E=[{value:"Request",id:"request",level:2}];function P(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/8bcf2f56.58b1a90a.js b/assets/js/8bcf2f56.03408662.js similarity index 53% rename from assets/js/8bcf2f56.58b1a90a.js rename to assets/js/8bcf2f56.03408662.js index 9779178ba..c39990e0a 100644 --- a/assets/js/8bcf2f56.58b1a90a.js +++ b/assets/js/8bcf2f56.03408662.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53905],{49681:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>U,contentTitle:()=>b,default:()=>L,frontMatter:()=>y,metadata:()=>N,toc:()=>S});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),o=a.n(l),c=(a(82723),a(9487)),p=a.n(c),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),f=a(9472),g=a.n(f),v=(a(1176),a(12005),a(85162));const y={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbdlZWmB6mptkW4CgTeP4Za4x0NLZZieRKknFMQT99+FISpZtrV2eYup4993x+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvM0jAWK7tg4tbGCG3j5/nz39PgUHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QGDDE2qRUmJL+I0fq+ExgwSqytkYNIdFhySGuyhRIdCC7mFpln5YDT2o8oOFHGad05wI99XFCKjNYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf+9OXE5hL3y/z43kWBdLkAli1ptZoRJpmaQUaV9NaLdaV9b9CLNeaEzZhsTD92vcWi1m3w5X/cfp/8DAwMAbmYCwWvU9rpXLkEhjgKy9KqrbhucGGwQvPKxwae9OcHeBAoUJlA3sZoKwKmtjt3e+zxcMzMLi9+7j4A1YNC6wZSKZRV3IAdPvp82ao1CkXFov720htogwNnVrLCqsin73pH99Ato3SBbeQQMYtjixFNX4Up3x1C6ZU0viTuJpML4l5o5FbzE5p+C5+93PmzX969CIbnKGsijXq3ichLW5R91sT0n649m35My41pg6oJwWD11GqMtyiHAU5jUhOo6B3cyaRATWadvAbpSNTYio2ArMoOICjoUVphJLeSRyRf1i2I+pZeXKHAu1OkXGVyrhJkfskEL9M47pnOk3sQZGEUb+0LlbpHBKgQKtSlTdJHNe8sjulhT00MS/FRY9PWCptH5W2PI98LgdQC77O/fm06TwrNrzKafQ7a0tzke6xjT0KhwKBhXhSTYfokmZ/KmMjGlLEZRYRsuiN2EQSMcPsLanB443OAR9xZViosXZRpQsaC0UMWdGo0srXXdawRq5Rzyqa73LV/zwnPvvW+0EdD0NDjvZO3C4IiIBkxk9Hg79rHerUPjuWdFptXS6Q9sgPL4bV+Zi7jd61eubUETsEBCfyF1PnPb3KRwuBq8nV9Wg6GV1dP0/fJ79cJ9MP48nk179IjUJuVF/ifd78B6naQ5o93keZSqsCpXV3VnARnjoXCYjnVUmbiDgFF8Rj41d+uzhMBrlIURrsbZ+VPN1hdDWeAAs6oHNK4ni/34+5+zpWehuHrSZ+uL+5+zS/G9EWujxQG4/+/Xg6GU9pjURYcNlH+b8sYfiusfhq4zLnwnm3w1gHgS/hhR4lyem7Imh8xWBHbpAsoa7X3OBC501Dy98r1MTm1VGxjl2ZMPT/0QXPAHUeDm+ewl3wNjqtPYi5vfXloWdiwAKb+wkaEvoOeUYO3vH9xtcdPVOeY4aL50zD2h2zNMXS9mLpzjkxSnrRAYN1eE8FQWi+J/LzPSTwFb4SSOXad7J26zXkXG4rvqV4X5b+/gUdeY9M",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbdlZWmB6mptkW4CgTeP4Za4x0NLZZieRKknFMQT99+FISpZtrV2eYup4993x+z6yBsu3BpIl5LyS6W6UKmm1ynPUsGKgStTcCiXvM0jAWK7tg4tbGCG3j5/nz39PgUHJNS/QoqZMNUheICRQavUNU/uJfjEQkpa43QGDDE2qRUmJL+I0fq+ExgwSqytkYNIdFhySGuyhRIdCC7mFpln5YDT2o8oOFHGad05wI99XFCKjNYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf+9OXE5hL3y/z43kWBdLkAli1ptZoRJpmaQUaV9NaLdaV9b9CLNeaEzZhsTD92vcWi1m3w5X/cfp/8DAwMAbmYCwWvU9rpXLkEhjgKy9KqrbhucGGwQvPKxwae9OcHeBAoUJlA3sZoKwKmtjt3e+zxcMzMLi9+7j4A1YNC6wZSKZRV3IAdPvp82ao1CkXFov720htogwNnVrLCqsin73pH99Ato3SBbeQQMYtjixFNX4Up3x1C6ZU0viTuJpML4l5o5FbzE5p+C5+93PmzX969CIbnKGsijXq3ichLW5R91sT0n649m35My41pg6oJwWD11GqMtyiHAU5jUhOo6B3cyaRATWadvAbpSNTYio2ArMoOICjoUVphJLeSRyRf1i2I+pZeXKHAu1OkXGVyrhJkfskEL9M47pnOk3sQZGEUb+0LlbpHBKgQKtSlTdJHNe8sjulhT00MS/FRY9PWCptH5W2PI98LgdQC77O/fm06TwrNrzKafQ7a0tzke6xjT0KhwKBhXhSTYfokmZ/KmMjGlLEZRYRsuiN2EQSMcPsLanB443OAR9xZViosXZRpQsaC0UMWdGo0srXXdawRq5Rzyqa73LV/zwnPvvW+0EdD0NDjvZO3C4IiIBkxk9Hg79rHerUPjuWdFptXS6Q9sgPL4bV+Zi7jd61eubUETsEBCfyF1PnPb3KRwuBq8nV9Wg6GV1dP0/fJ79cJ9MP48nk179IjUJuVF/ifd78B6naQ5o93keZSqsCpXV3VnARnjoXCYjnVUmbiDgFF8Rj41d+uzhMBrlIURrsbZ+VPN1hdDWeAAs6oHNK4ni/34+5+zpWehuHrSZ+uL+5+zS/G9EWujxQG4/+/Xg6GU9pjURYcNlH+b8sYfiusfhq4zLnwnm3w1gHgS/hhR4lyem7Imh8xWBHbpAsoa7X3OBC501Dy98r1MTm1VGxjl2ZMPT/0QXPAHUeDm+ewl3wNjqtPYi5vfXloWdiwAKb+wkaEvoOeUYO3vH9xtcdPVOeY4aL50zD2h2zNMXS9mLpzjkxSnrRAYN1eE8FQWi+J/LzPSTwFb4SSOXad7J26zXkXG4rvqV4X5b+/gUdeY9M",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/versions/5.10/delete-launches-using-delete"}},U={},S=[{value:"Request",id:"request",level:2}];function q(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53905],{49681:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>S,frontMatter:()=>v,metadata:()=>U,toc:()=>N});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),c=a.n(l),o=(a(82723),a(9487)),p=a.n(o),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),f=a(4667),j=a.n(f),x=a(9472),y=a.n(x),g=(a(1176),a(12005),a(85162));const v={id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVGGgx6mpt4W4CgzeL4Za4x0NLZZieRKkklMQT99+FISpZtrV2eYup4993x+z6yBst3BpIV5LyS6X6UKmm1ynPUsGagStTcCiXvM0jAWK7tg4tbGiF3j18Wz39PgEHJNS/QoqZMNUheICRQavUNU/uZfjEQkpa43QODDE2qRUmJL+I0fq+ExgwSqytkYNI9FhySGuyhRIdCC7mDpln7YDT2k8oOFHGad0FwI99XFCKjDYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf+9OfJzBXvl/mx/MsCqTJBbBqQ63RiDTN0go0rqa1Wmwq63+FWK41J2zCYmH6te8tFrNuhyv/4/T/4GFgYAzMwVgsep82SuXIJTDAN16UVG3Lc4MNgxeeVzg09qY5O8CBQoXKBvYyQFkVNLG7+W+z5cMzMLibf1r+DuuGBdYMJNOoKzkAuv30ZTtU6pQLy+X9XaS2UYaGTq1lhVWRz970j28g21bpgltIIOMWR5aiGj+KU766BVMqafxJTK8ml8S81cgtZqc0/BB/+DnzFj89epENzlBWxQZ175OQFneo+60JaW+ufVv+jEuNqQPqScHgbZSqDHcoR0FOI5LTKOjdnElkQI2mHfxW6ciUmIqtwCwKDuBoaFEaoaR3EkfkH5btiHpWntyhQLtXZFylMm5S5D4JxC+TuO6ZThN7UCRh1C+ti1U6hwQo0KpU5U0SxzWv7F5pYQ9NzEtx0eMTlkrbR6UtzyOfywHUgm9yfz5tOs+KLa9yGv3e2tJcpHtsY4/CoUBgIZ5U0yG6pNkfytiIhhRxmUWELHontpFEzDB7T2rweKNzwEdcGRZqrF1U6YLGQhFD1jSqtPJ1VzVskGvUs4rmu1r3Py+Iz771flDHw9CQo70TtwsCIiCZ8dPR4OetQ53aZ8eSTqutywXSHvnhxbA+H3O30btWz5w6YoeA4ET+Yuq8p1f5aCEwvZpejyZXo+kvz5PrZPIxmdyMr29u/iI1CrlVfYn3efMfpGoPafZ4H2UqrQqU1t1ZwUV46lwkIF5UJW0i4hRcEI+NX/n14jAZ5CJFabC3fVbydI/RdHwFLOiAzimJ49fX1zF3X8dK7+Kw1cQP97fzz4v5iLbQ5YHaePQfx5Or8YTWSIQFl32U/8sShu8ai282LnMunHc7jHUQ+Ape6FGSnL4rgsbXDPbkBskK6nrDDS513jS0/L1CTWxeHxXr2JUJQ/8fXfAMUOfh8O4p3AXvo9Pag5jbW18eeiYGLLC5n6Ahoe+RZ+TgHd9vfd3RM+U5Zrh4zjSs3TFLUyxtL5bunBOjpBcdMNiE91QQhOavRH7+Cgl8ha8EUrn2nazdeg05l7uK7yjel6W/fwE4D49V",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,U={id:"api/service-api/versions/5.10/start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/versions/5.10/start-launch-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-launch-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-launch-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post-1",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVlFv2zYQ/ivCPbUFbcVGGgx6mpt4W4CgzeL4Za4x0NLZZieRKkklMQT99+FISpZtrV2eYup4993x+z6yBst3BpIV5LyS6X6UKmm1ynPUsGagStTcCiXvM0jAWK7tg4tbGiF3j18Wz39PgEHJNS/QoqZMNUheICRQavUNU/uZfjEQkpa43QODDE2qRUmJL+I0fq+ExgwSqytkYNI9FhySGuyhRIdCC7mDpln7YDT2k8oOFHGad0FwI99XFCKjDYUyoDZRWtrEyzIXqesy/mZoZ90vKmyObTLf+9OfJzBXvl/mx/MsCqTJBbBqQ63RiDTN0go0rqa1Wmwq63+FWK41J2zCYmH6te8tFrNuhyv/4/T/4GFgYAzMwVgsep82SuXIJTDAN16UVG3Lc4MNgxeeVzg09qY5O8CBQoXKBvYyQFkVNLG7+W+z5cMzMLibf1r+DuuGBdYMJNOoKzkAuv30ZTtU6pQLy+X9XaS2UYaGTq1lhVWRz970j28g21bpgltIIOMWR5aiGj+KU766BVMqafxJTK8ml8S81cgtZqc0/BB/+DnzFj89epENzlBWxQZ175OQFneo+60JaW+ufVv+jEuNqQPqScHgbZSqDHcoR0FOI5LTKOjdnElkQI2mHfxW6ciUmIqtwCwKDuBoaFEaoaR3EkfkH5btiHpWntyhQLtXZFylMm5S5D4JxC+TuO6ZThN7UCRh1C+ti1U6hwQo0KpU5U0SxzWv7F5pYQ9NzEtx0eMTlkrbR6UtzyOfywHUgm9yfz5tOs+KLa9yGv3e2tJcpHtsY4/CoUBgIZ5U0yG6pNkfytiIhhRxmUWELHontpFEzDB7T2rweKNzwEdcGRZqrF1U6YLGQhFD1jSqtPJ1VzVskGvUs4rmu1r3Py+Iz771flDHw9CQo70TtwsCIiCZ8dPR4OetQ53aZ8eSTqutywXSHvnhxbA+H3O30btWz5w6YoeA4ET+Yuq8p1f5aCEwvZpejyZXo+kvz5PrZPIxmdyMr29u/iI1CrlVfYn3efMfpGoPafZ4H2UqrQqU1t1ZwUV46lwkIF5UJW0i4hRcEI+NX/n14jAZ5CJFabC3fVbydI/RdHwFLOiAzimJ49fX1zF3X8dK7+Kw1cQP97fzz4v5iLbQ5YHaePQfx5Or8YTWSIQFl32U/8sShu8ai282LnMunHc7jHUQ+Ape6FGSnL4rgsbXDPbkBskK6nrDDS513jS0/L1CTWxeHxXr2JUJQ/8fXfAMUOfh8O4p3AXvo9Pag5jbW18eeiYGLLC5n6Ahoe+RZ+TgHd9vfd3RM+U5Zrh4zjSs3TFLUyxtL5bunBOjpBcdMNiE91QQhOavRH7+Cgl8ha8EUrn2nazdeg05l7uK7yjel6W/fwE4D49V",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-project-launches-using-get"},next:{title:"Delete specified launches by ids",permalink:"/docs/api/service-api/versions/5.10/delete-launches-using-delete"}},q={},N=[{value:"Request",id:"request",level:2}];function z(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(g.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(z,{...e})}):z(e)}}}]); \ No newline at end of file diff --git a/assets/js/8dc66840.f27e93e3.js b/assets/js/8dc66840.9bd92efd.js similarity index 99% rename from assets/js/8dc66840.f27e93e3.js rename to assets/js/8dc66840.9bd92efd.js index b561facb4..a4219982d 100644 --- a/assets/js/8dc66840.f27e93e3.js +++ b/assets/js/8dc66840.9bd92efd.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[87393],{11555:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>w,contentTitle:()=>q,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>b});var a=s(85893),t=s(11151),n=s(58219),r=s.n(n),l=(s(62316),s(51039)),m=s.n(l),c=(s(82723),s(9487)),d=s.n(c),o=s(41429),p=s.n(o),h=s(5397),j=s.n(h),u=s(4667),x=s.n(u),g=s(9472),f=s.n(g),y=(s(1176),s(12005),s(85162));const N={id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},q=void 0,v={id:"api/api-design/activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",source:"@site/docs/api/api-design/activities-search.api.mdx",sourceDirName:"api/api-design",slug:"/api/api-design/activities-search",permalink:"/docs/api/api-design/activities-search",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},sidebar:"apiDesign",previous:{title:"Activities",permalink:"/docs/api/api-design/activities"},next:{title:"Projects",permalink:"/docs/api/api-design/projects"}},w={},b=[{value:"Request",id:"request",level:2}];function k(e){const i={a:"a",h2:"h2",li:"li",p:"p",ul:"ul",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Search activities by complex criteria"})}),"\n",(0,a.jsx)(m(),{method:"post",path:"/activities/searches"}),"\n",(0,a.jsx)(i.p,{children:(0,a.jsx)(i.a,{href:"https://opensource.zalando.com/restful-api-guidelines/#get-with-body",children:"GET with body payload"})}),"\n",(0,a.jsxs)(i.ul,{children:["\n",(0,a.jsx)(i.li,{children:"no resources created:\nReturns all activities matching the query passed as request input payload."}),"\n"]}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"limit",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"offset",description:"The offset used for this page of results"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"sort",description:"Indicate sort by field"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string",enum:["ASC","DESC"]},in:"query",name:"order",description:"Indicate sorting direction"}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"search_criterias"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"filter_key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search by field"}}),(0,a.jsx)(x(),{collapsible:!1,name:"operation",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`EQ`, `NE`, `CNT`, `NON_CNT`, `BTW`, `IN`]",schema:{type:"string",enum:["EQ","NE","CNT","NON_CNT","BTW","IN"],description:"operation to perform for the filter"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search value"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"offset",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The offset used for this page of results.",minimum:0,"x-stoplight":{id:"z9jg7o4fe4jkn"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"limit",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.",minimum:0,"x-stoplight":{id:"i0krz9nwy1ndt"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"total_count",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.",minimum:0,"x-stoplight":{id:"e0em1vnu8tj4a"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"sort",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Field to define the sort field.","x-stoplight":{id:"7oyq1tomalge1"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"order",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ASC`, `DESC`]",schema:{type:"string",description:"To indicate sorting direction. Ascending or Descending.",enum:["ASC","DESC"],"x-stoplight":{id:"77qo4i7sq47x6"}}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"items"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"created_at",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"event_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",exclusiveMinimum:!1,exclusiveMaximum:!1,format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",exclusiveMinimum:!1,minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"history"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"field",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"old_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"new_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "offset": 0,\n "limit": 0,\n "total_count": 0,\n "sort": "string",\n "order": "ASC",\n "items": [\n {\n "id": 0,\n "created_at": "2024-10-24T15:34:14.197Z",\n "event_name": "string",\n "object_id": 0,\n "object_name": "string",\n "object_type": "string",\n "project_id": 0,\n "project_name": "string",\n "subject_name": "string",\n "subject_type": "string",\n "details": {\n "history": [\n {\n "field": "string",\n "old_value": "string",\n "new_value": "string"\n }\n ]\n }\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[87393],{11555:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>w,contentTitle:()=>q,default:()=>L,frontMatter:()=>N,metadata:()=>v,toc:()=>b});var a=s(85893),t=s(11151),n=s(58219),r=s.n(n),l=(s(62316),s(51039)),m=s.n(l),c=(s(82723),s(9487)),d=s.n(c),o=s(41429),p=s.n(o),h=s(5397),j=s.n(h),u=s(4667),x=s.n(u),g=s(9472),f=s.n(g),y=(s(1176),s(12005),s(85162));const N={id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},q=void 0,v={id:"api/api-design/activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",source:"@site/docs/api/api-design/activities-search.api.mdx",sourceDirName:"api/api-design",slug:"/api/api-design/activities-search",permalink:"/docs/api/api-design/activities-search",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"activities-search",title:"Search activities by complex criteria",description:"[GET with body payload](https://opensource.zalando.com/restful-api-guidelines/#get-with-body)",sidebar_label:"Search activities by complex criteria",hide_title:!0,hide_table_of_contents:!0,api:"eJzdWVtz2zYW/itY5GHrWeri1q0T9WUVx0nUdm2vrUxmR9K4EHFIwgYBGgAtKx79950DkBJlXax29qGzfkgoAjg3nMt3Dp+pLsAwJ7QacNqjLHbiUTgBtmWBmTijEeVgYyMK3EN7dPTpfEhmwmVkqvmcFGwuNeOT7zLnCtvrdHQByurSxND+xiRTXLdjnXcMWJeUssUK0UpLwUEKBbbzJgXXQmotpHY0Vi2iNDEQKFgSG2AOeG+srsGVRlnCpCQrKUnOXJwJlRKXAXkowaBI1gInzBIDDyVYR4QqSleL2qYRdSy1tDei/SUhOolowQzLwYHBtWdq4wxyRnvP1M0LoD1qnREqpYuICrSE50YjqliOq1Lkwm2Ya5gB8SukRKESbYjLhCUFS4HoBFUtpbNtMsS3MyElmYJXxrIcUAm3pFCrV0lJSiXBWiIcgacYgAP3m3P2JPIyJ49MloD20rMm5/7VgIDihRbK0UX0h/XUSWJhu6Jhab+mf4al1WaT4UBxETMHBFfJdE4SAZLvJR9RUGXuL/7mjEb0w/nNGZ3s0tNwMPu5ot9xYSD2i4tJRCuPe6/5HNnHWjlQDh9ZUUg8KbTq3FmktUVOPb2DGFUtDMald0zc50PxNjbCgRHMNk4wYxgKLRzk4b1wEhdu/Jmz6gj6/F4WiZAOzO09zLeZbd0GQZymyVdZZJ/Rz/9NI3pxTiN6djHEx8uL2/D0fviVRnRwgVG4zmtJmDhNCjCJNnnlW0CC0Mjf+/rBkofdi0W4L2GAo3gNE9QEJ4uXmzauAt0HnlheyGDI8/BMjvHHUqzNGxyt25wWBjgkQgH/GLRaKkUd2BCpLw5ovMkL9Na1Cwh23n8YHkFtOzq4aBwNyfcDs9lUM8MjDhIcfBU8hS0kq1Tddy9IhrutaXZ/Pj456f78j+4P3e4mjeCcQ7zDPXJ9OP94fja8Hf7n6jz6rf/l4uzzLkpbNAwOt986tjxIji8359fR9ZffzndSeM3CtsQVngsVlRY9GR2u8jlbaGWDT33f7eJ/6758+SuNDk8wTMrLxHvdyzzw1LJOF1KkmScjPAw4PX13enoST4H/eIrxVWeVS5/hW1NmgW9EV3MR075QQemXuaaqIKtoFcpBuiXZHlpTsKTnQmHVo73udpW+vbtLT/VJAid398rHfijYh0nx1y3hh+guuvfm2zs1mx8r7rzuTjsmb2NdqkMscKmApD68UQCmvIzVxegkqMcQZznIiQjLoJwwQGItZaiPaB8gnjFRZT4Fg2d93arPrDaTnM3Rit46geVK4kNUhi7kx4+qfOvuTphX2YOIVyvER6xoWGtCMg7XiADDl7r2jng51fOHY6dzJlM49twCeniV3VATsRNRtEnfxqA4vtSGfID6V3sHktkh3OmDPhGn9uHk9OknL9wKLOwAEdvIcJtqHr9Npsk80Z7Mtl0P96k4efd2+vgIntmL8rkEjzVabjpiLcAE0+l+uPKqBnXCqhD+fAsAWr+JqqeYEw6OCWk3WfKtkYKAhLnw6qeTpmceL6K6KN6yra63PMuZg5YTOWCu9bX5NqDQLQA5yH+7Qxx4imVpxSP8qxYjYdJCcyHkluXCfgUqbq9JE95vWa9Qyi5xN5jvlH9NqprqTrGq+vv6hp2C127wKjjPhHXazA9xxs9hq88xByBy3LXV5pLf7gC8i4gqmO1cXf1NKpyRg8s0Bm6hrZeBuYz2aGfVYncCdgWMCAvmsW6PSyNpjz4XRjsda7nodTrPrHSZNsLNF51nhAFXzGWLjVC7hkIbd6UNloJA0mMiI9i0QtE1VXyuMx1OGGjk/7OhUUhYKdF5wquXbK5qGouILgULOKo+yCHXbePFKbw4baE36HzW1hHlS7niBPeR70RClC/XR1jEgkJkXaNFRGsTrDNlhdjg8Z5ZIGj7TXL9qwFe3AStH5dBh9EznQIzYPolUh9Nmss3CPqCGZubls5Q2dFjQ/wdNtGoevhYh+QvX4c+zSOYvF71tVWDc1hXs0x1O/uT2jVDG57oZrysOQraIaLofoHKj+3jbvt4w5J/GzXvsyV1qlfDqRdX3eE6th2Rpx3c1raP6dFYjZXHcSLANoRaXMdlDsqFPhRRWFOwNvkKJMjgYZ+w6wfGKtEI4HwVLw0ZIckrI1QssGdcCZcKl5XTalq2knPtRyvWea4VjtE6U6mnnZwJFdTAyVqxJNvO+dFYocOOrs9vhknpDUg+LUdvf3Zid9RGE72HmJV2m7pouKrqERbH2nj44jRac6y88hysSBVJhLGOsKIwmsXZSh47Y2kKBu9nOQjsMONELPGB6wJhUot5K7Q8lVZNpXMUjZVwhGuw6u+OYH/EhCLoWejWKCCb6tL5OSI8CeshVw2mPYgHA4QZIFrJOSkMtIK8wBvbxmqQkLkuyYwph9pZCFgxKaVcN0jk98VMkTiD+H6scNuoXzrdSkFhVADfdLNXfBYBY6rNHG+9gwlHxIDmCLfzhgyUM5qXcXBAnJ42IklYwkh1yLszWkmoUpeWYEOMCHOsBo4URj8KDri9kMytZi84VGUlAt5gUcVDk2K9rk4Tppicf4OgbNUg+VYBrPNwH7M98puxeTD6UiCMPUwwaIowxmVkBtOxajS4niOq8ciExKJBXGZ0mWZhL0GAYRIWA+Lm/tWgsgomQuxLYrbVLqWFEPSjX74OVxdwN3No9yPUuHGc1DXKm+TLgMRSgHL10NmijPVlXw3IrzB/5U5fxLlKRFqGnNn5rGdD/QlcX/XjGKwd6ntQgzXpO2++b1VV7ps/FMbqOFawPlDuYd5KtGmxFJSzR5iWDPE/liKH0NYuW0YlWBLCvGpm6xpDQvXokd/f+6Lxe3usqnEEiz3WraaoawYeAssR4+VMyDD9wMV/vizAWHQQjuRMNSiFgWZz9j+dk1ijqzyReDXnXCsHjRHs/8mXi1DDHTy5TiGZUIgzPBR7rrDbqPERx0O2Cr1NIpohxuuN6LMHZ1+MXCzwdRh8Y+3mwmI08SXq3mnMv/ZQZJehAiipe88agvjx3R9T/aAvHXuFWHbCf1KKHZ8/9vKsvqP8Lziuf/rYr2n1IWXFdrJC+x68RjQD5uclo+fq0Flg26pmsPXZjSEnqhBOYGYs3N69k0a/c3V5g4PgafWlJtcczxg2o5H/t0fHdEw9ckUKHk77989UMpWWLMX9gS7+/Rc4d08U",sidebar_class_name:"post api-method",info_path:"api/api-design/reportportal-api",custom_edit_url:null},sidebar:"apiDesign",previous:{title:"Activities",permalink:"/docs/api/api-design/activities"},next:{title:"Projects",permalink:"/docs/api/api-design/projects"}},w={},b=[{value:"Request",id:"request",level:2}];function k(e){const i={a:"a",h2:"h2",li:"li",p:"p",ul:"ul",...(0,t.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Search activities by complex criteria"})}),"\n",(0,a.jsx)(m(),{method:"post",path:"/activities/searches"}),"\n",(0,a.jsx)(i.p,{children:(0,a.jsx)(i.a,{href:"https://opensource.zalando.com/restful-api-guidelines/#get-with-body",children:"GET with body payload"})}),"\n",(0,a.jsxs)(i.ul,{children:["\n",(0,a.jsx)(i.li,{children:"no resources created:\nReturns all activities matching the query passed as request input payload."}),"\n"]}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"limit",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"offset",description:"The offset used for this page of results"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string"},in:"query",name:"sort",description:"Indicate sort by field"}}),(0,a.jsx)(p(),{className:"paramsItem",param:{schema:{type:"string",enum:["ASC","DESC"]},in:"query",name:"order",description:"Indicate sorting direction"}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"search_criterias"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"filter_key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search by field"}}),(0,a.jsx)(x(),{collapsible:!1,name:"operation",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`EQ`, `NE`, `CNT`, `NON_CNT`, `BTW`, `IN`]",schema:{type:"string",enum:["EQ","NE","CNT","NON_CNT","BTW","IN"],description:"operation to perform for the filter"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"search value"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"offset",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The offset used for this page of results.",minimum:0,"x-stoplight":{id:"z9jg7o4fe4jkn"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"limit",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"The limit used for this page of results. This will be the same as the limit query parameter unless it exceeded the maximum value allowed for this API endpoint.",minimum:0,"x-stoplight":{id:"i0krz9nwy1ndt"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"total_count",required:!0,schemaName:"integer",qualifierMessage:void 0,schema:{type:"integer",description:"One greater than the offset of the last item in the entire collection. The total number of items in the collection may be less than total_count.",minimum:0,"x-stoplight":{id:"e0em1vnu8tj4a"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"sort",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"Field to define the sort field.","x-stoplight":{id:"7oyq1tomalge1"}}}),(0,a.jsx)(x(),{collapsible:!1,name:"order",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ASC`, `DESC`]",schema:{type:"string",description:"To indicate sorting direction. Ascending or Descending.",enum:["ASC","DESC"],"x-stoplight":{id:"77qo4i7sq47x6"}}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"items"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})}),(0,a.jsx)("span",{className:"openapi-schema__divider"}),(0,a.jsx)("span",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"created_at",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"event_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",exclusiveMinimum:!1,exclusiveMaximum:!1,format:"int64",minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"object_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_id",required:!1,schemaName:"int64",qualifierMessage:"**Possible values:** `>= 1`",schema:{type:"integer",format:"int64",exclusiveMinimum:!1,minimum:1}}),(0,a.jsx)(x(),{collapsible:!1,name:"project_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"subject_type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"details"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"history"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"field",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"old_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"new_value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})})]})}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})})]})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(j(),{responseExample:'{\n "offset": 0,\n "limit": 0,\n "total_count": 0,\n "sort": "string",\n "order": "ASC",\n "items": [\n {\n "id": 0,\n "created_at": "2024-10-28T14:15:14.722Z",\n "event_name": "string",\n "object_id": 0,\n "object_name": "string",\n "object_type": "string",\n "project_id": 0,\n "project_name": "string",\n "subject_name": "string",\n "subject_type": "string",\n "details": {\n "history": [\n {\n "field": "string",\n "old_value": "string",\n "new_value": "string"\n }\n ]\n }\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/974240c7.ce82b504.js b/assets/js/974240c7.db410d10.js similarity index 98% rename from assets/js/974240c7.ce82b504.js rename to assets/js/974240c7.db410d10.js index fbbad47b5..aa8027706 100644 --- a/assets/js/974240c7.ce82b504.js +++ b/assets/js/974240c7.db410d10.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[4073],{39482:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>f,default:()=>K,frontMatter:()=>j,metadata:()=>v,toc:()=>A});var l=i(85893),s=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),c=i.n(r),p=(i(82723),i(9487)),o=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),x=i.n(h),b=(i(1176),i(12005),i(85162));const j={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,v={id:"api/service-api/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get",permalink:"/docs/api/service-api/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/upload-plugin-using-post"}},y={},A=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(a.p,{children:"Get all available plugins"})}),"\n",(0,l.jsx)(c(),{method:"get",path:"/v1/plugin"}),"\n",(0,l.jsx)(a.p,{children:"Get all available plugins"}),"\n",(0,l.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(t(),{label:void 0,id:void 0,children:(0,l.jsxs)(b.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(a.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(a.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(a.p,{children:"Array ["})})}),(0,l.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(a.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(a.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(a.p,{children:"]"})})})]})]})}),(0,l.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.772Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function K(e={}){const{wrapper:a}={...(0,s.a)(),...e.components};return a?(0,l.jsx)(a,{...e,children:(0,l.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[4073],{39482:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>f,default:()=>K,frontMatter:()=>j,metadata:()=>v,toc:()=>A});var l=i(85893),s=i(11151),n=i(58219),t=i.n(n),r=(i(62316),i(51039)),c=i.n(r),p=(i(82723),i(9487)),o=i.n(p),d=(i(41429),i(5397)),m=i.n(d),u=i(4667),g=i.n(u),h=i(9472),x=i.n(h),b=(i(1176),i(12005),i(85162));const j={id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},f=void 0,v={id:"api/service-api/get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",source:"@site/docs/api/service-api/get-plugins-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-plugins-using-get",permalink:"/docs/api/service-api/get-plugins-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-plugins-using-get",title:"Get all available plugins",description:"Get all available plugins",sidebar_label:"Get all available plugins",hide_title:!0,hide_table_of_contents:!0,api:"eJx9VE1z2jAQ/SuePbUZBYdM24NPpQlJmKQNk5ATw2GxF1ArS6q0hjIe//fO2pAQktYXe1b78fTeW9fAuIyQTcGbaqntae4sB2cMBZgpcJ4CsnZ2VEAGS+JxmxWforbL6+EEFASK3tlIEbIazs/O5FVQzIP2UggZ3N+CAulLluX0JD2RV8xXVKJ88dYTZIAh4BYUaKay7caajRyMLNOywzHZenqg6KqQE6h9pZv/pJxBgQ+CmHWHBiteXRm3OZgROWi7BAVkq1KufT94mtyAgm+Dx9EFKJjc3w5/gIKr+4fvoODucjCGWaMgD9QCuESm9/otXCiRIYMCmU5ZlwSNgoIYtYkHBe9DbRpBhHNDxUHu3DlDaKXRMrjKT9rw8exGgcXy/QN+XaGFSAqHcLXlL5+g2T2C2AfKkQXIAk0kdaTmNXGCxiS4Rm0EcdI5J4KCknjldk6RKyKvIIN03U+7HFAQKawpiONqqIKBDGofHLvcmSZL01o0c0HztknRazie/kDeBR67wGiSrhcoWGPQAqUlet+uM+ICKyP3XDH7+KbdeJ/7YghJBLXLF+WfEb119o2LnAj5CdoiEWTJB71ILFFBxcfELZIOb3IM+AVXQaXrhTbLt0k97USOmVCVV93caQ1zwkBhUAmj05kca7twh1tySM0/eNvjGIxHSeHyqiTLrat3C4p5u6CdneCx8lIk3JSoRarYRb6+wavA6JxspIPygcd8Rcl57wzUTmohNUvTzWbTw/a058Iy3ZXG9G50MfzxODyVkkaB+KRD/7nX73cx7yKXaA/G/M+Przh43gKmP5x6g7rdrBZZvfPqFNZ9MW7n1pmClYss4bqeY6SnYJpGwr8rCqLL7MV7rSwKVoQFhVayX7QVGvKcPLcmNZWMl9+f6Pe8LPIfbZq/Bi7iuw==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"plugin-controller",permalink:"/docs/api/service-api/plugin-controller"},next:{title:"Upload new Report Portal plugin",permalink:"/docs/api/service-api/upload-plugin-using-post"}},y={},A=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,s.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("h1",{className:"openapi__heading",children:(0,l.jsx)(a.p,{children:"Get all available plugins"})}),"\n",(0,l.jsx)(c(),{method:"get",path:"/v1/plugin"}),"\n",(0,l.jsx)(a.p,{children:"Get all available plugins"}),"\n",(0,l.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,l.jsx)("div",{children:(0,l.jsx)("div",{children:(0,l.jsx)(t(),{label:void 0,id:void 0,children:(0,l.jsxs)(b.default,{label:"200",value:"200",children:[(0,l.jsx)("div",{children:(0,l.jsx)(a.p,{children:"OK"})}),(0,l.jsx)("div",{children:(0,l.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,l.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,l.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,l.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,l.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,l.jsx)("strong",{children:(0,l.jsx)(a.p,{children:"Schema"})})}),(0,l.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,l.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,l.jsx)(a.p,{children:"Array ["})})}),(0,l.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,l.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,l.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,l.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,l.jsx)("summary",{style:{},children:(0,l.jsxs)("span",{className:"openapi-schema__container",children:[(0,l.jsx)("strong",{className:"openapi-schema__property",children:(0,l.jsx)(a.p,{children:"details"})}),(0,l.jsx)("span",{className:"openapi-schema__name",children:(0,l.jsx)(a.p,{children:"object"})})]})}),(0,l.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,l.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,l.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,l.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,l.jsx)("li",{children:(0,l.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,l.jsx)(a.p,{children:"]"})})})]})]})}),(0,l.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,l.jsx)(m(),{responseExample:'[\n {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.292Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function K(e={}){const{wrapper:a}={...(0,s.a)(),...e.components};return a?(0,l.jsx)(a,{...e,children:(0,l.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/98aeac89.06daa47a.js b/assets/js/98aeac89.70c1e17b.js similarity index 98% rename from assets/js/98aeac89.06daa47a.js rename to assets/js/98aeac89.70c1e17b.js index fd88f55c9..3cad95fba 100644 --- a/assets/js/98aeac89.06daa47a.js +++ b/assets/js/98aeac89.70c1e17b.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[65055],{82776:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:16.150Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:16.150Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:16.150Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[65055],{82776:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",source:"@site/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-by-uuid-using-get",title:"Get specified launch by UUID",description:"Get specified launch by UUID",sidebar_label:"Get specified launch by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BTldp1NXUTjx2dNDpAXEjcltxldrF2NBz+9w5ISiJjxnUzPVHaBbDAh8eHGhh3HtIVFBhMlp9l1rCzRUEO1jHYihyytmahIIUd8W0r9X6/DFotvTa7m+tPEEOFDkticmKqBoMlQdqbXCiIQRtIoULOIQZFPnO6ErNjIUefg3akIGUXKAaf5VQipDXwvhKDnp02O2ia+PhG5exflPEH+ffSM2O517+0FmFfWePJy/3l+bl8xsY//gExCHJkWG7fJe/kM7CquRCzHXz35G1w2diRFWjBwHQOmlBuyEEMntHxJ90eekYOHmIIQStJT++s3UhokgYnCWPduYoGi73kaBAXOod7AYqp9JPIAlaVs190iUxXocv+QPDo2Na6EhlSUDZsCgLRZHZ6E5j8iy/2WCyYyvlBYwDJy0H9TfsJt2N4xCLQVEAS0ihbE8pkVAvxs7thmMh0xiLVxJCjvyd2ehTpxtqC0Mi9VoNzbZh2Y8y04Z9/FMECPf9pld5qUq9/viRGhTws2Gm4JPjSqsnIyIRSyu7q+rf58la6+Or6/fIG1k1fhVNI9el/XXD2yYxkT2YcuWCmoTsV/KvhkL7QnnU2qq+H4+mri0vRljL2U7CiUlrqB4u7kcp/lJuG64dLaOuUvlAWRPv/Nt0ch8dUNtpxMtk6ffdUjjJkqdAtFp6+nq03xJGvKGurOOoGerTZR8vl4graas1tzx8tV3AOKSSPF0k9mMpN0ikm4k1SH2ihkblH7vFALcEVkIIoss1s0aRJUmPg3DrN+ybBSj8b/fdUWcd31jEWUWcLZGA4jZuig/Bgri8CDIXAlzNX/pm5u4PsqYVEEOJeXvrn6NFzrvjdeo6kvyI0KhLPojd6GxkiReptZLdR52/0tcMnvxSVduZaqaoVmmkr6VoLVFno3l3VsCF05OZB8F6th9cPwkxd6EOhYwn0AbUE1vZnK9TSgzZbO2yzIbrfgP4QyvxuESmbhZIMd7zSsSZmLWv2jP4QKlESeEvUkm3fnfzyLOQYCp2R8TRQn1eY5RRdzs6FKNtqkWjSJHl6epphezuzbpf0qj65Xfx6/eHh+kxUhEnI+c77n2YX57MLOaus5xLN4Jl/qflpxmH6wklVoG4nXetc3ffDCh4vIIZ0vKd0dg+MH0N63JbWMeTWsyjW9QY9LV3RNHL8OZCT/K9PNd5Wg9Jefn+jievT/gJv7vut5G002M4mYziQvNnDkYMB4o6mT7udLGzf9f4Yju9wYWigkdbMCZWw0qrfJWCeZVTxQFe2N2mW49ySHbdp/gEjMNQN",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Updates launches for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launches-using-put"},next:{title:"Get specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/uuid/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:16.605Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:16.605Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:16.605Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/9a13fb7d.72a5e825.js b/assets/js/9a13fb7d.3df837ed.js similarity index 99% rename from assets/js/9a13fb7d.72a5e825.js rename to assets/js/9a13fb7d.3df837ed.js index 71069d5ed..3331526f8 100644 --- a/assets/js/9a13fb7d.72a5e825.js +++ b/assets/js/9a13fb7d.3df837ed.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38317],{29577:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>b,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>q,toc:()=>A});var s=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),c=a.n(l),d=(a(82723),a(9487)),o=a.n(d),p=a(41429),m=a.n(p),h=a(5397),g=a.n(h),v=a(4667),j=a.n(v),u=a(9472),x=a.n(u),f=(a(1176),a(12005),a(85162));const y={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/versions/5.10/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/versions/5.10/get-activity-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-activity-using-get",permalink:"/docs/api/service-api/versions/5.10/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/versions/5.10/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/versions/5.10/activity-event-controller"}},b={},A=[{value:"Request",id:"request",level:2}];function L(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(i.p,{children:"getActivity"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,s.jsx)(i.p,{children:"getActivity"}),"\n",(0,s.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(i.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(n(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(i.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(i.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(i.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(i.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-24T15:34:16.094Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38317],{29577:(e,i,a)=>{a.r(i),a.d(i,{assets:()=>b,contentTitle:()=>N,default:()=>I,frontMatter:()=>y,metadata:()=>q,toc:()=>A});var s=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),c=a.n(l),d=(a(82723),a(9487)),o=a.n(d),p=a(41429),m=a.n(p),h=a(5397),g=a.n(h),v=a(4667),j=a.n(v),u=a(9472),x=a.n(u),f=(a(1176),a(12005),a(85162));const y={id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/versions/5.10/get-activity-using-get",title:"getActivity",description:"getActivity",source:"@site/docs/api/service-api/versions/5.10/get-activity-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-activity-using-get",permalink:"/docs/api/service-api/versions/5.10/get-activity-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-activity-using-get",title:"getActivity",description:"getActivity",sidebar_label:"getActivity",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v2zYQ/leEe2oLxkqKbQ96mjEEXbCtDZL2yfADI50tdhLJkidnhsD/fThStqnY3YL6RaLu93f3HT0Cya2HagWyJrVTtL+qjSZnug4drAUYi06SMvqugQq2SMtJ74tXevvh9jMIsNLJHgkdOxpByx6hOjq8a0CA0lCBldSCgAZ97ZRlpy/VHH4blMMGKnIDCvB1i72EagTaW3aqNOEWHQjYGNdLSp9++QlCEMfI1pmvWNNHPv1X6Lne/8b25JTeQghrVvbWaI+e5e+vr/kxd/7pDxDAWKImlr4r3/Ej86qoY7cHQB/Qm8HV81RSX4z+zCkIUAxSJz39ZRq1URiPZrvF5tMTlxJBNPF1sphqjILBp55O9SS9pGPRkUrVZAHPa2cISarOZ7LLfkKI6b6mdS9KOouaWTSS8IpUj9FqXvnrQqVsY88vlZeBd0l8gvN10fIRu+QvtuTCiMUfg20d1pIYlY3sPL4c4YyQIKBHas3E08hLaqGCcndTjlkioTxwrhxP7AsgwKPbHVg8uA4qYDsytelCVZajHKg1TtE+lNKqMz49oDWO7o0j2RXJFwjYSafkU5eG6+Au8WUjh47haomsP3N3f9AVgHromQysCGLSXwcBx4zOCfi78VTwRiikbgrOrHijNoVGbLB5W5hNkfItXiZ8yqvB3ixc1LJRaaEMN2fNUNVDirsa4QmlQ7ccGO7VOhc/Mt1T6bnSseFTQXEr8DkpQSSP3ph8T+Tofgf6QynL+7uiMfXQo6a4vKdVJOu4iqY1+ThYNmJ4e6m42z59+fWsZAGdqlF7zMyXVtYtFu8X17xa4rRwNVVZPj8/L2SULozblpOpL/+8++324+PtFZsEATxqKfufFzfXi5vIF+OplzoLM5/wWdVHFAn/odJ2UunIKRfHK03/CnY3IKCa73p58lhlF9BaQGs8sdU4PkmPX1wXAn/+NqDjXq9P8xw73yjP79+h53i6AODNw7TU3xazK+9iCdNHqfeRQN3AJxDwN+7nVybfej+UwxyPH0gidxCYii3KhpfZapw0lnWNljJbvgKZHMc1xX8fQvgX5Ers2A==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get activities for test item",permalink:"/docs/api/service-api/versions/5.10/get-test-item-activities-using-get"},next:{title:"activity-event-controller",permalink:"/docs/api/service-api/versions/5.10/activity-event-controller"}},b={},A=[{value:"Request",id:"request",level:2}];function L(e){const i={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=i;return a||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(i.p,{children:"getActivity"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/{projectName}/activity/{activityId}"}),"\n",(0,s.jsx)(i.p,{children:"getActivity"}),"\n",(0,s.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(i.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsxs)("ul",{children:[(0,s.jsx)(m(),{className:"paramsItem",param:{name:"activityId",in:"path",description:"activityId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,s.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(n(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(i.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(i.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"actionType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(i.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(i.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"lastModified",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"loggedObjectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"objectType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"user",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'{\n "actionType": "string",\n "details": {},\n "id": 0,\n "lastModified": "2024-10-28T14:15:16.550Z",\n "loggedObjectId": 0,\n "objectName": "string",\n "objectType": "string",\n "projectId": 0,\n "projectName": "string",\n "user": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:i}={...(0,t.a)(),...e.components};return i?(0,s.jsx)(i,{...e,children:(0,s.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file diff --git a/assets/js/9b665e50.8ec3c67a.js b/assets/js/9b665e50.7a7d348e.js similarity index 62% rename from assets/js/9b665e50.8ec3c67a.js rename to assets/js/9b665e50.7a7d348e.js index 627e7adec..0a415e675 100644 --- a/assets/js/9b665e50.8ec3c67a.js +++ b/assets/js/9b665e50.7a7d348e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[47678],{99950:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>L,frontMatter:()=>b,metadata:()=>v,toc:()=>M});var i=a(85893),r=a(11151),n=a(58219),l=a.n(n),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),g=a.n(j),x=a(9472),f=a.n(x),y=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu40YM/RWBT7sL2bKz2QWqpzqXtkH3ktrJS71GMZZoe7bSjHaGkwsM/XvB0cVyrAQOsG/NUzIhOYecQ/JoCyTWFuI5ZMKpZDNItCKjswwNLELQBRpBUqurFGLI0azxk7dDe2ulWl9/nd38M4YQCmFEjoSGY21BiRwhhsLo75jQF/4rBKn4SNAGQkjRJkYWHPrAzuAPJw2mEJNxGIJNNpgLiLdAjwWHtWSkWkNZLipjtHSm00e22I/7mQEHWY04qG2DJRuHwKmiInYTRZHJxGcafbfsu+1eKynDJlyT//SvPahzwAdClc6cJLQXHRghNAAgrAqzCJtM9JLz5voZLjVJtB4OkZFLR9Vfta0wRjBsSZjbLqwrwnzSeEzRamcSruPLd/yLjz0lDeFOZA77il2WT56txxlVeiPzHvcQVtrkgiCGVBAOiK3Y4Zmi7QIstc5QKDZu6/hSUapzqQjXaLr3SkUfT4Gz8Dy+8YaHOFG5nJ/zbDK7OocQLi4vr2HBXjp90eHi8rfJ7acb73J2+7v3qfqgp1CWhKHXlKqq/35r+ANbaGWrmpyMRoc98PXPfaq/i971s7sidoc/XXLLtCFvCMrlS1/aXRL+d3LMcOdkegTDlcgeeYIc8ZYtA0PuU6MfZC4IL1w1mTqGLbBdAbVbZp5o/5+W2gg7RTJyL9NOF8n0qD7hdrP0WadyJTE9/vocSaSCuvO6v1zlz+6p+vmPS07fqz3bXRiDxj0zgF7dtVVfSEsy2ePXrD09mlwprjAh21dWkaaS+SOy6z2XV9r1l+v9CXie4gMmjr1/duiyHR59r+HHSW/r1N1TGEwEMUNXIrMYwsMg0SmuUQ3qfT/gfT+oJUl+sMP7JINFCvQqsAUmnv47DSFVkOg81yrQih/NLzBblWVej4AXIbTj4AAKy5kcaaNZaxXaeg6wXIohuhtH245KKqMKUORj8PhFc9eIL2cyiIHNSSc6K+Mo2gpHG20kPZaRKORB1lMstKFrbUhkQRXLAzVSLLPqJZtwNReFy/gVN0SFPQh33djuOpkNIaztuY1bRIcr6w9tKeBiBUKlASML3shVoBBTTN/yw1R4g6eAd7hSzPXQeKvCGw2lZtYsuFSJq+6db2GJwqCZOK7yfNH994wXZJV616hlYp2Q36N+THgjv6VYQU53uvTyQeRFhk+FXcuWdoI0xGhIvnha1858rJcCnIxOTgfj0eDk9Gb8IX5/Go8/DkejX/6GF7RVJat3amo+WuyJolb7VOO5M4XrJmpxdAbi80h456iV7s6/Lt+eIWPzuJPrqyDVictRkagFNcsZkXg5UyOauYKdOOtcSOa/rU5+PSBBCJlMUFnsuE8KkWwwOBmOWMH4/uH3jaPo/v5+KPx/h9qso9rVRp+uzi+/zC4H7MIrHo2t0H8YjkfDMZ9xC+dCda557XDp1waEDxQVmZB+J3m023pQzOGOv8bi/Q+qKj7Ub8zibMPTJZ7DdrsUFm9NVpZ8/MOh4b5Y7Hrf8zSVln/fzdgnwFp5CW+mtWh8G+xj6MXeyDD12GE/hHVfdAOUPDI2KFJe2m3nnFf3DjxtdxEOvubKsPGYJAkW1LFlObw3ePmTFkJY1h+UdQsYcc+KWNxDDN/gG4PURbsN/fkWMqHWTqzZvrqWf/4DTVZDYA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post-1",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tu40YM/RWBT7sL2bKz2QWqpzqXtkH3ktrJS71GMZZoe7bSjHaGkwsM/XvB0cVyrAQOsG/NUzIhOYecQ/JoCyTWFuI5ZMKpZDNItCKjswwNLELQBRpBUqurFGLI0azxk7dDe2ulWl9/nd38M4YQCmFEjoSGY21BiRwhhsLo75jQF/4rBKn4SNAGQkjRJkYWHPrAzuAPJw2mEJNxGIJNNpgLiLdAjwWHtWSkWkNZLipjtHSm00e22I/7mQEHWY04qG2DJRuHwKmiInYTRZHJxGcafbfsu+1eKynDJlyT//SvPahzwAdClc6cJLQXHRghNAAgrAqzCJtM9JLz5voZLjVJtB4OkZFLR9Vfta0wRjBsSZjbLqwrwnzSeEzRamcSruPLd/yLjz0lDeFOZA77il2WT56txxlVeiPzHvcQVtrkgiCGVBAOiK3Y4Zmi7QIstc5QKDZu6/hSUapzqQjXaLr3SkUfT4Gz8Dy+8YaHOFG5nJ/zbDK7OocQLi4vr2HBXjp90eHi8rfJ7acb73J2+7v3qfqgp1CWhKHXlKqq/35r+ANbaGWrmpyMRoc98PXPfaq/i971s7sidoc/XXLLtCFvCMrlS1/aXRL+d3LMcOdkegTDlcgeeYIc8ZYtA0PuU6MfZC4IL1w1mTqGLbBdAbVbZp5o/5+W2gg7RTJyL9NOF8n0qD7hdrP0WadyJTE9/vocSaSCuvO6v1zlz+6p+vmPS07fqz3bXRiDxj0zgF7dtVVfSEsy2ePXrD09mlwprjAh21dWkaaS+SOy6z2XV9r1l+v9CXie4gMmjr1/duiyHR59r+HHSW/r1N1TGEwEMUNXIrMYwsMg0SmuUQ3qfT/gfT+oJUl+sMP7JINFCvQqsAUmnv47DSFVkOg81yrQih/NLzBblWVej4AXIbTj4AAKy5kcaaNZaxXaeg6wXIohuhtH245KKqMKUORj8PhFc9eIL2cyiIHNSSc6K+Mo2gpHG20kPZaRKORB1lMstKFrbUhkQRXLAzVSLLPqJZtwNReFy/gVN0SFPQh33djuOpkNIaztuY1bRIcr6w9tKeBiBUKlASML3shVoBBTTN/yw1R4g6eAd7hSzPXQeKvCGw2lZtYsuFSJq+6db2GJwqCZOK7yfNH994wXZJV616hlYp2Q36N+THgjv6VYQU53uvTyQeRFhk+FXcuWdoI0xGhIvnha1858rJcCnIxOTgfj0eDk9Gb8IX5/Go8/DkejX/6GF7RVJat3amo+WuyJolb7VOO5M4XrJmpxdAbi80h456iV7s6/Lt+eIWPzuJPrqyDVictRkagFNcsZkXg5UyOauYKdOOtcSOa/rU5+PSBBCJlMUFnsuE8KkWwwOBmOWMH4/uH3jaPo/v5+KPx/h9qso9rVRp+uzi+/zC4H7MIrHo2t0H8YjkfDMZ9xC+dCda557XDp1waEDxQVmZB+J3m023pQzOGOv8bi/Q+qKj7Ub8zibMPTJZ7DdrsUFm9NVpZ8/MOh4b5Y7Hrf8zSVln/fzdgnwFp5CW+mtWh8G+xj6MXeyDD12GE/hHVfdAOUPDI2KFJe2m3nnFf3DjxtdxEOvubKsPGYJAkW1LFlObw3ePmTFkJY1h+UdQsYcc+KWNxDDN/gG4PURbsN/fkWMqHWTqzZvrqWf/4DTVZDYA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/versions/5.10/get-debug-launches-using-get"}},q={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:16.144Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:16.144Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:16.144Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[47678],{99950:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>Q,frontMatter:()=>v,metadata:()=>b,toc:()=>_});var i=a(85893),r=a(11151),n=a(58219),l=a.n(n),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const v={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01v20YQ/SvEnJKAEiXXMQqeKn+0NeokjmVfqgjFihxJm5K7zO6sZUPgfy9m+SHKog0byK0+2euZ2Tezb2Yet0BiZSGeQSacStaDRCsyOsvQwDwEXaARJLW6TCGGHM0Kr7wd2jsr1er6y/T2nzGEUAgjciQ0HGsLSuQIMRRGf8eEPvNfIUjFR4LWEEKKNjGy4NAHdgZ/OGkwhZiMwxBsssZcQLwFeiw4rCUj1QrKcl4Zo6VTnT6yxX7cTww4yGrEQW0bLNg4BE4VFbGbKIpMJj7T6Ltl3233WkkZNuGa/G++7kGdAT4QqnTqJKE978AIoQEAYVWYedhkohecN9fPcKlJovVwiIxcOKr+qm2FMYJhS8LcdmFdEuaTxuMGrXYm4Tq+fMe/+NhT0hDuReawr9hl+eTZepxRpbcy73EPYalNLghiSAXhgNiKHZ4p2i7AQusMhWLjto4vFaU6l4pwhaZ7r1R0cgychefxrTc8xInK5fycp5Pp5RmEcH5xcQ1z9tLpiw7nF79P7q5uvcvp3R/ep+qDnkJZEobeUqqq/vut4Q9soZWtanI0Gh32wJe/9qn+IfrQz+6K2B3+dMkt04a8ISiXL3xpd0n438kxw52T6SsYrkT2yBPkFW/ZMjDkPjX6QeaC8NxVk6lj2ALbFVC7ReaJ9v9pqbWwN0hG7mXa6SKZvqpPuN0sfdKpXEpMX399jiRSQd153V+u8mf3VP38r0tOb9Se7S6MQeOeGUBv7tqqL6Qlmezxa9qevppcKS4xIdtXVpGmkvkjsus9lzfa9ZfrlyPwPMUHTBx7/+zQZTs8+l7Dj5Pe1qm7pzCYCGKGLkVmMYSHQaJTXKEa1Pt+wPt+UEuS/GCH90kGixToZWALTDz9dxpCqiDRea5VoBU/ml9gtirLrB4BL0Jox8EBFJYzOdJas9YqtPUcYLkUQ3Q/jrYdlVRGFaDIx+Dxi+a+EV/OZBADm5NOdFbGUbQVjtbaSHosI1HIg6xvsNCGrrUhkQVVLA/USLHIqpdswtVcFC7jV1wTFfYg3HVju+tkNoSwtuc2bhEdrqw/taWAixUIlQaMLHgnl4FCTDF9zw9T4Q2eAt7hSjHXQ+OtCm80lJpZM+dSJa66d7aFBQqDZuK4yrN5999TXpBV6l2jlol1Qn6P+jHhjfyWYgV5s9OlFw8iLzJ8KuxatrQTpCFGQ/L507p25mO9FOBodHQ8GI8GR7/ejo/j8cd4fDI8Pjn5G17QVpWs3qmp2Wi+J4pa7VON584UrpuoxdEZiM8j4Z2jlro7/7p8e4aMzeNOri+DVCcuR0WiFtQsZ0Ti5UyNaOoKduKscyGZ/7Y6+e2ABCFkMkFlseM+KUSyxuBoOGIF4/uH3zeOos1mMxT+v0NtVlHtaqOry7OLz9OLAbvwikdjK/Qfh+PRcMxn3MK5UJ1r3jpc+rUB4QNFRSak30ke7bYeFDO456+xeP+DqooP9RuzOFvzdIlnsN0uhMU7k5UlH/9waLgv5rve9zxNpeXfdzP2CbBWXsK7m1o0vg/2MfRib2SYeuywH8K6L7oBSh4ZaxQpL+22c86qeweetrsIB19zZdh4TJIEC+rYshzeG7z8SQshLOoPyroFjNiwIhYbiOEbfGOQumi3oT/fQibUyokV21fX8s9/iKBDcg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/versions/5.10/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/versions/5.10/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/merge-launches-using-post-1",permalink:"/docs/api/service-api/versions/5.10/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01v20YQ/SvEnJKAEiXXMQqeKn+0NeokjmVfqgjFihxJm5K7zO6sZUPgfy9m+SHKog0byK0+2euZ2Tezb2Yet0BiZSGeQSacStaDRCsyOsvQwDwEXaARJLW6TCGGHM0Kr7wd2jsr1er6y/T2nzGEUAgjciQ0HGsLSuQIMRRGf8eEPvNfIUjFR4LWEEKKNjGy4NAHdgZ/OGkwhZiMwxBsssZcQLwFeiw4rCUj1QrKcl4Zo6VTnT6yxX7cTww4yGrEQW0bLNg4BE4VFbGbKIpMJj7T6Ltl3233WkkZNuGa/G++7kGdAT4QqnTqJKE978AIoQEAYVWYedhkohecN9fPcKlJovVwiIxcOKr+qm2FMYJhS8LcdmFdEuaTxuMGrXYm4Tq+fMe/+NhT0hDuReawr9hl+eTZepxRpbcy73EPYalNLghiSAXhgNiKHZ4p2i7AQusMhWLjto4vFaU6l4pwhaZ7r1R0cgychefxrTc8xInK5fycp5Pp5RmEcH5xcQ1z9tLpiw7nF79P7q5uvcvp3R/ep+qDnkJZEobeUqqq/vut4Q9soZWtanI0Gh32wJe/9qn+IfrQz+6K2B3+dMkt04a8ISiXL3xpd0n438kxw52T6SsYrkT2yBPkFW/ZMjDkPjX6QeaC8NxVk6lj2ALbFVC7ReaJ9v9pqbWwN0hG7mXa6SKZvqpPuN0sfdKpXEpMX399jiRSQd153V+u8mf3VP38r0tOb9Se7S6MQeOeGUBv7tqqL6Qlmezxa9qevppcKS4xIdtXVpGmkvkjsus9lzfa9ZfrlyPwPMUHTBx7/+zQZTs8+l7Dj5Pe1qm7pzCYCGKGLkVmMYSHQaJTXKEa1Pt+wPt+UEuS/GCH90kGixToZWALTDz9dxpCqiDRea5VoBU/ml9gtirLrB4BL0Jox8EBFJYzOdJas9YqtPUcYLkUQ3Q/jrYdlVRGFaDIx+Dxi+a+EV/OZBADm5NOdFbGUbQVjtbaSHosI1HIg6xvsNCGrrUhkQVVLA/USLHIqpdswtVcFC7jV1wTFfYg3HVju+tkNoSwtuc2bhEdrqw/taWAixUIlQaMLHgnl4FCTDF9zw9T4Q2eAt7hSjHXQ+OtCm80lJpZM+dSJa66d7aFBQqDZuK4yrN5999TXpBV6l2jlol1Qn6P+jHhjfyWYgV5s9OlFw8iLzJ8KuxatrQTpCFGQ/L507p25mO9FOBodHQ8GI8GR7/ejo/j8cd4fDI8Pjn5G17QVpWs3qmp2Wi+J4pa7VON584UrpuoxdEZiM8j4Z2jlro7/7p8e4aMzeNOri+DVCcuR0WiFtQsZ0Ti5UyNaOoKduKscyGZ/7Y6+e2ABCFkMkFlseM+KUSyxuBoOGIF4/uH3zeOos1mMxT+v0NtVlHtaqOry7OLz9OLAbvwikdjK/Qfh+PRcMxn3MK5UJ1r3jpc+rUB4QNFRSak30ke7bYeFDO456+xeP+DqooP9RuzOFvzdIlnsN0uhMU7k5UlH/9waLgv5rve9zxNpeXfdzP2CbBWXsK7m1o0vg/2MfRib2SYeuywH8K6L7oBSh4ZaxQpL+22c86qeweetrsIB19zZdh4TJIEC+rYshzeG7z8SQshLOoPyroFjNiwIhYbiOEbfGOQumi3oT/fQibUyokV21fX8s9/iKBDcg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/versions/5.10/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/versions/5.10/get-debug-launches-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:16.599Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:16.599Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:16.599Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function Q(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/9cc3dc60.1bad396a.js b/assets/js/9cc3dc60.1bad396a.js deleted file mode 100644 index a7c74a627..000000000 --- a/assets/js/9cc3dc60.1bad396a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38395],{46077:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>E,contentTitle:()=>b,default:()=>B,frontMatter:()=>y,metadata:()=>q,toc:()=>N});var i=a(85893),r=a(11151),n=a(58219),l=a.n(n),c=(a(62316),a(51039)),t=a.n(c),o=(a(82723),a(9487)),d=a.n(o),p=a(41429),m=a.n(p),h=a(5397),u=a.n(h),f=a(4667),j=a.n(f),g=a(9472),v=a.n(g),x=(a(1176),a(12005),a(85162));const y={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFz2jgQ/iuefWo7AkMu7YOfjsuROaaZhAKZm7mUB2EvoJ4tqZIcwnj8329WssEEms6VJyOtdj99+vaTKnB8YyF5gpyXMt32UiWdUXmOBpYMlEbDnVBykkECa2VSvBVS2O2dj360Qm6mjwtgoLnhBTo0lKwCyQuEpEk6yYCBkJCA5m4LDDK0qRGaEp8GGfxeCoMZJM6UyMCmWyw4JBW4vaaEQjrcoAFGYAruwtCna6hrdqiqjfqGqbunf28VPo37aW3rjJAbqOtlCEbr/lDZniJO8649ReMXTEsamX0BBsQrSkfBXOtcpJ7W+JulFVW3mHA5Vbu9kOQI8QlQZgtRIJ1Sg0+taDd0FobOzQm0vpxzRqxKF/41sdwYvidyHBa2W3bisBgdVviqb6f/F/cXOGJg99Zh0ZlaKZUjl8AAX3ihqdqa5xZrBs88L/ES03X96swuFGqJOJvraCTjDnuOogiZ4660l+JRlgVxOx3N5+M/gcHtaHLnP+aLh+k0fH2eNF+T+8V4NnucLvy/m9H9zfjurpm5fQAGf49m97CswzZO5eUHrFbSBhavBoNzHT18PhXOh/jDZa08tG16o4hYr5f5T0+uQGv55ge8N9Rrgyl3hNqfFYOXXqoy3KDsNS3QW6ls32s675LyT/d0Sx4ShbgodH60ViayGlOxFphFTVd6nTiUVigZPMUr7U0AByVdAEJdW6DbKnIyXXo6yBQSiJ+HcdXxgjoOuOKqdaY6tk5pYGDRPLcWV5ocEqCFTqUqr5M4rnjptsoIt69jrsXZ5meolXFTZRzPo5DLYzaCr/JwKG26oIY1L3PS79Y5bc/STdvYo3IpEFgTv6wZHBCdy+svZV1EvEVcZhEhi96JdSQRM8zeR2odBbzRa8BHXBkWqm98lPZBfaFIPkuiKi1D3acKVsgNmlFJfD8tu9NzEnPYejfoIMlmQ17z3kV8ENk9kHfOjj48bl3l1PIOwjl0eetMjaJbybTiX76muWMPjdPA1eDqujcc9K6uF8OPyW/XyfBTfzAc/ANHd2lNpKYbaK267dqVwQ800nI+mk6iTKVlgdL5Dm8cgafeEZq2m5eaFhHEgguSpQ0jv5+dDYNcpCgtdpaPNE+3GF31B8AaWRPtSRzvdrs+97N9ZTZxs9TGd5Ob8f183KMl5N9obED/sT8c9Ic0ppV1BZedMv+n9S+bvsMXF+ucC0kVPNKq6eIneB4Cg+T0Tg9VaLzzyPC9vGSwVdbRwqpacYuPJq9rGv5eoiHVLo+d6VWUCUvfRyt8hfFg1PBu1nj9+6hT9uIe2utY7jvmBayR7GE1PW5+qf4pHb8AoZugJkPZIs/QdPrqJtTtLSjPMcPZK4f2EFaM0hS168TSxXbiz+FNuWpeV4XKKMrwHb2B+A4S+ApfCaPyu/fu4ccryLnclP5Wg1CVfv8B0pe5Ig==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/versions/5.10/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/force-finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFz2jgQ/iuefWo7AkMu7YOfjsuROaaZhAKZm7mUB2EvoJ4tqZIcwnj8329WssEEms6VJyOtdj99+vaTKnB8YyF5gpyXMt32UiWdUXmOBpYMlEbDnVBykkECa2VSvBVS2O2dj360Qm6mjwtgoLnhBTo0lKwCyQuEpEk6yYCBkJCA5m4LDDK0qRGaEp8GGfxeCoMZJM6UyMCmWyw4JBW4vaaEQjrcoAFGYAruwtCna6hrdqiqjfqGqbunf28VPo37aW3rjJAbqOtlCEbr/lDZniJO8649ReMXTEsamX0BBsQrSkfBXOtcpJ7W+JulFVW3mHA5Vbu9kOQI8QlQZgtRIJ1Sg0+taDd0FobOzQm0vpxzRqxKF/41sdwYvidyHBa2W3bisBgdVviqb6f/F/cXOGJg99Zh0ZlaKZUjl8AAX3ihqdqa5xZrBs88L/ES03X96swuFGqJOJvraCTjDnuOogiZ4660l+JRlgVxOx3N5+M/gcHtaHLnP+aLh+k0fH2eNF+T+8V4NnucLvy/m9H9zfjurpm5fQAGf49m97CswzZO5eUHrFbSBhavBoNzHT18PhXOh/jDZa08tG16o4hYr5f5T0+uQGv55ge8N9Rrgyl3hNqfFYOXXqoy3KDsNS3QW6ls32s675LyT/d0Sx4ShbgodH60ViayGlOxFphFTVd6nTiUVigZPMUr7U0AByVdAEJdW6DbKnIyXXo6yBQSiJ+HcdXxgjoOuOKqdaY6tk5pYGDRPLcWV5ocEqCFTqUqr5M4rnjptsoIt69jrsXZ5meolXFTZRzPo5DLYzaCr/JwKG26oIY1L3PS79Y5bc/STdvYo3IpEFgTv6wZHBCdy+svZV1EvEVcZhEhi96JdSQRM8zeR2odBbzRa8BHXBkWqm98lPZBfaFIPkuiKi1D3acKVsgNmlFJfD8tu9NzEnPYejfoIMlmQ17z3kV8ENk9kHfOjj48bl3l1PIOwjl0eetMjaJbybTiX76muWMPjdPA1eDqujcc9K6uF8OPyW/XyfBTfzAc/ANHd2lNpKYbaK267dqVwQ800nI+mk6iTKVlgdL5Dm8cgafeEZq2m5eaFhHEgguSpQ0jv5+dDYNcpCgtdpaPNE+3GF31B8AaWRPtSRzvdrs+97N9ZTZxs9TGd5Ob8f183KMl5N9obED/sT8c9Ic0ppV1BZedMv+n9S+bvsMXF+ucC0kVPNKq6eIneB4Cg+T0Tg9VaLzzyPC9vGSwVdbRwqpacYuPJq9rGv5eoiHVLo+d6VWUCUvfRyt8hfFg1PBu1nj9+6hT9uIe2utY7jvmBayR7GE1PW5+qf4pHb8AoZugJkPZIs/QdPrqJtTtLSjPMcPZK4f2EFaM0hS168TSxXbiz+FNuWpeV4XKKMrwHb2B+A4S+ApfCaPyu/fu4ccryLnclP5Wg1CVfv8B0pe5Ig==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launch-using-put"}},E={},N=[{value:"Request",id:"request",level:2}];function P(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Force finish launch for specified project"})}),"\n",(0,i.jsx)(t(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,i.jsx)(s.p,{children:"Force finish launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(x.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(x.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(x.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(x.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(x.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/9cc3dc60.873afe8a.js b/assets/js/9cc3dc60.873afe8a.js new file mode 100644 index 000000000..5ab9aec89 --- /dev/null +++ b/assets/js/9cc3dc60.873afe8a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[38395],{46077:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>F,contentTitle:()=>v,default:()=>k,frontMatter:()=>N,metadata:()=>y,toc:()=>P});var a=s(85893),r=s(11151),n=s(58219),l=s.n(n),t=(s(62316),s(51039)),c=s.n(t),d=(s(82723),s(9487)),o=s.n(d),p=s(41429),m=s.n(p),h=s(5397),u=s.n(h),j=s(4667),f=s.n(j),g=s(9472),x=s.n(g),b=(s(1176),s(12005),s(85162));const N={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm1BW3aQBgud1s06WKNB4toOFmjqAy2NbXYlkiWpJIagf18MKdly7KbY+iSTw5nHxzePrMDxjYXkEXJeynTbS5V0RuU5GlgyUBoNd0LJSQYJrJVJ8UZIYbe3PvrBCrmZPiyAgeaGF+jQULIKJC8QkibpJAMGQkICmrstMMjQpkZoSnwcZPBHKQxmkDhTIgObbrHgkFTgdpoSCulwgwYYgSm4C0NXl1DXbF9VG/UdU3dH/94qfBz3y9rWGSE3UNfLEIzWfVLZjiKO8649ReMXTEsamX0BBsQrSkfBXOtcpJ7W+LulFVW3mHA5Vbs5k+QA8RFQZgtRIJ1Sg0+taDd0FobOzQm0vpxzRqxKF/41sdwYviNyHBa2W3bisBjtV/iqb6f/F3dnOGJgd9Zh0ZlaKZUjl8AAX3ihqdqa5xZrBk88L/Ec03X96szOFGqJOJnraCTjDnuOogiZ46605+JRlgVxOx3N5+O/gMHNaHLrP+aL++k0fH2eNF+Tu8V4NnuYLvy/69Hd9fj2tpm5uQcG/4xmd7CswzaO5eUHrFbSBhYvBoNTHd1/PhbOh/jDea3ct216rYhYr5f5L0+uQGv55ie8N9Rrgyl3hNqfFYOXXqoy3KDsNS3QW6ls12s675zyj/d0Qx4ShbgodH60ViayGlOxFphFTVd6nTiUVigZPMUr7U0AeyWdAUJdW6DbKnIyXXo6yBQSiJ+GcdXxgjoOuOKqdaY6tk5pYGDRPLUWV5ocEqCFTqUqr5M4rnjptsoIt6tjrsXJ5meolXFTZRzPo5DLYzaCr/JwKG26oIY1L3PS79Y5bU/STdvYg3IpEFgTv6wZ7BGdyutvZV1EvEVcZhEhi96JdSQRM8zeR2odBbzRa8AHXBkWqm98lPZBfaFIPkuiKi1D3ccKVsgNmlFJfD8uu9NzEnPYejdoL8lmQ17z3kV8ENk9kHfODj48bl3l2PL2wtl3eetMjaJbybTiX76muWMPjdPAxeDisjcc9C7+WAwvk+HHZHjVv7y6+goHd2lNpKYbaK267dqVwU800nI+mk6iTKVlgdL5Dm8cgafeEZq2m5eaFhHEgguSpQ0jf56cDYNcpCgtdpaPNE+3GF30B8AaWRPtSRw/Pz/3uZ/tK7OJm6U2vp1cj+/m4x4tIf9GYwP6j/3hoD+kMa2sK7jslPk/rX/e9B2+uFjnXEiq4JFWTRc/wtMQGCTHd3qoQuOdR4bv5SWDrbKOFlbVilt8MHld0/CPEg2pdnnoTK+iTFj6PljhK4x7o4Z3s8br30edsmf30F7HctcxL2CNZPer6XHzW/WP6fgNCN0ENRnKFnmGptNX16Fub0F5DhlOXjm0h7BilKaoXSeWLrYjfw5vylXzuipURlGGP9MbiD9DAt/gG2FUfvfePfx4BTmXm9LfahCq0u8/D/25Mw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,y={id:"api/service-api/versions/5.10/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/versions/5.10/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/force-finish-launch-using-put",permalink:"/docs/api/service-api/versions/5.10/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm1BW3aQBgud1s06WKNB4toOFmjqAy2NbXYlkiWpJIagf18MKdly7KbY+iSTw5nHxzePrMDxjYXkEXJeynTbS5V0RuU5GlgyUBoNd0LJSQYJrJVJ8UZIYbe3PvrBCrmZPiyAgeaGF+jQULIKJC8QkibpJAMGQkICmrstMMjQpkZoSnwcZPBHKQxmkDhTIgObbrHgkFTgdpoSCulwgwYYgSm4C0NXl1DXbF9VG/UdU3dH/94qfBz3y9rWGSE3UNfLEIzWfVLZjiKO8649ReMXTEsamX0BBsQrSkfBXOtcpJ7W+LulFVW3mHA5Vbs5k+QA8RFQZgtRIJ1Sg0+taDd0FobOzQm0vpxzRqxKF/41sdwYviNyHBa2W3bisBjtV/iqb6f/F3dnOGJgd9Zh0ZlaKZUjl8AAX3ihqdqa5xZrBk88L/Ec03X96szOFGqJOJnraCTjDnuOogiZ46605+JRlgVxOx3N5+O/gMHNaHLrP+aL++k0fH2eNF+Tu8V4NnuYLvy/69Hd9fj2tpm5uQcG/4xmd7CswzaO5eUHrFbSBhYvBoNTHd1/PhbOh/jDea3ct216rYhYr5f5L0+uQGv55ie8N9Rrgyl3hNqfFYOXXqoy3KDsNS3QW6ls12s675zyj/d0Qx4ShbgodH60ViayGlOxFphFTVd6nTiUVigZPMUr7U0AeyWdAUJdW6DbKnIyXXo6yBQSiJ+GcdXxgjoOuOKqdaY6tk5pYGDRPLUWV5ocEqCFTqUqr5M4rnjptsoIt6tjrsXJ5meolXFTZRzPo5DLYzaCr/JwKG26oIY1L3PS79Y5bU/STdvYg3IpEFgTv6wZ7BGdyutvZV1EvEVcZhEhi96JdSQRM8zeR2odBbzRa8AHXBkWqm98lPZBfaFIPkuiKi1D3ccKVsgNmlFJfD8uu9NzEnPYejdoL8lmQ17z3kV8ENk9kHfODj48bl3l2PL2wtl3eetMjaJbybTiX76muWMPjdPAxeDisjcc9C7+WAwvk+HHZHjVv7y6+goHd2lNpKYbaK267dqVwU800nI+mk6iTKVlgdL5Dm8cgafeEZq2m5eaFhHEgguSpQ0jf56cDYNcpCgtdpaPNE+3GF30B8AaWRPtSRw/Pz/3uZ/tK7OJm6U2vp1cj+/m4x4tIf9GYwP6j/3hoD+kMa2sK7jslPk/rX/e9B2+uFjnXEiq4JFWTRc/wtMQGCTHd3qoQuOdR4bv5SWDrbKOFlbVilt8MHld0/CPEg2pdnnoTK+iTFj6PljhK4x7o4Z3s8br30edsmf30F7HctcxL2CNZPer6XHzW/WP6fgNCN0ENRnKFnmGptNX16Fub0F5DhlOXjm0h7BilKaoXSeWLrYjfw5vylXzuipURlGGP9MbiD9DAt/gG2FUfvfePfx4BTmXm9LfahCq0u8/D/25Mw==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/versions/5.10/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/versions/5.10/update-launch-using-put"}},F={},P=[{value:"Request",id:"request",level:2}];function q(e){const i={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Force finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,a.jsx)(i.p,{children:"Force finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(f(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(f(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(b.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(f(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:i}={...(0,r.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/9e8f0e1c.64731aa5.js b/assets/js/9e8f0e1c.64731aa5.js new file mode 100644 index 000000000..004bd817a --- /dev/null +++ b/assets/js/9e8f0e1c.64731aa5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[60369],{36275:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>k,frontMatter:()=>f,metadata:()=>y,toc:()=>S});var i=a(85893),r=a(11151),l=a(58219),n=a.n(l),t=(a(62316),a(51039)),d=a.n(t),c=(a(82723),a(9487)),o=a.n(c),m=a(41429),p=a.n(m),h=a(5397),u=a.n(h),g=a(4667),x=a.n(g),j=a(9472),b=a.n(j),v=(a(1176),a(12005),a(85162));const f={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjAd2UrXrU2ZnZ2unKpWdwHBZwqGxG6NElhxJhqEo//tWywabgSScoN3qft1675kDeCwcpAtQpojR7XUWZ0Z7a5QiC0sBpiKLXhr9mEMKmSX09NEUD9rb/dxJXTz9O3sGARVaLMmT5WoH0FgSpFBZ85Uy/4l/CZCaQ+g3ICAnl1lZceWLPEvfa2kph9TbmgS4bEMlQnoAv6+4rPNW6gKaZtkmk/N/mnzPGed1T3inn0EAT0bacxpWlZJZGCz56jj3MGwjveI+M9yeDvegFqCw1tlmXsscBHhZEm+qw2ZWPAlvxPLuvCTHJdeSK/al/+bfvzrUbvFy7EaA9FQGABePX+92Pn/8KzLryJPzER+LzE5THvmNdJEyBTRiONBlOwGKtqSudSJdl7wQstZYELBDq8NFr03Asao5y1vMeNg1elQgoNbftNlpWDYCSnIOi2tTdpu90nVtbIkeUsjRUxyyGgH1dfRNWNc5pULAVUa7ds+Tm/Eld+4Dd/Jz3rxL3l2nShBEd+SOdTSd/fJ6f4iXEedUWcoCgnSNypGAlzgzORWk44708crk+7jT2jnXr80SblsAvXjSThrdSvUb7SH9aW0BW1T16x4svpL8xrAxVMaF+VjcKSTbSXIYaLpJlCkS4hWBAEd2e/SJ2ipIgXO9yYxq0iQ5YO03xkq/bxKs5MUsU6qM9U/GelRRWysgtBJXql3ssVx7qWusFbNl433lLso9HXN7NnMiiC6fSXpCdMmSf4zzEW8pQp1HjCx6I9eRJsopf8u6a/FGrwH3uHIqzciGrCokjaRhHix5VVnd9l0cYEVoyd7VvOLFkh+zc017/3t4wbJqbeZoNx03ek31vtHraaj+QbQV/UnbJ6X2Ka1AYXIzuY3HN/Hk9+fxbTp+n45vR5Pf/vgPjqIc9mdrGOhmeJs/uOrj6u6eHqPcZHVJ2gfn7qSJmR+MOqsrPsTXWaLkAVwb+XCxYgFKZqTdcFN3FWYbiiajG0Yf2Mk8SJNkt9uNMDwdGVsk3VGXfHy8f/g0e4j5SCOAqd2ifz8aj9sYq6NEPWhzJsizoU+G4OnFJ5VCqYO72cDmVmAL2E5AQHr+2uzUHVS2FLBhSaYLOBxW6GhuVdNw+HtNlvm07DUT2JVLx997t3mF6mSC8Gbamenb6BzAVeBdEPV+4CMgOtsZFmhYahvCnOzAmO7bvvEz1+krXLzAG3E8cZdlVPlBLpv2mVt1/1lW3X+G0uScZnHH73ncQQpf4AuDNGH84CkhfgCFuqhbGbRt+fM/e7gqrw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,y={id:"api/service-api/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post",permalink:"/docs/api/service-api/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjAd2UrXrU2ZnZ2unKpWdwHBZwqGxG6NElhxJhqEo//tWywabgSScoN3qft1675kDeCwcpAtQpojR7XUWZ0Z7a5QiC0sBpiKLXhr9mEMKmSX09NEUD9rb/dxJXTz9O3sGARVaLMmT5WoH0FgSpFBZ85Uy/4l/CZCaQ+g3ICAnl1lZceWLPEvfa2kph9TbmgS4bEMlQnoAv6+4rPNW6gKaZtkmk/N/mnzPGed1T3inn0EAT0bacxpWlZJZGCz56jj3MGwjveI+M9yeDvegFqCw1tlmXsscBHhZEm+qw2ZWPAlvxPLuvCTHJdeSK/al/+bfvzrUbvFy7EaA9FQGABePX+92Pn/8KzLryJPzER+LzE5THvmNdJEyBTRiONBlOwGKtqSudSJdl7wQstZYELBDq8NFr03Asao5y1vMeNg1elQgoNbftNlpWDYCSnIOi2tTdpu90nVtbIkeUsjRUxyyGgH1dfRNWNc5pULAVUa7ds+Tm/Eld+4Dd/Jz3rxL3l2nShBEd+SOdTSd/fJ6f4iXEedUWcoCgnSNypGAlzgzORWk44708crk+7jT2jnXr80SblsAvXjSThrdSvUb7SH9aW0BW1T16x4svpL8xrAxVMaF+VjcKSTbSXIYaLpJlCkS4hWBAEd2e/SJ2ipIgXO9yYxq0iQ5YO03xkq/bxKs5MUsU6qM9U/GelRRWysgtBJXql3ssVx7qWusFbNl433lLso9HXN7NnMiiC6fSXpCdMmSf4zzEW8pQp1HjCx6I9eRJsopf8u6a/FGrwH3uHIqzciGrCokjaRhHix5VVnd9l0cYEVoyd7VvOLFkh+zc017/3t4wbJqbeZoNx03ek31vtHraaj+QbQV/UnbJ6X2Ka1AYXIzuY3HN/Hk9+fxbTp+n45vR5Pf/vgPjqIc9mdrGOhmeJs/uOrj6u6eHqPcZHVJ2gfn7qSJmR+MOqsrPsTXWaLkAVwb+XCxYgFKZqTdcFN3FWYbiiajG0Yf2Mk8SJNkt9uNMDwdGVsk3VGXfHy8f/g0e4j5SCOAqd2ifz8aj9sYq6NEPWhzJsizoU+G4OnFJ5VCqYO72cDmVmAL2E5AQHr+2uzUHVS2FLBhSaYLOBxW6GhuVdNw+HtNlvm07DUT2JVLx997t3mF6mSC8Gbamenb6BzAVeBdEPV+4CMgOtsZFmhYahvCnOzAmO7bvvEz1+krXLzAG3E8cZdlVPlBLpv2mVt1/1lW3X+G0uScZnHH73ncQQpf4AuDNGH84CkhfgCFuqhbGbRt+fM/e7gqrw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/log-controller"}},q={},S=[{value:"Request",id:"request",level:2}];function C(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(d(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(C,{...e})}):C(e)}}}]); \ No newline at end of file diff --git a/assets/js/9e8f0e1c.e6c2d98b.js b/assets/js/9e8f0e1c.e6c2d98b.js deleted file mode 100644 index 6975abc47..000000000 --- a/assets/js/9e8f0e1c.e6c2d98b.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[60369],{36275:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>k,contentTitle:()=>b,default:()=>M,frontMatter:()=>v,metadata:()=>q,toc:()=>Z});var i=s(85893),r=s(11151),t=s(58219),l=s.n(t),n=(s(62316),s(51039)),c=s.n(n),d=(s(82723),s(9487)),o=s.n(d),m=s(41429),p=s.n(m),u=s(5397),h=s.n(u),j=s(4667),g=s.n(j),x=s(9472),f=s.n(x),y=(s(1176),s(12005),s(85162));const v={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjIGZ7MGnZWdna6cqlZ1lZi5LODR2Y5TIkiPJMBTlf0+1bLAZyIYTtFvdr1vvPXMAj4WDdAHKFDG6vc7izGhvjVJkYSnAVGTRS6Mfckghs4SePpniXnu7f3FSF4//PD2DgAotluTJcrUDaCwJUqis+UqZ/8y/BEjNIfQbEJCTy6ysuPJFnqXvtbSUQ+ptTQJctqESIT2A31dc1nkrdQFNs2yTyfk/TL7njPO6J7zzf0EAT0bacxpWlZJZGCz56jj3MGwjveI+T7g9He5BLUBhrbPNSy1zEOBlSbypDptZ8SS8Ecu785Icl1xLrtiX/ot//+pQu8XLsRsB0lMZAFw8frvbl5eHPyOzjjw5H/GxyOw05ZHfSBcpU0AjhgNdthOgaEvqWifSdckLIWuNBQE7tDpc9NoEHKuas7zFjIddo0cFAmr9TZudhmUjoCTnsLg2ZbfZK13XxpboIYUcPcUhqxFQX0ffhHWdUyoEXGW0a/c8HU8uuXMXuJOf8+ZD8uE6VYIguiMz1tH86ZfX+1O8jDinylIWEKRrVI4EvMaZyakgHXekj1cm38ed1s65fm2WcNsC6NWTdtLoVqrfaA/p/9YWsEVVv+3B4ivJbwwbQ2VcmI/FnUKynSaHgaabRJkiIV4RCHBkt0efqK2CFDjXm8yoJk2SA9Z+Y6z0+ybBSl7MMqfKWP9orEcVtbUCQitxpdrFHsu1l7rGWjFbNt5X7qLc4zG3ZzMngujymaQnRJcs+ds4H/GWItR5xMiid3IdaaKc8vesuxZv9BZwjyun0oxsyKpC0kga5sGSV5XVbd/FAVaEluys5hUvlvyYnWve+9/9K5ZVazNHu+m40Wuq941eT0P1D6Kt6E/aPim1T2kFCtPx9DaejOPp7fPkY3pzm05uRr/djP+DoyiH/dkaBroZ3uZPrvq4utnjQ5SbrC5J++DcnTQx84NRn+qKD/F1lih5ANdGfr9YsQAlM9JuuKlZhdmGoulozOgDO5kHaZLsdrsRhqcjY4ukO+qSTw9395+f7mM+0ghgarfoP44mkzbG6ihRD9qcCfJs6JMheHr1SaVQ6uBuNrC5FdgCtlMQkJ6/Njt1B5UtBWxYkukCDocVOnqxqmk4/L0my3xa9poJ7Mql4++927xBdTJBeDfvzPR9dA7gKvAuiHo/8BEQne0MCzQstQ1hTnZgTHdt3/iZ6/QVLl7gjTiemGUZVX6Qy6Z95lbdf5ZV95+hNDmnWdzxex53kMIX+MIgTRg/eEqIH0ChLupWBm1b/vwAZEMqpw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,q={id:"api/service-api/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/create-log-entry-using-post",permalink:"/docs/api/service-api/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUjIGZ7MGnZWdna6cqlZ1lZi5LODR2Y5TIkiPJMBTlf0+1bLAZyIYTtFvdr1vvPXMAj4WDdAHKFDG6vc7izGhvjVJkYSnAVGTRS6Mfckghs4SePpniXnu7f3FSF4//PD2DgAotluTJcrUDaCwJUqis+UqZ/8y/BEjNIfQbEJCTy6ysuPJFnqXvtbSUQ+ptTQJctqESIT2A31dc1nkrdQFNs2yTyfk/TL7njPO6J7zzf0EAT0bacxpWlZJZGCz56jj3MGwjveI+T7g9He5BLUBhrbPNSy1zEOBlSbypDptZ8SS8Ecu785Icl1xLrtiX/ot//+pQu8XLsRsB0lMZAFw8frvbl5eHPyOzjjw5H/GxyOw05ZHfSBcpU0AjhgNdthOgaEvqWifSdckLIWuNBQE7tDpc9NoEHKuas7zFjIddo0cFAmr9TZudhmUjoCTnsLg2ZbfZK13XxpboIYUcPcUhqxFQX0ffhHWdUyoEXGW0a/c8HU8uuXMXuJOf8+ZD8uE6VYIguiMz1tH86ZfX+1O8jDinylIWEKRrVI4EvMaZyakgHXekj1cm38ed1s65fm2WcNsC6NWTdtLoVqrfaA/p/9YWsEVVv+3B4ivJbwwbQ2VcmI/FnUKynSaHgaabRJkiIV4RCHBkt0efqK2CFDjXm8yoJk2SA9Z+Y6z0+ybBSl7MMqfKWP9orEcVtbUCQitxpdrFHsu1l7rGWjFbNt5X7qLc4zG3ZzMngujymaQnRJcs+ds4H/GWItR5xMiid3IdaaKc8vesuxZv9BZwjyun0oxsyKpC0kga5sGSV5XVbd/FAVaEluys5hUvlvyYnWve+9/9K5ZVazNHu+m40Wuq941eT0P1D6Kt6E/aPim1T2kFCtPx9DaejOPp7fPkY3pzm05uRr/djP+DoyiH/dkaBroZ3uZPrvq4utnjQ5SbrC5J++DcnTQx84NRn+qKD/F1lih5ANdGfr9YsQAlM9JuuKlZhdmGoulozOgDO5kHaZLsdrsRhqcjY4ukO+qSTw9395+f7mM+0ghgarfoP44mkzbG6ihRD9qcCfJs6JMheHr1SaVQ6uBuNrC5FdgCtlMQkJ6/Njt1B5UtBWxYkukCDocVOnqxqmk4/L0my3xa9poJ7Mql4++927xBdTJBeDfvzPR9dA7gKvAuiHo/8BEQne0MCzQstQ1hTnZgTHdt3/iZ6/QVLl7gjTiemGUZVX6Qy6Z95lbdf5ZV95+hNDmnWdzxex53kMIX+MIgTRg/eEqIH0ChLupWBm1b/vwAZEMqpw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/log-controller"}},k={},Z=[{value:"Request",id:"request",level:2}];function N(e){const a={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Create log"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(a.p,{children:"Create log"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(a.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(a.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(a.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:a}={...(0,r.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/a11b35f8.941dfbbe.js b/assets/js/a11b35f8.aaf04007.js similarity index 98% rename from assets/js/a11b35f8.941dfbbe.js rename to assets/js/a11b35f8.aaf04007.js index 9541934e2..170e51b62 100644 --- a/assets/js/a11b35f8.941dfbbe.js +++ b/assets/js/a11b35f8.aaf04007.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53698],{22699:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),p=a.n(m),d=a(41429),o=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),b=(a(1176),a(12005),a(85162));const f={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/versions/5.10/get-launch-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:16.152Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:16.152Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:16.152Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[53698],{22699:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),p=a.n(m),d=a(41429),o=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),b=(a(1176),a(12005),a(85162));const f={id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/versions/5.10/get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",source:"@site/docs/api/service-api/versions/5.10/get-launch-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-launch-using-get",permalink:"/docs/api/service-api/versions/5.10/get-launch-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-launch-using-get",title:"Get specified launch by ID",description:"Get specified launch by ID",sidebar_label:"Get specified launch by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytVktz20YM/iscnJIMLdru48BT1dp1NXUTjx2fNDpAXEjcltxldrG2NRz+9w5ISiIjxuNmeqK0C2CBD48PNTBuPaRLKDCYLD/LrGFni4IcrGKwFTlkbc1CQQpb4ttW6tFrs725/gwxVOiwJCYnRmowWBKkvbGFghi0gRQq5BxiUOQzpysxOBZy9CVoRwpSdoFi8FlOJUJaA+8qMejZabOFpokPb1TO/k0Zf5R/rz0zlnv7SysR9pU1nrzcX56fy2ds/NOfEINgRobl9kPyQT4Dq5oLMdsBd0/eBpeNHVmCFgxM56AJ5ZocxOAZHX/W7aFn5OAhhhC0ksT0ztq1hCZpcJIq1p2raLDYSY4GcaFzuBOgmEo/iSxgVTn7oktkugpd3geCB8c21pXIkIKyYV0QiCaz0+vA5F99scdiwVTO9xoDSF4P6h/aTbgdwxMWgaYCkpBG2ZpQJqNaiE/uhmEi0xmLVBNDjv6e2OlRpGtrC0Ij91oNzrVh2o4x04Z//lEEC/T8l1V6o0m9/fmSGBXysGCn4ZLgS6smIyMTSim7q+vf54+30sVX178+3sCq6atwCqk+/W8Lzj6bkezRjCMXzDR0x4J/MxzSF9qzzkb19XA4fXNxKdpQxn4KVlRKS/1gcTdS+Y9y03D9cAltndILZUG0/2/TzWF4TGWjHSeTrdN3T+UoQ5YK3WDh6evZekMc+YqytoqjbqBH6120uIK2VnPb80bLFJxDCsnTRVIPZnKTdGpJveeDRgYeuac9pwRXQAqiwzazRZMmSY2Bc+s075oEK30y8++pso7vrGMsos4WyKRwGtdFh93eXJ99DIXgljNX/sTc3V722DsiCHEvL41z8OiUJP6wniNprAiNisSz6J3eRIZIkXof2U3U+Rt97fDRL0WlnblWqmqFZtpKnlYCVRa6d5c1rAkduXkQqJer4fWDUFIX+lDokPs+oJa52sZshVpe0GZjh/01RPcb0O9Dmd8tImWzUJLhjlA6usSspcueyh9CJUoCb4lasu27k19OQo6h0BkZTwP1eYVZTtHl7FwYsq0WiSZNkufn5xm2tzPrtkmv6pPbxW/XHx+uz0RFKISc77z/aXZxPruQs8p6LtEMnnm12KeJhumFk6pA3Q641rW6b4QlPF1ADOl4PemsyvlhO1rFkFvPolHXa/T06IqmkeMvgZykfXUs7bYIlPby+xtNWx/3FXh3328h76PBNjbp/J7UzQ4OnAsQd7R83OVkQfuu98c4fIcLQwONdGROqISFlv3uAPMso4oHurKtSY8cJpXstE3zL9DKzFo=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get specified launch by UUID",permalink:"/docs/api/service-api/versions/5.10/get-launch-by-uuid-using-get"},next:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/versions/5.10/delete-launch-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get specified launch by ID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/launch/{launchId}"}),"\n",(0,i.jsx)(s.p,{children:"Get specified launch by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:16.607Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:16.607Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:16.607Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/a59479b4.13f0ee36.js b/assets/js/a59479b4.be8686dd.js similarity index 98% rename from assets/js/a59479b4.13f0ee36.js rename to assets/js/a59479b4.be8686dd.js index 53099bd3e..a73199655 100644 --- a/assets/js/a59479b4.13f0ee36.js +++ b/assets/js/a59479b4.be8686dd.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74101],{23669:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>k,frontMatter:()=>y,metadata:()=>N,toc:()=>A});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),u=i(4667),j=i.n(u),x=i(9472),v=i.n(x),b=(i(1176),i(12005),i(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/versions/5.10/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/update-global-integration-using-put"}},q={},A=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-24T15:34:16.046Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.046Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74101],{23669:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>f,default:()=>k,frontMatter:()=>y,metadata:()=>N,toc:()=>A});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),g=i(5397),h=i.n(g),u=i(4667),j=i.n(u),x=i(9472),v=i.n(x),b=(i(1176),i(12005),i(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/versions/5.10/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integration-using-get",permalink:"/docs/api/service-api/versions/5.10/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVktv2zAM/isGT1uhxm2x7eDTsj6DPRr0cSpyUGwm1iZLmkS3Kwz/94GykzhNVnS5BBH5UeTHj1QaILkMkD2AMoRLL0lZc5hbQ95qjR5mAqzD7nxSQAZLpEtt51JPNoD7oMzy8vwOBDjpZYWEnoM2YGSFkA2DTwoQoAxk4CSVIKDAkHvl2LbH0+PvWnksICNfo4CQl1hJyBqgZ7cOjR4ELKyvJHVHnz5A284YHpw1AQMjTo6O+Gv7wuuvIIALRkNsPUgP+GtwjyLNFw3qvcFga58jiFUWdv4Tc+L6PdNFqrsx9xgBZ5JwkHMgr8xymHIhCQ9JVQit6FDW7wJaAWjkXDMda9vcWo3SsFEVbyJGDFmeDhrWvF5Ou428i757CWLTm0mSNZUX2j7tIwhNXbE6r8f3d1cg4Mv4dnIKAu6uv57/AAEX1zffQcC3s/EUZivq/pvwAkkq/TYCXm3A0tvarXl52btuGPYYaBvxiqRfi+K85aQnbxNB9+HancdcEpe0kDrgy4m8REqWceKTG3TWUzK1nqROBlJIlAkkTWx2hVTaflPEhUAlZJA+HqcDQNpsDXoLAgL6x9XaqL2GDBrnLdnc6jZL04ZlYr2i5zaVTu0sji63PrUuFgh4lF5xv2JvV+G6JbCQtWY+SiIXdsJNV74bDbIjiN6fxbbOaHerXNlACXcqkaZIImvv1CIxiAUW7xO7eMHlOuFNXgVWduSjl4tOI2W5bTOmKq+7ex8amKP06Mc10/wwG5pveYd1pQ+d1uLoC4qrLgo5OkE35gs7nO0hu/+gflXKeDpJCpvXFRqK7e33q8zjfu1fhNvaMYjpraTibofu5PNOyQK0ytEEHMDHTuYlJiejIxC9WriaLE2fnp5GMlpH1i/THhrSb5PT8x+354cMaQWw1LrsP46Oj0bHcYBsoEqawTX/q/0tXtY8E/6h1Gmp4o6I2Tb9XDzA4zFsbVUQkG0/gjMBpQ3Ezk0zlwHvvW5bPv5do2cRzDZCj5IoVOiX1L6JbjbPHby76d/X98nLl3dv8v2hNM9xuHTNv0DAL3zeebxbnpESZYE+ZtX5jPMcHQ3Q/OCyatd7g/9ItO1fqfH2HA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/versions/5.10/update-global-integration-using-put"}},q={},A=[{value:"Request",id:"request",level:2}];function _(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,s.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-28T14:15:16.500Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.500Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/ab9eee5d.7b95600e.js b/assets/js/ab9eee5d.f80f2667.js similarity index 53% rename from assets/js/ab9eee5d.7b95600e.js rename to assets/js/ab9eee5d.f80f2667.js index 332117d43..a54900ba5 100644 --- a/assets/js/ab9eee5d.7b95600e.js +++ b/assets/js/ab9eee5d.f80f2667.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34908],{45253:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>N,frontMatter:()=>y,metadata:()=>S,toc:()=>q});var i=a(85893),t=a(11151),r=a(58219),n=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),o=a.n(m),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),f=a.n(g),E=(a(1176),a(12005),a(85162));const y={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUwDMk2YNPSyZkQ1U2sAYOu4TaEnYDytqSI8kzQ1H+962WbGzAk3BCcqv7dev1a53A8r2BaA0WjR0Ii/mAm6NMBomSVqssQw0bBqpAza1QcppCBMZybWOl7NRivjJC7uezxRIYFFzzHC1qcnkCyXOECAqtvmNiv9KKgZC0xe0BGKRoEi0Kcnxjp/FHKTSmEFldIgOTHDDnEJ3AHgt0KLSQe6iqjTdGYz+o9EgWl34d3CUaBzf+CxhQcigtmfKiyETicgu/G7I/dUMJm1GsxY2LFt4aMl7K5LAqRQrMJ83qoML9d4A3rAGutpQmlUtTXa1A45BYq8W2tH5V23Kt+ZGqZjE3XUQEZHw+4SD93P1/eOwpHgNzNBbzzqetUhlyCQzwmecFRdvxzGDF4JFnJfZdQVVRUVOMcdcb5OJCer4fuFlYbk0PjIp163tz+JpEq9X0Y6B2QcE1Shv4o+TEk7Endpe0v677vLGO0ahSJ3jFBSrzL6/6pbv4aX01Wn3sL5D7NOsvfUvEntrtlM65hQhSbnFgyapiTgseuMFpT72rJrdbZyjLnEqwWE2XE2CwWM7iv4HBcuLEYfEw+TqOpzP3ZTIHBh8mn2bx5N+HL+PFol3+Ec9W8876z8ny8+xju27c18va+/jTchKfXfnV2ZNfnh35ZePHr5ybTcWglOJH2Z96cw9dYXIbplDS+Ksd3d3fKtCDRm4xvVSeN+GbfrGZSKuP9ZExiXG8+GV397VGVdWIUyw0Jg6Bb2UGzwNq1z3KQS2dg61Kj4NasW8V8zIfJ4cBD7RSNiC2BNQnTjEsSiOU9APA8fynsc6cv4lJsp6jPSiaOIUyLmcaGxGEj6Pw1JkWVViHN6gfm+FT6gwiIDOrEpVVURieeGkPSgt7rEJeiJu0YiyUtnOlLc8C78sB1IJvM1/nxp2/4x0vM+qeg7WFuXE3b2zb1iBDYLU9se2M6JY0n5WxARUp4DINCFnwSuwCiZhi+po0zuMNrgG3uFLM1VA7q8IZDYUiWmyoVEnp465PsEWuUY9Lqu56Q59pFMbtUJ00k+ByTJ2v+KwBzTSpadZermfkpjMmXlLw83Y7FPwLoDsGWqszZev11RvkCl8PoFpXfYyzknZSagUURnejd4P7u8Ho3fL+ffT2XXT/dvjb27t/4FI028N1RzZa04pLR0+F3Klu/3dp+AJHmzsfz6dBqpIyR2ndG6aWGJ44ialrsygLOkQ8zLmgtjB+5/cbbjDIRILSYOf4uODJAYPR8I4ycG1FBI7C8Onpacjd16HS+7A+asIv04fJ18VkQEdorKE2Hv374f2936OOzrnsonxJVPofDxafbVhkXLgJ6GCdaoFYw+MIGERXD0/ytmFwIC2J1nA6bbnBlc6qirZ/lEg0WG/ajncESoWh/610XsE5Kzq8iuvJ8Dq4jNyLuHloyGOHlsBqwnYdVCQUB+Qp6g6lH3zcwZL8tB5u3rMVa06MkwQL27GlCXQhs/Uzfls/o3OVkpnmT/TI4U8QwTf4RiCVS98pots/QcblvuR7svdh6fc/onIyRQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,S={id:"api/service-api/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post",permalink:"/docs/api/service-api/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGS2jgQ/RVXn5KUwDMk2YNPSyZkQ1U2sAYOu4TaEnYDytqSI8kzQ1H+962WbGzAk3BCcqv7dev1a53A8r2BaA0WjR0Ii/mAm6NMBomSVqssQw0bBqpAza1QcppCBMZybWOl7NRivjJC7uezxRIYFFzzHC1qcnkCyXOECAqtvmNiv9KKgZC0xe0BGKRoEi0Kcnxjp/FHKTSmEFldIgOTHDDnEJ3AHgt0KLSQe6iqjTdGYz+o9EgWl34d3CUaBzf+CxhQcigtmfKiyETicgu/G7I/dUMJm1GsxY2LFt4aMl7K5LAqRQrMJ83qoML9d4A3rAGutpQmlUtTXa1A45BYq8W2tH5V23Kt+ZGqZjE3XUQEZHw+4SD93P1/eOwpHgNzNBbzzqetUhlyCQzwmecFRdvxzGDF4JFnJfZdQVVRUVOMcdcb5OJCer4fuFlYbk0PjIp163tz+JpEq9X0Y6B2QcE1Shv4o+TEk7Endpe0v677vLGO0ahSJ3jFBSrzL6/6pbv4aX01Wn3sL5D7NOsvfUvEntrtlM65hQhSbnFgyapiTgseuMFpT72rJrdbZyjLnEqwWE2XE2CwWM7iv4HBcuLEYfEw+TqOpzP3ZTIHBh8mn2bx5N+HL+PFol3+Ec9W8876z8ny8+xju27c18va+/jTchKfXfnV2ZNfnh35ZePHr5ybTcWglOJH2Z96cw9dYXIbplDS+Ksd3d3fKtCDRm4xvVSeN+GbfrGZSKuP9ZExiXG8+GV397VGVdWIUyw0Jg6Bb2UGzwNq1z3KQS2dg61Kj4NasW8V8zIfJ4cBD7RSNiC2BNQnTjEsSiOU9APA8fynsc6cv4lJsp6jPSiaOIUyLmcaGxGEj6Pw1JkWVViHN6gfm+FT6gwiIDOrEpVVURieeGkPSgt7rEJeiJu0YiyUtnOlLc8C78sB1IJvM1/nxp2/4x0vM+qeg7WFuXE3b2zb1iBDYLU9se2M6JY0n5WxARUp4DINCFnwSuwCiZhi+po0zuMNrgG3uFLM1VA7q8IZDYUiWmyoVEnp465PsEWuUY9Lqu56Q59pFMbtUJ00k+ByTJ2v+KwBzTSpadZermfkpjMmXlLw83Y7FPwLoDsGWqszZev11RvkCl8PoFpXfYyzknZSagUURnejd4P7u8Ho3fL+ffT2XXT/dvjb27t/4FI028N1RzZa04pLR0+F3Klu/3dp+AJHmzsfz6dBqpIyR2ndG6aWGJ44ialrsygLOkQ8zLmgtjB+5/cbbjDIRILSYOf4uODJAYPR8I4ycG1FBI7C8Onpacjd16HS+7A+asIv04fJ18VkQEdorKE2Hv374f2936OOzrnsonxJVPofDxafbVhkXLgJ6GCdaoFYw+MIGERXD0/ytmFwIC2J1nA6bbnBlc6qirZ/lEg0WG/ajncESoWh/610XsE5Kzq8iuvJ8Dq4jNyLuHloyGOHlsBqwnYdVCQUB+Qp6g6lH3zcwZL8tB5u3rMVa06MkwQL27GlCXQhs/Uzfls/o3OVkpnmT/TI4U8QwTf4RiCVS98pots/QcblvuR7svdh6fc/onIyRQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"}},b={},q=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(E.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(E.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(E.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(E.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(E.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34908],{45253:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>y,default:()=>T,frontMatter:()=>v,metadata:()=>E,toc:()=>S});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),o=a.n(n),c=(a(82723),a(9487)),m=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),q=a.n(g),f=(a(1176),a(12005),a(85162));const v={id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGT2jYQ/iuefUoyBh/0MtP6qYSQhpn0oAYeWsJ0hL2AUlvySfLdMYz/e2clGxvw5XhC8mr329W33+oEhu01hGswqE2PG8x6TB9F3IulMEqmKSrY+CBzVMxwKaYJhKANUyaS0kwNZivNxX4+WyzBh5wplqFBRS5PIFiGEEKu5A+MzQOtfOCCtpg5gA8J6ljxnBzf2Cl8LLjCBEKjCvRBxwfMGIQnMMccLQrFxR7KcuOMUZtPMjmSxaVfC3eJ2sKN/gIfKDkUhkxZnqc8trkFPzTZn9qhuEkp1uLGRQNvDSkrRHxYFTwB3yXtV0G5/W8Bb/wauNxSmlQuRXU1HLVFYozi28K4VWXLlGJHqprBTLcREZDR+YSF9HP3/+Gxo3g+6KM2mLU+baVMkQnwAV9YllO0HUs1lj48sbTArisoSypqghHuOoNcXEjH9wPTC8OM7oBR+u363hy+JtFqNf3syZ2XM4XCeO4oOXFk7IjdJu3bdZ/X1hFqWagYr7hAZX7zql+7i5/WV6FRx+4C2U+z7tI3ROyo3U6qjBkIIWEGe4asSt9qwZhpnHbUu6xzu3WGosioBIvVdDkBHxbLWfQ3+LCcWHFYjCcPo2g6s18mc/Dh0+TLLJr8O/42Wiya5R/RbDVvrf+cLL/OPjfr2n21rLyPviwn0dmVW509ueXZkVvWftzKutmUPhSCPxbdqdf30BYmu6FzKbS72uHd4FaBxgqZweRSeT4EH7rFZiKMOlZHRiTG0eLN7u5qjbKsECeYK4wtAtfKPrz0qF33KHqVdPa2Mjn2KsW+VczLfKwcesxTUhqP2OJRn1jFMCg0l8INAMvzn8Y6c/4mJsl6huYgaeLkUtucaWyEEDwNg1NrWpRBFV6jeqqHT6FSCIHMjIxlWoZBcGKFOUjFzbEMWM5v0oowl8rMpTIs9ZwvC1Bxtk1dnWt37o53rEipew7G5PrG3by2bVqDDMGv7IltZ0S3pPkqtfGoSB4TiUfIvHd85wnEBJP3pHEOr3cNuMGVYCb7ylrl1qjPJdFiQ6WKCxd3fYItMoVqVFB11xv6TKMwaobqpJ4El2PqfMVnDainSUWz5nIdIzetMfGagp+3m6HgXgDtMdBYnSlbra/eIFf4OgBVuupinJW0lVIjoDC8G973Bne94a/LwX04+BgO7vvDX377By5FszlcdWStNY24tPSUi51s93+bhq9wtL7z0XzqJTIuMhTGvmEqiWGxlZiqNosip0PEw4xxagvtdn6/4YYPKY9RaGwdH+UsPqA37N9RBratiMBhEDw/P/eZ/dqXah9UR3XwbTqePCwmPTpCYw2Vdug/9gcDt0cdnTHRRvmaqHQ/Hgy+mCBPGbcT0MI6VQKxhqch+BBePTzJ28aHA2lJuIbTacs0rlRalrT9WCDRYL1pOt4SKOGa/jfSeQXnrOjwLqomw3vvMnIn4vqhIY4tWoJfEbbtoCShOCBLULUoPXZxe0vy03i4ec+Wfn1iFMeYm5YtTaALma2e8dvqGZ3JhMwUe6ZHDnuGEL7DdwIpbfpWEe3+CVIm9gXbk70LS7//AbtXMk0=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,E={id:"api/service-api/start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/start-root-item-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-root-item-using-post",permalink:"/docs/api/service-api/start-root-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVlGT2jYQ/iuefUoyBh/0MtP6qYSQhpn0oAYeWsJ0hL2AUlvySfLdMYz/e2clGxvw5XhC8mr329W33+oEhu01hGswqE2PG8x6TB9F3IulMEqmKSrY+CBzVMxwKaYJhKANUyaS0kwNZivNxX4+WyzBh5wplqFBRS5PIFiGEEKu5A+MzQOtfOCCtpg5gA8J6ljxnBzf2Cl8LLjCBEKjCvRBxwfMGIQnMMccLQrFxR7KcuOMUZtPMjmSxaVfC3eJ2sKN/gIfKDkUhkxZnqc8trkFPzTZn9qhuEkp1uLGRQNvDSkrRHxYFTwB3yXtV0G5/W8Bb/wauNxSmlQuRXU1HLVFYozi28K4VWXLlGJHqprBTLcREZDR+YSF9HP3/+Gxo3g+6KM2mLU+baVMkQnwAV9YllO0HUs1lj48sbTArisoSypqghHuOoNcXEjH9wPTC8OM7oBR+u363hy+JtFqNf3syZ2XM4XCeO4oOXFk7IjdJu3bdZ/X1hFqWagYr7hAZX7zql+7i5/WV6FRx+4C2U+z7tI3ROyo3U6qjBkIIWEGe4asSt9qwZhpnHbUu6xzu3WGosioBIvVdDkBHxbLWfQ3+LCcWHFYjCcPo2g6s18mc/Dh0+TLLJr8O/42Wiya5R/RbDVvrf+cLL/OPjfr2n21rLyPviwn0dmVW509ueXZkVvWftzKutmUPhSCPxbdqdf30BYmu6FzKbS72uHd4FaBxgqZweRSeT4EH7rFZiKMOlZHRiTG0eLN7u5qjbKsECeYK4wtAtfKPrz0qF33KHqVdPa2Mjn2KsW+VczLfKwcesxTUhqP2OJRn1jFMCg0l8INAMvzn8Y6c/4mJsl6huYgaeLkUtucaWyEEDwNg1NrWpRBFV6jeqqHT6FSCIHMjIxlWoZBcGKFOUjFzbEMWM5v0oowl8rMpTIs9ZwvC1Bxtk1dnWt37o53rEipew7G5PrG3by2bVqDDMGv7IltZ0S3pPkqtfGoSB4TiUfIvHd85wnEBJP3pHEOr3cNuMGVYCb7ylrl1qjPJdFiQ6WKCxd3fYItMoVqVFB11xv6TKMwaobqpJ4El2PqfMVnDainSUWz5nIdIzetMfGagp+3m6HgXgDtMdBYnSlbra/eIFf4OgBVuupinJW0lVIjoDC8G973Bne94a/LwX04+BgO7vvDX377By5FszlcdWStNY24tPSUi51s93+bhq9wtL7z0XzqJTIuMhTGvmEqiWGxlZiqNosip0PEw4xxagvtdn6/4YYPKY9RaGwdH+UsPqA37N9RBratiMBhEDw/P/eZ/dqXah9UR3XwbTqePCwmPTpCYw2Vdug/9gcDt0cdnTHRRvmaqHQ/Hgy+mCBPGbcT0MI6VQKxhqch+BBePTzJ28aHA2lJuIbTacs0rlRalrT9WCDRYL1pOt4SKOGa/jfSeQXnrOjwLqomw3vvMnIn4vqhIY4tWoJfEbbtoCShOCBLULUoPXZxe0vy03i4ec+Wfn1iFMeYm5YtTaALma2e8dvqGZ3JhMwUe6ZHDnuGEL7DdwIpbfpWEe3+CVIm9gXbk70LS7//AbtXMk0=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"test-item-async-controller",permalink:"/docs/api/service-api/test-item-async-controller"},next:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"}},b={},S=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(q(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/addd6ba5.327c9930.js b/assets/js/addd6ba5.327c9930.js deleted file mode 100644 index 16fe430bd..000000000 --- a/assets/js/addd6ba5.327c9930.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5447],{36406:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>M,frontMatter:()=>v,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),p=a(41429),d=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const v={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z2zgM/SsanNqObDlO2oNO6yTe3cz2Ixsnl3V9oEXYZlciVRJK4vHov++A+rAcK5lkprf1SaYA8BF4AJ92QGLtIJ5DKgqdbAbCbXUySIwma9IULSxCMDlaQcroKwkxZGjX+Nlbo7tzSq+vv81uIYRcWJEhoeV4O9AiQ4ght+YHJvSV/4WgNC8J2kAIEl1iVc6Bj+ws/iyURQkx2QJDcMkGMwHxDmibc1hHVuk1lOWiMkZH50Zu2eIw7heGG6Q13qC2DZZsHAIfFDWxm8jzVCX+nNEPx7677raKUmzCNae/+fsA6hzwkVDLWaEI3WUHRggNAAirxCzC5iRmyefm/FlONCl0Hg6RVcuCqn+1rbBWMGxFmLkurCvCbNJ43KAzhU04jy/v8S9ue1Iawr1IC+xLdlk+KVuPM2p5q7Ie9xBWxmaCIAYpCAfEVuzwTNL2AZbGpCg0G7d5fCkp1brShGu03X2Vpk9nwKfwLL71hsc4URcZl/N8Mru6gBAup9NrWLCXkS86XE5/n9x9vvUu53d/eJ+qD3oS5UhYekuqqvwftoZfcLnRrsrJeDQ67oFvfx1S/UP0oZ/dFbE7/OmSW8mGvCHoIlv61O4P4Z+pYIYXhZKvYLgW6Zbnxytq2TIw5D615lFlgvCyqOZSx7AFtk+gKZapJ9r/p6U2wt0gWXVw0k4XKfmqPuF2c/TFSLVSKF+/fYYkpKDuvO5PV/mre6ou/+sOZx70ge0+jEVbPDOA3ty1VV8oRyo54NesXX01uSSuMCHXl1YhpWL+iPT6wOWNdv3pOh2D5yk+YlKw968OXbbDo68afpz0tk7dPbnFRBAzdCVShyE8DhIjcY16UN/3A77vB7UkyY7u8D7J4JACswpcjomn/15DKB0kJsuMDozmovkLzFVpmdcj4EUI7Tg4gsJyJkPaGFZauXGeAyyXYojux9Guo5LKqAIU+Rg8ftHeN+KrsCnEwOZkEpOWcRTtREEbYxVty0jk6ujUN5gbS9fGkkiDKpYHapVYplUlm3A1F0WRchU3RLk7Cnfd2O47mQ0hrO25jVtEx1fWn8ZRwMkKhJYBIwveqVWgESXK91yYCm/wFPAel8TMDK23yr3RUBlmzYJTlRTVvvMdLFFYtJOCszxf8GuWfzd7UTl9FFme4lNV1pa6bf+mqg1DF0+T0hlu9USH8Wh8NjgZDcZntycf49Oz+OR0+Ol09A+8IIwqTbyXQvPR4kDRtMKlmq2dEVp3QIujM82eR8IXhl6Z7vDqkuUZJjWVmVxfBdIkRYaaRK2GWYuIxGuRGtGsyNmJT50JxeR11cpvRxUMIVUJaocd90kukg0G4+GI5YcnP9MsjqKHh4eh8G+Hxq6j2tVFn68upl9n0wG78P2M1lXoPw5PTqo17r9M6M42b50M/Rc74SNFeSqUv1A82l3d5XO4H0MI8eHXUBUf6hqzstrwaIjnsNsthcM7m5YlL/8s0DKpF/vG9TyVyvHzfkA+AdZqQ3h3Uyu+98Ehhl7sjYbS2w77Iaz7ohug5H7foJB847adc1HtO/C03Uc4+hQrw8ZjkiSYU8eWtezB1Ky/Rpf112DdAlY8sJwVDxDDd/jOIE3eXmV+fQep0OtCrNm+2pZ//wFDsS2k",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post",permalink:"/docs/api/service-api/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV01z2zgM/SsanNqObDlO2oNO6yTe3cz2Ixsnl3V9oEXYZlciVRJK4vHov++A+rAcK5lkprf1SaYA8BF4AJ92QGLtIJ5DKgqdbAbCbXUySIwma9IULSxCMDlaQcroKwkxZGjX+Nlbo7tzSq+vv81uIYRcWJEhoeV4O9AiQ4ght+YHJvSV/4WgNC8J2kAIEl1iVc6Bj+ws/iyURQkx2QJDcMkGMwHxDmibc1hHVuk1lOWiMkZH50Zu2eIw7heGG6Q13qC2DZZsHAIfFDWxm8jzVCX+nNEPx7677raKUmzCNae/+fsA6hzwkVDLWaEI3WUHRggNAAirxCzC5iRmyefm/FlONCl0Hg6RVcuCqn+1rbBWMGxFmLkurCvCbNJ43KAzhU04jy/v8S9ue1Iawr1IC+xLdlk+KVuPM2p5q7Ie9xBWxmaCIAYpCAfEVuzwTNL2AZbGpCg0G7d5fCkp1brShGu03X2Vpk9nwKfwLL71hsc4URcZl/N8Mru6gBAup9NrWLCXkS86XE5/n9x9vvUu53d/eJ+qD3oS5UhYekuqqvwftoZfcLnRrsrJeDQ67oFvfx1S/UP0oZ/dFbE7/OmSW8mGvCHoIlv61O4P4Z+pYIYXhZKvYLgW6Zbnxytq2TIw5D615lFlgvCyqOZSx7AFtk+gKZapJ9r/p6U2wt0gWXVw0k4XKfmqPuF2c/TFSLVSKF+/fYYkpKDuvO5PV/mre6ou/+sOZx70ge0+jEVbPDOA3ty1VV8oRyo54NesXX01uSSuMCHXl1YhpWL+iPT6wOWNdv3pOh2D5yk+YlKw968OXbbDo68afpz0tk7dPbnFRBAzdCVShyE8DhIjcY16UN/3A77vB7UkyY7u8D7J4JACswpcjomn/15DKB0kJsuMDozmovkLzFVpmdcj4EUI7Tg4gsJyJkPaGFZauXGeAyyXYojux9Guo5LKqAIU+Rg8ftHeN+KrsCnEwOZkEpOWcRTtREEbYxVty0jk6ujUN5gbS9fGkkiDKpYHapVYplUlm3A1F0WRchU3RLk7Cnfd2O47mQ0hrO25jVtEx1fWn8ZRwMkKhJYBIwveqVWgESXK91yYCm/wFPAel8TMDK23yr3RUBlmzYJTlRTVvvMdLFFYtJOCszxf8GuWfzd7UTl9FFme4lNV1pa6bf+mqg1DF0+T0hlu9USH8Wh8NjgZDcZntycf49Oz+OR0+Ol09A+8IIwqTbyXQvPR4kDRtMKlmq2dEVp3QIujM82eR8IXhl6Z7vDqkuUZJjWVmVxfBdIkRYaaRK2GWYuIxGuRGtGsyNmJT50JxeR11cpvRxUMIVUJaocd90kukg0G4+GI5YcnP9MsjqKHh4eh8G+Hxq6j2tVFn68upl9n0wG78P2M1lXoPw5PTqo17r9M6M42b50M/Rc74SNFeSqUv1A82l3d5XO4H0MI8eHXUBUf6hqzstrwaIjnsNsthcM7m5YlL/8s0DKpF/vG9TyVyvHzfkA+AdZqQ3h3Uyu+98Ehhl7sjYbS2w77Iaz7ohug5H7foJB847adc1HtO/C03Uc4+hQrw8ZjkiSYU8eWtezB1Ky/Rpf112DdAlY8sJwVDxDDd/jOIE3eXmV+fQep0OtCrNm+2pZ//wFDsS2k",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/finish-launch-using-put"}},q={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:13.900Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:13.900Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:13.900Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/addd6ba5.92bb569d.js b/assets/js/addd6ba5.92bb569d.js new file mode 100644 index 000000000..873068f42 --- /dev/null +++ b/assets/js/addd6ba5.92bb569d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5447],{36406:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>w,frontMatter:()=>b,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),d=a.n(m),o=a(41429),p=a.n(o),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV0tz2zYQ/iucPSUZSrQVJ9PyVCV2W0/zcP24VNEBIlYSUhJggIVtjYb/vbPgQ5RFe+yZ3KoTBe4uPux+u/i4BRIrB+kMcuF1th4Jt9HZKDOarMlztDCPwZRoBSmjzyWkUKBd4adgje7GKb26+Hp1DTGUwooCCS3H24IWBUIKpTXfMaMv/C8GpXlJ0BpikOgyq0oOfGBn8YdXFiWkZD3G4LI1FgLSLdCm5LCOrNIrqKp5bYyOPhi5YYv9uJ8ZbpQ3eKPGNlqwcQx8UNTEbqIsc5WFcybfHftu+9sqyrEN157+8u89qDPAe0Itr7widKc9GDG0ACCuEzOP25OYBZ+b82c50aTQBThEVi081f8aW2GtYNiKsHB9WOeExbT1uERnvM04j0/v8S9uBlIaw63IPQ4lu6oelG3AGbW8VsWAewxLYwtBkIIUhCNiK3Z4JGm7AAtjchSajbs8PpWUel1pwhXa/r5K0/sT4FMEFl8Hw0OcqH3B5fwwvTr/CDGcnp1dwJy9jHzS4fTs9+nNp+vg8uHmj+BT98FAohwJSy9JVZ3//dYIC6402tU5mRwdHfbA17/2qf4meTPM7prYPf70ya1kS94YtC8WIbW7Q4Rn8sxw75V8BsO1yDc8P55Ry46BMfepNfeqEISnvp5LPcMO2C6Bxi/yQLT/T0uthbtEsmrvpL0uUvJZfcLt5uizkWqpUD5/+wJJSEH9eT2crupn91RT/ucdztzpPdtdGIvWPzKAXty1dV8oRyrb49dVt/pscklcYkZuKK1CSsX8EfnFnssL7YbT9XYCgad4j5ln758duuqGx1A1wjgZbJ2me0qLmSBm6FLkDmO4H2VG4gr1qLnvR3zfjxpJUhzc4UOSwSFFZhm5ErNA/52GUDrKTFEYHRnNRQsXmKvTMmtGwJMQunFwAIXlTIG0Nqy0SuMCB1gupZDcTpJtTyVVSQ0oCTF4/KK9bcWXtzmkwOZkMpNXaZJshae1sYo2VSJKdXDqSyyNpQtjSeRRHSsAtUos8rqSbbiGi8LnXMU1UekOwl20trtOZkOIG3tu4w7R4ZX1p3EUcbIioWXEyKJXahlpRInyNRemxhs9BLzDJbEwYxusymA0VoZZM+dUZb7ed7aFBQqLduo5y7M5v2b5d7kTlWf3oihzfKjKulJ37d9WtWXo/GFSesOtmegwOZqcjI6PRpNfro9P0uN36fHJePL213/gCWFUa+KdFJodzfcUTSdc6tnaG6FNB3Q4etPscSR8Yeil6Q+vPlkeYVJbmenFeSRN5gvUJBo1zFpEZEGLNIiufMlOfOpCKCavq1d+O6hgDLnKUDvsuU9Lka0xmoyPWH4E8jPN0iS5u7sbi/B2bOwqaVxd8un849mXq7MRu/D9jNbV6N+Nj4/rNe6/QujeNi+dDMMXO+E9JWUuVLhQAtpt0+UzuJ1ADOn+11AdH5oas7Ja82hIZ7DdLoTDG5tXFS//8GiZ1PNd4waeSuX4eTcgHwDrtCG8umwU3+toH8Mg9lZD6U2P/RA3fdEPUHG/r1FIvnG7zvlY7zsKtN1FOPgUq+LWY5plWFLPlrXs3tRsvkYXzddg0wJW3LGcFXeQwjf4xiBN2V1lYX0LudArL1ZsX2/Lv/8AeEsttA==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post",permalink:"/docs/api/service-api/merge-launches-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV0tz2zYQ/iucPSUZSrQVJ9PyVCV2W0/zcP24VNEBIlYSUhJggIVtjYb/vbPgQ5RFe+yZ3KoTBe4uPux+u/i4BRIrB+kMcuF1th4Jt9HZKDOarMlztDCPwZRoBSmjzyWkUKBd4adgje7GKb26+Hp1DTGUwooCCS3H24IWBUIKpTXfMaMv/C8GpXlJ0BpikOgyq0oOfGBn8YdXFiWkZD3G4LI1FgLSLdCm5LCOrNIrqKp5bYyOPhi5YYv9uJ8ZbpQ3eKPGNlqwcQx8UNTEbqIsc5WFcybfHftu+9sqyrEN157+8u89qDPAe0Itr7widKc9GDG0ACCuEzOP25OYBZ+b82c50aTQBThEVi081f8aW2GtYNiKsHB9WOeExbT1uERnvM04j0/v8S9uBlIaw63IPQ4lu6oelG3AGbW8VsWAewxLYwtBkIIUhCNiK3Z4JGm7AAtjchSajbs8PpWUel1pwhXa/r5K0/sT4FMEFl8Hw0OcqH3B5fwwvTr/CDGcnp1dwJy9jHzS4fTs9+nNp+vg8uHmj+BT98FAohwJSy9JVZ3//dYIC6402tU5mRwdHfbA17/2qf4meTPM7prYPf70ya1kS94YtC8WIbW7Q4Rn8sxw75V8BsO1yDc8P55Ry46BMfepNfeqEISnvp5LPcMO2C6Bxi/yQLT/T0uthbtEsmrvpL0uUvJZfcLt5uizkWqpUD5/+wJJSEH9eT2crupn91RT/ucdztzpPdtdGIvWPzKAXty1dV8oRyrb49dVt/pscklcYkZuKK1CSsX8EfnFnssL7YbT9XYCgad4j5ln758duuqGx1A1wjgZbJ2me0qLmSBm6FLkDmO4H2VG4gr1qLnvR3zfjxpJUhzc4UOSwSFFZhm5ErNA/52GUDrKTFEYHRnNRQsXmKvTMmtGwJMQunFwAIXlTIG0Nqy0SuMCB1gupZDcTpJtTyVVSQ0oCTF4/KK9bcWXtzmkwOZkMpNXaZJshae1sYo2VSJKdXDqSyyNpQtjSeRRHSsAtUos8rqSbbiGi8LnXMU1UekOwl20trtOZkOIG3tu4w7R4ZX1p3EUcbIioWXEyKJXahlpRInyNRemxhs9BLzDJbEwYxusymA0VoZZM+dUZb7ed7aFBQqLduo5y7M5v2b5d7kTlWf3oihzfKjKulJ37d9WtWXo/GFSesOtmegwOZqcjI6PRpNfro9P0uN36fHJePL213/gCWFUa+KdFJodzfcUTSdc6tnaG6FNB3Q4etPscSR8Yeil6Q+vPlkeYVJbmenFeSRN5gvUJBo1zFpEZEGLNIiufMlOfOpCKCavq1d+O6hgDLnKUDvsuU9Lka0xmoyPWH4E8jPN0iS5u7sbi/B2bOwqaVxd8un849mXq7MRu/D9jNbV6N+Nj4/rNe6/QujeNi+dDMMXO+E9JWUuVLhQAtpt0+UzuJ1ADOn+11AdH5oas7Ja82hIZ7DdLoTDG5tXFS//8GiZ1PNd4waeSuX4eTcgHwDrtCG8umwU3+toH8Mg9lZD6U2P/RA3fdEPUHG/r1FIvnG7zvlY7zsKtN1FOPgUq+LWY5plWFLPlrXs3tRsvkYXzddg0wJW3LGcFXeQwjf4xiBN2V1lYX0LudArL1ZsX2/Lv/8AeEsttA==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Starts launch for specified project",permalink:"/docs/api/service-api/start-launch-using-post"},next:{title:"Finish launch for specified project",permalink:"/docs/api/service-api/finish-launch-using-put"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:14.422Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:14.422Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:14.422Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/ae4b27f5.374e4331.js b/assets/js/ae4b27f5.374e4331.js deleted file mode 100644 index df8b2fce5..000000000 --- a/assets/js/ae4b27f5.374e4331.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[71087],{78379:(t,e,s)=>{s.r(e),s.d(e,{assets:()=>o,contentTitle:()=>a,default:()=>A,frontMatter:()=>i,metadata:()=>c,toc:()=>l});var n=s(85893),r=s(11151);const i={sidebar_position:4,sidebar_label:"Launches/test items attributes"},a="Launches/test items attributes",c={id:"work-with-reports/LaunchesTestItemsAttributes",title:"Launches/test items attributes",description:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes.",source:"@site/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",sourceDirName:"work-with-reports",slug:"/work-with-reports/LaunchesTestItemsAttributes",permalink:"/docs/work-with-reports/LaunchesTestItemsAttributes",draft:!1,unlisted:!1,editUrl:"https://github.com/reportportal/docs/blob/develop/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4,sidebar_label:"Launches/test items attributes"},sidebar:"docs",previous:{title:"Filtering launches",permalink:"/docs/work-with-reports/FilteringLaunches"},next:{title:"System attributes",permalink:"/docs/work-with-reports/SystemAttributes"}},o={},l=[{value:"Parameters of attributes",id:"parameters-of-attributes",level:2},{value:"Adding attributes",id:"adding-attributes",level:2},{value:"Best practices for using attributes",id:"best-practices-for-using-attributes",level:2},{value:"Use Case: using attributes for filtering",id:"use-case-using-attributes-for-filtering",level:2},{value:"Use Case: using attributes for creating widgets",id:"use-case-using-attributes-for-creating-widgets",level:2}];function d(t){const e={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",li:"li",ol:"ol",p:"p",strong:"strong",ul:"ul",...(0,r.a)(),...t.components},{MediaViewer:i}=e;return i||function(t,e){throw new Error("Expected "+(e?"component":"object")+" `"+t+"` to be defined: you likely forgot to import, pass, or provide it.")}("MediaViewer",!0),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.h1,{id:"launchestest-items-attributes",children:"Launches/test items attributes"}),"\n",(0,n.jsx)(e.p,{children:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes."}),"\n",(0,n.jsx)(e.p,{children:"Attributes are specific data points that can be included at all levels in ReportPortal:"}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.strong,{children:"Launch"})}),"\n",(0,n.jsx)(i,{src:s(87018),alt:"Launch level attributes in our test report dashboard"}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.strong,{children:"Suite"})}),"\n",(0,n.jsx)(i,{src:s(17756),alt:"Suite level attributes"}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.strong,{children:"Test"})}),"\n",(0,n.jsx)(i,{src:s(21118),alt:"Test level attributes"}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.strong,{children:"Step"})}),"\n",(0,n.jsx)(i,{src:s(74715),alt:"Step level attributes"}),"\n",(0,n.jsx)(e.p,{children:(0,n.jsx)(e.strong,{children:"The purposes of attributes are:"})}),"\n",(0,n.jsxs)(e.ol,{children:["\n",(0,n.jsx)(e.li,{children:"Attributes allow you to categorize, group, or classify tests, making them easier to manage in the future."}),"\n",(0,n.jsx)(e.li,{children:"Attributes are used for filtering."}),"\n",(0,n.jsx)(e.li,{children:"You can create a filter based on the attribute and then build widgets using this filter."}),"\n"]}),"\n",(0,n.jsx)(e.h2,{id:"parameters-of-attributes",children:"Parameters of attributes"}),"\n",(0,n.jsxs)(e.ul,{children:["\n",(0,n.jsx)(e.li,{children:"Format \u2013 Key : Value"}),"\n",(0,n.jsx)(e.li,{children:"Key \u2013 any string value, optional field"}),"\n",(0,n.jsx)(e.li,{children:"Value \u2013 any string value, mandatory field"}),"\n",(0,n.jsx)(e.li,{children:"The maximum limit is 512 symbols each for both key and value."}),"\n"]}),"\n",(0,n.jsx)(e.admonition,{type:"note",children:(0,n.jsx)(e.p,{children:"The key and value are separated by a colon, but the colon cannot be part of the key or value."})}),"\n",(0,n.jsxs)(e.p,{children:["Multiple values can be associated with a single key. For example, if we have a ",(0,n.jsx)(e.code,{children:"jira_id"})," key, the value can differ based on the Jira ticket."]}),"\n",(0,n.jsx)(i,{src:s(32793),alt:"jira_id key"}),"\n",(0,n.jsx)(e.h2,{id:"adding-attributes",children:"Adding attributes"}),"\n",(0,n.jsx)(e.p,{children:"Attributes can be added in the following ways:"}),"\n",(0,n.jsxs)(e.ol,{children:["\n",(0,n.jsx)(e.li,{children:"Via test reporting."}),"\n"]}),"\n",(0,n.jsx)(e.p,{children:"You can initiate (launch, suite, test, or step) with one set of attributes and finish with a different set."}),"\n",(0,n.jsx)(e.p,{children:"Importantly, the new attributes do not overwrite the old ones; instead, they are added."}),"\n",(0,n.jsx)(i,{src:s(16885),alt:"Adding attributes via test reporting"}),"\n",(0,n.jsxs)(e.ol,{start:"2",children:["\n",(0,n.jsx)(e.li,{children:"Via UI (manually)."}),"\n"]}),"\n",(0,n.jsxs)(e.p,{children:["To add or edit attributes, click on the ",(0,n.jsx)(e.code,{children:"pencil"})," icon next to the desired launch/test item. Then click on the ",(0,n.jsx)(e.code,{children:"Add new"})," link or click on the existing attribute to edit the key and value."]}),"\n",(0,n.jsx)(i,{src:s(77247),alt:"pencil icon next to the desired launch/test item"}),"\n",(0,n.jsx)(i,{src:s(87044),alt:"Add new attribute"}),"\n",(0,n.jsx)(i,{src:s(22029),alt:"Adding attributes via UI"}),"\n",(0,n.jsx)(e.h2,{id:"best-practices-for-using-attributes",children:"Best practices for using attributes"}),"\n",(0,n.jsxs)(e.ol,{children:["\n",(0,n.jsx)(e.li,{children:"Avoid having too many attributes on a single item."}),"\n"]}),"\n",(0,n.jsx)(e.p,{children:"When there are too many attributes, they can become unreadable."}),"\n",(0,n.jsx)(e.p,{children:"Use attributes that will assist you in grouping tests, debugging them, or constructing widgets."}),"\n",(0,n.jsx)(i,{src:s(39175),alt:"Attributes for grouping tests in our test reporting tool"}),"\n",(0,n.jsxs)(e.ol,{start:"2",children:["\n",(0,n.jsx)(e.li,{children:"The attribute name should be informative."}),"\n"]}),"\n",(0,n.jsx)(e.p,{children:"Avoid making the attribute name excessively long, even though the field allows up to 512 characters. The name should be understandable and clearly indicate what the attribute refers to."}),"\n",(0,n.jsxs)(e.p,{children:["For instance, in the example below, the attribute ",(0,n.jsx)(e.code,{children:"v5: beta5_24.1"})," could have been divided into two separate attributes: ",(0,n.jsx)(e.code,{children:"version"})," and ",(0,n.jsx)(e.code,{children:"environment"}),"."]}),"\n",(0,n.jsx)(i,{src:s(54082),alt:"Informative attribute name"}),"\n",(0,n.jsxs)(e.ol,{start:"3",children:["\n",(0,n.jsx)(e.li,{children:"Examples of categorizing tests using attributes."}),"\n"]}),"\n",(0,n.jsx)(e.p,{children:"Below you can find some examples of how attributes can describe launch/test item characteristics:"}),"\n",(0,n.jsxs)(e.ul,{children:["\n",(0,n.jsx)(e.li,{children:"feature: Quality Gates"}),"\n",(0,n.jsx)(e.li,{children:"feature: login"}),"\n",(0,n.jsx)(e.li,{children:"feature: notifications"}),"\n",(0,n.jsx)(e.li,{children:"Epic: @F1_functionality"}),"\n",(0,n.jsx)(e.li,{children:"Story: @F11_functionality"}),"\n",(0,n.jsx)(e.li,{children:"Use case: @F11_use_case_111"}),"\n",(0,n.jsx)(e.li,{children:"browser: Chrome"}),"\n",(0,n.jsx)(e.li,{children:"configuration: Chrome desktop"}),"\n",(0,n.jsx)(e.li,{children:"team: Sirius"}),"\n",(0,n.jsx)(e.li,{children:"squad: 1"}),"\n",(0,n.jsx)(e.li,{children:"run.id: 12345"}),"\n",(0,n.jsx)(e.li,{children:"run.type: scheduled"}),"\n",(0,n.jsx)(e.li,{children:"entity.id: 56789"}),"\n",(0,n.jsx)(e.li,{children:"Region: Canada"}),"\n",(0,n.jsx)(e.li,{children:"test.type: UI"}),"\n",(0,n.jsx)(e.li,{children:"branch: develop"}),"\n",(0,n.jsx)(e.li,{children:"build: 3.24.16.17.5"}),"\n",(0,n.jsx)(e.li,{children:"priority: critical"}),"\n"]}),"\n",(0,n.jsx)(i,{src:s(98017),alt:"Categorizing tests using attributes"}),"\n",(0,n.jsx)(i,{src:s(88609),alt:"Examples of categorizing tests using attributes"}),"\n",(0,n.jsx)(e.h2,{id:"use-case-using-attributes-for-filtering",children:"Use Case: using attributes for filtering"}),"\n",(0,n.jsx)(e.p,{children:"Let's consider the following example. In the launch below, there are 31 Failed tests."}),"\n",(0,n.jsx)(i,{src:s(34316),alt:"31 failed tests"}),"\n",(0,n.jsx)(e.p,{children:"It is difficult to identify the most problematic area, so we can use filtering by attribute, for example, by different controller types."}),"\n",(0,n.jsx)(i,{src:s(12911),alt:"Filtering by attribute"}),"\n",(0,n.jsx)(i,{src:s(40138),alt:"Filtering by controller type attribute"}),"\n",(0,n.jsxs)(e.p,{children:["As a result of the investigation, we found that the least number of failures occurred with tests using controller type ",(0,n.jsx)(e.code,{children:"contr_test_item"})," (1), and the most failures occurred with tests using controller type ",(0,n.jsx)(e.code,{children:"contr_launch"})," (12)."]}),"\n",(0,n.jsx)(i,{src:s(7520),alt:"Tests with contr_test_item attribute"}),"\n",(0,n.jsx)(i,{src:s(53458),alt:"Tests with contr_launch attribute"}),"\n",(0,n.jsxs)(e.p,{children:["Thus, we understand that we need to focus on tests with controller type ",(0,n.jsx)(e.code,{children:"contr_launch"}),"."]}),"\n",(0,n.jsx)(e.h2,{id:"use-case-using-attributes-for-creating-widgets",children:"Use Case: using attributes for creating widgets"}),"\n",(0,n.jsxs)(e.p,{children:["Widgets allow you to visually track metrics for launches. We can define these metrics using filters that can be created based on attributes. For example, to determine the growth trend of summary statistics of launches with the same attribute key, let's construct a ",(0,n.jsx)(e.a,{href:"/dashboards-and-widgets/CumulativeTrendChart",children:"Cumulative trend chart widget"}),"."]}),"\n",(0,n.jsxs)(e.p,{children:["There are some launches with the ",(0,n.jsx)(e.code,{children:"smoke"})," attribute."]}),"\n",(0,n.jsx)(i,{src:s(28111),alt:"Tests with smoke attribute"}),"\n",(0,n.jsx)(e.p,{children:"You can create a filter based on this attribute."}),"\n",(0,n.jsx)(i,{src:s(41049),alt:"Create a filter based on the attribute"}),"\n",(0,n.jsxs)(e.p,{children:["Afterwards, create a ",(0,n.jsx)(e.strong,{children:"Cumulative trend chart widget"})," using this filter."]}),"\n",(0,n.jsx)(i,{src:s(35109),alt:"Cumulative trend chart widget"}),"\n",(0,n.jsx)(e.p,{children:"On the screenshot below, we can observe a growth in statistics on the platforms from one build to the next."}),"\n",(0,n.jsx)(i,{src:s(56706),alt:"Growth in statistics on the platforms from one build to the next"}),"\n",(0,n.jsx)(e.p,{children:"Therefore, properly using attributes in ReportPortal can greatly optimize test management and assist in providing clearer visualizations of trends through widgets."}),"\n",(0,n.jsxs)(e.p,{children:["There are also ",(0,n.jsx)(e.a,{href:"/work-with-reports/SystemAttributes",children:"system attributes"})," that allow to extend the functionality of ReportPortal."]})]})}function A(t={}){const{wrapper:e}={...(0,r.a)(),...t.components};return e?(0,n.jsx)(e,{...t,children:(0,n.jsx)(d,{...t})}):d(t)}},87018:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes1-9a6090cb115357c1518d04dde4a61761.png"},39175:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes10-d812dbe75589a4100023616f4fdb639f.png"},54082:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes11-04045ba6bd2c4aefd756e27691bf5543.png"},98017:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes12-3cfe0713bdf44b51f6cea7741ce37947.png"},88609:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes13-96031132fb0a7291c8cbc0b8e9472654.png"},34316:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes14-1462f4238f5c24ba0eb52224ecb9fbe7.png"},12911:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes15-b323c97d13f2c94fb7c1a4ade2d75ec6.png"},40138:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes16-c7839a722d0bd465c5fe92049f176c6b.png"},7520:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes17-829a6e6192b764b1e339f6a1497077db.png"},53458:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes18-5ec4b69d83583d7b99f43a49a0257f20.png"},28111:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes19-118cb980cc4c0862156c14976fdedcdd.png"},17756:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes2-aec4c5d999e057d310b0f3e27b04f6df.png"},41049:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes20-efd8bd8693730d53795bfaf7da690e93.png"},35109:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes21-6dc8584f44b3bd113bc4878889de5719.png"},56706:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes22-6a1a3a585df609c443016af2a2291766.png"},21118:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAACXCAYAAAB9TdObAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnIAABJyAV5lW+MAABeGSURBVHhe7d3fU1Rnnsfx+TvyV+Qyd1O1VZub1Fxs7V5ma26yVVO1VXOTi91N7cXOxW5lZn9UZXZH6YASRVD8BYKIEokg+ANEQboBBUVQURANAYUAkXy3P6fP05w+dMOB0NCneb+qvjXS3aA8T4bvp5/nOYdfLS39aBRFURRFUVGK4EBRFEVRVOT6lQEAAEREcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkRQsO50812gdVW9SpPpvxX7+v3o5ZxcnMv+mrB/5jAABggwMfHJYne+zzo+v/JoIDAACF7c1WxWyffeY15uvW5z+0+5atu3k7YWTVJu+022/07zrebl/4QYfgAABAYfsfHFZnrftau31anWncHxxtsk8bblnf92v+C2TN5if67A8nm+wj7+s02q+Pt9lXN8dsZjX99NKi2cqwfRlYOVB9dnM28+l5LVpfS5N9eLrHRpfM+lozn0NwAACgsP0NDmvTdv50brPP1tE2a5/zXzfenVkZ2PCaa9a9st70w7V5cEhbWrB5P58QHAAA2Nq+Bof5O21es/5Nc8oml7R0kLa2bDP32u3j9OMft497DyXbmzJBoOuF97G2GZZfP7PusWn/47QH173X7PTcBMEBAICt7WNwWLO+lkyzLlh+CJjsavE+/vhcnyXn/YARRnAAAKDo9jE4zG595YULAUsTVneuyT70H/+ott2qB15ktxk8BYLDzM3WnK9ZaPuC4AAAwNb2MTgsW3dTpln/YXDZf2wza7Y8M2bn29rtU/8Q5Icn0l9vyX+a4AAAQNHt6xmHyev+FsS3mbMMka3OWktDptF/cfeHzGNsVQAAUHT7GhzWH2+yL26OW/b4wsqCTT7ss27/LORkMv3nZ7O2nH1+Ohscvhz29yvGrme2Mo5ds+63emzNllcKnIfIg+AAAMDW9jc4pJv75M3W7NmFcLkm7pr6hjp+3ZIrmdfku4/DB60P/Se3RnAAAGBr+xwcZM3mx3pybu700bFW+6Kt37sxkyxP9ttXZ5vs1y4YHG2yzxp6LOmtLKxbfnTLPj+2/prPb7rLN7dGcAAAYGt7ExwAAEBZIDgAAIDICA4AACAyggMAAIiM4AAAACIjOAAAgMgIDgAAIDKCAwAAiIzgcID8/PPP1C4XABw0BIcylq/RUcUvAChnBIcylK+ZUftTAFBuCA5lIl/TWltbo/ah8s2FKwCIO4JDzAWbUriBvX//Pqd++uknapcrPMaq4BwE50cFAHFHcIiZYBMKNig1LNfMVldXvVpZWfFqeXmZKnK5sVa58Q8Hi3CQAIA4IjjESDAwuGbkgoJrYD/++KMtLS3Z4uKivXv3zqu3b99SRS431iqNv0pz4UJFMEgEAwQAxA3BISbCoUFNyK0mqEm5gLCwsGA//PCDzc3N2Zs3b7x6/fo1VeRyY/3999974z8/P+/NheZFIc6FiHB4AIC4ITjERDA0uBUGFxjUoBQURqdv2e2ndXbtyV/su/H/s/bH/5tTVx/9mdrlCo7v9fEjlnz2nc3MzNjs7KwXKDQvChEKdQoQmjfNH+EBQFwRHGIgvNKg5qMmpMDwZu6VNT/6Vzs0/FdUCdXZ0d/b42dDNj097YUIrURovlx4cCsPmlvCA4A4ITjEgAsObntCKw1qQs9mH1jNw7/P27io/a/K4U/s9vgZm5qaslevXmXDg+ZP86j5JDgAiBuCQwyosQRXG7Q9oZUGQkPp1+HUxzb05HY2PGjrQvPnVh3YrgAQNwSHGHDBQXvjbrUh3/ZEYugTq039gzUNfmmN9//DGgfWq6H/33M+pna/apO/s8rU326Yl5qR39qTyUf24sUL79yDW3XQfBIcAMQNwaHEqamo3DaF9shn3jzf0JzOpf7Z+u/3WX9/v929e9f6+vrszp07OaXHXOk11M4qOI75xlihLTw/d8fa7NmzZ9lVB82j5pNzDgDihuBQ4tRQ3PkGt03xYLorpykdGfq7bGi4d+9eTukxV/fv38/W4OAgtcNyYzgwMOBVeNwVLmpTv8uZo/aRSnvy5Im9fPnSu2yT7QoAcUVwKFHuXagLDlrW1r0AtMx98+mxnKZ0auj3OY1LzUwNLplM2tDQkA0PD9vIyIg9fPjQq9HRUa/GxsaobZYbO43jgwcPvNL4apw13goUChLaLgrOUcvQf9qjR4/s+fPn3lUWmkfNZzA4uAKAUkZwKFHBRuKCg/bFdU+Ajom/5DQlNSm3/aCmpdCgZqbmpmb3+PFj793uxMSETU5O2tOnT73S0jm1vXJjp3HUeGpcNb4aZ423AoTGPxwcLib/5D2vz9V2heYxfM7BFQCUMoJDiQqGBu2Du/MNuiuhbvAUbEraU3f761ptUPPSu2I1NDU4NTyd6tcyue4roBsUqXlROyuNn8ZRhx1VGl+FCI23wkEqldoQHJqTf/RWffQ6fa7mUfOp4KD5DYYHAChlexoctK+rptbR0WFnz561yspKO3/+vHV1dXk/cLXnexC5ve6gQsFBB+t0V8hgU9KJ/t7eXi84aKlcDcqFBjU2dxMid0tkfQ2Vmhe1vXJjp3HUFRIaV42vgpnGW9sRWu1RUAjOkYKE/tt35xz0NYIHJAkOAOJiz4KD3oUdPXrUEolEwTp+/Lj3juwg0XJ1bW2tV2pETr7goOClhrVVcFAIU4NSM9O74+Ctj7W37n4pkxoXtb3SuIV/J4jGV+FB5xfGx8e9cw/h4KBVIf1/QM8rzGke9bUIDgDipujBQT9sm5qavGBw5MgR6+np8cKBfujqXbbesWlZvb29PRsg9OfwO/BypKZx+vTp7PddVVWVXXXZSXDQGQftr2s89e5X72zV1DTWLiwoqOhQnvulS9T2SuOmMXQhQgFC4UH/HWu89d+2gpvONOTMkR8ctBJEcAAQZ0UPDhcuXPCaorYk9MN2M3qHXF1d7b2+s7PTf3Rz01012cabrbpum/WfL1UKRg0NDTn/7mvXrnnPBUODSq9V04oSHHSyX8vl2nfXaoNer+amsVfD09dRs1Jpf72Uq+HQITtUsBosqddNdVhNvudrOuyF/3Ve3W+2usr15xJVdXauZzL9XHLLvyP8b9K4BQOE5kQrOdoG0njr8KMOSkYNDvpaml8314QHAKWuqMFBy+ZqiGqQ4RUE/bDVD9ow/QB24UHvmrcy0pKwuhulHhNyqTG0trZ63+M333zjhSr9uaWlJfu83r1quyFqcNDhSF2K6ZqTu+zPrTYEQ4MaoL6m3unGpVLNh+1wc2rjcy+v24nDJ+z6y9DjrkYv25HECbs2Omcr+nh1yRaep2xwYmnDawv+HYHSuLkA4cKDxlerDjo4qcCm4KbLL3PmiOAAoEwULTjoB6mW3nVuQT9kw27cuGH19fX+R7m03KtGWlNT4z9SWKo5Yc1D/gcx8d1333nfn7ZuFJ7UMDQeeuzUqVPeKo2eq6iosFu3bm0rOOgAnvbRtXqjbQoFNK02eKHhbZ+dSzRaym+CrlnFoYYuVljFxaGNz01ft9qKWrs+HXrcr5muWqtoGsz7XLgK/h2ByhceNC8KaApqCmwKB+HgoMORBAcA5aBoweH27dteI9TSeT6bBQc5d+6c9/mbm7XuunRwGPE/zOdNylrrq7yvpaqqrrfW5P6tULiA8PXXX3srKmpAGis1DzV8HSBVYHCl8OVWCzYLDjoYqXs4uOCg5qTVG21T6PNXxq7aNxWH7PDhw/7XrrWul6N25UiFNQ1nmlW25nvsVMVx63ie/vNwU7rxJu15b4Mdr/T/XcfPWsfou9zPeZ20S6cqM89/XWnHG3vs+Urg+V9Yw15TH9743EyXFxy6ZkKP+zXfeyr97+2w5+/zPx+sgn9HoMLhQfOiYKaApqCmwEZwAFDOihYcLl++7DXIQucatgoOaoLRgkOV1dXXWVWlHwzqm+3e1Hv/+QXrPZOwus4pW1nTx+9t8fWkTc97T+459z2pdIBRDcOdc9DlqfpY71y1SqMGrMe1+qLHowYHXQroLvnTa7WMrnfF3vZEqjH9dZtsONCcpjprLHHhvgXXhOZ66tfPiYw0WyI9tvUd47awmv54bcWm+xuturLObr3SC9JWxqy1utoa+6cz47y6YKmWaks03LfCp1rSn5P+ulXfjvsfb05bUomWPAnxVbfVJeqs2/1bwrx/W/pz61rt3tOF9H8BhRX8OwLC4UGrDgpmCmgKagoFCm6Xhv8rZ44IDgDKRdGCg5bcdVahkK2Cg965qXFuLh0EdPDPdb2VORvvqEs3unrrndMD68Fhs4axF3TS3oUGnf1Q43EHR1UaD9H+eGZFoML7s5pJMYNDOjlYTaLR7meTw5z11qeDQo83gH5waLYRL3g5mddUd0x5Hy3cSQeNM73p0Q6Y6U5/3fQ85Dy4c5sHh8wYBivn3MvqrKUu12fCZVWdtaYDTr5AQ3AAgK0VLTjo5k6bnVFQozx27JjX2PLRGQk1gO3LNLW6237jm+m1xpp0Qzhab803Rmx643GLotOWhLYm9P1oW0JNp7k53ZD9JnflypWc1yk0qMm4ZlLU4BAOCnO9Vh9s+AoOea5S8a5m8Zvs2OXM97GxNlkJ2KYdrzgEabUk2Wo16QBRnWelg+AAAFsrWnBQaFDzyHcwUtTYdNMjBQxdSqgfxEG6oY4+fyfUAMJXWqzMjFh3i1Yjqq11ZPPLQneTmoS+R30vGhM1CX2vbW1t3mONjY1ew9BpfPc6jYdrUKriBof02Aw0WqK+Nx0hzGZvpMeoIbB1USA4THVUZ5vs+LdVWzbcX2pXgoPP+34rW23M/9ghOADA1ooWHNzevbYcCtEPX10NoIZ54sQJb2ne0Q/ZnQWHzIHJ+jv518gX+89Z4uQtr0kWmxqAu7TU1cmTJ73T96Jmr8ahJq+rKPS8br/tmsdeBQdbuW+NlWq+mbFrHAyEPQWHnK0Myd2qWBlMN+Jj7TaZs52xu3YzOGS2XwgOALATRQsOCgRqhFevXvUfKUwn0i9evOi9+3bcUv6m3qTsVv+kzbmm5s44VKebgvfYgk2NTtrsor+a4Q7thQ4DFpOauQsNZ86csbq6Om87QpdOqkEoRLhbcbuxcs1j14PDi07vCoSO5z9lmlOg0Y9dqbK6Ft0oKXSewQsOCau5MlL4cOTalHXWpF9zOZXdCnq/OGuTo1O55x5+gZ0Gh9nHKZt8vZg94/J+ftw6T6ZDz+WxDf8NEBwAYGtFCw66OsAtvetuelGowYler8/TlQabWhm39vrq7BUVicoqq2/ptcnsTsSCjVzxD8X5z9dc6A48vzf0/ej6flFzcKsxOhypG0Dpz5cuXfKeE9c8XDPZteDw07w9vFprlV9nLplsC77lftZp1el/R9WV0Ptwb6ui01I9jVZT5Y9jTaN1T4QGcXHSui/UrI91VbXVK2z4T2+0m1dV+H9nsPztlakb9VZ9NPD40RprvDFuC3lWRwgOALC1ogUH0c2L9MNaZxkKnXUI0w9ULe/r/gU6IFmO3PkGV+E7axYvOGQaVN7mtJay5kSVtT32P3YKnHE4qNy8EBwAHFRFDQ764ep+iZPCgw48bib4uyoK3Tgq7tQoFIpcaND46LEg1zxcM9mT4KCAUNNpG06kEBxyuHkhOAA4qIoaHESNy90FUnv7ugxTjU2rCfqBqT1+3eNA+/t6jfb71fzKmb5nHQZVmFLTCXPNwzWTogeHhZQ1V+tAaZ4VHoJDDjcvBAcAB1XRg4PoB6K7esK9085XOiCpRncQqPEUuqumax6umWwnOBS85XS6wSk86O9db1LD1uTfIrr26qi98//enNItp2u77FW+5w5gadxcaNB4al645TSAg2RPggO2J9ikVFGCQ6RfcpUOD/paanzBAEFFr2Bo0HhqNUfz4n7JFcEBQLkjOJSgXxIcXHMK/lptfZ5WHVx4cNsWLkBQ0SsYGjSeGletkrlfq61x59dqAyhnBIcStNPgcPfuXe9QqRqX7kSpRqbXa7tCqw7B8OACBLW9coFBKw0aT82JxlfjrF+Rrktvx8bG7GLyT7lzRHAAUCYIDiUqGB70TlcNa7PgoNtUKzgMDg56jUu/90JXsWi7QqsOam76fBcg1PjUtKjtlQsMGkcXGjS+GmcdSNW46zefRg0OmlfNL6EBQFwQHErUToKDDkjqN2/qKhVdWaH9dr0L1iFJLaXrvIManZbWXYigtlcaN42fxlHjqXHV+GqctU2hcX/w4IE1J/+YO0d+cHAHVwkOAOKK4FCi8gUHNS41qnBwODP4L95WhYLDwMCAjYyMeO9stWzuwoPOO6jBqWGp9HX0TpnaXmncNH4aS5XGVeOrcdZqg7aJdElsODjocKQ7uKqVCX0dzSfBAUDcEBxKVKHgoOZ17+nFnKb0TepTLzQEL8nUcrmalJqZ3gmrsalhaftCjU6lMxDU9sqNncZR46lx1fhqnBXWtNqjlYWzyX/KmaNLyT97gW5iYsL7XM0jwQFAHBEcSpRrIi486GCe9tbVcCamh3KakuryQMI746DgoAOSeterJqbzDmpoChFqWmpwKq1G6AAltb3SuLkx1HhqXDW+GmdtUSi03Ul22KHkX+fMT2fytDcf+nwFD82j5lPzGgwNKgAoZQSHEhVsJC446GCe9ta1PH5s5NOcxqQ6l/zCWxLXMrkO5+mSQJXuYqhqHfnvQP0PteNaH0c3thpnjXlj8t8sMfRJzrzo4/tDfV64cJfJah41nwQHAHFDcChxLji4SzJ1ME977A+f9dnh1Mc5DYoqzWpLVXirEe5gpM5GaB41n+5STAIDgLggOMSAmooajPbDdRJfy9xa7u56fCxvo6JKp04N/6N3tkGHJt02hQ5GuisqNK+EBgBxQnCIATUWHaBz5xy0zK37Bujd68B4ux0Z+Zu8TYvav9L2xGX/QKS2KHQeQgcp3W3A3fkGzSvBAUCcEBxiwAUHvTvVvrjerepdq075qxmNPRm2O2OXvD13t9eucw4676D7B3g14P8vtbsVGleN+7VkrfUP3fK2J7TSoHs76GyDW23QNoXmUfNJcAAQNwSHGFBjcecctLztVh3cjYfcPQS0h+5O9+uqCl1doTtJ6qZQur+D/pfa3XLjqnHWeOuqCq0yhC+H1SWYmi/Nm7sMU/PJ+QYAcUNwiAEXHNx2hQ7VqfloyVsHJXVKX41JAUL76HqHq6ald7tqYCpdCuj+TO1eBcfVXfqq8dc8aD40L1oZ0jwFf1Op26YgOACIG4JDTBQKD1r2dgFC++cuRARvTqTSPQjcn6ndq+C4arzdTbYUFjQf2prQYVbNE6EBQDkgOMSEGky+8KC9chcgtAzufn+Cuy2ymhe1N6Xx1rhr/DUPmg+dR9H8aJ7yhQaCA4C4ITjESDg8aI9cjUj75S5E6PyDGpULE9TelgsKmgcXFjQ/mid3GJLQACDOCA4x4xpOMEC4EBEMEi5MUHtbbuyDQcFVMDCoACCOCA4xFmxCakquwmGC2rsKhoRwUFABQNwRHGIs3JRcBUMEtT+Vb15UABB3BIcyka9JUftfAFBuCA5lKF8Do/a2AKBcERzKWL6GRhW3AKDcERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABARGb/DwBWVVdiV+R2AAAAAElFTkSuQmCC"},74715:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes4-ffd858db3a287f1997687c6d2b971c15.png"},32793:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes5-e9222d579ca8112bcbd7823513b203ec.png"},16885:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes6-c598f66ed2bf7346fcc9c83eb90a2448.png"},77247:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes7-853a30113dcf0f9c72b3a98baafd6748.png"},87044:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes8-44c7bd3e2108b21d50d84f8cc14d6333.png"},22029:(t,e,s)=>{s.r(e),s.d(e,{default:()=>n});const n=s.p+"assets/images/Attributes9-1ecec30e77455ff2b00f0d65526001a1.png"}}]); \ No newline at end of file diff --git a/assets/js/ae4b27f5.bf68779d.js b/assets/js/ae4b27f5.bf68779d.js new file mode 100644 index 000000000..847126cde --- /dev/null +++ b/assets/js/ae4b27f5.bf68779d.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[71087],{78379:(e,t,s)=>{s.r(t),s.d(t,{assets:()=>l,contentTitle:()=>a,default:()=>A,frontMatter:()=>i,metadata:()=>c,toc:()=>o});var n=s(85893),r=s(11151);const i={sidebar_position:4,sidebar_label:"Launches/test items attributes"},a="Launches/test items attributes",c={id:"work-with-reports/LaunchesTestItemsAttributes",title:"Launches/test items attributes",description:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes.",source:"@site/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",sourceDirName:"work-with-reports",slug:"/work-with-reports/LaunchesTestItemsAttributes",permalink:"/docs/work-with-reports/LaunchesTestItemsAttributes",draft:!1,unlisted:!1,editUrl:"https://github.com/reportportal/docs/blob/develop/docs/work-with-reports/LaunchesTestItemsAttributes.mdx",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4,sidebar_label:"Launches/test items attributes"},sidebar:"docs",previous:{title:"Filtering launches",permalink:"/docs/work-with-reports/FilteringLaunches"},next:{title:"System attributes",permalink:"/docs/work-with-reports/SystemAttributes"}},l={},o=[{value:"Parameters of attributes",id:"parameters-of-attributes",level:2},{value:"Semicolon scenarios",id:"semicolon-scenarios",level:3},{value:"Adding attributes",id:"adding-attributes",level:2},{value:"Best practices for using attributes",id:"best-practices-for-using-attributes",level:2},{value:"Use Case: using attributes for filtering",id:"use-case-using-attributes-for-filtering",level:2},{value:"Use Case: using attributes for creating widgets",id:"use-case-using-attributes-for-creating-widgets",level:2}];function d(e){const t={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",h3:"h3",li:"li",ol:"ol",p:"p",strong:"strong",ul:"ul",...(0,r.a)(),...e.components},{MediaViewer:i}=t;return i||function(e,t){throw new Error("Expected "+(t?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("MediaViewer",!0),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"launchestest-items-attributes",children:"Launches/test items attributes"}),"\n",(0,n.jsx)(t.p,{children:"For more convenient and effective use of our test report dashboard, we recommend paying attention to attributes."}),"\n",(0,n.jsx)(t.p,{children:"Attributes are specific data points that can be included at all levels in ReportPortal:"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Launch"})}),"\n",(0,n.jsx)(i,{src:s(87018),alt:"Launch level attributes in our test report dashboard"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Suite"})}),"\n",(0,n.jsx)(i,{src:s(17756),alt:"Suite level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Test"})}),"\n",(0,n.jsx)(i,{src:s(21118),alt:"Test level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"Step"})}),"\n",(0,n.jsx)(i,{src:s(74715),alt:"Step level attributes"}),"\n",(0,n.jsx)(t.p,{children:(0,n.jsx)(t.strong,{children:"The purposes of attributes are:"})}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Attributes allow you to categorize, group, or classify tests, making them easier to manage in the future."}),"\n",(0,n.jsx)(t.li,{children:"Attributes are used for filtering."}),"\n",(0,n.jsx)(t.li,{children:"You can create a filter based on the attribute and then build widgets using this filter."}),"\n"]}),"\n",(0,n.jsx)(t.h2,{id:"parameters-of-attributes",children:"Parameters of attributes"}),"\n",(0,n.jsxs)(t.ul,{children:["\n",(0,n.jsx)(t.li,{children:"Format \u2013 Key : Value"}),"\n",(0,n.jsx)(t.li,{children:"Key \u2013 any string value, optional field"}),"\n",(0,n.jsx)(t.li,{children:"Value \u2013 any string value, mandatory field"}),"\n",(0,n.jsx)(t.li,{children:"The maximum limit is 512 symbols each for both key and value."}),"\n"]}),"\n",(0,n.jsxs)(t.p,{children:["Multiple values can be associated with a single key. For example, if we have a ",(0,n.jsx)(t.code,{children:"jira_id"})," key, the value can differ based on the Jira ticket."]}),"\n",(0,n.jsx)(i,{src:s(32793),alt:"jira_id key"}),"\n",(0,n.jsx)(t.admonition,{type:"important",children:(0,n.jsxs)(t.p,{children:["The only valid use of the semicolon is to split the key and value.",(0,n.jsx)("br",{}),"\nWhen a semicolon is present in the key or in the value, it breaks the string into two parts."]})}),"\n",(0,n.jsx)(t.h3,{id:"semicolon-scenarios",children:"Semicolon scenarios"}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"1."})," Key and value reported, semicolon used in key only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "la:bel", "value": "smoke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: la",(0,n.jsx)("br",{}),"\nValue: bel"]}),"\n",(0,n.jsx)(t.p,{children:'The original value "smoke" is not transmitted at all.'}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"2."})," Key and value reported, semicolon used in both key and value."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "la:bel", "value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: la",(0,n.jsx)("br",{}),"\nValue: bel"]}),"\n",(0,n.jsx)(t.p,{children:'The original value "smoke" is not transmitted at all.'}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"3."})," Key and value reported, semicolon used in value only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"key": "label", "value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nKey: label",(0,n.jsx)("br",{}),"\nValue: smo"]}),"\n",(0,n.jsx)(t.p,{children:"The value is truncated at the semicolon, and only the part before the semicolon is transmitted."}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"4."})," Value reported, semicolon used in value only."]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Example:"}),(0,n.jsx)("br",{}),"\n",(0,n.jsx)(t.code,{children:'{"value": "smo:ke"}'})]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.strong,{children:"Behavior on UI:"}),(0,n.jsx)("br",{}),"\nValue: smo"]}),"\n",(0,n.jsx)(t.p,{children:"The value is truncated at the semicolon, and only the part before the semicolon is transmitted."}),"\n",(0,n.jsx)(t.h2,{id:"adding-attributes",children:"Adding attributes"}),"\n",(0,n.jsx)(t.p,{children:"Attributes can be added in the following ways:"}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Via test reporting."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"You can initiate (launch, suite, test, or step) with one set of attributes and finish with a different set."}),"\n",(0,n.jsx)(t.p,{children:"Importantly, the new attributes do not overwrite the old ones; instead, they are added."}),"\n",(0,n.jsx)(i,{src:s(16885),alt:"Adding attributes via test reporting"}),"\n",(0,n.jsxs)(t.ol,{start:"2",children:["\n",(0,n.jsx)(t.li,{children:"Via UI (manually)."}),"\n"]}),"\n",(0,n.jsxs)(t.p,{children:["To add or edit attributes, click on the ",(0,n.jsx)(t.code,{children:"pencil"})," icon next to the desired launch/test item. Then click on the ",(0,n.jsx)(t.code,{children:"Add new"})," link or click on the existing attribute to edit the key and value."]}),"\n",(0,n.jsx)(i,{src:s(77247),alt:"pencil icon next to the desired launch/test item"}),"\n",(0,n.jsx)(i,{src:s(87044),alt:"Add new attribute"}),"\n",(0,n.jsx)(i,{src:s(22029),alt:"Adding attributes via UI"}),"\n",(0,n.jsx)(t.h2,{id:"best-practices-for-using-attributes",children:"Best practices for using attributes"}),"\n",(0,n.jsxs)(t.ol,{children:["\n",(0,n.jsx)(t.li,{children:"Avoid having too many attributes on a single item."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"When there are too many attributes, they can become unreadable."}),"\n",(0,n.jsx)(t.p,{children:"Use attributes that will assist you in grouping tests, debugging them, or constructing widgets."}),"\n",(0,n.jsx)(i,{src:s(39175),alt:"Attributes for grouping tests in our test reporting tool"}),"\n",(0,n.jsxs)(t.ol,{start:"2",children:["\n",(0,n.jsx)(t.li,{children:"The attribute name should be informative."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"Avoid making the attribute name excessively long, even though the field allows up to 512 characters. The name should be understandable and clearly indicate what the attribute refers to."}),"\n",(0,n.jsxs)(t.p,{children:["For instance, in the example below, the attribute ",(0,n.jsx)(t.code,{children:"v5: beta5_24.1"})," could have been divided into two separate attributes: ",(0,n.jsx)(t.code,{children:"version"})," and ",(0,n.jsx)(t.code,{children:"environment"}),"."]}),"\n",(0,n.jsx)(i,{src:s(54082),alt:"Informative attribute name"}),"\n",(0,n.jsxs)(t.ol,{start:"3",children:["\n",(0,n.jsx)(t.li,{children:"Examples of categorizing tests using attributes."}),"\n"]}),"\n",(0,n.jsx)(t.p,{children:"Below you can find some examples of how attributes can describe launch/test item characteristics:"}),"\n",(0,n.jsxs)(t.ul,{children:["\n",(0,n.jsx)(t.li,{children:"feature: Quality Gates"}),"\n",(0,n.jsx)(t.li,{children:"feature: login"}),"\n",(0,n.jsx)(t.li,{children:"feature: notifications"}),"\n",(0,n.jsx)(t.li,{children:"Epic: @F1_functionality"}),"\n",(0,n.jsx)(t.li,{children:"Story: @F11_functionality"}),"\n",(0,n.jsx)(t.li,{children:"Use case: @F11_use_case_111"}),"\n",(0,n.jsx)(t.li,{children:"browser: Chrome"}),"\n",(0,n.jsx)(t.li,{children:"configuration: Chrome desktop"}),"\n",(0,n.jsx)(t.li,{children:"team: Sirius"}),"\n",(0,n.jsx)(t.li,{children:"squad: 1"}),"\n",(0,n.jsx)(t.li,{children:"run.id: 12345"}),"\n",(0,n.jsx)(t.li,{children:"run.type: scheduled"}),"\n",(0,n.jsx)(t.li,{children:"entity.id: 56789"}),"\n",(0,n.jsx)(t.li,{children:"Region: Canada"}),"\n",(0,n.jsx)(t.li,{children:"test.type: UI"}),"\n",(0,n.jsx)(t.li,{children:"branch: develop"}),"\n",(0,n.jsx)(t.li,{children:"build: 3.24.16.17.5"}),"\n",(0,n.jsx)(t.li,{children:"priority: critical"}),"\n"]}),"\n",(0,n.jsx)(i,{src:s(98017),alt:"Categorizing tests using attributes"}),"\n",(0,n.jsx)(i,{src:s(88609),alt:"Examples of categorizing tests using attributes"}),"\n",(0,n.jsx)(t.h2,{id:"use-case-using-attributes-for-filtering",children:"Use Case: using attributes for filtering"}),"\n",(0,n.jsx)(t.p,{children:"Let's consider the following example. In the launch below, there are 31 Failed tests."}),"\n",(0,n.jsx)(i,{src:s(34316),alt:"31 failed tests"}),"\n",(0,n.jsx)(t.p,{children:"It is difficult to identify the most problematic area, so we can use filtering by attribute, for example, by different controller types."}),"\n",(0,n.jsx)(i,{src:s(12911),alt:"Filtering by attribute"}),"\n",(0,n.jsx)(i,{src:s(40138),alt:"Filtering by controller type attribute"}),"\n",(0,n.jsxs)(t.p,{children:["As a result of the investigation, we found that the least number of failures occurred with tests using controller type ",(0,n.jsx)(t.code,{children:"contr_test_item"})," (1), and the most failures occurred with tests using controller type ",(0,n.jsx)(t.code,{children:"contr_launch"})," (12)."]}),"\n",(0,n.jsx)(i,{src:s(7520),alt:"Tests with contr_test_item attribute"}),"\n",(0,n.jsx)(i,{src:s(53458),alt:"Tests with contr_launch attribute"}),"\n",(0,n.jsxs)(t.p,{children:["Thus, we understand that we need to focus on tests with controller type ",(0,n.jsx)(t.code,{children:"contr_launch"}),"."]}),"\n",(0,n.jsx)(t.h2,{id:"use-case-using-attributes-for-creating-widgets",children:"Use Case: using attributes for creating widgets"}),"\n",(0,n.jsxs)(t.p,{children:["Widgets allow you to visually track metrics for launches. We can define these metrics using filters that can be created based on attributes. For example, to determine the growth trend of summary statistics of launches with the same attribute key, let's construct a ",(0,n.jsx)(t.a,{href:"/dashboards-and-widgets/CumulativeTrendChart",children:"Cumulative trend chart widget"}),"."]}),"\n",(0,n.jsxs)(t.p,{children:["There are some launches with the ",(0,n.jsx)(t.code,{children:"smoke"})," attribute."]}),"\n",(0,n.jsx)(i,{src:s(28111),alt:"Tests with smoke attribute"}),"\n",(0,n.jsx)(t.p,{children:"You can create a filter based on this attribute."}),"\n",(0,n.jsx)(i,{src:s(41049),alt:"Create a filter based on the attribute"}),"\n",(0,n.jsxs)(t.p,{children:["Afterwards, create a ",(0,n.jsx)(t.strong,{children:"Cumulative trend chart widget"})," using this filter."]}),"\n",(0,n.jsx)(i,{src:s(35109),alt:"Cumulative trend chart widget"}),"\n",(0,n.jsx)(t.p,{children:"On the screenshot below, we can observe a growth in statistics on the platforms from one build to the next."}),"\n",(0,n.jsx)(i,{src:s(56706),alt:"Growth in statistics on the platforms from one build to the next"}),"\n",(0,n.jsx)(t.p,{children:"Therefore, properly using attributes in ReportPortal can greatly optimize test management and assist in providing clearer visualizations of trends through widgets."}),"\n",(0,n.jsxs)(t.p,{children:["There are also ",(0,n.jsx)(t.a,{href:"/work-with-reports/SystemAttributes",children:"system attributes"})," that allow to extend the functionality of ReportPortal."]})]})}function A(e={}){const{wrapper:t}={...(0,r.a)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(d,{...e})}):d(e)}},87018:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes1-9a6090cb115357c1518d04dde4a61761.png"},39175:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes10-d812dbe75589a4100023616f4fdb639f.png"},54082:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes11-04045ba6bd2c4aefd756e27691bf5543.png"},98017:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes12-3cfe0713bdf44b51f6cea7741ce37947.png"},88609:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes13-96031132fb0a7291c8cbc0b8e9472654.png"},34316:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes14-1462f4238f5c24ba0eb52224ecb9fbe7.png"},12911:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes15-b323c97d13f2c94fb7c1a4ade2d75ec6.png"},40138:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes16-c7839a722d0bd465c5fe92049f176c6b.png"},7520:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes17-829a6e6192b764b1e339f6a1497077db.png"},53458:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes18-5ec4b69d83583d7b99f43a49a0257f20.png"},28111:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes19-118cb980cc4c0862156c14976fdedcdd.png"},17756:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes2-aec4c5d999e057d310b0f3e27b04f6df.png"},41049:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes20-efd8bd8693730d53795bfaf7da690e93.png"},35109:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes21-6dc8584f44b3bd113bc4878889de5719.png"},56706:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes22-6a1a3a585df609c443016af2a2291766.png"},21118:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAACXCAYAAAB9TdObAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnIAABJyAV5lW+MAABeGSURBVHhe7d3fU1Rnnsfx+TvyV+Qyd1O1VZub1Fxs7V5ma26yVVO1VXOTi91N7cXOxW5lZn9UZXZH6YASRVD8BYKIEokg+ANEQboBBUVQURANAYUAkXy3P6fP05w+dMOB0NCneb+qvjXS3aA8T4bvp5/nOYdfLS39aBRFURRFUVGK4EBRFEVRVOT6lQEAAEREcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkRQsO50812gdVW9SpPpvxX7+v3o5ZxcnMv+mrB/5jAABggwMfHJYne+zzo+v/JoIDAACF7c1WxWyffeY15uvW5z+0+5atu3k7YWTVJu+022/07zrebl/4QYfgAABAYfsfHFZnrftau31anWncHxxtsk8bblnf92v+C2TN5if67A8nm+wj7+s02q+Pt9lXN8dsZjX99NKi2cqwfRlYOVB9dnM28+l5LVpfS5N9eLrHRpfM+lozn0NwAACgsP0NDmvTdv50brPP1tE2a5/zXzfenVkZ2PCaa9a9st70w7V5cEhbWrB5P58QHAAA2Nq+Bof5O21es/5Nc8oml7R0kLa2bDP32u3j9OMft497DyXbmzJBoOuF97G2GZZfP7PusWn/47QH173X7PTcBMEBAICt7WNwWLO+lkyzLlh+CJjsavE+/vhcnyXn/YARRnAAAKDo9jE4zG595YULAUsTVneuyT70H/+ott2qB15ktxk8BYLDzM3WnK9ZaPuC4AAAwNb2MTgsW3dTpln/YXDZf2wza7Y8M2bn29rtU/8Q5Icn0l9vyX+a4AAAQNHt6xmHyev+FsS3mbMMka3OWktDptF/cfeHzGNsVQAAUHT7GhzWH2+yL26OW/b4wsqCTT7ss27/LORkMv3nZ7O2nH1+Ohscvhz29yvGrme2Mo5ds+63emzNllcKnIfIg+AAAMDW9jc4pJv75M3W7NmFcLkm7pr6hjp+3ZIrmdfku4/DB60P/Se3RnAAAGBr+xwcZM3mx3pybu700bFW+6Kt37sxkyxP9ttXZ5vs1y4YHG2yzxp6LOmtLKxbfnTLPj+2/prPb7rLN7dGcAAAYGt7ExwAAEBZIDgAAIDICA4AACAyggMAAIiM4AAAACIjOAAAgMgIDgAAIDKCAwAAiIzgcID8/PPP1C4XABw0BIcylq/RUcUvAChnBIcylK+ZUftTAFBuCA5lIl/TWltbo/ah8s2FKwCIO4JDzAWbUriBvX//Pqd++uknapcrPMaq4BwE50cFAHFHcIiZYBMKNig1LNfMVldXvVpZWfFqeXmZKnK5sVa58Q8Hi3CQAIA4IjjESDAwuGbkgoJrYD/++KMtLS3Z4uKivXv3zqu3b99SRS431iqNv0pz4UJFMEgEAwQAxA3BISbCoUFNyK0mqEm5gLCwsGA//PCDzc3N2Zs3b7x6/fo1VeRyY/3999974z8/P+/NheZFIc6FiHB4AIC4ITjERDA0uBUGFxjUoBQURqdv2e2ndXbtyV/su/H/s/bH/5tTVx/9mdrlCo7v9fEjlnz2nc3MzNjs7KwXKDQvChEKdQoQmjfNH+EBQFwRHGIgvNKg5qMmpMDwZu6VNT/6Vzs0/FdUCdXZ0d/b42dDNj097YUIrURovlx4cCsPmlvCA4A4ITjEgAsObntCKw1qQs9mH1jNw7/P27io/a/K4U/s9vgZm5qaslevXmXDg+ZP86j5JDgAiBuCQwyosQRXG7Q9oZUGQkPp1+HUxzb05HY2PGjrQvPnVh3YrgAQNwSHGHDBQXvjbrUh3/ZEYugTq039gzUNfmmN9//DGgfWq6H/33M+pna/apO/s8rU326Yl5qR39qTyUf24sUL79yDW3XQfBIcAMQNwaHEqamo3DaF9shn3jzf0JzOpf7Z+u/3WX9/v929e9f6+vrszp07OaXHXOk11M4qOI75xlihLTw/d8fa7NmzZ9lVB82j5pNzDgDihuBQ4tRQ3PkGt03xYLorpykdGfq7bGi4d+9eTukxV/fv38/W4OAgtcNyYzgwMOBVeNwVLmpTv8uZo/aRSnvy5Im9fPnSu2yT7QoAcUVwKFHuXagLDlrW1r0AtMx98+mxnKZ0auj3OY1LzUwNLplM2tDQkA0PD9vIyIg9fPjQq9HRUa/GxsaobZYbO43jgwcPvNL4apw13goUChLaLgrOUcvQf9qjR4/s+fPn3lUWmkfNZzA4uAKAUkZwKFHBRuKCg/bFdU+Ajom/5DQlNSm3/aCmpdCgZqbmpmb3+PFj793uxMSETU5O2tOnT73S0jm1vXJjp3HUeGpcNb4aZ423AoTGPxwcLib/5D2vz9V2heYxfM7BFQCUMoJDiQqGBu2Du/MNuiuhbvAUbEraU3f761ptUPPSu2I1NDU4NTyd6tcyue4roBsUqXlROyuNn8ZRhx1VGl+FCI23wkEqldoQHJqTf/RWffQ6fa7mUfOp4KD5DYYHAChlexoctK+rptbR0WFnz561yspKO3/+vHV1dXk/cLXnexC5ve6gQsFBB+t0V8hgU9KJ/t7eXi84aKlcDcqFBjU2dxMid0tkfQ2Vmhe1vXJjp3HUFRIaV42vgpnGW9sRWu1RUAjOkYKE/tt35xz0NYIHJAkOAOJiz4KD3oUdPXrUEolEwTp+/Lj3juwg0XJ1bW2tV2pETr7goOClhrVVcFAIU4NSM9O74+Ctj7W37n4pkxoXtb3SuIV/J4jGV+FB5xfGx8e9cw/h4KBVIf1/QM8rzGke9bUIDgDipujBQT9sm5qavGBw5MgR6+np8cKBfujqXbbesWlZvb29PRsg9OfwO/BypKZx+vTp7PddVVWVXXXZSXDQGQftr2s89e5X72zV1DTWLiwoqOhQnvulS9T2SuOmMXQhQgFC4UH/HWu89d+2gpvONOTMkR8ctBJEcAAQZ0UPDhcuXPCaorYk9MN2M3qHXF1d7b2+s7PTf3Rz01012cabrbpum/WfL1UKRg0NDTn/7mvXrnnPBUODSq9V04oSHHSyX8vl2nfXaoNer+amsVfD09dRs1Jpf72Uq+HQITtUsBosqddNdVhNvudrOuyF/3Ve3W+2usr15xJVdXauZzL9XHLLvyP8b9K4BQOE5kQrOdoG0njr8KMOSkYNDvpaml8314QHAKWuqMFBy+ZqiGqQ4RUE/bDVD9ow/QB24UHvmrcy0pKwuhulHhNyqTG0trZ63+M333zjhSr9uaWlJfu83r1quyFqcNDhSF2K6ZqTu+zPrTYEQ4MaoL6m3unGpVLNh+1wc2rjcy+v24nDJ+z6y9DjrkYv25HECbs2Omcr+nh1yRaep2xwYmnDawv+HYHSuLkA4cKDxlerDjo4qcCm4KbLL3PmiOAAoEwULTjoB6mW3nVuQT9kw27cuGH19fX+R7m03KtGWlNT4z9SWKo5Yc1D/gcx8d1333nfn7ZuFJ7UMDQeeuzUqVPeKo2eq6iosFu3bm0rOOgAnvbRtXqjbQoFNK02eKHhbZ+dSzRaym+CrlnFoYYuVljFxaGNz01ft9qKWrs+HXrcr5muWqtoGsz7XLgK/h2ByhceNC8KaApqCmwKB+HgoMORBAcA5aBoweH27dteI9TSeT6bBQc5d+6c9/mbm7XuunRwGPE/zOdNylrrq7yvpaqqrrfW5P6tULiA8PXXX3srKmpAGis1DzV8HSBVYHCl8OVWCzYLDjoYqXs4uOCg5qTVG21T6PNXxq7aNxWH7PDhw/7XrrWul6N25UiFNQ1nmlW25nvsVMVx63ie/vNwU7rxJu15b4Mdr/T/XcfPWsfou9zPeZ20S6cqM89/XWnHG3vs+Urg+V9Yw15TH9743EyXFxy6ZkKP+zXfeyr97+2w5+/zPx+sgn9HoMLhQfOiYKaApqCmwEZwAFDOihYcLl++7DXIQucatgoOaoLRgkOV1dXXWVWlHwzqm+3e1Hv/+QXrPZOwus4pW1nTx+9t8fWkTc97T+459z2pdIBRDcOdc9DlqfpY71y1SqMGrMe1+qLHowYHXQroLvnTa7WMrnfF3vZEqjH9dZtsONCcpjprLHHhvgXXhOZ66tfPiYw0WyI9tvUd47awmv54bcWm+xuturLObr3SC9JWxqy1utoa+6cz47y6YKmWaks03LfCp1rSn5P+ulXfjvsfb05bUomWPAnxVbfVJeqs2/1bwrx/W/pz61rt3tOF9H8BhRX8OwLC4UGrDgpmCmgKagoFCm6Xhv8rZ44IDgDKRdGCg5bcdVahkK2Cg965qXFuLh0EdPDPdb2VORvvqEs3unrrndMD68Fhs4axF3TS3oUGnf1Q43EHR1UaD9H+eGZFoML7s5pJMYNDOjlYTaLR7meTw5z11qeDQo83gH5waLYRL3g5mddUd0x5Hy3cSQeNM73p0Q6Y6U5/3fQ85Dy4c5sHh8wYBivn3MvqrKUu12fCZVWdtaYDTr5AQ3AAgK0VLTjo5k6bnVFQozx27JjX2PLRGQk1gO3LNLW6237jm+m1xpp0Qzhab803Rmx643GLotOWhLYm9P1oW0JNp7k53ZD9JnflypWc1yk0qMm4ZlLU4BAOCnO9Vh9s+AoOea5S8a5m8Zvs2OXM97GxNlkJ2KYdrzgEabUk2Wo16QBRnWelg+AAAFsrWnBQaFDzyHcwUtTYdNMjBQxdSqgfxEG6oY4+fyfUAMJXWqzMjFh3i1Yjqq11ZPPLQneTmoS+R30vGhM1CX2vbW1t3mONjY1ew9BpfPc6jYdrUKriBof02Aw0WqK+Nx0hzGZvpMeoIbB1USA4THVUZ5vs+LdVWzbcX2pXgoPP+34rW23M/9ghOADA1ooWHNzevbYcCtEPX10NoIZ54sQJb2ne0Q/ZnQWHzIHJ+jv518gX+89Z4uQtr0kWmxqAu7TU1cmTJ73T96Jmr8ahJq+rKPS8br/tmsdeBQdbuW+NlWq+mbFrHAyEPQWHnK0Myd2qWBlMN+Jj7TaZs52xu3YzOGS2XwgOALATRQsOCgRqhFevXvUfKUwn0i9evOi9+3bcUv6m3qTsVv+kzbmm5s44VKebgvfYgk2NTtrsor+a4Q7thQ4DFpOauQsNZ86csbq6Om87QpdOqkEoRLhbcbuxcs1j14PDi07vCoSO5z9lmlOg0Y9dqbK6Ft0oKXSewQsOCau5MlL4cOTalHXWpF9zOZXdCnq/OGuTo1O55x5+gZ0Gh9nHKZt8vZg94/J+ftw6T6ZDz+WxDf8NEBwAYGtFCw66OsAtvetuelGowYler8/TlQabWhm39vrq7BUVicoqq2/ptcnsTsSCjVzxD8X5z9dc6A48vzf0/ej6flFzcKsxOhypG0Dpz5cuXfKeE9c8XDPZteDw07w9vFprlV9nLplsC77lftZp1el/R9WV0Ptwb6ui01I9jVZT5Y9jTaN1T4QGcXHSui/UrI91VbXVK2z4T2+0m1dV+H9nsPztlakb9VZ9NPD40RprvDFuC3lWRwgOALC1ogUH0c2L9MNaZxkKnXUI0w9ULe/r/gU6IFmO3PkGV+E7axYvOGQaVN7mtJay5kSVtT32P3YKnHE4qNy8EBwAHFRFDQ764ep+iZPCgw48bib4uyoK3Tgq7tQoFIpcaND46LEg1zxcM9mT4KCAUNNpG06kEBxyuHkhOAA4qIoaHESNy90FUnv7ugxTjU2rCfqBqT1+3eNA+/t6jfb71fzKmb5nHQZVmFLTCXPNwzWTogeHhZQ1V+tAaZ4VHoJDDjcvBAcAB1XRg4PoB6K7esK9085XOiCpRncQqPEUuqumax6umWwnOBS85XS6wSk86O9db1LD1uTfIrr26qi98//enNItp2u77FW+5w5gadxcaNB4al645TSAg2RPggO2J9ikVFGCQ6RfcpUOD/paanzBAEFFr2Bo0HhqNUfz4n7JFcEBQLkjOJSgXxIcXHMK/lptfZ5WHVx4cNsWLkBQ0SsYGjSeGletkrlfq61x59dqAyhnBIcStNPgcPfuXe9QqRqX7kSpRqbXa7tCqw7B8OACBLW9coFBKw0aT82JxlfjrF+Rrktvx8bG7GLyT7lzRHAAUCYIDiUqGB70TlcNa7PgoNtUKzgMDg56jUu/90JXsWi7QqsOam76fBcg1PjUtKjtlQsMGkcXGjS+GmcdSNW46zefRg0OmlfNL6EBQFwQHErUToKDDkjqN2/qKhVdWaH9dr0L1iFJLaXrvIManZbWXYigtlcaN42fxlHjqXHV+GqctU2hcX/w4IE1J/+YO0d+cHAHVwkOAOKK4FCi8gUHNS41qnBwODP4L95WhYLDwMCAjYyMeO9stWzuwoPOO6jBqWGp9HX0TpnaXmncNH4aS5XGVeOrcdZqg7aJdElsODjocKQ7uKqVCX0dzSfBAUDcEBxKVKHgoOZ17+nFnKb0TepTLzQEL8nUcrmalJqZ3gmrsalhaftCjU6lMxDU9sqNncZR46lx1fhqnBXWtNqjlYWzyX/KmaNLyT97gW5iYsL7XM0jwQFAHBEcSpRrIi486GCe9tbVcCamh3KakuryQMI746DgoAOSeterJqbzDmpoChFqWmpwKq1G6AAltb3SuLkx1HhqXDW+GmdtUSi03Ul22KHkX+fMT2fytDcf+nwFD82j5lPzGgwNKgAoZQSHEhVsJC446GCe9ta1PH5s5NOcxqQ6l/zCWxLXMrkO5+mSQJXuYqhqHfnvQP0PteNaH0c3thpnjXlj8t8sMfRJzrzo4/tDfV64cJfJah41nwQHAHFDcChxLji4SzJ1ME977A+f9dnh1Mc5DYoqzWpLVXirEe5gpM5GaB41n+5STAIDgLggOMSAmooajPbDdRJfy9xa7u56fCxvo6JKp04N/6N3tkGHJt02hQ5GuisqNK+EBgBxQnCIATUWHaBz5xy0zK37Bujd68B4ux0Z+Zu8TYvav9L2xGX/QKS2KHQeQgcp3W3A3fkGzSvBAUCcEBxiwAUHvTvVvrjerepdq075qxmNPRm2O2OXvD13t9eucw4676D7B3g14P8vtbsVGleN+7VkrfUP3fK2J7TSoHs76GyDW23QNoXmUfNJcAAQNwSHGFBjcecctLztVh3cjYfcPQS0h+5O9+uqCl1doTtJ6qZQur+D/pfa3XLjqnHWeOuqCq0yhC+H1SWYmi/Nm7sMU/PJ+QYAcUNwiAEXHNx2hQ7VqfloyVsHJXVKX41JAUL76HqHq6ald7tqYCpdCuj+TO1eBcfVXfqq8dc8aD40L1oZ0jwFf1Op26YgOACIG4JDTBQKD1r2dgFC++cuRARvTqTSPQjcn6ndq+C4arzdTbYUFjQf2prQYVbNE6EBQDkgOMSEGky+8KC9chcgtAzufn+Cuy2ymhe1N6Xx1rhr/DUPmg+dR9H8aJ7yhQaCA4C4ITjESDg8aI9cjUj75S5E6PyDGpULE9TelgsKmgcXFjQ/mid3GJLQACDOCA4x4xpOMEC4EBEMEi5MUHtbbuyDQcFVMDCoACCOCA4xFmxCakquwmGC2rsKhoRwUFABQNwRHGIs3JRcBUMEtT+Vb15UABB3BIcyka9JUftfAFBuCA5lKF8Do/a2AKBcERzKWL6GRhW3AKDcERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABAZAQHAAAQGcEBAABERnAAAACRERwAAEBkBAcAABAZwQEAAERGcAAAAJERHAAAQGQEBwAAEBnBAQAAREZwAAAAkREcAABARGb/DwBWVVdiV+R2AAAAAElFTkSuQmCC"},74715:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes4-ffd858db3a287f1997687c6d2b971c15.png"},32793:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes5-e9222d579ca8112bcbd7823513b203ec.png"},16885:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes6-c598f66ed2bf7346fcc9c83eb90a2448.png"},77247:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes7-853a30113dcf0f9c72b3a98baafd6748.png"},87044:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes8-44c7bd3e2108b21d50d84f8cc14d6333.png"},22029:(e,t,s)=>{s.r(t),s.d(t,{default:()=>n});const n=s.p+"assets/images/Attributes9-1ecec30e77455ff2b00f0d65526001a1.png"}}]); \ No newline at end of file diff --git a/assets/js/af69bd61.f29621ad.js b/assets/js/af69bd61.7297abeb.js similarity index 98% rename from assets/js/af69bd61.f29621ad.js rename to assets/js/af69bd61.7297abeb.js index 9a31200a0..d1f5ca16b 100644 --- a/assets/js/af69bd61.f29621ad.js +++ b/assets/js/af69bd61.7297abeb.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13776],{54098:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>w,contentTitle:()=>f,default:()=>_,frontMatter:()=>y,metadata:()=>N,toc:()=>q});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),g=i.n(h),j=i(4667),u=i.n(j),v=i(9472),x=i.n(v),b=(i(1176),i(12005),i(85162));const y={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"}},w={},q=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:16.044Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.044Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[13776],{54098:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>w,contentTitle:()=>f,default:()=>_,frontMatter:()=>y,metadata:()=>N,toc:()=>q});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),c=i.n(l),o=(i(82723),i(9487)),p=i.n(o),m=i(41429),d=i.n(m),h=i(5397),g=i.n(h),j=i(4667),u=i.n(j),v=i(9472),x=i.n(v),b=(i(1176),i(12005),i(85162));const y={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVcFu2zAM/RWDp21Q42bYdvBpWZt1wbY2aNNTEQyKzcTaZMmT6HSB4X8fKDuJ02RFl4sRkY8iHx+pGkiuPCQPoAzhyklS1pyl1pCzWqODuQBbYns+ySCBFdLU2Z+Y0mSP8PdemdXVePZjCAJK6WSBhI4D12BkgZBA2aKu+Z8AZfhIUg4CMvSpUyUHOvJz+LtSDjNIyFUowKc5FhKSGmhTclhPTpkVNM2cnX1pjUfP9rfn5/w5DH7zFQRweWiIrW/iN/w5iiqdkxtOk7AI0UiRZkOv6Fv0tnIpZ9mh7IIzZwYck0aqzSR1GACXkvA4cwFL6wpJkEAmCc9IFQiNaFHWnShVABq50EzKzrawVqM0bFT989BWdP1blKEP74LjvpZpr2X18+U0h8hZ8D1JEJteTJKsKP+s7eMpgtBUBWv0ZnQ/+wICPo3uJhcgYHbzdXwNAj7f3H4HAd8uR1OYb6n7b8IzJKn0ywh4tgErZ6tyx8vT3rXjcMJAh4h/d655Lko3PpOXiaD7cfGlw1QS17SU2uPTsbxCiuRaKs2FR90tUU8IHgQUSLnttkRYBJRDAvF6GPcc4w4c171Rb2KpNQjw6NbbxVE5DQmwF9nU6iaJ45plYp2iTRPLUh0tj1ssraOpdSR11MYCAWvpFKcdersN1y6Hpaw085ETlf4o3HTru9cgO4Lo/Flsu4yOt80X6yniTkXSZBFnFr1Sy8ggZpi9juwyavONnia8zyvDwg5c8CqD00BZbtucqUqr9t6HGhYoHbpRxYQ/zPvmO95tbel9p504uoLCCgxCDk7QjvnS9me7z+4/qN+WMppOosymVYGGQte7vSvTsHe7N+GuKhnE9BZScbd9e/LxqGQBWqVoPPbgo1KmOUZvB+cgOrVwNUkcPz4+DmSwDqxbxR3Ux98mF+Pru/EZQxoBLLU2+/eD4flgGAbIeiqk6V3zIukfkLEjl/APxaWWKiyGkGLdjcUDrIdwsEphN70gIDl8B3k65gJy64mhdb2QHu+dbho+/l2hYx3M91oPqsiU7/bUqZmu9y8hvLrtHtrX0eHFJwvZvpJmE6ZLV/wPBPzCzZMXvOERyVFm6EJGrccoTbGkHpbfYRbtboFcjWfQNH8BNq/3Pw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-project-integrations-using-get"}},w={},q=[{value:"Request",id:"request",level:2}];function k(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(c(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(b.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(g(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:16.498Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.498Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/b2229da9.31a47107.js b/assets/js/b2229da9.54f777ab.js similarity index 53% rename from assets/js/b2229da9.31a47107.js rename to assets/js/b2229da9.54f777ab.js index 582c419c0..9dded22c1 100644 --- a/assets/js/b2229da9.31a47107.js +++ b/assets/js/b2229da9.54f777ab.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27653],{73713:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>f,contentTitle:()=>b,default:()=>S,frontMatter:()=>g,metadata:()=>T,toc:()=>q});var a=i(85893),t=i(11151),r=i(58219),n=i.n(r),l=(i(62316),i(51039)),m=i.n(l),d=(i(82723),i(9487)),c=i.n(d),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),v=i(9472),E=i.n(v),y=(i(1176),i(12005),i(85162));const g={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAtuxtUqB6quM4jYE0dn15aB0joKWxzVQiFZLaXcPQvxdD6mZbu1tkn5bUcObM8PDM+AyGHTSEGzCoTY8bTHuRFEbJJEEFWx9khooZLsU0hhC0YcqMjzyJpwbTtebiMJ8tV9+G4EPGFEvRoCJ/ZxAsRQhpF4Uha/CBC7tjjuBDjDpSPCPX12YKf+RcYQyhUTn6oKMjpgzCM5hThhaG4uIAReE3cZT8jpH5QqtnA13Y/f9IW2eM2ryX8YksLv3ayqxQ2xwWf4EPVEcUhkxZliU8smUMvmuyP7dDcZNQrOWNiwbeBhKWi+i4znkMvkvaL4Ny+78FvPUr4HJHadK1KLpCw1FbJMYovsuNW5W2TCl2oqoZTHUbEQEZ1ScspOfd/4unjuL5oE+arrb5tJMyQSbAB3xkaUbR9izRWPhwz5Icu66gKKioMS5w3xnk4kI6vh+ZXhpmdAeMwm/X9+bwNYnW6+kHT+49x1rPHSUnjowdsduP4+W6zyvrBWqZqwivuEBlfvGqn7qLZ+ur0KhTd4Hsp1l36RsidtRuL1XKDIQQM4M9Q1aFbwVnzDROO+pdVLndOkORp1SC5Xq6moAPy9Vs8Tf4sJosV7QcT76MFtOZ/TKZgw/vJx9ni8m38efRctks/1jM1vPW+s/J6tPsQ7Ou3JfL0vvo42qyqF25Ve3JLWtHbln5cSvrZlv4kAv+I+9OvbqHtjDZDZ1Jod3V3g2Gtwo0VsgMxpfK8yZ40y02E2HUqTwy0icRLZYvvu6up1EUJeIYM4WRReCesg+PPXquBxS9Ujp7OxmfeqVi3yrmZT5WDj3mRdRuPKKLx11/wEeDQnMpXKexRH82WE36m6Ck6ymao6Tulkltk6a+EUJwPwzOrXZRBBQ+ODetqiAJRnVftbxcJRACnTEykkkRBsGZ5eYoFTenImAZv0lygZlUZi6VYYnnfFm0irNd4qpeuXM3vmd5Qm/paEymb9zNK9vmoZAh+KU9ca9GdEuhT1IbjyrmMRF7hMx7xfeeQIwxfk2K5/B614AbXDGmsq+sVWaN+lwSSbZUqih3cTdn2CFTqEY5lXqzbX9eEldd6m2jmnhlQpbSVqKsEQ0DQL110XTpSdVaLvteTZlaVKr2VPK2IYuj+LbVd55qCfV202XcSNHuK41V/QbK9dXwdIWvA1Ap1C5GLc2tlBpFhrvB3dvecNC7e7savgt/eRsOf+0PBr/9A5cq3BwuK12JV6NWLYHmYi/bgtJm8hM0r2gzmk+9WEZ5isLYoajULBZZzSprs8wzOkRUThmnl6Xdzu839PIh4REKja3jo4xFR/Tu+gPKwL5MYk4YBA8PD31mv/alOgTlUR18no4nX5aTHh2hPolKO/Tv+sNBf2jbuNQmZaKN8kmV6h5HDD6aIEsYtz3V4jqXirOBe5qjw6tR1nkLWxPy1ocjSVW4gfN5xzSuVVIUtP0jR2LFZttoiOVTzDX930jzFbi6Y8CrRdl5XnsXM3kn/GqOEacWScEv6ds6T4P6z2G4qMXPgGg5KEj+jshiVK1XNnZxeyvy03i4mdkpB3diFEWYmZYtddmLTkI/isCHXflTIZUxmSn2QIMce4AQvsJXAilt+lbs7P4ZEiYOOTuQvQtLf/8B/aijNQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,T={id:"api/service-api/versions/5.10/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAtuxtUqB6quM4jYE0dn15aB0joKWxzVQiFZLaXcPQvxdD6mZbu1tkn5bUcObM8PDM+AyGHTSEGzCoTY8bTHuRFEbJJEEFWx9khooZLsU0hhC0YcqMjzyJpwbTtebiMJ8tV9+G4EPGFEvRoCJ/ZxAsRQhpF4Uha/CBC7tjjuBDjDpSPCPX12YKf+RcYQyhUTn6oKMjpgzCM5hThhaG4uIAReE3cZT8jpH5QqtnA13Y/f9IW2eM2ryX8YksLv3ayqxQ2xwWf4EPVEcUhkxZliU8smUMvmuyP7dDcZNQrOWNiwbeBhKWi+i4znkMvkvaL4Ny+78FvPUr4HJHadK1KLpCw1FbJMYovsuNW5W2TCl2oqoZTHUbEQEZ1ScspOfd/4unjuL5oE+arrb5tJMyQSbAB3xkaUbR9izRWPhwz5Icu66gKKioMS5w3xnk4kI6vh+ZXhpmdAeMwm/X9+bwNYnW6+kHT+49x1rPHSUnjowdsduP4+W6zyvrBWqZqwivuEBlfvGqn7qLZ+ur0KhTd4Hsp1l36RsidtRuL1XKDIQQM4M9Q1aFbwVnzDROO+pdVLndOkORp1SC5Xq6moAPy9Vs8Tf4sJosV7QcT76MFtOZ/TKZgw/vJx9ni8m38efRctks/1jM1vPW+s/J6tPsQ7Ou3JfL0vvo42qyqF25Ve3JLWtHbln5cSvrZlv4kAv+I+9OvbqHtjDZDZ1Jod3V3g2Gtwo0VsgMxpfK8yZ40y02E2HUqTwy0icRLZYvvu6up1EUJeIYM4WRReCesg+PPXquBxS9Ujp7OxmfeqVi3yrmZT5WDj3mRdRuPKKLx11/wEeDQnMpXKexRH82WE36m6Ck6ymao6Tulkltk6a+EUJwPwzOrXZRBBQ+ODetqiAJRnVftbxcJRACnTEykkkRBsGZ5eYoFTenImAZv0lygZlUZi6VYYnnfFm0irNd4qpeuXM3vmd5Qm/paEymb9zNK9vmoZAh+KU9ca9GdEuhT1IbjyrmMRF7hMx7xfeeQIwxfk2K5/B614AbXDGmsq+sVWaN+lwSSbZUqih3cTdn2CFTqEY5lXqzbX9eEldd6m2jmnhlQpbSVqKsEQ0DQL110XTpSdVaLvteTZlaVKr2VPK2IYuj+LbVd55qCfV202XcSNHuK41V/QbK9dXwdIWvA1Ap1C5GLc2tlBpFhrvB3dvecNC7e7savgt/eRsOf+0PBr/9A5cq3BwuK12JV6NWLYHmYi/bgtJm8hM0r2gzmk+9WEZ5isLYoajULBZZzSprs8wzOkRUThmnl6Xdzu839PIh4REKja3jo4xFR/Tu+gPKwL5MYk4YBA8PD31mv/alOgTlUR18no4nX5aTHh2hPolKO/Tv+sNBf2jbuNQmZaKN8kmV6h5HDD6aIEsYtz3V4jqXirOBe5qjw6tR1nkLWxPy1ocjSVW4gfN5xzSuVVIUtP0jR2LFZttoiOVTzDX930jzFbi6Y8CrRdl5XnsXM3kn/GqOEacWScEv6ds6T4P6z2G4qMXPgGg5KEj+jshiVK1XNnZxeyvy03i4mdkpB3diFEWYmZYtddmLTkI/isCHXflTIZUxmSn2QIMce4AQvsJXAilt+lbs7P4ZEiYOOTuQvQtLf/8B/aijNQ==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update test item",permalink:"/docs/api/service-api/versions/5.10/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1"}},f={},q=[{value:"Request",id:"request",level:2}];function R(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,a.jsx)(m(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,a.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(c(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,a.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"201",value:"201",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Created"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(E(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(R,{...e})}):R(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[27653],{73713:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>E,default:()=>M,frontMatter:()=>b,metadata:()=>f,toc:()=>T});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),m=i.n(n),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),v=i(9472),y=i.n(v),g=(i(1176),i(12005),i(85162));const b={id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCtuIgLRZ6Wtd1twa6tdeXh13XKGhpbLMrkQpJJTEM/ftiSN1sK8mieQqp4cyZ4eGZ8QkM22sI12BQmx43mPYiKYySSYIKNj7IDBUzXIpJDCFow5QZHXgSTwymK83FfjZdLH8MwIeMKZaiQUX+TiBYihDSLgpD1uADF3bHHMCHGHWkeEauL80U3udcYQyhUTn6oKMDpgzCE5hjhhaG4mIPReE3cZT8iZH5RqsXA53Z/f9IG2eM2nyU8ZEszv3ayixR2xzmf4EPVEcUhkxZliU8smUMfmqyP7VDcZNQrMWViwbeGhKWi+iwynkMvkvaL4Ny+78FvPEr4HJLadK1KLpCw1FbJMYovs2NW5W2TCl2pKoZTHUbEQEZ1icspJfd/4vHjuL5oI+arrb5tJUyQSbAB3xiaUbRdizRWPjwwJIcu66gKKioMc5x1xnk7EI6vh+YXhhmdAeMwm/X9+rwJYlWq8knT+48x1rPHSUnjowdsduP4/W6zyrrOWqZqwgvuEBlfvWqn7uLF+ur0Khjd4Hsp2l36RsidtRuJ1XKDIQQM4M9Q1aFbwVnxDROOupdVLldO0ORp1SCxWqyHIMPi+V0/jf4sBwvlrQcjb8N55Op/TKegQ8fx5+n8/GP0dfhYtEs/5hPV7PW+s/x8sv0U7Ou3JfL0vvw83I8r125Ve3JLWtHbln5cSvrZlP4kAt+n3enXt1DW5jshs6k0O5qb28G1wo0UsgMxufK8y541y02Y2HUsTwy1EcRzRevvu6up1EUJeIYM4WRReCesg9PPXquexS9Ujp7Wxkfe6ViXyvmeT5WDj3mRdRuPKKLx11/wCeDQnMpXKexRH8xWE36q6Ck6ymag6Tulkltk6a+EULwMAhOrXZRBBQ+ODWtqiAJRvVQtbxcJRACnTEykkkRBsGJ5eYgFTfHImAZv0pyjplUZiaVYYnnfFm0irNt4qpeuXM3vmN5Qm/pYEymr9zNKtvmoZAh+KU9ca9GdE2hL1IbjyrmMRF7hMx7w3eeQIwxfkuK5/B6l4AbXDGmsq+sVWaN+lwSSTZUqih3cdcn2CJTqIY5lXq9aX9eEFdd6m2jmnhlQpbSVqKsEQ0DQL113nTpcdVazvteTZlaVKr2VPK2IYuj+KbVd55rCfV202XcSNHuK41V/QbK9cXwdIGvA1Ap1C5GLc2tlBpFhtub27ve4KZ3+9tycBcO3oeDD/27Dx/+gXMVbg6Xla7Eq1GrlkBzsZNtQWkz+RmaV7QZziZeLKM8RWHsUFRqFousZpW1WeQZHSIqp4zTy9Ju5/crevmQ8AiFxtbxYcaiA3q3/RvKwL5MYk4YBI+Pj31mv/al2gflUR18nYzG3xbjHh2hPolKO/Tv+4Ob/sC2calNykQb5bMq1T2OGHwyQZYwbnuqxXUqFWcNDzRHhxejrPMWtibkjQ8HkqpwDafTlmlcqaQoaPs+R2LFetNoiOVTzDX930jzBbi6Y8Cbedl53npnM3kn/GqOEccWScEv6ds6T4P6r2E4q8WvgGg5KEj+DshiVK1XNnJxe0vy03i4mtkpB3diGEWYmZYtddmzTkI/isCHbflTIZUxmSn2SIMce4QQvsN3Ailt+lbs7P4JEib2OduTvQtLf/8BHvKjPg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},E=void 0,f={id:"api/service-api/versions/5.10/start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post-1",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCtuIgLRZ6Wtd1twa6tdeXh13XKGhpbLMrkQpJJTEM/ftiSN1sK8mieQqp4cyZ4eGZ8QkM22sI12BQmx43mPYiKYySSYIKNj7IDBUzXIpJDCFow5QZHXgSTwymK83FfjZdLH8MwIeMKZaiQUX+TiBYihDSLgpD1uADF3bHHMCHGHWkeEauL80U3udcYQyhUTn6oKMDpgzCE5hjhhaG4mIPReE3cZT8iZH5RqsXA53Z/f9IG2eM2nyU8ZEszv3ayixR2xzmf4EPVEcUhkxZliU8smUMfmqyP7VDcZNQrMWViwbeGhKWi+iwynkMvkvaL4Ny+78FvPEr4HJLadK1KLpCw1FbJMYovs2NW5W2TCl2pKoZTHUbEQEZ1icspJfd/4vHjuL5oI+arrb5tJUyQSbAB3xiaUbRdizRWPjwwJIcu66gKKioMc5x1xnk7EI6vh+YXhhmdAeMwm/X9+rwJYlWq8knT+48x1rPHSUnjowdsduP4/W6zyrrOWqZqwgvuEBlfvWqn7uLF+ur0Khjd4Hsp2l36RsidtRuJ1XKDIQQM4M9Q1aFbwVnxDROOupdVLldO0ORp1SCxWqyHIMPi+V0/jf4sBwvlrQcjb8N55Op/TKegQ8fx5+n8/GP0dfhYtEs/5hPV7PW+s/x8sv0U7Ou3JfL0vvw83I8r125Ve3JLWtHbln5cSvrZlP4kAt+n3enXt1DW5jshs6k0O5qb28G1wo0UsgMxufK8y541y02Y2HUsTwy1EcRzRevvu6up1EUJeIYM4WRReCesg9PPXquexS9Ujp7Wxkfe6ViXyvmeT5WDj3mRdRuPKKLx11/wCeDQnMpXKexRH8xWE36q6Ck6ymag6Tulkltk6a+EULwMAhOrXZRBBQ+ODWtqiAJRvVQtbxcJRACnTEykkkRBsGJ5eYgFTfHImAZv0pyjplUZiaVYYnnfFm0irNt4qpeuXM3vmN5Qm/pYEymr9zNKtvmoZAh+KU9ca9GdE2hL1IbjyrmMRF7hMx7w3eeQIwxfkuK5/B6l4AbXDGmsq+sVWaN+lwSSTZUqih3cdcn2CJTqIY5lXq9aX9eEFdd6m2jmnhlQpbSVqKsEQ0DQL113nTpcdVazvteTZlaVKr2VPK2IYuj+KbVd55rCfV202XcSNHuK41V/QbK9cXwdIGvA1Ap1C5GLc2tlBpFhtub27ve4KZ3+9tycBcO3oeDD/27Dx/+gXMVbg6Xla7Eq1GrlkBzsZNtQWkz+RmaV7QZziZeLKM8RWHsUFRqFousZpW1WeQZHSIqp4zTy9Ju5/crevmQ8AiFxtbxYcaiA3q3/RvKwL5MYk4YBI+Pj31mv/al2gflUR18nYzG3xbjHh2hPolKO/Tv+4Ob/sC2calNykQb5bMq1T2OGHwyQZYwbnuqxXUqFWcNDzRHhxejrPMWtibkjQ8HkqpwDafTlmlcqaQoaPs+R2LFetNoiOVTzDX930jzBbi6Y8Cbedl53npnM3kn/GqOEccWScEv6ds6T4P6r2E4q8WvgGg5KEj+DshiVK1XNnJxe0vy03i4mtkpB3diGEWYmZYtddmzTkI/isCHbflTIZUxmSn2SIMce4QQvsN3Ailt+lbs7P4JEib2OduTvQtLf/8BHvKjPg==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update test item",permalink:"/docs/api/service-api/versions/5.10/update-test-item-using-put"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1"}},q={},T=[{value:"Request",id:"request",level:2}];function R(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,a.jsx)(m(),{method:"post",path:"/v1/{projectName}/item/{parentItem}"}),"\n",(0,a.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(o(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"201",value:"201",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Created"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(R,{...e})}):R(e)}}}]); \ No newline at end of file diff --git a/assets/js/ba04e5ff.1425e7e3.js b/assets/js/ba04e5ff.1425e7e3.js deleted file mode 100644 index 68dd1b759..000000000 --- a/assets/js/ba04e5ff.1425e7e3.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[90095],{58143:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>E,contentTitle:()=>b,default:()=>J,frontMatter:()=>N,metadata:()=>v,toc:()=>F});var a=s(85893),n=s(11151),l=s(58219),r=s.n(l),c=(s(62316),s(51039)),t=s.n(c),p=(s(82723),s(9487)),d=s.n(p),o=s(41429),m=s.n(o),h=s(5397),u=s.n(h),j=s(4667),x=s.n(j),f=s(9472),y=s.n(f),g=(s(1176),s(12005),s(85162));const N={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9z2jgQ/lc8+9R2DCYk7YOfjsuROaaZhAMyN9OUB2EvoNaWVElOwnj8v9+sJIMJNNcpT0b69oe+3f2kGizbGEgfoWCVyLY9ZnYi62VSWC2LAjUsY5AKNbNcikkOKay54GZ76+APhovN9GEBMSimWYkWNXmrQbASIQ1eJznEwAWkoJjdQgw5mkxzRT6PQRp/VFxjDqnVFcZgsi2WDNIa7E6RQ2M1FxtomngfQ2n5DTN7R//eCnOM+/VISw9GY/+U+Y4Qx367hMz+gRiIPRSWkEypgmeOvOSbIXjdjcRtQaFunIfxC2YVIZ2TQ36PgCJf8BKpFiE5uaKjEO2aqmM5GhfOWs1XlfX/ApZpzXbEjMXSdMNOLJajvYWL+rb777g7Q1AMZmcslp2tlZQFMgEx4AsrFUVbs8JgE8MTKyo8R3PTvCrYmUAtESd7MaylLpmFFHJmsWcJRZlZZitzDo+iKonb6Wg+H/8FMdyMJrfuY764n0791+dJ+JrcLcaz2cN04f5dj+6ux7e3YefmHmL4dzS7g2Xjj3HcW27BKCmMZ3E4GJw20f3n48b5kHx4q1dCt83/t2Q8P0tkwcX3sxuiKleoO1tcWNyg7jLMhf105SoWiqY0ZszSeV2VY3jpZTLHDYpemJzeSua7XhjYk4E5psKfMPKqEK2ljozCjK855lGYYddYFoXhUni9ca35Ztx9672OTwNeot1KUjdVOQ5JP1JInoZJ3ZGNJvFJJXUrWU3inUEMBvVTq36VLiAFMrUyk0WTJknNKruVmttdkzDFT049QyW1nUptWRF5Xy5lzdmq8LVs3fnuWbOqoGpsrVXmxN20xR46nYAQB/yyiWGf0Wk7/i2NjYi2iIk8osyid3wdCcQc8/eRXEc+3+h1woe8cixlXzuUcqA+l9Q0S6Iqq3zcxxpWyDTqUUWMPy5pm4RydlDccSshx/q2L/p+pFsZCk3Ylrtt7uVrjjpaEGQFhoPhVe9i0BteLS4+ppdX6cVl/9Pl4AscpKRVjIbumrXszma3hj8pcEvYaDqJcplVJQrrrocw/ixz4x8mZV4pMqIUS8app4xf+eOEWJrpDIXBjvlIsWyL0bA/gDj0JFU/TZLn5+c+c7t9qTdJMDXJ7eR6fDcf98iExBq18dl/7F9c+DUljS2Z6IT5tYE9r+0WX2yiCsYF+XY51mH8HuFpCDGkx/e2j0LrnWdDGMJlDFtpLJnW9YoZfNBF09Dyjwo1tdvyMFKug3Ju6PugXK+y3CsyvJsFUX8fdQKfPUV774pdR3QgDu26t6YnzG/FPybkN1LoOmhICbbIclL9/Uxd+7i9Bfk5eDh5ztAZvMUoy1DZDpZusCNp9e/EVXhDlTInlGbP9Nhhz5DCV/hKOUp3eqd4br2GgolNxTaE91Hp9x+otaep",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put",permalink:"/docs/api/service-api/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9z2jgQ/lc8+9R2DCYk7YOfjsuROaaZhAMyN9OUB2EvoNaWVElOwnj8v9+sJIMJNNcpT0b69oe+3f2kGizbGEgfoWCVyLY9ZnYi62VSWC2LAjUsY5AKNbNcikkOKay54GZ76+APhovN9GEBMSimWYkWNXmrQbASIQ1eJznEwAWkoJjdQgw5mkxzRT6PQRp/VFxjDqnVFcZgsi2WDNIa7E6RQ2M1FxtomngfQ2n5DTN7R//eCnOM+/VISw9GY/+U+Y4Qx367hMz+gRiIPRSWkEypgmeOvOSbIXjdjcRtQaFunIfxC2YVIZ2TQ36PgCJf8BKpFiE5uaKjEO2aqmM5GhfOWs1XlfX/ApZpzXbEjMXSdMNOLJajvYWL+rb777g7Q1AMZmcslp2tlZQFMgEx4AsrFUVbs8JgE8MTKyo8R3PTvCrYmUAtESd7MaylLpmFFHJmsWcJRZlZZitzDo+iKonb6Wg+H/8FMdyMJrfuY764n0791+dJ+JrcLcaz2cN04f5dj+6ux7e3YefmHmL4dzS7g2Xjj3HcW27BKCmMZ3E4GJw20f3n48b5kHx4q1dCt83/t2Q8P0tkwcX3sxuiKleoO1tcWNyg7jLMhf105SoWiqY0ZszSeV2VY3jpZTLHDYpemJzeSua7XhjYk4E5psKfMPKqEK2ljozCjK855lGYYddYFoXhUni9ca35Ztx9672OTwNeot1KUjdVOQ5JP1JInoZJ3ZGNJvFJJXUrWU3inUEMBvVTq36VLiAFMrUyk0WTJknNKruVmttdkzDFT049QyW1nUptWRF5Xy5lzdmq8LVs3fnuWbOqoGpsrVXmxN20xR46nYAQB/yyiWGf0Wk7/i2NjYi2iIk8osyid3wdCcQc8/eRXEc+3+h1woe8cixlXzuUcqA+l9Q0S6Iqq3zcxxpWyDTqUUWMPy5pm4RydlDccSshx/q2L/p+pFsZCk3Ylrtt7uVrjjpaEGQFhoPhVe9i0BteLS4+ppdX6cVl/9Pl4AscpKRVjIbumrXszma3hj8pcEvYaDqJcplVJQrrrocw/ixz4x8mZV4pMqIUS8app4xf+eOEWJrpDIXBjvlIsWyL0bA/gDj0JFU/TZLn5+c+c7t9qTdJMDXJ7eR6fDcf98iExBq18dl/7F9c+DUljS2Z6IT5tYE9r+0WX2yiCsYF+XY51mH8HuFpCDGkx/e2j0LrnWdDGMJlDFtpLJnW9YoZfNBF09Dyjwo1tdvyMFKug3Ju6PugXK+y3CsyvJsFUX8fdQKfPUV774pdR3QgDu26t6YnzG/FPybkN1LoOmhICbbIclL9/Uxd+7i9Bfk5eDh5ztAZvMUoy1DZDpZusCNp9e/EVXhDlTInlGbP9Nhhz5DCV/hKOUp3eqd4br2GgolNxTaE91Hp9x+otaep",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/launch-controller"}},E={},F=[{value:"Request",id:"request",level:2}];function D(e){const i={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(t(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(i.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function J(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(D,{...e})}):D(e)}}}]); \ No newline at end of file diff --git a/assets/js/ba04e5ff.c68397fb.js b/assets/js/ba04e5ff.c68397fb.js new file mode 100644 index 000000000..6e134d42d --- /dev/null +++ b/assets/js/ba04e5ff.c68397fb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[90095],{58143:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>C,frontMatter:()=>v,metadata:()=>b,toc:()=>F});var a=i(85893),n=i(11151),r=i(58219),l=i.n(r),t=(i(62316),i(51039)),c=i.n(t),m=(i(82723),i(9487)),d=i.n(m),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),f=i(9472),y=i.n(f),g=(i(1176),i(12005),i(85162));const v={id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt+P4jYQ/leiebo7BbLQvarNU+mWVdGtdimwqtQ9HkwygO8S22c7y6Io/3s1tgNhodvT8RTsb374m5nPrsGyjYH0CQpWiWzbY2Yvsl4mhdWyKFDDMgapUDPLpZjkkMKaC262dw7+aLjYTB8XEINimpVoUZO3GgQrEdLgdZJDDFxACorZLcSQo8k0V+TzFKTxW8U15pBaXWEMJttiySCtwe4VOTRWc7GBpokPMZSWXzCz9/TvrTCnuO+PtPRgNPZ3me8Jceq3S8jsL4iB2ENhCcmUKnjmyEu+GILX3UjcFhTq1nkYv2BWEdI5Oeb3BCjyBS+RahGSkys6CtGuqTqWo3HhrNV8VVn/L2CZ1mxPzFgsTTfsxGI5Oli4qG+7/4r7CwTFYPbGYtnZWklZIBMQA76wUlG0NSsMNjE8s6LCSzQ3zauCXQjUEnG2F8Na6pJZSCFnFnuWUJSZZbYyl/AoqpK4nY7m8/EfEMPtaHLnPuaLh+nUf32ahK/J/WI8mz1OF+7fzej+Znx3F3ZuHyCGv0eze1g2/hinveUWjJLCeBaHV1fnTfTw6bRxPiQf3uqV0G3z/y0Zzy8SWXDx9eKGqMoV6s4WFxY3qLsMc2F/vnYVC0VTGjNm6byuyjG89DKZ4wZFL0xObyXzfS8M7NnAnFLhTxh5VYjWUkdGYcbXHPMozLBrLIvCcCm83rjWfDPuofVex6cBL9FuJambqhyHpB8pJM/DpO7IRpP4pJK6lawm8c4gBoP6uVW/SheQAplamcmiSZOkZpXdSs3tvkmY4mennqGS2k6ltqyIvC+XsuZsVfhatu5896xZVVA1ttYqc+Zu2mKPnU5AiAN+2cRwyOi8Hf+UxkZEW8REHlFm0Tu+jgRijvn7SK4jn2/0OuFjXjmWsq8dSjlQn0tqmiVRlVU+7lMNK2Qa9agixp+WtE1COTsq7riVkFN9OxT9MNKtDIUmbMvdNvfyNUcdLQiyAsOr4XVvcNUb/rIYXKeDj+nguj/86dd/4CglrWI0dNesZXc2uzX8jwK3hI2mkyiXWVWisO56COPPMjf+YVLmlSIjSrFknHrK+JXfzoilmc5QGOyYjxTLthgN+1cQh56k6qdJstvt+szt9qXeJMHUJHeTm/H9fNwjExJr1MZn/7E/GPg1JY0tmeiE+b6BvaztFl9sogrGBfl2OdZh/J7geQgxpKf3to9C651nQxjCZQxbaSyZ1vWKGXzURdPQ8rcKNbXb8jhSroNybuj7qFyvsjwoMrybBVF/H3UCXzxFe++KfUd0IA7terCmJ8wPxT8l5AdS6DpoSAm2yHJS/cNM3fi4vQX5OXo4e87QGbzFKMtQ2Q6WbrATafXvxFV4Q5UyJ5RmO3rssB2k8Bk+U47Snd4pnluvoWBiU7EN4X1U+v0LxXqnsQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,b={id:"api/service-api/finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put",permalink:"/docs/api/service-api/finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt+P4jYQ/leiebo7BbLQvarNU+mWVdGtdimwqtQ9HkwygO8S22c7y6Io/3s1tgNhodvT8RTsb374m5nPrsGyjYH0CQpWiWzbY2Yvsl4mhdWyKFDDMgapUDPLpZjkkMKaC262dw7+aLjYTB8XEINimpVoUZO3GgQrEdLgdZJDDFxACorZLcSQo8k0V+TzFKTxW8U15pBaXWEMJttiySCtwe4VOTRWc7GBpokPMZSWXzCz9/TvrTCnuO+PtPRgNPZ3me8Jceq3S8jsL4iB2ENhCcmUKnjmyEu+GILX3UjcFhTq1nkYv2BWEdI5Oeb3BCjyBS+RahGSkys6CtGuqTqWo3HhrNV8VVn/L2CZ1mxPzFgsTTfsxGI5Oli4qG+7/4r7CwTFYPbGYtnZWklZIBMQA76wUlG0NSsMNjE8s6LCSzQ3zauCXQjUEnG2F8Na6pJZSCFnFnuWUJSZZbYyl/AoqpK4nY7m8/EfEMPtaHLnPuaLh+nUf32ahK/J/WI8mz1OF+7fzej+Znx3F3ZuHyCGv0eze1g2/hinveUWjJLCeBaHV1fnTfTw6bRxPiQf3uqV0G3z/y0Zzy8SWXDx9eKGqMoV6s4WFxY3qLsMc2F/vnYVC0VTGjNm6byuyjG89DKZ4wZFL0xObyXzfS8M7NnAnFLhTxh5VYjWUkdGYcbXHPMozLBrLIvCcCm83rjWfDPuofVex6cBL9FuJambqhyHpB8pJM/DpO7IRpP4pJK6lawm8c4gBoP6uVW/SheQAplamcmiSZOkZpXdSs3tvkmY4mennqGS2k6ltqyIvC+XsuZsVfhatu5896xZVVA1ttYqc+Zu2mKPnU5AiAN+2cRwyOi8Hf+UxkZEW8REHlFm0Tu+jgRijvn7SK4jn2/0OuFjXjmWsq8dSjlQn0tqmiVRlVU+7lMNK2Qa9agixp+WtE1COTsq7riVkFN9OxT9MNKtDIUmbMvdNvfyNUcdLQiyAsOr4XVvcNUb/rIYXKeDj+nguj/86dd/4CglrWI0dNesZXc2uzX8jwK3hI2mkyiXWVWisO56COPPMjf+YVLmlSIjSrFknHrK+JXfzoilmc5QGOyYjxTLthgN+1cQh56k6qdJstvt+szt9qXeJMHUJHeTm/H9fNwjExJr1MZn/7E/GPg1JY0tmeiE+b6BvaztFl9sogrGBfl2OdZh/J7geQgxpKf3to9C651nQxjCZQxbaSyZ1vWKGXzURdPQ8rcKNbXb8jhSroNybuj7qFyvsjwoMrybBVF/H3UCXzxFe++KfUd0IA7terCmJ8wPxT8l5AdS6DpoSAm2yHJS/cNM3fi4vQX5OXo4e87QGbzFKMtQ2Q6WbrATafXvxFV4Q5UyJ5RmO3rssB2k8Bk+U47Snd4pnluvoWBiU7EN4X1U+v0LxXqnsQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"},next:{title:"launch-controller",permalink:"/docs/api/service-api/launch-controller"}},q={},F=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v2/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function C(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/be166ec8.92eff8ec.js b/assets/js/be166ec8.e7a1b656.js similarity index 99% rename from assets/js/be166ec8.92eff8ec.js rename to assets/js/be166ec8.e7a1b656.js index 49b04f5ac..195e8c9f9 100644 --- a/assets/js/be166ec8.92eff8ec.js +++ b/assets/js/be166ec8.e7a1b656.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19589],{76493:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),x=a.n(h),j=a(4667),u=a.n(j),g=a(9472),y=a.n(g),N=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/versions/5.10/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:16.130Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:16.130Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[19589],{76493:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>f,metadata:()=>v,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),x=a.n(h),j=a(4667),u=a.n(j),g=a(9472),y=a.n(g),N=(a(1176),a(12005),a(85162));const f={id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",source:"@site/docs/api/service-api/versions/5.10/get-test-item-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-test-item-using-get",permalink:"/docs/api/service-api/versions/5.10/get-test-item-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-using-get",title:"Find test item by ID",description:"Find test item by ID",sidebar_label:"Find test item by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2kgQ/iuqPsUpGdnex4HTUo53Q20qSxn7RHFopAbNRpqRZ3rssJT+e6r1wAKEIa49CWb6/fxmA4wrB8MZMDm+VEz5ZWw0W5NlZGEeginIIiujxwkMYUX8QI7HTPmjU3r1190DhFCgxZyYrEjagMacYAgibJxACErDEArkFEJIyMVWFSKwS2LpyStLCQzZegrBxSnlCMMN8LoQYY6t0isoy3Arv7DmX4r5q/x7S8ku3fma5kLsCqMdObm/ubqSz67wf/6GECRipFluP0Yf5dORqjgTsW3Y7skZb2MxpVFoFmKehNFKsFnV6pDZqoXn+l9Di9biWrxlyl1XvIgetRxn6/hG6x7PQ3jGzFNfTMpSvE3onpa9jDvB6bknnTyovEd0CEtjc2QYQoJMlyxUZQgputtUZYmlrsCFMRmhbgimjOz6b1XSOVeaaUW2q0tp/v3XitC5xuM2oNVBt15mNdGDCJufzJ5nM9KYrf+jpN+02OR5UzSHYfrOZDVm07WTDhG1Z1XB3SHfyRpYsJvUHdJryoLdo816r4rMr5Su+qrv2vlFrvgTMp2ZA1bxN+Jx0ivN9xpRFaRaaWOpibY9Ugjb1PUJCSFDr+N0fG651ORSeN71mquPRaU7K08ndNJSd1q6W5HSwCdr8V1dXqDdrc63wlHN3X5vOZUC2XOqPjx7TElYhOnsSdhqOC353IQfyWendrY6O7Z82b05Zc3RotE+X+xUdr+pv9xUFtVxl0nwQHmR4akVsr9hwRJb9RYTxMrGPkP7YX+tXVSdz2j55+a8Y2TlWMU7uZxuT8+ulYSWFO+sgy0hJomSzYTZZIflJ+neir2Mboq9cP/fopsgHZk3At9u0dFndOlZAl9Zjgxc7h+WIXitnvwxLu9V30XZ1GVChaUYWabXEjNH+2DtT6WTQCwLpNSCxToYf4IQcuLUNAAU2nkD0fN1tOnAuzISpmhTw8oSQnBkn1tYWm0QEHo2scnKYRRt0HNqrOJ1GWGhDqDjPRXG8sRYxiyoZYHMTatwkdWZa8U1tYc+kyCnzIU7EDdpaQUI+VwGuBBC2NDPyxC2Fh1izc/GcSAzIkCdBGJZ8EEtA02UUHIRmGVQ2xvsG/xqV0K5GdiKqqiIBspIduYSqtjXemcbWBBasiMvYZ7Nu9dTQbYNcugQbTPeOFQB4GoHV0TVWFF6abrd3Y3ukdC3rowm4yAxsRfEVL1GGtSNNWppXgRTXwiThDdHJdl29ckfBy6HkKmYtKMO+6jAOKXgZnAFDd6ovBlG0cvLywCr24Gxq6hhddGX8e3d1+ndpbDIQiXraut/G1xfDa6rDWgc56g7ao6UeD90ZvrOUZGh0h0QVJf/DJ6vIYTh3juIKZfT5mk1DyE1joV6s1mgo0eblaUcP3mykuz5a0FXqU+Uk99HGnTz+tiBD/cNErkItg+5XrPbJaLXsEUdAGENTNpHoLzs3qV71/93GNAVUEoPpoSJrNtZg51gFMdUcIdXnnnSFdu5JA/hsvwBhMZDwA==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/versions/5.10/get-test-items-v-2-using-get"},next:{title:"Delete test item",permalink:"/docs/api/service-api/versions/5.10/delete-test-item-using-delete"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by ID"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by ID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(x(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:16.586Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:16.586Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/bea80cb3.12862979.js b/assets/js/bea80cb3.12862979.js new file mode 100644 index 000000000..cc0de0889 --- /dev/null +++ b/assets/js/bea80cb3.12862979.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34420],{54034:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>k,contentTitle:()=>f,default:()=>M,frontMatter:()=>y,metadata:()=>b,toc:()=>q});var i=a(85893),r=a(11151),l=a(58219),n=a.n(l),t=(a(62316),a(51039)),o=a.n(t),c=(a(82723),a(9487)),d=a.n(c),m=a(41429),p=a.n(m),u=a(5397),h=a.n(u),g=a(4667),x=a.n(g),j=a(9472),N=a.n(j),v=(a(1176),a(12005),a(85162));const y={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsFu2zgQ/RVhTm1BWbGRdhc6NZvNYgMU3awdX+r6MJbGMluKVEnKjmHo3xdDyZYcu9ucotFw5s3wvWcdwGPhIF2AMkWMbq+zODPaW6MUWVgKMBVZ9NLoxxxSyCyhp0+meNDe7udO6uLpn9kzCKjQYkmeLFc7gMaSIIXKmm+U+c/8JEBqDqHfgICcXGZlxZUv8iz9qKWlHFJvaxLgsg2VCOkB/L7iss5bqQtommWbTM7/YfI9Z5zXPeGd/gsCeDLSntOwqpTMwmDJN8e5h2Eb6RX3meH2dLgHtQCFtc4281rmIMDLknhTHTaz4kl4I5Z35yU5LrmWXLEv/Rc//+pQu8XLsRsB0lMZAFy8fr3b+fzxz8isI0/OR3wsMjtNeeQ30kXKFNCI4UCX7QQo2pK61ol0XfJCyFpjQcAOrQ4XvTYBx6rmLG8x42HX6FGBgFp/12anYdkIKMk5LK5N2W32Ste1sSV6SCFHT3HIagTU19E3YV3nlAoBVxnt2j1PbsaX3LkP3MnPefMueXedKkEQ3ZE71tF09svr/SleRpxTZSkLCNI1KkcCXuLM5FSQjjvSxyuT7+NOa+dcvzZLuG0B9OJJO2l0K9XvtIf0f2sL2KKqX/dg8ZXkN4aNoTIuzMfiTiHZTpLDQNNNokyREK8IBDiy26NP1FZBCpzrTWZUkybJAWu/MVb6fZNgJS9mmVJlrH8y1qOK2loBoZW4Uu1ij+XaS11jrZgtG+8rd1Hu6Zjbs5kTQXT5TNITokuW/G2cj3hLEeo8YmTRG7mONFFO+VvWXYs3eg24x5VTaUY2ZFUhaSQN82DJq8rqtu/iACtCS/au5hUvlsPXM6ZjO/ow6cStbqDAWn5uk4BpxuY37S304QXLqnWqo2N19Opl2VtPL8mhgQyirW+c7OEk9j6l1ThMbia38fgmnvz+PL5Nx+/T8YfR7YffvsBR18P+7C4D6Q0J8RO2HLd/9/QY5SarS9I+mH+nbsz8YNRZXfEhZkSJkgdwbeTjxS0JUDIj7Yabuqsw21A0Gd0w+kBwvoA0SXa73QjD25GxRdIddcmnx/uHz7OHmI80AlgdLfr3o/HNaMwxFliJetDmTNNnQ5/u3dOLTyqFUgeDtEEQrUYXsJ2AgPT8l7cziCDUpYANqzpdwOGwQkdzq5qGwz9qskzJZS+7QNBcOv6/N6xXqE4+Cm+mnR+/jc4BXAXeBVHvB1YEonOuYYGG1bohzMkOvO2+7Rs/c52+wsU3QCOOJ+6yjCo/yGXfPzO87rNn1X12lCbnNIs7/lTAHaTwFb4ySBPGD9oM8QMo1EXdyqBty3//AWD5Qic=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,b={id:"api/service-api/versions/5.10/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsFu2zgQ/RVhTm1BWbGRdhc6NZvNYgMU3awdX+r6MJbGMluKVEnKjmHo3xdDyZYcu9ucotFw5s3wvWcdwGPhIF2AMkWMbq+zODPaW6MUWVgKMBVZ9NLoxxxSyCyhp0+meNDe7udO6uLpn9kzCKjQYkmeLFc7gMaSIIXKmm+U+c/8JEBqDqHfgICcXGZlxZUv8iz9qKWlHFJvaxLgsg2VCOkB/L7iss5bqQtommWbTM7/YfI9Z5zXPeGd/gsCeDLSntOwqpTMwmDJN8e5h2Eb6RX3meH2dLgHtQCFtc4281rmIMDLknhTHTaz4kl4I5Z35yU5LrmWXLEv/Rc//+pQu8XLsRsB0lMZAFy8fr3b+fzxz8isI0/OR3wsMjtNeeQ30kXKFNCI4UCX7QQo2pK61ol0XfJCyFpjQcAOrQ4XvTYBx6rmLG8x42HX6FGBgFp/12anYdkIKMk5LK5N2W32Ste1sSV6SCFHT3HIagTU19E3YV3nlAoBVxnt2j1PbsaX3LkP3MnPefMueXedKkEQ3ZE71tF09svr/SleRpxTZSkLCNI1KkcCXuLM5FSQjjvSxyuT7+NOa+dcvzZLuG0B9OJJO2l0K9XvtIf0f2sL2KKqX/dg8ZXkN4aNoTIuzMfiTiHZTpLDQNNNokyREK8IBDiy26NP1FZBCpzrTWZUkybJAWu/MVb6fZNgJS9mmVJlrH8y1qOK2loBoZW4Uu1ij+XaS11jrZgtG+8rd1Hu6Zjbs5kTQXT5TNITokuW/G2cj3hLEeo8YmTRG7mONFFO+VvWXYs3eg24x5VTaUY2ZFUhaSQN82DJq8rqtu/iACtCS/au5hUvlsPXM6ZjO/ow6cStbqDAWn5uk4BpxuY37S304QXLqnWqo2N19Opl2VtPL8mhgQyirW+c7OEk9j6l1ThMbia38fgmnvz+PL5Nx+/T8YfR7YffvsBR18P+7C4D6Q0J8RO2HLd/9/QY5SarS9I+mH+nbsz8YNRZXfEhZkSJkgdwbeTjxS0JUDIj7Yabuqsw21A0Gd0w+kBwvoA0SXa73QjD25GxRdIddcmnx/uHz7OHmI80AlgdLfr3o/HNaMwxFliJetDmTNNnQ5/u3dOLTyqFUgeDtEEQrUYXsJ2AgPT8l7cziCDUpYANqzpdwOGwQkdzq5qGwz9qskzJZS+7QNBcOv6/N6xXqE4+Cm+mnR+/jc4BXAXeBVHvB1YEonOuYYGG1bohzMkOvO2+7Rs/c52+wsU3QCOOJ+6yjCo/yGXfPzO87rNn1X12lCbnNIs7/lTAHaTwFb4ySBPGD9oM8QMo1EXdyqBty3//AWD5Qic=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/versions/5.10/log-controller"}},k={},q=[{value:"Request",id:"request",level:2}];function X(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(N(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(X,{...e})}):X(e)}}}]); \ No newline at end of file diff --git a/assets/js/bea80cb3.5b85cdd3.js b/assets/js/bea80cb3.5b85cdd3.js deleted file mode 100644 index 969c824c2..000000000 --- a/assets/js/bea80cb3.5b85cdd3.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[34420],{54034:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>f,default:()=>k,frontMatter:()=>v,metadata:()=>b,toc:()=>w});var i=a(85893),r=a(11151),l=a(58219),n=a.n(l),t=(a(62316),a(51039)),o=a.n(t),c=(a(82723),a(9487)),p=a.n(c),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),y=a(9472),x=a.n(y),N=(a(1176),a(12005),a(85162));const v={id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsFy2zYQ/RXOnpIMKEqq0wNPdV136plM6krWpYoOK3JFIQEBBgAlazT8986ClEhZSuOTuVzsvl2898QjeCwcpEtQpojRHXQWZ0Z7a5QiCysBpiKLXhr9lEMKmSX09MkUj9rbw8JJXTz/PX8BARVaLMmT5WpH0FgSpFBZ85Uy/5mfBEjNIfRbEJCTy6ysuPJVnqXvtbSUQ+ptTQJctqUSIT2CP1Rc1nkrdQFNs2qTyfnfTX7gjMu6Z7yzf0AAT0bacxpWlZJZGCz56jj3OGwjveI+c9ydD/eglqCw1tl2UcscBHhZEm+qw2bWPAlvxPLuvCTHJTeSK/al/+Tnnx1qt3g9diNAeioDgKvXb3e7WDz9EZlN5Mn5iI9FZq8pj/xWukiZAhoxHOi6nQBFO1K3OpGuS14IWWssCNij1eGiNybgWNec5S1mPOwGPSoQUOtv2uw1rBoBJTmHxa0pu83e6LoxtkQPKeToKQ5ZjYD6NvomrOuSUiHgKqNdu+fpeHLNnYfAnfySNx+SD7epEgTRHblnHc3mP73eH+JlxDlVlrKAIN2gciTgNc5MTgXpuCN9vDb5Ie60dsn1W7OE2xZAr560k0a3Uv1GB0j/t7aAHar6bQ8WX0l+a9gYKuPCfCzuFJLdNDkONN0kyhQJ8YpAgCO7O/lEbRWkwLneZEY1aZIcsfZbY6U/NAlW8mqWGVXG+mdjPaqorRUQWolr1S72VK691A3Witmy9b5yV+WeT7k9mzkRRJfPJD0jumbJX8b5iLcUoc4jRha9k5tIE+WUv2fdtXijt4B7XDmVZmRDVhWSRtIwD1a8qqxu+y6PsCa0ZO9rXvFyNXw9Zzq2ow+TztzqBgqs5ec2CZhmbH6z3kIfX7GsWqc6OVZHr16WvfX0khwayCDa+sbZHs5i71NajcN0PL2LJ+N4evcy+Zj+cpdOfh2NJ5N/4aTrYX92l4H0hoT4AVtO279/fopyk9UlaR/Mv1M3Zn4w6ryu+BAzokTJA7g28tvVLQlQMiPthpu6rzDbUjQdjRl9IDhfQJok+/1+hOHtyNgi6Y665NPTw+Pn+WPMRxoBrI4W/cfRZDyacIwFVqIetLnQ9MXQ53v39OqTSqHUwSBtEESr0SXspiAgvfzl7QwiCHUlYMuqTpdwPK7R0cKqpuHw95osU3LVyy4QNJeO/+8N6w2qs4/Cu1nnx++jSwA3gXdB1IeBFYHonGtYoGG1bglzsgNve2j7xi9cp69w9Q3QiNOJ+yyjyg9y2fcvDK/77Fl3nx2lyTnN4p4/FXAPKXyBLwzShPGDNkP8CAp1UbcyaNvy338vMEIW",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,b={id:"api/service-api/versions/5.10/create-log-entry-using-post",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsFy2zYQ/RXOnpIMKEqq0wNPdV136plM6krWpYoOK3JFIQEBBgAlazT8986ClEhZSuOTuVzsvl2898QjeCwcpEtQpojRHXQWZ0Z7a5QiCysBpiKLXhr9lEMKmSX09MkUj9rbw8JJXTz/PX8BARVaLMmT5WpH0FgSpFBZ85Uy/5mfBEjNIfRbEJCTy6ysuPJVnqXvtbSUQ+ptTQJctqUSIT2CP1Rc1nkrdQFNs2qTyfnfTX7gjMu6Z7yzf0AAT0bacxpWlZJZGCz56jj3OGwjveI+c9ydD/eglqCw1tl2UcscBHhZEm+qw2bWPAlvxPLuvCTHJTeSK/al/+Tnnx1qt3g9diNAeioDgKvXb3e7WDz9EZlN5Mn5iI9FZq8pj/xWukiZAhoxHOi6nQBFO1K3OpGuS14IWWssCNij1eGiNybgWNec5S1mPOwGPSoQUOtv2uw1rBoBJTmHxa0pu83e6LoxtkQPKeToKQ5ZjYD6NvomrOuSUiHgKqNdu+fpeHLNnYfAnfySNx+SD7epEgTRHblnHc3mP73eH+JlxDlVlrKAIN2gciTgNc5MTgXpuCN9vDb5Ie60dsn1W7OE2xZAr560k0a3Uv1GB0j/t7aAHar6bQ8WX0l+a9gYKuPCfCzuFJLdNDkONN0kyhQJ8YpAgCO7O/lEbRWkwLneZEY1aZIcsfZbY6U/NAlW8mqWGVXG+mdjPaqorRUQWolr1S72VK691A3Witmy9b5yV+WeT7k9mzkRRJfPJD0jumbJX8b5iLcUoc4jRha9k5tIE+WUv2fdtXijt4B7XDmVZmRDVhWSRtIwD1a8qqxu+y6PsCa0ZO9rXvFyNXw9Zzq2ow+TztzqBgqs5ec2CZhmbH6z3kIfX7GsWqc6OVZHr16WvfX0khwayCDa+sbZHs5i71NajcN0PL2LJ+N4evcy+Zj+cpdOfh2NJ5N/4aTrYX92l4H0hoT4AVtO279/fopyk9UlaR/Mv1M3Zn4w6ryu+BAzokTJA7g28tvVLQlQMiPthpu6rzDbUjQdjRl9IDhfQJok+/1+hOHtyNgi6Y665NPTw+Pn+WPMRxoBrI4W/cfRZDyacIwFVqIetLnQ9MXQ53v39OqTSqHUwSBtEESr0SXspiAgvfzl7QwiCHUlYMuqTpdwPK7R0cKqpuHw95osU3LVyy4QNJeO/+8N6w2qs4/Cu1nnx++jSwA3gXdB1IeBFYHonGtYoGG1bglzsgNve2j7xi9cp69w9Q3QiNOJ+yyjyg9y2fcvDK/77Fl3nx2lyTnN4p4/FXAPKXyBLwzShPGDNkP8CAp1UbcyaNvy338vMEIW",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post"},next:{title:"log-controller",permalink:"/docs/api/service-api/versions/5.10/log-controller"}},q={},w=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v2/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(N.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/beffaa26.b067d1de.js b/assets/js/beffaa26.213c4a6f.js similarity index 98% rename from assets/js/beffaa26.b067d1de.js rename to assets/js/beffaa26.213c4a6f.js index 478810647..11ee34ca9 100644 --- a/assets/js/beffaa26.b067d1de.js +++ b/assets/js/beffaa26.213c4a6f.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[59941],{73310:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>x,default:()=>N,frontMatter:()=>f,metadata:()=>D,toc:()=>k});var i=s(85893),n=s(11151),t=s(58219),l=s.n(t),r=(s(62316),s(51039)),o=s.n(r),c=(s(82723),s(9487)),d=s.n(c),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),b=s.n(h),y=s(9472),v=s.n(y),j=(s(1176),s(12005),s(85162));const f={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},x=void 0,D={id:"api/service-api/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/get-log-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-using-get",permalink:"/docs/api/service-api/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get log by UUID (Will be removed in version 6.0)",permalink:"/docs/api/service-api/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/delete-log-using-delete"}},q={},k=[{value:"Request",id:"request",level:2}];function M(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get log by ID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,i.jsx)(a.p,{children:"Get log by ID"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:13.880Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[59941],{73310:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>q,contentTitle:()=>x,default:()=>N,frontMatter:()=>f,metadata:()=>D,toc:()=>k});var i=s(85893),n=s(11151),t=s(58219),l=s.n(t),r=(s(62316),s(51039)),o=s.n(r),c=(s(82723),s(9487)),d=s.n(c),m=s(41429),p=s.n(m),u=s(5397),g=s.n(u),h=s(4667),b=s.n(h),y=s(9472),v=s.n(y),j=(s(1176),s(12005),s(85162));const f={id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},x=void 0,D={id:"api/service-api/get-log-using-get",title:"Get log by ID",description:"Get log by ID",source:"@site/docs/api/service-api/get-log-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-log-using-get",permalink:"/docs/api/service-api/get-log-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-using-get",title:"Get log by ID",description:"Get log by ID",sidebar_label:"Get log by ID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVsFu2zgQ/RVhTm3BWEnR7kGnTdugazRog7Q9GT7Q0ljiliJZcmivIejfi6FkW47dRdCTLHLmzdObN6Q7IFkHKBagbX1VWkPeao0elgKsQy9JWTOvoIAa6d7W34My9ce7byDASS9bJPSc3oGRLULBMPMKBCgDBThJDQioMJReOYaaRHj8GZXHCgryEQWEssFWQtEB7RxDBfLK1ND34oDuvP0XS/rMb/9X4zTu+ZWWHBycNQED77++vubHKfiXTyCApUJDvPsqf8WPCaoizbD3tn7EYKMvT1ksQLEAMaqKdR5J2BVTZmE9K09qoLBSRvrd+2O5Pfq7k41T/JHdN0YWQzVqYrsyUun5M4pO889lSoiXlqc1Lqj7NFEZwho9CFhb30oalv56kyoQtvPnBmsZTdk8Pxw3qM8JCkATW5YPvbecupXeJJ+tbbLYKnIUeZkaupYkNffR/DB2a2DZC2gxBFlfFu2gzuVd1V5Im9CvJOFViupH71ySuE8yV+g8lpLYDWupAz4dkI9ImbZ1ttpl8w/AvKmx45in2aYGCsg3N3k3maU+17bOuzTBPQgI6Df7+Y9eQwEcTba0ui/yvJORGusV7fpcOnU2pY/orKcH60nqbMACARvplVzpwYh7uGEK1zJqlqIhcuEM7mEfe2wkB4IY47k/B0bnY/2PDZTxOZNJU2XMLHuh1plBrLB6mdl1NvDNnhI+8qqwtTOfolwKminLTVmyVGUc6i46WKH06G8ji7xY8nay2GS4p9L8Rrc9j9uHeVbZMrZoKB3X4+kky3RcjCfn1+g4ibVpkwUhDCt/n/EVoFWJJuAk/dbJssHs9eyaDZ9azaIWeb7dbmcy7c6sr/MxNeT38/d3n7/eXXFKL4B9MrB/O7u5GdacDdRKMynz1JYn331wO+F/lDstlUmj4JM7BssuYHMDAorTC0BbnqRiuHmWAhobiGO7biUDfve673n5Z0TPDVoeTZjaVanAv38zS93xLoAXj+Mh/DLbX3MXOY+L0uyS4XXkNxDwA3eHG5KvvT+qfPrtf1B/CtDz1DQoK/RJiyHitizR0SSX70D28eEc4f8Iff8LJ5jWow==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get log by UUID (Will be removed in version 6.0)",permalink:"/docs/api/service-api/get-log-by-uuid-using-get"},next:{title:"Delete log",permalink:"/docs/api/service-api/delete-log-using-delete"}},q={},k=[{value:"Request",id:"request",level:2}];function M(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get log by ID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/{logId}"}),"\n",(0,i.jsx)(a.p,{children:"Get log by ID"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(b(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(b(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(b(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(b(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(b(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(b(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:14.402Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function N(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/c4cc5d22.3164e3b8.js b/assets/js/c4cc5d22.10222c9c.js similarity index 50% rename from assets/js/c4cc5d22.3164e3b8.js rename to assets/js/c4cc5d22.10222c9c.js index ec4e9a870..0de55a7c8 100644 --- a/assets/js/c4cc5d22.3164e3b8.js +++ b/assets/js/c4cc5d22.10222c9c.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[29728],{57833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>y,default:()=>A,frontMatter:()=>q,metadata:()=>N,toc:()=>Y});var i=a(85893),r=a(11151),l=a(58219),n=a.n(l),t=(a(62316),a(51039)),o=a.n(t),d=(a(82723),a(9487)),c=a.n(d),p=a(41429),m=a.n(p),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),v=a.n(x),f=(a(1176),a(12005),a(85162));const q={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWba7yUGnuNstukCQbu31pY4R0NJYYkKRCknZawj692Io2ZJXTuOTRQ1n3gzfe2INjmcW4g1InYWJVs5oKdHAloEu0XAntHpMIYbEIHf4SWcPypnT2gqVPf29ev46AwYlN7xAh4Yy1aB4gRBDafQ3TNxnemIgFC1xlwODFG1iREm5R3EGf1TCYAqxMxUysEmOBYe4BncqKa11RqgMmmbbBqN1v+v0RBHXeS+Il/8AA+oNlaMwXpZSJL616Jul2HpYRjhJdVb8cNncg9qA5JVK8nUlUmDgRIE0qw6b3lEnNBFD03MCLaXcC8rYp/6Tnn+1qZ3iuO2GgXBYeACj169nu14//hHofeDQuoC2BfqoMA1cLmwgdQYNGzY0LsdA4gHlrUqoqoIGgsZoAwyO3Ch/0HvtcewqinKGJ9TsnjsugUGlvit9VLBtGBRoLc9uddlN9kbVvTYFdxBDyh2GPqphUN1G3/hxXVPKL9hSK9vOeT6djblz77mTXvPmXfTuNlW8JLotC3tSyXL1y+P9KV5CnGJpMPEI4j2XFhm8hIlOMUMVdqQPdzo9hZ3Wrrl+qxd/2gzwxaGyQqtWqt/xBPH/5mZw4LJ6XYPEV6DLNVlDqa3vj8QdQ3SYRfVA000kdRYhjQgYWDSHs09URkIMFOt0omUTR1HNK5drI9ypiXgpRr0ssdTGPWnjuAzaXB6hEXwn28Ge07WHuueVJLbkzpV2lO7pHNuzmQKBdfFE0guiMUv+0tYFNKWAqzQgZMEbsQ8UYorpW9Jdizd4DbjHlWKhJ8ZHlT5oIjTxYEujSqq27qaGHXKDZlHRiDfb4esV0bFtfRh04VbXkGctPbdBQDQj81v2FvrwwouydaqzY3X06mXZW08vyaGBDFZb37jYw0XsfUircZhP53fhbBrO755n7+Pf7uLZh8l0Nv0Xzroe1id3GUhvSIifsOU8/cXTY5DqpCpQOW/+nbp54gatrqqSNhEjCi6oAduufBydEgMpElR2OKlFyZMcg/lkSug9wekA4ig6Ho8T7t9OtMmibquNPj3eP3xePYS0pWFA6mjRv5/MppMZrZHACq4GZa40fdX05dwdvriolFwob5DGC6LV6AYO9NmOr7+8nUF4oW4Z5KTqeAN1veMW10Y2DS3/qNAQJbe97DxBU2Hpf29Yr1BdfBTeLDs/fhtcA7gJvFvk6jSwImCdcw0TNKTWHHmKZuBt923d8Jny9BlGd4CGnXcskgRLN4gl378yPLr4AINdd+0odEphhh/pqsCPEMMX+EIgtW/fa9Ov1yC5yqpWBm1Z+v0HtJ1AWA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},y=void 0,N={id:"api/service-api/versions/5.10/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post-1",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWba7yUGnuNstukCQbu31pY4R0NJYYkKRCknZawj692Io2ZJXTuOTRQ1n3gzfe2INjmcW4g1InYWJVs5oKdHAloEu0XAntHpMIYbEIHf4SWcPypnT2gqVPf29ev46AwYlN7xAh4Yy1aB4gRBDafQ3TNxnemIgFC1xlwODFG1iREm5R3EGf1TCYAqxMxUysEmOBYe4BncqKa11RqgMmmbbBqN1v+v0RBHXeS+Il/8AA+oNlaMwXpZSJL616Jul2HpYRjhJdVb8cNncg9qA5JVK8nUlUmDgRIE0qw6b3lEnNBFD03MCLaXcC8rYp/6Tnn+1qZ3iuO2GgXBYeACj169nu14//hHofeDQuoC2BfqoMA1cLmwgdQYNGzY0LsdA4gHlrUqoqoIGgsZoAwyO3Ch/0HvtcewqinKGJ9TsnjsugUGlvit9VLBtGBRoLc9uddlN9kbVvTYFdxBDyh2GPqphUN1G3/hxXVPKL9hSK9vOeT6djblz77mTXvPmXfTuNlW8JLotC3tSyXL1y+P9KV5CnGJpMPEI4j2XFhm8hIlOMUMVdqQPdzo9hZ3Wrrl+qxd/2gzwxaGyQqtWqt/xBPH/5mZw4LJ6XYPEV6DLNVlDqa3vj8QdQ3SYRfVA000kdRYhjQgYWDSHs09URkIMFOt0omUTR1HNK5drI9ypiXgpRr0ssdTGPWnjuAzaXB6hEXwn28Ge07WHuueVJLbkzpV2lO7pHNuzmQKBdfFE0guiMUv+0tYFNKWAqzQgZMEbsQ8UYorpW9Jdizd4DbjHlWKhJ8ZHlT5oIjTxYEujSqq27qaGHXKDZlHRiDfb4esV0bFtfRh04VbXkGctPbdBQDQj81v2FvrwwouydaqzY3X06mXZW08vyaGBDFZb37jYw0XsfUircZhP53fhbBrO755n7+Pf7uLZh8l0Nv0Xzroe1id3GUhvSIifsOU8/cXTY5DqpCpQOW/+nbp54gatrqqSNhEjCi6oAduufBydEgMpElR2OKlFyZMcg/lkSug9wekA4ig6Ho8T7t9OtMmibquNPj3eP3xePYS0pWFA6mjRv5/MppMZrZHACq4GZa40fdX05dwdvriolFwob5DGC6LV6AYO9NmOr7+8nUF4oW4Z5KTqeAN1veMW10Y2DS3/qNAQJbe97DxBU2Hpf29Yr1BdfBTeLDs/fhtcA7gJvFvk6jSwImCdcw0TNKTWHHmKZuBt923d8Jny9BlGd4CGnXcskgRLN4gl378yPLr4AINdd+0odEphhh/pqsCPEMMX+EIgtW/fa9Ov1yC5yqpWBm1Z+v0HtJ1AWA==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get"}},b={},Y=[{value:"Request",id:"request",level:2}];function w(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(c(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function A(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(w,{...e})}):w(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[29728],{57833:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>k,contentTitle:()=>N,default:()=>D,frontMatter:()=>v,metadata:()=>y,toc:()=>q});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),o=a.n(l),c=(a(82723),a(9487)),p=a.n(c),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),g=a(4667),x=a.n(g),j=a(9472),f=a.n(j),b=(a(1176),a(12005),a(85162));const v={id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWbaxWRQ61d1u0QWCdGuvL3WMgpbGEhOKVEjKXkPQvxdDyZa8chqfLGo482b43hNrcDyzEG9A6ixMtHJGS4kGtgx0iYY7odVTCjEkBrnDTzp7VM6c1lao7Pmv1cu/M2BQcsMLdGgoUw2KFwgxlEZ/xcR9picGQtESdzkwSNEmRpSUexRn8HslDKYQO1MhA5vkWHCIa3CnktJaZ4TKoGm2bTBa95tOTxRxnfeCePk3MKDeUDkK42UpReJbi75aiq2HZYSTVGfFD5fNPagNSF6pJF9XIgUGThRIs+qw6R11QhMxND0n0FLKvaCMfeo/6Plnm9opjttuGAiHhQcwev12tuv10++B3gcOrQtoW6CPCtPA5cIGUmfQsGFD43IMJB5Q3qqEqipoIGiMNsDgyI3yB73XHseuoihneELN7rnjEhhU6pvSRwXbhkGB1vLsVpfdZG9U3WtTcAcxpNxh6KMaBtVt9I0f1zWl/IIttbLtnOfT2Zg7D5476TVvPkQfblPFS6LbsrAnlSxXPz3eH+IlxCmWBhOPIN5zaZHBa5joFDNUYUf6cKfTU9hp7Zrrt3rxp80AXx0qK7RqpfoNTxD/b24GBy6rtzVIfAW6XJM1lNr6/kjcMUSHWVQPNN1EUmcR0oiAgUVzOPtEZSTEQLFOJ1o2cRTVvHK5NsKdmoiXYtTLEktt3LM2jsugzeURGsF3sh3sOV17qHteSWJL7lxpR+mez7E9mykQWBdPJL0gGrPkT21dQFMKuEoDQha8E/tAIaaYvifdtXiDt4B7XCkWemJ8VOmDJkITD7Y0qqRq625q2CE3aBYVjXizHb5eER3b1odBF251DXnW0nMbBEQzMr9lb6GPr7woW6c6O1ZHr16WvfX0khwayGC19Y2LPVzE3oe0Gof5dH4Xzqbh/JeX2V08+xjP7id39/f/wFnXw/rkLgPpDQnxA7acp794fgpSnVQFKufNv1M3T9yg1VVV0iZiRMEFNWDblV9Hp8RAigSVHU5qUfIkx2A+mRJ6T3A6gDiKjsfjhPu3E22yqNtqo09PD4+fV48hbWkYkDpa9B8ns+lkRmsksIKrQZkrTV81fTl3h68uKiUXyhuk8YJoNbqBA3224+svb2cQXqhbBjmpOt5AXe+4xbWRTUPL3ys0RMltLztP0FRY+t8b1htUFx+Fd8vOj98H1wBuAu8WuToNrAhY51zDBA2pNUeeohl420NbN3yhPH2G0R2gYecdiyTB0g1iyfevDI8uPsBg1107Cp1SmOFHuirwI8TwBb4QSO3b99r06zVIrrKqlUFbln7/AeZmQGk=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},N=void 0,y={id:"api/service-api/versions/5.10/create-log-entry-using-post-1",title:"Create log",description:"Create log",source:"@site/docs/api/service-api/versions/5.10/create-log-entry-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/create-log-entry-using-post-1",permalink:"/docs/api/service-api/versions/5.10/create-log-entry-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"create-log-entry-using-post-1",title:"Create log",description:"Create log",sidebar_label:"Create log",hide_title:!0,hide_table_of_contents:!0,api:"eJyFVsGO2zYQ/RVhTklAWbaxWRQ61d1u0QWCdGuvL3WMgpbGEhOKVEjKXkPQvxdDyZa8chqfLGo482b43hNrcDyzEG9A6ixMtHJGS4kGtgx0iYY7odVTCjEkBrnDTzp7VM6c1lao7Pmv1cu/M2BQcsMLdGgoUw2KFwgxlEZ/xcR9picGQtESdzkwSNEmRpSUexRn8HslDKYQO1MhA5vkWHCIa3CnktJaZ4TKoGm2bTBa95tOTxRxnfeCePk3MKDeUDkK42UpReJbi75aiq2HZYSTVGfFD5fNPagNSF6pJF9XIgUGThRIs+qw6R11QhMxND0n0FLKvaCMfeo/6Plnm9opjttuGAiHhQcwev12tuv10++B3gcOrQtoW6CPCtPA5cIGUmfQsGFD43IMJB5Q3qqEqipoIGiMNsDgyI3yB73XHseuoihneELN7rnjEhhU6pvSRwXbhkGB1vLsVpfdZG9U3WtTcAcxpNxh6KMaBtVt9I0f1zWl/IIttbLtnOfT2Zg7D5476TVvPkQfblPFS6LbsrAnlSxXPz3eH+IlxCmWBhOPIN5zaZHBa5joFDNUYUf6cKfTU9hp7Zrrt3rxp80AXx0qK7RqpfoNTxD/b24GBy6rtzVIfAW6XJM1lNr6/kjcMUSHWVQPNN1EUmcR0oiAgUVzOPtEZSTEQLFOJ1o2cRTVvHK5NsKdmoiXYtTLEktt3LM2jsugzeURGsF3sh3sOV17qHteSWJL7lxpR+mez7E9mykQWBdPJL0gGrPkT21dQFMKuEoDQha8E/tAIaaYvifdtXiDt4B7XCkWemJ8VOmDJkITD7Y0qqRq625q2CE3aBYVjXizHb5eER3b1odBF251DXnW0nMbBEQzMr9lb6GPr7woW6c6O1ZHr16WvfX0khwayGC19Y2LPVzE3oe0Gof5dH4Xzqbh/JeX2V08+xjP7id39/f/wFnXw/rkLgPpDQnxA7acp794fgpSnVQFKufNv1M3T9yg1VVV0iZiRMEFNWDblV9Hp8RAigSVHU5qUfIkx2A+mRJ6T3A6gDiKjsfjhPu3E22yqNtqo09PD4+fV48hbWkYkDpa9B8ns+lkRmsksIKrQZkrTV81fTl3h68uKiUXyhuk8YJoNbqBA3224+svb2cQXqhbBjmpOt5AXe+4xbWRTUPL3ys0RMltLztP0FRY+t8b1htUFx+Fd8vOj98H1wBuAu8WuToNrAhY51zDBA2pNUeeohl420NbN3yhPH2G0R2gYecdiyTB0g1iyfevDI8uPsBg1107Cp1SmOFHuirwI8TwBb4QSO3b99r06zVIrrKqlUFbln7/AeZmQGk=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Create log (batching operation)",permalink:"/docs/api/service-api/versions/5.10/create-log-using-post-1"},next:{title:"Get next or previous log in test item",permalink:"/docs/api/service-api/versions/5.10/get-error-page-using-get"}},k={},q=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Create log"})}),"\n",(0,i.jsx)(o(),{method:"post",path:"/v1/{projectName}/log/entry"}),"\n",(0,i.jsx)(s.p,{children:"Create log"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(b.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"createLogRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"file"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"itemUuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of test item owned this log"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(b.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(b.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(b.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(b.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/c54953e9.3fba1415.js b/assets/js/c54953e9.3fba1415.js new file mode 100644 index 000000000..a70e7c194 --- /dev/null +++ b/assets/js/c54953e9.3fba1415.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86719],{48717:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>y,contentTitle:()=>N,default:()=>K,frontMatter:()=>b,metadata:()=>k,toc:()=>D});var a=i(85893),r=i(11151),n=i(58219),l=i.n(n),t=(i(62316),i(51039)),c=i.n(t),d=(i(82723),i(9487)),p=i.n(d),o=i(41429),m=i.n(o),h=i(5397),u=i.n(h),f=i(4667),x=i.n(f),g=i(9472),j=i.n(g),v=(i(1176),i(12005),i(85162));const b={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v4jgQ/leiedpdGVK47mmVp+N6VIe2ajmgOum6PJhkAO8lttd2SlGU//00dgKhsF3d8hTs+fF55pvPrsDxjYXkCXJeynTbS5V0RuU5GlgyUBoNd0LJSQYJrJVJ8VZIYbd33vrRCrmZPi6AgeaGF+jQULAKJC8QkiboJAMGQkICmrstMMjQpkZoCnxqZPBbKQxmkDhTIgObbrHgkFTg9poCCulwgwYYgSm4C0u/XkNds0NWbdRXTN09/Xsr8andD3NbZ4TcQF0vgzFa97vK9mRxGnftSzR+wbSkldlfwIDqitKRMdc6F6kva/zVkkfVTSZcTtluLwQ5QnwClNlCFEhdavCpFZ2GemGob06g9emcM2JVuvCvseXG8D0Vx2Fhu2knDovRwcNnfTv8v7i/UCMGdm8dFp2tlVI5cgkM8IUXmrKteW6xZvDM8xIvVbquX/XsQqK2EGd7HY5k3GHPkRUhc9yV9pI9yrKg2k5H8/n4D2BwO5rc+Y/54mE6DV+fJ83X5H4xns0epwv/72Z0fzO+u2t2bh+Awd+j2T0s63CMU3r5BauVtKGKw6urcx49fD4lzof4w2WuPLRjeqOosJ4v8x92rkBr+eY7dW9Krw2m3BFq3ysGL71UZbhB2WtGoLdS2b7XTN4l5p+e6ZY0JAp2UZj8aK1MZDWmYi0wi5qp9DxxKK1QMmiKZ9qbAA5MugCEprZAt1WkZLr05SBRSCB+HsRVRwvqOOCKq1aZ6tg6pYGBRfPcSlxpckiAHJ1KVV4ncVzx0m2VEW5fx1yLs8PPUCvjpso4nkchlsdsBF/loSltuMCGNS9z4u/WOW3Pwk1b2yNzyRBYY7+sGRwQndPrT2VdRHWLuMwiQha9E+tIImaYvY/UOgp4o9eAj7gyLFTfeCvtjfpCEX2WVKq0DHmfKlghN2hGJdX7aUnbJHyzo4iOW0k41atD1w8j2spKQ8e23y1zl69r1JntRiZgeDW87g2uesNPi8F1MviYDK77w18+/QNHaWgVoKbrY626s9bt4Xca3BZsNJ1EmUrLAqXz49mMM0/9ODczMy81ORHEggvilA0rv50VlkEuUpQWO+4jzdMtRsP+FbCGk9T9JI53u12f+92+Mpu4cbXx3eRmfD8f98iFxBeNDeg/9geDsKaVdQWXnTT/Z24vK7bDFxfrnAtJGTzSqhnBJ3geAIPk9EIOWWi980Lwg7hksFXWkWNVrbjFR5PXNS1/K9EQ5ZbHsfIsyoSl76OOvcJ4UFl4N2uE+n3USXvxDO1dKvcd5QHWUPbgTS+Tn8p/Wo6fgNANUJMabJFnaDpzdRPy9hYU5xjh7IlCZwgeozRF7Tq2dCudiGt4EK6ap1GhMrIyfEcPGL6DBL7AF8Ko/Om96vn1CnIuN6W/kiBkpd9/4WShuw==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,k={id:"api/service-api/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/force-finish-launch-using-put",permalink:"/docs/api/service-api/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVt9v4jgQ/leiedpdGVK47mmVp+N6VIe2ajmgOum6PJhkAO8lttd2SlGU//00dgKhsF3d8hTs+fF55pvPrsDxjYXkCXJeynTbS5V0RuU5GlgyUBoNd0LJSQYJrJVJ8VZIYbd33vrRCrmZPi6AgeaGF+jQULAKJC8QkiboJAMGQkICmrstMMjQpkZoCnxqZPBbKQxmkDhTIgObbrHgkFTg9poCCulwgwYYgSm4C0u/XkNds0NWbdRXTN09/Xsr8andD3NbZ4TcQF0vgzFa97vK9mRxGnftSzR+wbSkldlfwIDqitKRMdc6F6kva/zVkkfVTSZcTtluLwQ5QnwClNlCFEhdavCpFZ2GemGob06g9emcM2JVuvCvseXG8D0Vx2Fhu2knDovRwcNnfTv8v7i/UCMGdm8dFp2tlVI5cgkM8IUXmrKteW6xZvDM8xIvVbquX/XsQqK2EGd7HY5k3GHPkRUhc9yV9pI9yrKg2k5H8/n4D2BwO5rc+Y/54mE6DV+fJ83X5H4xns0epwv/72Z0fzO+u2t2bh+Awd+j2T0s63CMU3r5BauVtKGKw6urcx49fD4lzof4w2WuPLRjeqOosJ4v8x92rkBr+eY7dW9Krw2m3BFq3ysGL71UZbhB2WtGoLdS2b7XTN4l5p+e6ZY0JAp2UZj8aK1MZDWmYi0wi5qp9DxxKK1QMmiKZ9qbAA5MugCEprZAt1WkZLr05SBRSCB+HsRVRwvqOOCKq1aZ6tg6pYGBRfPcSlxpckiAHJ1KVV4ncVzx0m2VEW5fx1yLs8PPUCvjpso4nkchlsdsBF/loSltuMCGNS9z4u/WOW3Pwk1b2yNzyRBYY7+sGRwQndPrT2VdRHWLuMwiQha9E+tIImaYvY/UOgp4o9eAj7gyLFTfeCvtjfpCEX2WVKq0DHmfKlghN2hGJdX7aUnbJHyzo4iOW0k41atD1w8j2spKQ8e23y1zl69r1JntRiZgeDW87g2uesNPi8F1MviYDK77w18+/QNHaWgVoKbrY626s9bt4Xca3BZsNJ1EmUrLAqXz49mMM0/9ODczMy81ORHEggvilA0rv50VlkEuUpQWO+4jzdMtRsP+FbCGk9T9JI53u12f+92+Mpu4cbXx3eRmfD8f98iFxBeNDeg/9geDsKaVdQWXnTT/Z24vK7bDFxfrnAtJGTzSqhnBJ3geAIPk9EIOWWi980Lwg7hksFXWkWNVrbjFR5PXNS1/K9EQ5ZbHsfIsyoSl76OOvcJ4UFl4N2uE+n3USXvxDO1dKvcd5QHWUPbgTS+Tn8p/Wo6fgNANUJMabJFnaDpzdRPy9hYU5xjh7IlCZwgeozRF7Tq2dCudiGt4EK6ap1GhMrIyfEcPGL6DBL7AF8Ko/Om96vn1CnIuN6W/kiBkpd9/4WShuw==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/update-launch-using-put"}},y={},D=[{value:"Request",id:"request",level:2}];function F(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Force finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,a.jsx)(s.p,{children:"Force finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(p(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(j(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function K(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(F,{...e})}):F(e)}}}]); \ No newline at end of file diff --git a/assets/js/c54953e9.ffe63d31.js b/assets/js/c54953e9.ffe63d31.js deleted file mode 100644 index c43a1333d..000000000 --- a/assets/js/c54953e9.ffe63d31.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[86719],{48717:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>D,contentTitle:()=>y,default:()=>S,frontMatter:()=>N,metadata:()=>b,toc:()=>k});var a=s(85893),r=s(11151),n=s(58219),l=s.n(n),t=(s(62316),s(51039)),c=s.n(t),o=(s(82723),s(9487)),p=s.n(o),d=s(41429),m=s.n(d),h=s(5397),f=s.n(h),u=s(4667),x=s.n(u),j=s(9472),v=s.n(j),g=(s(1176),s(12005),s(85162));const N={id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCtmI3LbA6rTfrYI0GiWs7KNDUB1oa2+xKJEtSSQxB/30xpGTLsZti65NMzsfjzJtHVuD4xkLyADkvZbrtpUo6o/IcDSwZKI2GO6HkJIME1sqkeC2ksNsbb31vhdxM7xfAQHPDC3RoKFgFkhcISRN0kgEDISEBzd0WGGRoUyM0BT42MvijFAYzSJwpkYFNt1hwSCpwO00BhXS4QQOMwBTchaWPl1DXbJ9VG/UdU3dL/15LfGz3y9zWGSE3UNfLYIzW/aWyHVkcx137Eo2fMS1pZfYZGFBdUToy5lrnIvVljb9b8qi6yYTLKdv1mSAHiA+AMluIAqlLDT61otNQLwz1zQm0Pp1zRqxKF/41ttwYvqPiOCxsN+3EYTHae/isr4f/F3dnasTA7qzDorO1UipHLoEBPvNCU7Y1zy3WDB55XuK5Stf1i56dSdQW4mSvw5GMO+w5siJkjrvSnrNHWRZU2+loPh//DQyuR5Mb/zFf3E2n4evTpPma3C7Gs9n9dOH/XY1ur8Y3N83O9R0w+DKa3cKyDsc4ppdfsFpJG6o4vLg45dHdp2PivIvfnefKXTumV4oK6/ky/2XnCrSWb35S96b02mDKHaH2vWLw3EtVhhuUvWYEeiuV7XrN5J1j/vGZrklDomAXhcmP1spEVmMq1gKzqJlKzxOH0golg6Z4pr0KYM+kM0Boagt0W0VKpktfDhKFBOLHQVx1tKCOA664apWpjq1TGhhYNI+txJUmhwTI0alU5XUSxxUv3VYZ4XZ1zLU4OfwMtTJuqozjeRRiecxG8FUemtKGC2xY8zIn/m6d0/Yk3LS1PTCXDIE19suawR7RKb3+UdZFVLeIyywiZNEbsY4kYobZ20ito4A3egn4gCvDQvWNt9LeqC8U0WdJpUrLkPehghVyg2ZUUr0flrRNwjc7iOi4lYRjvdp3fT+iraw0dGz73TJ3+bJGndluZAKGF8PL3uCiN7xcDD4k7y+Twfv+x+EfX+EgDa0C1HR9rFV31ro9/EmD24KNppMoU2lZoHR+PJtx5qkf52Zm5qUmJ4JYcEGcsmHlz5PCMshFitJix32kebrFaNi/ANZwkrqfxPHT01Of+92+Mpu4cbXxzeRqfDsf98iFxBeNDeg/9AeDsKaVdQWXnTT/Z27PK7bDZxfrnAtJGTzSqhnBB3gcAIPk+EIOWWi980Lwg7hksFXWkWNVrbjFe5PXNS3/KNEQ5ZaHsfIsyoSl74OOvcC4V1l4M2uE+m3USXv2DO1dKncd5QHWUHbvTS+T38p/XI7fgNANUJMabJFnaDpzdRXy9hYU5xDh5IlCZwgeozRF7Tq2dCsdiWt4EK6ap1GhMrIy/IkeMPwJEvgG3wij8qf3qufXK8i53JT+SoKQlX7/AeTfobw=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,b={id:"api/service-api/force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",source:"@site/docs/api/service-api/force-finish-launch-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/force-finish-launch-using-put",permalink:"/docs/api/service-api/force-finish-launch-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"force-finish-launch-using-put",title:"Force finish launch for specified project",description:"Force finish launch for specified project",sidebar_label:"Force finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVk1v2zgQ/SvCnNqCtmI3LbA6rTfrYI0GiWs7KNDUB1oa2+xKJEtSSQxB/30xpGTLsZti65NMzsfjzJtHVuD4xkLyADkvZbrtpUo6o/IcDSwZKI2GO6HkJIME1sqkeC2ksNsbb31vhdxM7xfAQHPDC3RoKFgFkhcISRN0kgEDISEBzd0WGGRoUyM0BT42MvijFAYzSJwpkYFNt1hwSCpwO00BhXS4QQOMwBTchaWPl1DXbJ9VG/UdU3dL/15LfGz3y9zWGSE3UNfLYIzW/aWyHVkcx137Eo2fMS1pZfYZGFBdUToy5lrnIvVljb9b8qi6yYTLKdv1mSAHiA+AMluIAqlLDT61otNQLwz1zQm0Pp1zRqxKF/41ttwYvqPiOCxsN+3EYTHae/isr4f/F3dnasTA7qzDorO1UipHLoEBPvNCU7Y1zy3WDB55XuK5Stf1i56dSdQW4mSvw5GMO+w5siJkjrvSnrNHWRZU2+loPh//DQyuR5Mb/zFf3E2n4evTpPma3C7Gs9n9dOH/XY1ur8Y3N83O9R0w+DKa3cKyDsc4ppdfsFpJG6o4vLg45dHdp2PivIvfnefKXTumV4oK6/ky/2XnCrSWb35S96b02mDKHaH2vWLw3EtVhhuUvWYEeiuV7XrN5J1j/vGZrklDomAXhcmP1spEVmMq1gKzqJlKzxOH0golg6Z4pr0KYM+kM0Boagt0W0VKpktfDhKFBOLHQVx1tKCOA664apWpjq1TGhhYNI+txJUmhwTI0alU5XUSxxUv3VYZ4XZ1zLU4OfwMtTJuqozjeRRiecxG8FUemtKGC2xY8zIn/m6d0/Yk3LS1PTCXDIE19suawR7RKb3+UdZFVLeIyywiZNEbsY4kYobZ20ito4A3egn4gCvDQvWNt9LeqC8U0WdJpUrLkPehghVyg2ZUUr0flrRNwjc7iOi4lYRjvdp3fT+iraw0dGz73TJ3+bJGndluZAKGF8PL3uCiN7xcDD4k7y+Twfv+x+EfX+EgDa0C1HR9rFV31ro9/EmD24KNppMoU2lZoHR+PJtx5qkf52Zm5qUmJ4JYcEGcsmHlz5PCMshFitJix32kebrFaNi/ANZwkrqfxPHT01Of+92+Mpu4cbXxzeRqfDsf98iFxBeNDeg/9AeDsKaVdQWXnTT/Z27PK7bDZxfrnAtJGTzSqhnBB3gcAIPk+EIOWWi980Lwg7hksFXWkWNVrbjFe5PXNS3/KNEQ5ZaHsfIsyoSl74OOvcC4V1l4M2uE+m3USXv2DO1dKncd5QHWUHbvTS+T38p/XI7fgNANUJMabJFnaDpzdRXy9hYU5xDh5IlCZwgeozRF7Tq2dCsdiWt4EK6ap1GhMrIy/IkeMPwJEvgG3wij8qf3qufXK8i53JT+SoKQlX7/AeTfobw=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"},next:{title:"Updates launch for specified project",permalink:"/docs/api/service-api/update-launch-using-put"}},D={},k=[{value:"Request",id:"request",level:2}];function E(e){const i={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Force finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/stop"}),"\n",(0,a.jsx)(i.p,{children:"Force finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(p(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(f(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:i}={...(0,r.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file diff --git a/assets/js/c5b8a246.482db2f1.js b/assets/js/c5b8a246.5557068d.js similarity index 55% rename from assets/js/c5b8a246.482db2f1.js rename to assets/js/c5b8a246.5557068d.js index bdaafa644..4fd69d089 100644 --- a/assets/js/c5b8a246.482db2f1.js +++ b/assets/js/c5b8a246.5557068d.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5278],{38417:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>F,frontMatter:()=>b,metadata:()=>N,toc:()=>k});var i=a(85893),r=a(11151),n=a(58219),t=a.n(n),l=(a(62316),a(51039)),c=a.n(l),o=(a(82723),a(9487)),d=a.n(o),p=a(41429),m=a.n(p),h=a(5397),u=a.n(h),j=a(4667),f=a.n(j),x=a(9472),g=a.n(x),y=(a(1176),a(12005),a(85162));const b={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUqykwNPVWy11YwncS3rUkUHiFxJSEmAAUDbGg7/vbMASFESm9QnC1jsPuy+98AaDNtrSNaQs0qkh4jpo0ijVAqjZJ6jgk0IskTFDJdikUEC2jBlHmz0SnOxf/y6fIYQSqZYgQYVZatBsAIhgVLJ75iaL/QrBC5oiZkDhJChThUvKe1VnMIfFVeYQWJUhSHo9IAFg6QGcyzRYlBc7KFpNi4YtfkssyNFnOddEtjA3S3wkcGWQkOgS6IwdIiVZc5Te8f4u6aTdb8oNzm2ydzNn/46g7l29w1dc555gdQ3D1Zu6WrUIkWdNBy1rWmM4tvKuF8+linFCBs3WOh+7YXBYtadsOV/nv4fPA40LAR91AaL3tZWyhyZgBDwjRUlVduxXGMTwgvLKxxqe9NcDHCgUCGzgbMhoKgK6tj9/PfZ6oGocz//vPoDNk3oWTOQTKGqxADoduvrbqjUORdWq8V9IHdBhpqm1rLCyMBlb/rjG8i2k6pgBhLImMHIUFTjWnHOV7ugSym0m8R0PLkm5p1CZjA7p+GH+MOvmbf85eh5NthDURVbVL0tLgzuUfWvxoX5dOuu5WZcKkwtUEeKEN6iVGa4RxF5OUUkp8jrXV9IZECNum38TqpAl5jyHccs8A5gaWhQaC6FcxJL5J+W7Yh6UZ7coUBzkGRbpdS2U+Q+CcQv07jumU4TO1AkYVQvrYtVKocEKNDIVOZNEsc1q8xBKm6OTcxKfnXHJyylMo9SGZYHLpcFqDjb5m4+bTrHih2rcmr9wZhSX6V7bGNPwqFACH08qaZDdE2zP6U2ATUpYCILCFnwju8CgZhh9p7U4PAGl4BPuDIs5EjZqNIGjbgkhmyoVWnl6q5r2CJTqGYV9Xe9oW1y0qeTO89bezn3vm7EndBai/KMOw3XMXlz2aPuoLOcnrN0rPQB3kbcq9IZR6/ySf8wHU9vo8k4mt4+Tz4mN7fJ5Gb06Wb8N0mJi53s67M/9P9gRNvh2eMiyGRaFSiMfXC8BbDUWoBHvKxKOkRTLxgnEmq38tvVJELIeYpCY+/4rGTpAYPpaAyhJzHRJYnj19fXEbO7I6n2sT+q44fF3fzLch7REXJ+VNqh/ziaTNwaKahgoo/yf+l5+KEw+GbiMmfcGq/FWHt1ruFlCiEk5x8FXqCbEA4k5WQNdb1lGlcqbxpa/lGhIipuTnKz7Mq4pv9PFnYBqDNgePfkjfx9cF57EHP7ZItjz4Eg9GzuJ2hIpQdkGdlvx/c7Vzd6pjynDFffIk3YnpilKZamF0sPxpnL+Y+xrf8Y8oJQ7JXIz14hgW/wjUBKe31rR3a9hpyJfcX2FO/K0t+/4At5kw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post",permalink:"/docs/api/service-api/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKUqykwNPVWy11YwncS3rUkUHiFxJSEmAAUDbGg7/vbMASFESm9QnC1jsPuy+98AaDNtrSNaQs0qkh4jpo0ijVAqjZJ6jgk0IskTFDJdikUEC2jBlHmz0SnOxf/y6fIYQSqZYgQYVZatBsAIhgVLJ75iaL/QrBC5oiZkDhJChThUvKe1VnMIfFVeYQWJUhSHo9IAFg6QGcyzRYlBc7KFpNi4YtfkssyNFnOddEtjA3S3wkcGWQkOgS6IwdIiVZc5Te8f4u6aTdb8oNzm2ydzNn/46g7l29w1dc555gdQ3D1Zu6WrUIkWdNBy1rWmM4tvKuF8+linFCBs3WOh+7YXBYtadsOV/nv4fPA40LAR91AaL3tZWyhyZgBDwjRUlVduxXGMTwgvLKxxqe9NcDHCgUCGzgbMhoKgK6tj9/PfZ6oGocz//vPoDNk3oWTOQTKGqxADoduvrbqjUORdWq8V9IHdBhpqm1rLCyMBlb/rjG8i2k6pgBhLImMHIUFTjWnHOV7ugSym0m8R0PLkm5p1CZjA7p+GH+MOvmbf85eh5NthDURVbVL0tLgzuUfWvxoX5dOuu5WZcKkwtUEeKEN6iVGa4RxF5OUUkp8jrXV9IZECNum38TqpAl5jyHccs8A5gaWhQaC6FcxJL5J+W7Yh6UZ7coUBzkGRbpdS2U+Q+CcQv07jumU4TO1AkYVQvrYtVKocEKNDIVOZNEsc1q8xBKm6OTcxKfnXHJyylMo9SGZYHLpcFqDjb5m4+bTrHih2rcmr9wZhSX6V7bGNPwqFACH08qaZDdE2zP6U2ATUpYCILCFnwju8CgZhh9p7U4PAGl4BPuDIs5EjZqNIGjbgkhmyoVWnl6q5r2CJTqGYV9Xe9oW1y0qeTO89bezn3vm7EndBai/KMOw3XMXlz2aPuoLOcnrN0rPQB3kbcq9IZR6/ySf8wHU9vo8k4mt4+Tz4mN7fJ5Gb06Wb8N0mJi53s67M/9P9gRNvh2eMiyGRaFSiMfXC8BbDUWoBHvKxKOkRTLxgnEmq38tvVJELIeYpCY+/4rGTpAYPpaAyhJzHRJYnj19fXEbO7I6n2sT+q44fF3fzLch7REXJ+VNqh/ziaTNwaKahgoo/yf+l5+KEw+GbiMmfcGq/FWHt1ruFlCiEk5x8FXqCbEA4k5WQNdb1lGlcqbxpa/lGhIipuTnKz7Mq4pv9PFnYBqDNgePfkjfx9cF57EHP7ZItjz4Eg9GzuJ2hIpQdkGdlvx/c7Vzd6pjynDFffIk3YnpilKZamF0sPxpnL+Y+xrf8Y8oJQ7JXIz14hgW/wjUBKe31rR3a9hpyJfcX2FO/K0t+/4At5kw==",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"}},q={},k=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(f(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(f(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(f(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(f(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(f(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(f(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(f(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function F(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[5278],{38417:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>y,default:()=>B,frontMatter:()=>N,metadata:()=>q,toc:()=>U});var i=a(85893),r=a(11151),t=a(58219),l=a.n(t),n=(a(62316),a(51039)),c=a.n(n),o=(a(82723),a(9487)),p=a.n(o),d=a(41429),m=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),f=a(9472),g=a.n(f),v=(a(1176),a(12005),a(85162));const N={id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKVqq02l4qmKrrWY8iWtZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi92H3vQfWYNhOQ7KCnFUi3UdMH0UapVIYJfMcFaxDkCUqZrgU8wwS0IYp82Cjl5qL3ePnxTOEUDLFCjSoKFsNghUICZRKfsPUfKJfIXBBS8zsIYQMdap4SWmv4hR+r7jCDBKjKgxBp3ssGCQ1mGOJFoPiYgdNs3bBqM1HmR0p4jzvgsAG7m6Bjww2FBoCXRKFoUOsLHOe2jvG3zSdrPtFucmxTeZu/vT3GcyVu2/omvPMC6S+ebByQ1ejFinqpOGobU1jFN9Uxv3ysUwpRti4wUL3a88NFtPuhC3/4/T/4HGgYSHoozZY9LY2UubIBISAr6woqdqW5RqbEF5YXuFQ25vmYoADhQqZDZwNAUVVUMfuZ39Mlw9EnfvZx+WfsG5Cz5qBZApVJQZAt1uft0OlzrmwXM7vA7kNMtQ0tZYVRgYue9Mf30C2rVQFM5BAxgxGhqIa14pzvtoFXUqh3SQmN+NrYt4pZAazcxq+i9/9nHmLn46eZ4M9FFWxQdXb4sLgDlX/alyYX2/dtdyMS4WpBepIEcJrlMoMdygiL6eI5BR5vesLiQyoUbeN30oV6BJTvuWYBd4BLA0NCs2lcE5iifzDsh1RL8qTOxRo9pJsq5TadorcJ4H4ZRLXPdNpYgeKJIzqpXWxSuWQAAUamcq8SeK4ZpXZS8XNsYlZya/u+ISlVOZRKsPywOWyABVnm9zNp03nWLFlVU6t3xtT6qt0j23sSTgUCKGPJ9V0iK5p9pfUJqAmBUxkASEL3vBtIBAzzN6SGhze4BLwCVeGhRwpG1XaoBGXxJA1tSqtXN1VDRtkCtW0ov6u1rRNTvp0cudZay/n3teNuBNaa1GecafhOiavL3vUHXSW03OWjpU+wNuIe1U64+hVPukfJjeT22h8E01+ex7fJuP3yfh2NPnlwxeSEhdb2ddnf+j/wYi2w9PHeZDJtCpQGPvgeAtgqbUAj3hRlXSIpl4wTiTUbuX3q0mEkPMUhcbe8WnJ0j0Gk9ENhJ7ERJckjg+Hw4jZ3ZFUu9gf1fHD/G72aTGL6Ag5Pyrt0L8fjcdujRRUMNFH+b/0PPxQGHw1cZkzbo3XYqy9OlfwMoEQkvOPAi/QdQh7knKygrreMI1LlTcNLX+vUBEV1ye5WXZlXNP/Jwu7ANQZMLx58kb+NjivPYi5fbLFsedAEHo29xM0pNI9sozst+P7nasbPVOeU4arb5EmbE9M0xRL04ulB+PM5fzH2MZ/DHlBKHYg8rMDJPAVvhJIaa9v7ciu15AzsavYjuJdWfr7F/egeZs=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,q={id:"api/service-api/start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",source:"@site/docs/api/service-api/start-launch-using-post.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/start-launch-using-post",permalink:"/docs/api/service-api/start-launch-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-launch-using-post",title:"Starts launch for specified project",description:"Starts launch for specified project",sidebar_label:"Starts launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJyNVsFy2zYQ/RXOnpIMKVqq02l4qmKrrWY8iWtZlyg6QORKQkoCDABa1nD4750FQIqS2KQ+WcBi92H3vQfWYNhOQ7KCnFUi3UdMH0UapVIYJfMcFaxDkCUqZrgU8wwS0IYp82Cjl5qL3ePnxTOEUDLFCjSoKFsNghUICZRKfsPUfKJfIXBBS8zsIYQMdap4SWmv4hR+r7jCDBKjKgxBp3ssGCQ1mGOJFoPiYgdNs3bBqM1HmR0p4jzvgsAG7m6Bjww2FBoCXRKFoUOsLHOe2jvG3zSdrPtFucmxTeZu/vT3GcyVu2/omvPMC6S+ebByQ1ejFinqpOGobU1jFN9Uxv3ysUwpRti4wUL3a88NFtPuhC3/4/T/4HGgYSHoozZY9LY2UubIBISAr6woqdqW5RqbEF5YXuFQ25vmYoADhQqZDZwNAUVVUMfuZ39Mlw9EnfvZx+WfsG5Cz5qBZApVJQZAt1uft0OlzrmwXM7vA7kNMtQ0tZYVRgYue9Mf30C2rVQFM5BAxgxGhqIa14pzvtoFXUqh3SQmN+NrYt4pZAazcxq+i9/9nHmLn46eZ4M9FFWxQdXb4sLgDlX/alyYX2/dtdyMS4WpBepIEcJrlMoMdygiL6eI5BR5vesLiQyoUbeN30oV6BJTvuWYBd4BLA0NCs2lcE5iifzDsh1RL8qTOxRo9pJsq5TadorcJ4H4ZRLXPdNpYgeKJIzqpXWxSuWQAAUamcq8SeK4ZpXZS8XNsYlZya/u+ISlVOZRKsPywOWyABVnm9zNp03nWLFlVU6t3xtT6qt0j23sSTgUCKGPJ9V0iK5p9pfUJqAmBUxkASEL3vBtIBAzzN6SGhze4BLwCVeGhRwpG1XaoBGXxJA1tSqtXN1VDRtkCtW0ov6u1rRNTvp0cudZay/n3teNuBNaa1GecafhOiavL3vUHXSW03OWjpU+wNuIe1U64+hVPukfJjeT22h8E01+ex7fJuP3yfh2NPnlwxeSEhdb2ddnf+j/wYi2w9PHeZDJtCpQGPvgeAtgqbUAj3hRlXSIpl4wTiTUbuX3q0mEkPMUhcbe8WnJ0j0Gk9ENhJ7ERJckjg+Hw4jZ3ZFUu9gf1fHD/G72aTGL6Ag5Pyrt0L8fjcdujRRUMNFH+b/0PPxQGHw1cZkzbo3XYqy9OlfwMoEQkvOPAi/QdQh7knKygrreMI1LlTcNLX+vUBEV1ye5WXZlXNP/Jwu7ANQZMLx58kb+NjivPYi5fbLFsedAEHo29xM0pNI9sozst+P7nasbPVOeU4arb5EmbE9M0xRL04ulB+PM5fzH2MZ/DHlBKHYg8rMDJPAVvhJIaa9v7ciu15AzsavYjuJdWfr7F/egeZs=",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"launch-async-controller",permalink:"/docs/api/service-api/launch-async-controller"},next:{title:"Merge set of specified launches in common one",permalink:"/docs/api/service-api/merge-launches-using-post"}},b={},U=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Starts launch for specified project"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v2/{projectName}/launch"}),"\n",(0,i.jsx)(s.p,{children:"Starts launch for specified project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(p(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Start launch request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerunOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of desired launch to rerun"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function B(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/ce8311e3.01dffe4f.js b/assets/js/ce8311e3.c4b148fa.js similarity index 99% rename from assets/js/ce8311e3.01dffe4f.js rename to assets/js/ce8311e3.c4b148fa.js index 263e8de4b..e9e906b5b 100644 --- a/assets/js/ce8311e3.01dffe4f.js +++ b/assets/js/ce8311e3.c4b148fa.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[56361],{25627:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>w,contentTitle:()=>f,default:()=>Q,frontMatter:()=>v,metadata:()=>q,toc:()=>N});var i=a(85893),t=a(11151),n=a(58219),l=a.n(n),r=(a(62316),a(51039)),o=a.n(r),d=(a(82723),a(9487)),m=a.n(d),c=a(41429),p=a.n(c),u=a(5397),h=a.n(u),g=a(4667),x=a.n(g),y=a(9472),b=a.n(y),j=(a(1176),a(12005),a(85162));const v={id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,q={id:"api/service-api/versions/5.10/get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",source:"@site/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/versions/5.10/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get"}},w={},N=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get log by UUID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,i.jsx)(s.p,{children:"Get log by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:16.162Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function Q(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[56361],{25627:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>w,contentTitle:()=>f,default:()=>Q,frontMatter:()=>v,metadata:()=>q,toc:()=>N});var i=a(85893),t=a(11151),n=a(58219),l=a.n(n),r=(a(62316),a(51039)),o=a.n(r),d=(a(82723),a(9487)),m=a.n(d),c=a(41429),p=a.n(c),u=a(5397),h=a.n(u),g=a(4667),x=a.n(g),y=a(9472),b=a.n(y),j=(a(1176),a(12005),a(85162));const v={id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,q={id:"api/service-api/versions/5.10/get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",source:"@site/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-log-by-uuid-using-get",permalink:"/docs/api/service-api/versions/5.10/get-log-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-log-by-uuid-using-get",title:"Get log by UUID",description:"Get log by UUID",sidebar_label:"Get log by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJydVlFv0zAQ/ivRPQHymg0BD3liwAQVE0zb+lT1wU2uicGxg31uqaL8d3RO2qZrQRNPqe27787f3XduCyRLD9kctC0vcmvIWa3RwUKAbdBJUtZMC8igRLq15YftLKhi5pUpP988goBGOlkjoWOQFoysETIGmxYgQBnIoJFUgYACfe5Uw4AjC4e/gnJYQEYuoACfV1hLyFqgbcNQnpwyJXSd2KM3zv7AnL7x6l8xju2eH2nBxr6xxqPn89eXl/w5Bv/+FQQwYWiIT1+lr/gzQlWkGfbWlvfobXD5cRZzUExACKpgtock7JJTZmId80+qT2GpjHTbj4dwO/QPRwfH+EN2j4ws+mhUhXpppNLTZwQd+5/SFBHPbY9jnGH3qaMyhCU6ELCyrpbUb717EyMQ1tPnGmsZTF493xzXqE8TFIAm1EwfOmfZdSOdiX22srHFloGtyMlY0JUkqbmO5qexGwOLTkCN3svyPGl7ds6fqvqM2yj9QhJeRKtu6J1zFHeR5gIbh7kk7oaV1B6fCuQzUqJtmSy3yWw2/QScOVV2kHtUN1WQQbq+StuRmrpU2zLl6GkbhdyBAI9uvRsDwWnIgF3I5lZ3WZq2MlBlnaJtl8pGnYj1Hhvr6M46kjrpsUDAWjoll7rvxx1cL8aVDJoZqYgafwJ3t7M91JMNQQz2XKZ9Rqfq/mI9JTxuEmmKhDNLXqhVYhALLF4mdpX0+SZPEz7kVWBtJy5aNdFooizXZsFU5aGPO29hidKhuw7M9HwxPn7gWTLof2S0r/dwoThyeN0bQVQYN+toTIzZ/Qv1u6tc302TwuahRkNx/A9zTuZx8Awz+CE07MT01rGZwfc770+uLECrHI3Hkft1I/MKk9eTS5ZO7Ba+TZamm81mIuPpxLoyHVx9ejv9ePPt4eaCXToB3Gp99m8nV5eTK95rrKdamlGY0wY/uvmeScLflDZaKhNl5WKL9c0/h/UVCMiOHxNty93sFpD1j9lCQGU9sUvbLqXHmdNdx9u/Ajou9uLQ0LH0hfL8+y/ybA/PC7y4H+b6y2T3cp5NfdiUZhvFowOvQMBP3O4fXX5J/yvyMQX/EX8M0LECK5QFushFb3Gd59jQyJefVdbEfjDx346u+wO/FPXJ",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Get logs under items",permalink:"/docs/api/service-api/versions/5.10/get-logs-under-using-post"},next:{title:"Get log by ID",permalink:"/docs/api/service-api/versions/5.10/get-log-using-get"}},w={},N=[{value:"Request",id:"request",level:2}];function U(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get log by UUID"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/{projectName}/log/uuid/{logId}"}),"\n",(0,i.jsx)(s.p,{children:"Get log by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"logId",in:"path",description:"logId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(j.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:16.617Z",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function Q(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(U,{...e})}):U(e)}}}]); \ No newline at end of file diff --git a/assets/js/cf97a90f.3ebebe24.js b/assets/js/cf97a90f.c7bc949c.js similarity index 99% rename from assets/js/cf97a90f.3ebebe24.js rename to assets/js/cf97a90f.c7bc949c.js index e5e427c67..6076c125c 100644 --- a/assets/js/cf97a90f.3ebebe24.js +++ b/assets/js/cf97a90f.c7bc949c.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[83276],{26045:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>q,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"}},v={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:13.844Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:13.844Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[83276],{26045:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>v,contentTitle:()=>N,default:()=>I,frontMatter:()=>b,metadata:()=>q,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),c=a.n(l),m=(a(82723),a(9487)),d=a.n(m),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,q={id:"api/service-api/get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",source:"@site/docs/api/service-api/get-test-item-by-uuid-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-item-by-uuid-using-get",permalink:"/docs/api/service-api/get-test-item-by-uuid-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-item-by-uuid-using-get",title:"Find test item by UUID",description:"Find test item by UUID",sidebar_label:"Find test item by UUID",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tz2zYQ/iucPcUZWrTdx4Gnqo7baJpJNbZ10ugAEisRDQnQwMKOquF/7ywfMiVRluLpiRKwL3z77WKxARIrB/EcCB1dKsLiMjWarMlztLAIwZRoBSmjJxJiWCE9oqMJYfH7euaVnDmlV3/ePUIIpbCiQELL9jagRYEQA5ucSAhBaYihFJRBCBJdalXJZvsiFp+8sighJusxBJdmWAiIN0Drko05skqvoKrCrf3Smn8wpa/87y0nu3Lne1qwsCuNduh4/+bqij+7xv/+C0Jg3FAT736MPvKnZ1VRzmY78O7RGW9TDqV1aBIOj2G0DDmpxp0gsirx1PxrZYW1Ys2nJSxc3zybHncaZ/v4huuBk4fwLHKPQ5hUFZ9W4j0uBxV3wBnYRy0fVTFgOoSlsYUgiEEKwktiqSqETLjbTOXSYt9gYkyOQrcCDyTIDe8q2VtXmnCFtu9Lafr151rQufbEHaD1Qp8v80bokY0tTmbPkxlrka//RTkcWmqKoiXNIUzfCa0W+cPacYWw27NYcHeod5IDCblpUyGDoSTkZjYf3Cpzv1K6rquhbeeTQtEnQXhmDkil35AmctCaHwyiJqRaaWOxRdseIcI2dUNGQsiF12k2OZcujTgTz7vBcPUxVPq98nRCp510r6T7jOQCPsnFd1V5KewuO9+Co+67w6eljAmyd6hm8ew2xbCw0tmdsPNw2vK5CT+Szx53tj57sXzZ3TkVzVHSaF8kO8weDvWnmzqiBnfuBI9YlLk4dYXs37Bgkax6SwlSZVOfC/th/1q7qCufhKUf6/OOBClHKt3J5cN29WyuSFxiunMdbAWFlIpvJpFPd1R+UO4t7Ll1Y+pZ+/823YJ0pN/wEHcrHH4WLjvL4KvKkYZLw80yBK/Vkz+m5b0a2qhaXkosLaaCuHstRe5wf1j7Q2kZcGQBUy1I1sFsNvkEIRRImWkHUeg6DkTP19GmN+BVEatFHEW0aabLCkJwaJ+76bS+SICVyKQmr+Io2ghPmbGK1lUkSnUwQd5jaSxNjSWRB40t4PZplUjyJoGduZaCwueMdUZUugNz006W5yFfcB9nQQhb+UUVwjaiw5Hzs3EUcKsIhJYBRxZ8UMtAI0qUF4FZBk28wX7Ar3FJLMzI1lJlLTRShpO0YKhS3/idbyBBYdGOPWM9X/C20kvTr9A+NEdw6+IYTyeBNKnnqad+V7STs2gmj3aqf/AlKzE2hVCcKtes/HYQbwi5SlE77KmPS5FmGNyMrqCdGWpQ4yh6eXkZiXp3ZOwqalVd9GVye/f14e6SVfhSROua6H8ZXV83a6VxVAjdc3OUpsMDMOF3ispcKN0bZRoKz+H5GkKI914zhAW01RRC3L6TFiFkxhErbTaJcDizeVXx8pNHyylbvNKyTqBUjn8fqbbN68sFPty3Y8VFsH2VDUbf3Qh6DdsRAiBspozuRcfPtHf53oXhHQH0DVRcSRkKyXfnvB2EYJymWFJPl99szO1ti+FXbVX9B/rDNAA=",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-for-project-using-get"},next:{title:"Find test items by specified filter",permalink:"/docs/api/service-api/get-test-items-v-2-using-get"}},v={},_=[{value:"Request",id:"request",level:2}];function k(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Find test item by UUID"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/{projectName}/item/uuid/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Find test item by UUID"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:14.367Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:14.367Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(k,{...e})}):k(e)}}}]); \ No newline at end of file diff --git a/assets/js/da9723b1.901d05aa.js b/assets/js/da9723b1.13ce8b20.js similarity index 99% rename from assets/js/da9723b1.901d05aa.js rename to assets/js/da9723b1.13ce8b20.js index c81876471..8f3245d01 100644 --- a/assets/js/da9723b1.901d05aa.js +++ b/assets/js/da9723b1.13ce8b20.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[21833],{31946:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>S,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-items-using-get",permalink:"/docs/api/service-api/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:13.830Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:13.830Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[21833],{31946:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>S,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var a=i(85893),n=i(11151),r=i(58219),t=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),p=i(41429),o=i.n(p),h=i(5397),x=i.n(h),j=i(4667),u=i.n(j),g=i(9472),y=i.n(g),f=(i(1176),i(12005),i(85162));const N={id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",source:"@site/docs/api/service-api/get-test-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-test-items-using-get",permalink:"/docs/api/service-api/get-test-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-test-items-using-get",title:"Get test items by specified ids",description:"Get test items by specified ids",sidebar_label:"Get test items by specified ids",hide_title:!0,hide_table_of_contents:!0,api:"eJytV0tv4zgM/isGT+3Ajdvu45DTBt1iJtjBbNHHKchBsZhYO7LkSlTbbOD/vqAfqZM4jWewuRiRSOrTx08UtQESKw/jGRB6ulCE+UVqDTmrNTqYx2ALdIKUNVMJY1ghPaKnKWHun7wyq8+3jxBDIZzIkdBxqA0YkSOMQUkPMSgDY3gO6NYQg0SfOlVwvK2Bw+egHEoYkwsYg6e1ZveldTnEgG+FthK3s2mGuYDxBmhdsJlwTnBoxu4748oQrtBBXAUSVA/9/iuUZRlvMRbO/oMpfeN/DdZCUHYAddfuAPI+KE9OmRWU5ZyNfWGNxwrc9eUlf3aD//0XxMC0oyGe/ZR84s+ArSqqqGpzco/eBpcyxMbFLhg2p8hxJknVMASRU4tA6IeE59CT1mPwGt9x3cNIDC9CB+zjqiyZBYn3uOx13CGtZx6NfFR5T+iOBKQgvCC2KmPIhL/JlJYOuwEX1moUpjF4IEG+f1bJQXKLQXnf7LgltBro6mhWGz1ysPnJ7AWyEyP0+l+U/dBSm+eNmA5peiN0RuiHtSfMKyiDVHB76HdSAwvyd/XJ6YWyIP/kdO9UocNKmeq89U37sMgV/SkIB+aAVPodaSp7o4VeEJUg1cpYhw3b7ogQtqnrCxKDFsGk2XSoXGpzFl7wvXDNMVa6dfh0Qu9a686R7iqSD/BJLf7UKS+E21XnR3RU9bh/t5SxQPY2VQ8OLlNMCzsNroTtCqcjD034kXx2tLNds4Pl6+7MKTRHRWNCvthRdj/UX64rRDXvXAkeMS+0OHWF7G2JFUZOfeQEqXJp0MKd7V9r59XJJ+Hox+q8J0HKk0p3cvmwHR2sFYlLTHeug62hkFLxzST03Y7LD9p9xD2XbkwDe//foRuSjtQb7g1vhMcvwmeDAr67HCm41F8sYwhGPYdjXiGovonmxw1C4TAVxOVrKbTH/S7uM1LEyKJKatFiHfkCU7VUKKO6Gc2RMtt0utDWHkherpJNpwUsEw6Q1IKNwaN7aXvf6ioBNiabWl2Ok2QjAmXWKVqXiSjUQW95j4V1dGcdCR3VsYALqFNioesUtuEaEYqgme2MqPAH4e5aW+6IQs6VnA0hbuznZQxbRIfN6BfrKeJiEQkjI0YWnallZBAlyvPILqMab7QP+B2XxNyOXGVVVEYjZTlNc6YqDfW6sw0sUDh0k8Acz+Y8rczSds9ol5ojvLU4JnfTSNo0cN9TPVianlrUvUfT7z+Egp2Ym1woTpWvR/44wBuDVikajx33SSHSDKPr0SU0XUNF6jhJXl9fR6KaHVm3ShpXn3yd3tx+e7i9YBe+FtH5Gv1vo6ureqywnnJhOsuc1ml/L0z4RkmhhTKdrqbW8AxeriCG8d6DhzDfVt55DJn1xLabzUJ4fHK6LHm4fr5xyqTyLMojB2zz/oqBs/umlThvIPdirNqH5iHYtAwArIRW/j+/6u5Oe1dvLyCz7i7fouoGKPnUZCgk35Szpu2BSZpiQR1ffrkx+m0Z4fdxWf4HXv1MsA==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Unlink external issue for specified test items",permalink:"/docs/api/service-api/unlink-external-issues-using-put"},next:{title:"Find accumulated statistics of items by specified filter",permalink:"/docs/api/service-api/get-test-items-using-get-1"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Get test items by specified ids"})}),"\n",(0,a.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/items"}),"\n",(0,a.jsx)(s.p,{children:"Get test items by specified ids"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Query Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(o(),{className:"paramsItem",param:{name:"ids",in:"query",description:"ids",required:!0,style:"form",explode:!0,schema:{type:"array",items:{type:"integer",format:"int64"}}}})})})]}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(t(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(u(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"pathNames"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"itemPaths"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"launchPathName"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,a.jsx)(u(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,a.jsx)(u(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"statistics"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"defects"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"property name*"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,a.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"executions"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsx)("div",{style:{marginLeft:"1rem"},children:(0,a.jsx)(u(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,a.jsx)(u(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,a.jsx)(u(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(u(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(x(),{responseExample:'[\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:14.353Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:14.353Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/dc5e99f0.509a21aa.js b/assets/js/dc5e99f0.509a21aa.js deleted file mode 100644 index 38ee024c9..000000000 --- a/assets/js/dc5e99f0.509a21aa.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[48765],{18066:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>N,contentTitle:()=>q,default:()=>M,frontMatter:()=>v,metadata:()=>y,toc:()=>I});var a=i(85893),r=i(11151),t=i(58219),l=i.n(t),n=(i(62316),i(51039)),m=i.n(n),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),g=i.n(x),j=i(9472),b=i.n(j),f=(i(1176),i(12005),i(85162));const v={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAtrzbbYD6qe7GQY0sdl1fUKCOUdDS2GYikQo52l3X0L8XQ8kWtVYuiJ9kam48nDmHOgKJnYXhCggt9SRh1ou1IqPTFA2sQ9A5GkFSq0kCQ9hKJe1+gZYmhNnSSrWbLhf/XkEIuTAiQ0LD4Y6gRIYwhNzoTxjTPf8LQSpeErSHEBK0sZE5h76wM/ilkAYTGJIpMAQb7zETMDwCHXIOa8lItYOyDM+ZqC5qknwzUcvsx/OsK2O09IdODmzRDlsBM37GuOCV2V8QAgOJithY5HkqY4dj9Mmyx9FPJinlbO9b6LoYTYUrQJUspMMnFYWK98tCJnxEda16wwjySRg+NJJoXWoiIzcFVf9qW2GMODBOhJn1S+DEo7OHK+Hb4T/joQOvEOzBEmbeq43WKQoFIeCzyHLOthWpxTKER5EW2IV6Wb44vo5EJ1Qu3oWw1SYTBENIBGGP2KoMQVpbZzvt2S20sXZGC473fYAL0iMl0sN/7Hqx35IbIcvqRrgs/5nQKJHOHV6ulB86qPGl33fPakN2Ws1ZZykbskuTdr7K02InlZvOzsMuNpmkd4L811IR7tD45yAVvb1hB5LxZ6RJ0hmt6CzCNYPcKW2wRtt0o90cXVeQ1vB0ZTdI5tAd2b162HZDQIIK29WFqIqMW2o6ms/H7yCE96PJnXuYLx6m0+rpw6R+mtwvxrPZcrpw/25H97fju7v6zfsHCOHv0ewe1owhWroVFjtRrOBq85tbsLlWtmqH68HgksgePrSZ6030ppusHk7CcKt5mh3rzb/bghlaK3ZfGfZ63nODsSCu2hFECM+9WCe4Q9WrObi30cmhVxN/F/W291TxasCABTxIUI2dslKrSq0ci30zz5mlOvKxOmRIe80SmRdu16w9Q4ger6Kjp21lxPmjY6NCJYRg0TyedNM1P7AP6Vin5TCKjqKgvTaSDmUkcnmxvRnm2tBUGxJpUMVy5RopNmkF+ylcdd5bUaQ8jnui3F6Em55sm9ZlQwhre+69c0WXDfSnthQwZIFQScCVBa/kNlCICSavA70NqnqDlwU3dSWY6b5xVrkz6kvNDbJmqOKiyrs6wgaFQTMqGOrV2n8953atSc8zOjddvSHX1W7InRHfJ4DledZI/fgkVm0lPffMecxPglf37KlbTu29fgmzxw+1gMH14PqmdzXoXd8srn4d/nIzvHrbHwx++wc80WqrTXVtOeuLF7RTVlZtDWjMT9TfrPiM723SI/qBT+ONSeHH4W2/5OyqZo+lPRb1ubkJWVNy5XgmYa+qmnsbivW50Qsv1Vb7HOZPzlfG6tSmo+kkSHRcMNCO9mqaFJWY1lw0L3J24gPIhHRAVCu/X7RzCKmMUVn03Ee5iPcYXPcHZyC5U4dR9PT01BfubV+bXVS72uhucju+n4977MI3KTS2qv7X/tWgf+W0W1vKhPLSdPBh9y2L8JmiPBVSebpcUdsKHvnWP3xxwa+iDb1b9jqEvbbEHsfjRlhcmrQseflLgXysq3VDVq5FE2n5ueH/F8Wd1QlezWqBex206+is/3SlUgePzSGsB9kPwJ8VP1VF6+viJ4rw/Evm2T2KhGfmTDe3Vdaem5wmwMX3Be+g8hjFMebk2bKitxRrulwwBdTfNZlO2MqIJ5488QRD+AgfuUTt9u5I1a0fIRVqVzg5hyor//4HSG/rEQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},q=void 0,y={id:"api/service-api/versions/5.10/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAtrzbbYD6qe7GQY0sdl1fUKCOUdDS2GYikQo52l3X0L8XQ8kWtVYuiJ9kam48nDmHOgKJnYXhCggt9SRh1ou1IqPTFA2sQ9A5GkFSq0kCQ9hKJe1+gZYmhNnSSrWbLhf/XkEIuTAiQ0LD4Y6gRIYwhNzoTxjTPf8LQSpeErSHEBK0sZE5h76wM/ilkAYTGJIpMAQb7zETMDwCHXIOa8lItYOyDM+ZqC5qknwzUcvsx/OsK2O09IdODmzRDlsBM37GuOCV2V8QAgOJithY5HkqY4dj9Mmyx9FPJinlbO9b6LoYTYUrQJUspMMnFYWK98tCJnxEda16wwjySRg+NJJoXWoiIzcFVf9qW2GMODBOhJn1S+DEo7OHK+Hb4T/joQOvEOzBEmbeq43WKQoFIeCzyHLOthWpxTKER5EW2IV6Wb44vo5EJ1Qu3oWw1SYTBENIBGGP2KoMQVpbZzvt2S20sXZGC473fYAL0iMl0sN/7Hqx35IbIcvqRrgs/5nQKJHOHV6ulB86qPGl33fPakN2Ws1ZZykbskuTdr7K02InlZvOzsMuNpmkd4L811IR7tD45yAVvb1hB5LxZ6RJ0hmt6CzCNYPcKW2wRtt0o90cXVeQ1vB0ZTdI5tAd2b162HZDQIIK29WFqIqMW2o6ms/H7yCE96PJnXuYLx6m0+rpw6R+mtwvxrPZcrpw/25H97fju7v6zfsHCOHv0ewe1owhWroVFjtRrOBq85tbsLlWtmqH68HgksgePrSZ6030ppusHk7CcKt5mh3rzb/bghlaK3ZfGfZ63nODsSCu2hFECM+9WCe4Q9WrObi30cmhVxN/F/W291TxasCABTxIUI2dslKrSq0ci30zz5mlOvKxOmRIe80SmRdu16w9Q4ger6Kjp21lxPmjY6NCJYRg0TyedNM1P7AP6Vin5TCKjqKgvTaSDmUkcnmxvRnm2tBUGxJpUMVy5RopNmkF+ylcdd5bUaQ8jnui3F6Em55sm9ZlQwhre+69c0WXDfSnthQwZIFQScCVBa/kNlCICSavA70NqnqDlwU3dSWY6b5xVrkz6kvNDbJmqOKiyrs6wgaFQTMqGOrV2n8953atSc8zOjddvSHX1W7InRHfJ4DledZI/fgkVm0lPffMecxPglf37KlbTu29fgmzxw+1gMH14PqmdzXoXd8srn4d/nIzvHrbHwx++wc80WqrTXVtOeuLF7RTVlZtDWjMT9TfrPiM723SI/qBT+ONSeHH4W2/5OyqZo+lPRb1ubkJWVNy5XgmYa+qmnsbivW50Qsv1Vb7HOZPzlfG6tSmo+kkSHRcMNCO9mqaFJWY1lw0L3J24gPIhHRAVCu/X7RzCKmMUVn03Ee5iPcYXPcHZyC5U4dR9PT01BfubV+bXVS72uhucju+n4977MI3KTS2qv7X/tWgf+W0W1vKhPLSdPBh9y2L8JmiPBVSebpcUdsKHvnWP3xxwa+iDb1b9jqEvbbEHsfjRlhcmrQseflLgXysq3VDVq5FE2n5ueH/F8Wd1QlezWqBex206+is/3SlUgePzSGsB9kPwJ8VP1VF6+viJ4rw/Evm2T2KhGfmTDe3Vdaem5wmwMX3Be+g8hjFMebk2bKitxRrulwwBdTfNZlO2MqIJ5488QRD+AgfuUTt9u5I1a0fIRVqVzg5hyor//4HSG/rEQ==",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/versions/5.10/user-controller"}},N={},I=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(g(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(g(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(g(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/dc5e99f0.d7f2f446.js b/assets/js/dc5e99f0.d7f2f446.js new file mode 100644 index 000000000..7c48ec825 --- /dev/null +++ b/assets/js/dc5e99f0.d7f2f446.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[48765],{18066:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>f,default:()=>M,frontMatter:()=>v,metadata:()=>N,toc:()=>D});var i=a(85893),r=a(11151),t=a(58219),n=a.n(t),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),d=a.n(c),p=a(41429),o=a.n(p),h=a(5397),u=a.n(h),x=a(4667),g=a.n(x),j=a(9472),b=a.n(j),y=(a(1176),a(12005),a(85162));const v={id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCvgVpsNDTelMXazRIvL5ggXWNBS2NbbYSqZKjJF5D/74YSrapWE2L+kmm5sbDmXOoA5DYWoiWQGipIwmzTqwVGZ2maGAVgs7RCJJajROIYCOVtLs5WhoTZgsr1XaymP87gBByYUSGhIbDHUCJDCGC3OgvGNM9/wtBKl4StIMQErSxkTmHvrAz+K2QBhOIyBQYgo13mAmIDkD7nMNaMlJtoSzDUyaqixonryZqmP18nlVljJb+0MmeLZphK2BGzxgXvDL9C0JgIFERG4s8T2XscOx9sexx8JNJSjnbxwa6Lsa5wiWgSubS4ZOKQsW7RSETPqK6Vr1mBPkkDB8aSbQuNZGR64Kqf7WtMEbsGSfCzPolcOLhycOV8Hr4r7hvwSsEu7eEmfdqrXWKQkEI+CyynLNtRGqxDOFRpAW2oV6WL46vJdERlYt3IWy0yQRBBIkg7BBblSFIa+tsxz27hSbWzmjO8X4McEF6qES6/49dL/ZbciNkWd0Il+U/Exol0pnDy5XyUwc1uvT74VmtyU6qOWstZU12YdLWV3labKVy09l62MU6k/RBkP9aKsItGv8cpKKba3YgGX9FGiet0YrWIlwzyK3SBmu0TTva56NrC9IYnrbsBsns2yO7Vw+bdghIUGHbuhBVkXFLTYaz2egDhPBxOL5zD7P5w2RSPX0a10/j+/loOl1M5u7f7fD+dnR3V7/5+AAh/D2c3sOKMURLt8JiK4oVXE1+cws218pW7XDV718S2cOnJnO9671rJ6uHozDcap5mx3qzH7ZghtaK7XeGvZ733GAsiKt2BBHCcyfWCW5RdWoO7qx1su/UxN9Gvc09VbwaMGABDxJUY6es1KpSK8dir+Y5sVRLPlaHDGmnWSLzwu2atSeC3uOgd/C0rexx/t7hrEIlhGDRPB510zU/sA/pWKdl1OsdREE7bSTty57I5cX2pphrQxNtSKRBFcuVa6RYpxXsx3DVeW9EkfI47ohyexFucrQ9ty4bQljbc++dKrpsoD+1pYAhC4RKAq4seCM3gUJMMHkb6E1Q1Ru8LPhcV4KZ7hpnlTujrtTcICuGKi6qvMsDrFEYNMOCoV6u/Nczbtea9DyjU9PVG3Jd7YbcGfF9Aliep2epHx3Fqqmkp545jflR8OqePXbLsb1XL2H2+KEWMLjqX113Bv3O1W/zwXU0eB8NbrrXNzf/gCdaTbWpri0nffGCtsrKsqkBZ/Mj9Z9XfMb3NukRfd+n8bNJ4cfhbb/k7Kpmj6U9FvW5+RyypuTK8UTCXlU1954p1udGL7xUG+1zmD853xmrY5sOJ+Mg0XHBQDvaq2lSVGJac9GsyNmJDyAT0gFRrfx+0c4hpDJGZdFzH+Yi3mFw1e2fgOROjXq9p6enrnBvu9pse7Wr7d2Nb0f3s1GHXfgmhcZW1b/vDvrdgdNubSkTykvTwofttyzCZ+rlqZDK0+WK2pbwyLf+6MUFv4oWebfsVQg7bYk9Doe1sLgwaVny8rcC+ViXqzNZuRZNpOXnM/+/KO6kTvBmWgvc26BZR2v9xyuV2ntsDmE9yH4A/qz4pSoaXxe/UITnXzLP7lAkPDMnurmtsnbc5JwDXHxf8A4qj2EcY06eLSt6Q7EmizlTQP1dk+mErYx44skTTxDBZ/jMJWq3d0eqbv0AqVDbwsk5VFn59z9yzusa",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},f=void 0,N={id:"api/service-api/versions/5.10/finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/versions/5.10/finish-test-item-using-put-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/finish-test-item-using-put-1",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put-1",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9tu2zgQ/RVhntpCvgVpsNDTelMXazRIvL5ggXWNBS2NbbYSqZKjJF5D/74YSrapWE2L+kmm5sbDmXOoA5DYWoiWQGipIwmzTqwVGZ2maGAVgs7RCJJajROIYCOVtLs5WhoTZgsr1XaymP87gBByYUSGhIbDHUCJDCGC3OgvGNM9/wtBKl4StIMQErSxkTmHvrAz+K2QBhOIyBQYgo13mAmIDkD7nMNaMlJtoSzDUyaqixonryZqmP18nlVljJb+0MmeLZphK2BGzxgXvDL9C0JgIFERG4s8T2XscOx9sexx8JNJSjnbxwa6Lsa5wiWgSubS4ZOKQsW7RSETPqK6Vr1mBPkkDB8aSbQuNZGR64Kqf7WtMEbsGSfCzPolcOLhycOV8Hr4r7hvwSsEu7eEmfdqrXWKQkEI+CyynLNtRGqxDOFRpAW2oV6WL46vJdERlYt3IWy0yQRBBIkg7BBblSFIa+tsxz27hSbWzmjO8X4McEF6qES6/49dL/ZbciNkWd0Il+U/Exol0pnDy5XyUwc1uvT74VmtyU6qOWstZU12YdLWV3labKVy09l62MU6k/RBkP9aKsItGv8cpKKba3YgGX9FGiet0YrWIlwzyK3SBmu0TTva56NrC9IYnrbsBsns2yO7Vw+bdghIUGHbuhBVkXFLTYaz2egDhPBxOL5zD7P5w2RSPX0a10/j+/loOl1M5u7f7fD+dnR3V7/5+AAh/D2c3sOKMURLt8JiK4oVXE1+cws218pW7XDV718S2cOnJnO9671rJ6uHozDcap5mx3qzH7ZghtaK7XeGvZ733GAsiKt2BBHCcyfWCW5RdWoO7qx1su/UxN9Gvc09VbwaMGABDxJUY6es1KpSK8dir+Y5sVRLPlaHDGmnWSLzwu2atSeC3uOgd/C0rexx/t7hrEIlhGDRPB510zU/sA/pWKdl1OsdREE7bSTty57I5cX2pphrQxNtSKRBFcuVa6RYpxXsx3DVeW9EkfI47ohyexFucrQ9ty4bQljbc++dKrpsoD+1pYAhC4RKAq4seCM3gUJMMHkb6E1Q1Ru8LPhcV4KZ7hpnlTujrtTcICuGKi6qvMsDrFEYNMOCoV6u/Nczbtea9DyjU9PVG3Jd7YbcGfF9Aliep2epHx3Fqqmkp545jflR8OqePXbLsb1XL2H2+KEWMLjqX113Bv3O1W/zwXU0eB8NbrrXNzf/gCdaTbWpri0nffGCtsrKsqkBZ/Mj9Z9XfMb3NukRfd+n8bNJ4cfhbb/k7Kpmj6U9FvW5+RyypuTK8UTCXlU1954p1udGL7xUG+1zmD853xmrY5sOJ+Mg0XHBQDvaq2lSVGJac9GsyNmJDyAT0gFRrfx+0c4hpDJGZdFzH+Yi3mFw1e2fgOROjXq9p6enrnBvu9pse7Wr7d2Nb0f3s1GHXfgmhcZW1b/vDvrdgdNubSkTykvTwofttyzCZ+rlqZDK0+WK2pbwyLf+6MUFv4oWebfsVQg7bYk9Doe1sLgwaVny8rcC+ViXqzNZuRZNpOXnM/+/KO6kTvBmWgvc26BZR2v9xyuV2ntsDmE9yH4A/qz4pSoaXxe/UITnXzLP7lAkPDMnurmtsnbc5JwDXHxf8A4qj2EcY06eLSt6Q7EmizlTQP1dk+mErYx44skTTxDBZ/jMJWq3d0eqbv0AqVDbwsk5VFn59z9yzusa",sidebar_class_name:"put api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post-1"},next:{title:"user-controller",permalink:"/docs/api/service-api/versions/5.10/user-controller"}},q={},D=[{value:"Request",id:"request",level:2}];function S(e){const s={h2:"h2",p:"p",...(0,r.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,i.jsx)(m(),{method:"put",path:"/v1/{projectName}/item/{testItemId}"}),"\n",(0,i.jsx)(s.p,{children:"Finish test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(o(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,i.jsx)(o(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)(d(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(n(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:s}={...(0,r.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(S,{...e})}):S(e)}}}]); \ No newline at end of file diff --git a/assets/js/def3d7ec.dddbdad0.js b/assets/js/def3d7ec.01241e21.js similarity index 54% rename from assets/js/def3d7ec.dddbdad0.js rename to assets/js/def3d7ec.01241e21.js index 6e11be5ed..b9fc63c6a 100644 --- a/assets/js/def3d7ec.dddbdad0.js +++ b/assets/js/def3d7ec.01241e21.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36415],{85223:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>L,frontMatter:()=>b,metadata:()=>N,toc:()=>k});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),m=i.n(n),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),y=i(9472),g=i.n(y),f=(i(1176),i(12005),i(85162));const b={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpgxkyyYHTshNSS2VqhgWmtmoJB2E3oMSWHKk9Myzl/77VssHy4HxUOBmp1d163f2efQQSOwujFRBa6knCrCfsQcW9WCsyOk3RwDoEnaMRJLWaJjCCrVTS7pdoaUqYPVipdrOHJYSQCyMyJDTs8ghKZAgjyI3+gjHd8b8QpOIlQXsIIUEbG5mz4ws7g98KaTCBEZkCQ7DxHjMBoyPQIWe3loxUOyjL8ByJ6pSmyQ8Dtcx+Pc66MkZLf+rkwBZttxUsk2eMC16Z/w0hMIyoiI1FnqcydihGXyyfOPrBJKUc7WMLW+ejyXAFqJKldPikolDx/qGQCReozlVvGEGuhOGSkUTrQhMZuSmo+lfbCmPEgXEizKyfAgcen0+4FH7s/iseOvAKwR4sYeZtbbROUSgIAZ9FlnO0rUgtliE8irTALtTL8kX5OgKdULnYC2GrTSYIRpAIwh6xVRmCtLaOdrqzW2hj7YyW7O/nABekx0qkh//46MV9S26ELKsb4TL9Z0KjRLpweLlUfqlQk8tzP63VhuysmrPOVDZkH0zauZWnxU4qN52dxS42maQPgvxtqQh3aPw6SEXvr/kAyfgr0jTp9FZ0JuGaQe6UNlijbbrRbkrX5aQ1PF3RDZI5dHt2W/fbbghIUGG7uhBVkXFLzcaLxeQDhPBxPL11D4vl/WxWPX2a1k/Tu+VkPn+YLd2/m/HdzeT2tt75eA8h/DOe38GaMURLN8JiJ4oVXG1+cws218pW7TAcDC6J7P5Tm7neRG+6yer+JAs3mqfZsd7ipy2YobVi951hr+c9NxgL4qwdQYTw3It1gjtUvZqDexudHHo18XdRb/tOFa8GDFjAgwTV2CkrtarUyrHYD+OcWaojHqtDhrTXLJB54W7N2jOC6HEYHT1tKyOOHx0bFSohBIvm8aSbrvmBz5COdVqOougoCtprI+lQRiKXF9ebY64NzbQhkQaVL5eukWKTVrCf3FX13ooi5XHcE+X2wt3sZNu0LhtCWNtz750zumygv7SlgCELhEoCzix4JbeBQkwweR3obVDlG7xMuMkrwUz3jbPKnVFfam6QNUMVF1Xc1RE2KAyaccFQr9a8zdo6b3R6clKatgyeC36e0ZNa1Q13KvWpN9cvMfKGu1YfGA6G172rQW94vbx6N3p7Pbp623//dvAveIrTlorqneMsDp7TTk1YtQm8MT/xdrPi07V3SY+lBz4HNyaF74ev/ZJwq5w9ivUo0CfWxmXNp9XBM4N6WdXE2fCjT2yee6m22icgv+2/MxOnHhvPpkGi44KBdpxVc5yolLAmkkWR8yEuQCakA6Ja+eOiF0NIZYzKond8nIt4j8GwPzgDyQMziqKnp6e+cLt9bXZRfdRGt9Obyd1i0uMj/BqExlbZv+tfXVVrubaUCeWF6SCz7lckwmeK8lRI5YlqxUsreBxCCKMXb+eVt5H3irwOYa8t8YnjcSMsPpi0LHn5W4Fc1tW6YRrXoom0/NyQ94vkztICr+a1Or0O2nl05n96H1IHj4ohrAfZd8DfBL+VRevT4DeS8M6XTJJ7FAnPzJlubqqoPTc5jYOLjwO+QXViHMeYk2fLctySm+rja1N/lGQ6YSsjnnjyxBOM4DN85hS1u7sTA7d+hFSoXeG0GKqo/PsfUu7VWA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put",permalink:"/docs/api/service-api/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpgxkyyYHTshNSS2VqhgWmtmoJB2E3oMSWHKk9Myzl/77VssHy4HxUOBmp1d163f2efQQSOwujFRBa6knCrCfsQcW9WCsyOk3RwDoEnaMRJLWaJjCCrVTS7pdoaUqYPVipdrOHJYSQCyMyJDTs8ghKZAgjyI3+gjHd8b8QpOIlQXsIIUEbG5mz4ws7g98KaTCBEZkCQ7DxHjMBoyPQIWe3loxUOyjL8ByJ6pSmyQ8Dtcx+Pc66MkZLf+rkwBZttxUsk2eMC16Z/w0hMIyoiI1FnqcydihGXyyfOPrBJKUc7WMLW+ejyXAFqJKldPikolDx/qGQCReozlVvGEGuhOGSkUTrQhMZuSmo+lfbCmPEgXEizKyfAgcen0+4FH7s/iseOvAKwR4sYeZtbbROUSgIAZ9FlnO0rUgtliE8irTALtTL8kX5OgKdULnYC2GrTSYIRpAIwh6xVRmCtLaOdrqzW2hj7YyW7O/nABekx0qkh//46MV9S26ELKsb4TL9Z0KjRLpweLlUfqlQk8tzP63VhuysmrPOVDZkH0zauZWnxU4qN52dxS42maQPgvxtqQh3aPw6SEXvr/kAyfgr0jTp9FZ0JuGaQe6UNlijbbrRbkrX5aQ1PF3RDZI5dHt2W/fbbghIUGG7uhBVkXFLzcaLxeQDhPBxPL11D4vl/WxWPX2a1k/Tu+VkPn+YLd2/m/HdzeT2tt75eA8h/DOe38GaMURLN8JiJ4oVXG1+cws218pW7TAcDC6J7P5Tm7neRG+6yer+JAs3mqfZsd7ipy2YobVi951hr+c9NxgL4qwdQYTw3It1gjtUvZqDexudHHo18XdRb/tOFa8GDFjAgwTV2CkrtarUyrHYD+OcWaojHqtDhrTXLJB54W7N2jOC6HEYHT1tKyOOHx0bFSohBIvm8aSbrvmBz5COdVqOougoCtprI+lQRiKXF9ebY64NzbQhkQaVL5eukWKTVrCf3FX13ooi5XHcE+X2wt3sZNu0LhtCWNtz750zumygv7SlgCELhEoCzix4JbeBQkwweR3obVDlG7xMuMkrwUz3jbPKnVFfam6QNUMVF1Xc1RE2KAyaccFQr9a8zdo6b3R6clKatgyeC36e0ZNa1Q13KvWpN9cvMfKGu1YfGA6G172rQW94vbx6N3p7Pbp623//dvAveIrTlorqneMsDp7TTk1YtQm8MT/xdrPi07V3SY+lBz4HNyaF74ev/ZJwq5w9ivUo0CfWxmXNp9XBM4N6WdXE2fCjT2yee6m22icgv+2/MxOnHhvPpkGi44KBdpxVc5yolLAmkkWR8yEuQCakA6Ja+eOiF0NIZYzKond8nIt4j8GwPzgDyQMziqKnp6e+cLt9bXZRfdRGt9Obyd1i0uMj/BqExlbZv+tfXVVrubaUCeWF6SCz7lckwmeK8lRI5YlqxUsreBxCCKMXb+eVt5H3irwOYa8t8YnjcSMsPpi0LHn5W4Fc1tW6YRrXoom0/NyQ94vkztICr+a1Or0O2nl05n96H1IHj4ohrAfZd8DfBL+VRevT4DeS8M6XTJJ7FAnPzJlubqqoPTc5jYOLjwO+QXViHMeYk2fLctySm+rja1N/lGQ6YSsjnnjyxBOM4DN85hS1u7sTA7d+hFSoXeG0GKqo/PsfUu7VWA==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/test-item-controller"}},q={},k=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(f.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[36415],{85223:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>q,contentTitle:()=>N,default:()=>E,frontMatter:()=>b,metadata:()=>v,toc:()=>S});var a=i(85893),t=i(11151),r=i(58219),n=i.n(r),l=(i(62316),i(51039)),m=i.n(l),c=(i(82723),i(9487)),d=i.n(c),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),g=i(9472),f=i.n(g),y=(i(1176),i(12005),i(85162));const b={id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV99v2zYQ/leEe2oL2Uq8dNj0NC91MaNB4tkOBiz1Ay2dbbYSqZKnJJ6h/304SraoWP2B+kkmj3fH7+6+TzoAia2F+AEILQ0kYT4Qdq+SQaIVGZ1laGAVgi7QCJJaTVOIYSOVtLslWpoS5vdWqu3sfgkhFMKIHAkNuzyAEjlCDIXRnzChW/4XglS8JGgHIaRoEyMLdnxmZ/BLKQ2mEJMpMQSb7DAXEB+A9gW7tWSk2kJVhadI1KQ0Tb8ZqGP243FWtTFa+lOne7bouq1hmTxjUvLK/G8IgWFERWwsiiKTiUMx+mT5xMEPJinjaO872DofbYYPgCpdSodPJkqV7O5LmXKBmlz1mhHkShguGUm0LjSRkeuS6n+NrTBG7Bknwtz6KXDg8emES+Hb7j/jvgevEOzeEube1lrrDIWCEPBZ5AVH24jMYhXCo8hK7EO9ql6UryfQEZWzvRA22uSCIIZUEA6IraoQpLVNtOOd3UIXa2e0ZH/fB7gkPVYi2//HR8/uW3Ej5HnTCOfpPxMaJbKFw8ul8kOFmpyf+26t1mRn9Zz1prIme2+y3q0iK7dSuensLXa5ziW9E+RvS0W4RePXQSr69YoPkEw+I03TXm9lbxKuGeRWaYMN2qYf7bZ0fU46w9MX3SCZfb9nt3W36YeABJW2rwtRlTm31Gy8WEzeQQjvx9Mb97BY3s1m9dOHafM0vV1O5vP72dL9ux7fXk9ubpqd93cQwj/j+S2sGEO0dC0s9qJYw9XlN7dgC61s3Q6ji4tzIrv70GWuN9GbfrK6O8rCteZpdqy3+G4L5mit2H5l2Jt5LwwmgjhrRxAhPA8SneIW1aDh4MFap/tBQ/x91Nu9U82rAQMW8CBBPXbKSq1qtXIs9s04J5bqicfqkCPtNAtkUbpbs/bEED2OooOnbVXE8aNDq0IVhGDRPB510zU/8BnSic6qOIoOoqSdNpL2VSQKeXa9ORba0EwbEllQ+3LpGinWWQ370V1d740oMx7HHVFhz9zNjrZt67IhhI09994po/MG+ktbChiyQKg04MyCV3ITKMQU09eB3gR1vsHLhNu8Usz10DirwhkNpeYGWTFUSVnHfTjAGoVBMy4Z6ocVb7O2zludnhyVpiuDp4KfZvSoVk3DHUt97M3VS4y84W7UB0YXo6vB5cVg9Nvy8iq+fBtfXg1Hv/z+L3iK05WK+p3jJA6e015NeOgSeGt+5O12xadr75IeS1/4HNyalL4fvvZLwq1z9ijWo0CfWFuXDZ/WB08M6mXVEGfLjz6xee6l2mifgPy2/8pMHHtsPJsGqU5KBtpxVsNxolbChkgWZcGHuAC5kA6IeuWPs14MIZMJKove8XEhkh0Go+HFCUgemDiKnp6ehsLtDrXZRs1RG91Mrye3i8mAj/BrEBpbZ/92eHlZrxXaUi6UF6aHzPpfkQifKSoyIZUnqjUvPcDjCEKIX7yd195i7xV5FcJOW+ITh8NaWLw3WVXx8pcSuawPq5ZpXIum0vJzS94vkjtJC7yaN+r0Oujm0Zv/8X1I7T0qhrAZZN8BfxP8VBadT4OfSMI7XzFJ7lCkPDMnurmuow7c5LQOzj4O+Ab1iXGSYEGeLctxR27qj69181GS65StjHjiyRNPEMNH+Mgpand3JwZu/QCZUNvSaTHUUfn3P3iL1WA=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,v={id:"api/service-api/finish-test-item-using-put",title:"Finish test item",description:"Finish test item",source:"@site/docs/api/service-api/finish-test-item-using-put.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-test-item-using-put",permalink:"/docs/api/service-api/finish-test-item-using-put",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-test-item-using-put",title:"Finish test item",description:"Finish test item",sidebar_label:"Finish test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV99v2zYQ/leEe2oL2Uq8dNj0NC91MaNB4tkOBiz1Ay2dbbYSqZKnJJ6h/304SraoWP2B+kkmj3fH7+6+TzoAia2F+AEILQ0kYT4Qdq+SQaIVGZ1laGAVgi7QCJJaTVOIYSOVtLslWpoS5vdWqu3sfgkhFMKIHAkNuzyAEjlCDIXRnzChW/4XglS8JGgHIaRoEyMLdnxmZ/BLKQ2mEJMpMQSb7DAXEB+A9gW7tWSk2kJVhadI1KQ0Tb8ZqGP243FWtTFa+lOne7bouq1hmTxjUvLK/G8IgWFERWwsiiKTiUMx+mT5xMEPJinjaO872DofbYYPgCpdSodPJkqV7O5LmXKBmlz1mhHkShguGUm0LjSRkeuS6n+NrTBG7Bknwtz6KXDg8emES+Hb7j/jvgevEOzeEube1lrrDIWCEPBZ5AVH24jMYhXCo8hK7EO9ql6UryfQEZWzvRA22uSCIIZUEA6IraoQpLVNtOOd3UIXa2e0ZH/fB7gkPVYi2//HR8/uW3Ej5HnTCOfpPxMaJbKFw8ul8kOFmpyf+26t1mRn9Zz1prIme2+y3q0iK7dSuensLXa5ziW9E+RvS0W4RePXQSr69YoPkEw+I03TXm9lbxKuGeRWaYMN2qYf7bZ0fU46w9MX3SCZfb9nt3W36YeABJW2rwtRlTm31Gy8WEzeQQjvx9Mb97BY3s1m9dOHafM0vV1O5vP72dL9ux7fXk9ubpqd93cQwj/j+S2sGEO0dC0s9qJYw9XlN7dgC61s3Q6ji4tzIrv70GWuN9GbfrK6O8rCteZpdqy3+G4L5mit2H5l2Jt5LwwmgjhrRxAhPA8SneIW1aDh4MFap/tBQ/x91Nu9U82rAQMW8CBBPXbKSq1qtXIs9s04J5bqicfqkCPtNAtkUbpbs/bEED2OooOnbVXE8aNDq0IVhGDRPB510zU/8BnSic6qOIoOoqSdNpL2VSQKeXa9ORba0EwbEllQ+3LpGinWWQ370V1d740oMx7HHVFhz9zNjrZt67IhhI09994po/MG+ktbChiyQKg04MyCV3ITKMQU09eB3gR1vsHLhNu8Usz10DirwhkNpeYGWTFUSVnHfTjAGoVBMy4Z6ocVb7O2zludnhyVpiuDp4KfZvSoVk3DHUt97M3VS4y84W7UB0YXo6vB5cVg9Nvy8iq+fBtfXg1Hv/z+L3iK05WK+p3jJA6e015NeOgSeGt+5O12xadr75IeS1/4HNyalL4fvvZLwq1z9ijWo0CfWFuXDZ/WB08M6mXVEGfLjz6xee6l2mifgPy2/8pMHHtsPJsGqU5KBtpxVsNxolbChkgWZcGHuAC5kA6IeuWPs14MIZMJKove8XEhkh0Go+HFCUgemDiKnp6ehsLtDrXZRs1RG91Mrye3i8mAj/BrEBpbZ/92eHlZrxXaUi6UF6aHzPpfkQifKSoyIZUnqjUvPcDjCEKIX7yd195i7xV5FcJOW+ITh8NaWLw3WVXx8pcSuawPq5ZpXIum0vJzS94vkjtJC7yaN+r0Oujm0Zv/8X1I7T0qhrAZZN8BfxP8VBadT4OfSMI7XzFJ7lCkPDMnurmuow7c5LQOzj4O+Ab1iXGSYEGeLctxR27qj69181GS65StjHjiyRNPEMNH+Mgpand3JwZu/QCZUNvSaTHUUfn3P3iL1WA=",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Start a child test item",permalink:"/docs/api/service-api/start-child-item-using-post"},next:{title:"test-item-controller",permalink:"/docs/api/service-api/test-item-controller"}},q={},S=[{value:"Request",id:"request",level:2}];function I(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish test item"})}),"\n",(0,a.jsx)(m(),{method:"put",path:"/v2/{projectName}/item/{testItemId}"}),"\n",(0,a.jsx)(s.p,{children:"Finish test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"testItemId",in:"path",description:"testItemId",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishExecutionRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"issue"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"externalSystemIssues"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,a.jsx)(x(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(x(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}}),(0,a.jsx)(x(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(n(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(x(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "message": "string"\n}',language:"json"})})]})})})})]})})})})]})}function E(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1ab4fff.7bf502b7.js b/assets/js/e1ab4fff.7bf502b7.js deleted file mode 100644 index 3c80bc288..000000000 --- a/assets/js/e1ab4fff.7bf502b7.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94744],{87441:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>R,contentTitle:()=>b,default:()=>S,frontMatter:()=>N,metadata:()=>v,toc:()=>q});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),c=i.n(n),m=(i(82723),i(9487)),d=i.n(m),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),g=i.n(x),j=i(9472),f=i.n(j),y=(i(1176),i(12005),i(85162));const N={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpg4FN9uDTEkI2VGUDy8dhl1Bbwm5AWVtyJHlmKMr/faslfwGeyVbmNJJb3a9bT6+bCxh21BBuwaA2PW4w7TF9FlEvksIomSSoYOeDzFAxw6WYxRCCNkyZyYkn8cxgutFcHBfz1Rp8yJhiKRpU5PMCgqUIIe2iMGQLPnBhd8wJfIhRR4pn5PjWTOH3nCuMITQqRx90dMKUQXgBc87QglBcHKEo/CaOkt8wMl9o9WKgK7v/H2nnjFGb9zI+k8W1X1uXNWqbw/JP8IGqiMKQKcuyhEe2iME3TfaXdihuEoq1unPRwNtCwnIRnTY5j8F3SftlUG7/t4B3fgVc7ilNuhZFF2g4aovEGMX3uXGr0pYpxc5UNYOpbiMiIOP6hIX0svt/8dxRPB/0WdPVNp/2UibIBPiATyzNKNqBJRoLHx5YkmPXFRQFFTXGJR46g1xdSMf3E9Mrw4zugFH47freHb4l0WYz++DJg+dY67mj5MSRsSN2+3H8uO6LynqJWuYqwhsuUJl/eNXP3cWL9VVo1Lm7QPbTvLv0DRE7aneQKmUGQoiZwZ4hq8K3ojNhGmcd9S6q3O6dochTKsFqM1tPwYfVer78C3xYT60IrSbTL+PlbG6/TBfgw/vpx/ly+s/k83i1apa/L+ebRWv9x3T9af6hWVfuy2XpffxxPV3Wrtyq9uSWtSO3rPy4lXWzK3zIBf+ed6de3UNbmOyGzqTQ7mpHg+G9Ak0UMoPxtfK8Cd50i81UGHUuj4xJ9ZerH77urqdRFCXiGDOFkUXgnrIPTz16rkcUvVI6e3sZn3ulYt8r5nU+Vg495kXUbDyii8ddf8Ang0JzKVynsUR/MVhN+rugpOspmpOk3pZJbZOmvhFC8DAKLq12UQQUPrg0raogCUb1ULW8XCUQAp0xMpJJEQbBheXmJBU35yJgGb9LcomZVGYhlWGJ53xZtIqzfeKqXrlzN35geUJv6WRMpu/cLSrb5qGQIfilPXGvRnRPoU9SG48q5jERe4TMe8UPnkCMMX5NiufwereAG1wxprKvrFVmjfpcEkl2VKood3G3F9gjU6jGOZV6u2t/XhFXXepto5p4ZUKW0lairBENA0C9ddl06WnVWq77Xk2ZWlSq9lTytiGLo/iu1Xeeawn1dtNl3EjR7iuNVf0GyvXN8HSDrwNQKdQuRi3NrZQaRYbRYPS2Nxz0Rm/Xw3fhL2/D4a/9wXDwN1yrcHO4rHQlXo1atQSai4NsC0qbyc/QvKLNeDHzYhnlKQpjh6JSs1hkNauszSrP6BBROWWcXpZ2O7/d0cuHhEcoNLaOjzMWndAb9QeUgX2ZxJwwCB4fH/vMfu1LdQzKozr4PJtMv6ymPTpCfRKVdujf9YeD/tC2calNykQb5bMq1T2OGHwyQZYwbnuqxXUpFWcLDyPwIbwZZZ23sDUh73w4kVSFW7hc9kzjRiVFQdvfcyRWbHeNhlg+xVzT/40034CrOwa8Wpad57V3NZN3wq/mGHFukRT8kr6t8zSo/xyGq1r8DIiWg4Lk74QsRtV6ZRMXt7cmP42Hu5mdcnAnxlGEmWnZUpe96iTlT6J9+VMhlTGZKfZIgxx7hBC+wlcCKW36Vuzs/gUSJo45O5K9C0t//wGAKKTq",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV02T2jgQ/SuuPiUpg4FN9uDTEkI2VGUDy8dhl1Bbwm5AWVtyJHlmKMr/faslfwGeyVbmNJJb3a9bT6+bCxh21BBuwaA2PW4w7TF9FlEvksIomSSoYOeDzFAxw6WYxRCCNkyZyYkn8cxgutFcHBfz1Rp8yJhiKRpU5PMCgqUIIe2iMGQLPnBhd8wJfIhRR4pn5PjWTOH3nCuMITQqRx90dMKUQXgBc87QglBcHKEo/CaOkt8wMl9o9WKgK7v/H2nnjFGb9zI+k8W1X1uXNWqbw/JP8IGqiMKQKcuyhEe2iME3TfaXdihuEoq1unPRwNtCwnIRnTY5j8F3SftlUG7/t4B3fgVc7ilNuhZFF2g4aovEGMX3uXGr0pYpxc5UNYOpbiMiIOP6hIX0svt/8dxRPB/0WdPVNp/2UibIBPiATyzNKNqBJRoLHx5YkmPXFRQFFTXGJR46g1xdSMf3E9Mrw4zugFH47freHb4l0WYz++DJg+dY67mj5MSRsSN2+3H8uO6LynqJWuYqwhsuUJl/eNXP3cWL9VVo1Lm7QPbTvLv0DRE7aneQKmUGQoiZwZ4hq8K3ojNhGmcd9S6q3O6dochTKsFqM1tPwYfVer78C3xYT60IrSbTL+PlbG6/TBfgw/vpx/ly+s/k83i1apa/L+ebRWv9x3T9af6hWVfuy2XpffxxPV3Wrtyq9uSWtSO3rPy4lXWzK3zIBf+ed6de3UNbmOyGzqTQ7mpHg+G9Ak0UMoPxtfK8Cd50i81UGHUuj4xJ9ZerH77urqdRFCXiGDOFkUXgnrIPTz16rkcUvVI6e3sZn3ulYt8r5nU+Vg495kXUbDyii8ddf8Ang0JzKVynsUR/MVhN+rugpOspmpOk3pZJbZOmvhFC8DAKLq12UQQUPrg0raogCUb1ULW8XCUQAp0xMpJJEQbBheXmJBU35yJgGb9LcomZVGYhlWGJ53xZtIqzfeKqXrlzN35geUJv6WRMpu/cLSrb5qGQIfilPXGvRnRPoU9SG48q5jERe4TMe8UPnkCMMX5NiufwereAG1wxprKvrFVmjfpcEkl2VKood3G3F9gjU6jGOZV6u2t/XhFXXepto5p4ZUKW0lairBENA0C9ddl06WnVWq77Xk2ZWlSq9lTytiGLo/iu1Xeeawn1dtNl3EjR7iuNVf0GyvXN8HSDrwNQKdQuRi3NrZQaRYbRYPS2Nxz0Rm/Xw3fhL2/D4a/9wXDwN1yrcHO4rHQlXo1atQSai4NsC0qbyc/QvKLNeDHzYhnlKQpjh6JSs1hkNauszSrP6BBROWWcXpZ2O7/d0cuHhEcoNLaOjzMWndAb9QeUgX2ZxJwwCB4fH/vMfu1LdQzKozr4PJtMv6ymPTpCfRKVdujf9YeD/tC2calNykQb5bMq1T2OGHwyQZYwbnuqxXUpFWcLDyPwIbwZZZ23sDUh73w4kVSFW7hc9kzjRiVFQdvfcyRWbHeNhlg+xVzT/40034CrOwa8Wpad57V3NZN3wq/mGHFukRT8kr6t8zSo/xyGq1r8DIiWg4Lk74QsRtV6ZRMXt7cmP42Hu5mdcnAnxlGEmWnZUpe96iTlT6J9+VMhlTGZKfZIgxx7hBC+wlcCKW36Vuzs/gUSJo45O5K9C0t//wGAKKTq",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put"}},R={},q=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,a.jsx)(c(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,a.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(g(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(g(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(g(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(g(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(g(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(g(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,a.jsx)(g(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(y.default,{label:"201",value:"201",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Created"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1ab4fff.c6256ef2.js b/assets/js/e1ab4fff.c6256ef2.js new file mode 100644 index 000000000..9d32f4fd9 --- /dev/null +++ b/assets/js/e1ab4fff.c6256ef2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94744],{87441:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>S,contentTitle:()=>g,default:()=>T,frontMatter:()=>b,metadata:()=>N,toc:()=>q});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),c=i.n(n),m=(i(82723),i(9487)),d=i.n(m),o=i(41429),p=i.n(o),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),y=i(9472),f=i.n(y),v=(i(1176),i(12005),i(85162));const b={id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAttZGkhZ6quM4jYE0dn15aB2joKWxzVQiFZLaXcPQvxdD6mZbu1tkn5bUcObM8PDM+AyGHTSEGzCoTY8bTHtMn0TUi6QwSiYJKtj6IDNUzHAppjGEoA1TZnzkSTw1mK41F4f5bLkCHzKmWIoGFfk8g2ApQki7KAzZgg9c2B1zBB9i1JHiGTm+NlP4I+cKYwiNytEHHR0xZRCewZwytCAUFwcoCr+Jo+R3jMxXWj0b6MLu/0faOmPU5oOMT2Rx6dfWZYXa5rD4E3ygKqIwZMqyLOGRLWLwXZP9uR2Km4RiLW9cNPA2kLBcRMd1zmPwXdJ+GZTb/y3grV8BlztKk65F0QUajtoiMUbxXW7cqrRlSrETVc1gqtuICMioPmEhPe/+Xzx1FM8HfdJ0tc2nnZQJMgE+4CNLM4q2Z4nGwod7luTYdQVFQUWNcYH7ziAXF9Lx/cj00jCjO2AUfru+N4evSbReTz96cu851nruKDlxZOyI3X4cL9d9XlkvUMtcRXjFBSrzi1f91F08W1+FRp26C2Q/zbpL3xCxo3Z7qVJmIISYGewZsip8KzpjpnHaUe+iyu3WGYo8pRIs19PVBHxYrmaLv8CH1cSK0HI8+TpaTGf2y2QOPnyYfJotJv+Mv4yWy2b5+2K2nrfWf0xWn2cfm3XlvlyW3kefVpNF7cqtak9uWTtyy8qPW1k328KHXPAfeXfq1T20hclu6EwK7a52eDe4VaCxQmYwvlSeN8GbbrGZCKNO5ZERqf5i+eLr7noaRVEijjFTGFkE7in78Nij53pA0Suls7eT8alXKvatYl7mY+XQY15EzcYjunjc9Qd8NCg0l8J1Gkv0Z4PVpL8JSrqeojlK6m2Z1DZp6hshBPfD4NxqF0VA4YNz06oKkmBU91XLy1UCIdAZIyOZFGEQnFlujlJxcyoClvGbJBeYSWXmUhmWeM6XRas42yWu6pU7d+N7lif0lo7GZPrG3byybR4KGYJf2hP3akS3FPostfGoYh4TsUfIvFd87wnEGOPXpHgOr3cNuMEVYyr7ylpl1qjPJZFkS6WKchd3c4YdMoVqlFOpN9v25yVx1aXeNqqJVyZkKW0lyhrRMADUWxdNl55UreWy79WUqUWlak8lbxuyOIpvW33nqZZQbzddxo0U7b7SWNVvoFxfDU9X+DoAlULtYtTS3EqpUWQY3g3f9gZ3veGvq8HbcPAuHLzvv33/y99wqcLN4bLSlXg1atUSaC72si0obSY/QfOKNqP51ItllKcojB2KSs1ikdWssjbLPKNDROWUcXpZ2u38dkMvHxIeodDYOj7KWHREb9i/owzsyyTmhEHw8PDQZ/ZrX6pDUB7VwZfpePJ1OenREeqTqLRD/64/uOsPbBuX2qRMtFE+qVLd44jBRxNkCeO2p1pc51JxNnA/BB/Cq1HWeQtbE/LWhyNJVbiB83nHNK5VUhS0/SNHYsVm22iI5VPMNf3fSPMVuLpjwKtF2XleexczeSf8ao4RpxZJwS/p2zpPg/rPYbioxc+AaDkoSP6OyGJUrVc2dnF7K/LTeLiZ2SkHd2IURZiZli112YtOUv4k2pU/FVIZk5liDzTIsQcI4Rt8I5DSpm/Fzu6fIWHikLMD2buw9Pcfwm6k/A==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},g=void 0,N={id:"api/service-api/versions/5.10/start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",source:"@site/docs/api/service-api/versions/5.10/start-child-item-using-post.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-child-item-using-post",permalink:"/docs/api/service-api/versions/5.10/start-child-item-using-post",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-child-item-using-post",title:"Start a child test item",description:"Start a child test item",sidebar_label:"Start a child test item",hide_title:!0,hide_table_of_contents:!0,api:"eJydV9uO2zYQ/RVhnpJAttZGkhZ6quM4jYE0dn15aB2joKWxzVQiFZLaXcPQvxdD6mZbu1tkn5bUcObM8PDM+AyGHTSEGzCoTY8bTHtMn0TUi6QwSiYJKtj6IDNUzHAppjGEoA1TZnzkSTw1mK41F4f5bLkCHzKmWIoGFfk8g2ApQki7KAzZgg9c2B1zBB9i1JHiGTm+NlP4I+cKYwiNytEHHR0xZRCewZwytCAUFwcoCr+Jo+R3jMxXWj0b6MLu/0faOmPU5oOMT2Rx6dfWZYXa5rD4E3ygKqIwZMqyLOGRLWLwXZP9uR2Km4RiLW9cNPA2kLBcRMd1zmPwXdJ+GZTb/y3grV8BlztKk65F0QUajtoiMUbxXW7cqrRlSrETVc1gqtuICMioPmEhPe/+Xzx1FM8HfdJ0tc2nnZQJMgE+4CNLM4q2Z4nGwod7luTYdQVFQUWNcYH7ziAXF9Lx/cj00jCjO2AUfru+N4evSbReTz96cu851nruKDlxZOyI3X4cL9d9XlkvUMtcRXjFBSrzi1f91F08W1+FRp26C2Q/zbpL3xCxo3Z7qVJmIISYGewZsip8KzpjpnHaUe+iyu3WGYo8pRIs19PVBHxYrmaLv8CH1cSK0HI8+TpaTGf2y2QOPnyYfJotJv+Mv4yWy2b5+2K2nrfWf0xWn2cfm3XlvlyW3kefVpNF7cqtak9uWTtyy8qPW1k328KHXPAfeXfq1T20hclu6EwK7a52eDe4VaCxQmYwvlSeN8GbbrGZCKNO5ZERqf5i+eLr7noaRVEijjFTGFkE7in78Nij53pA0Suls7eT8alXKvatYl7mY+XQY15EzcYjunjc9Qd8NCg0l8J1Gkv0Z4PVpL8JSrqeojlK6m2Z1DZp6hshBPfD4NxqF0VA4YNz06oKkmBU91XLy1UCIdAZIyOZFGEQnFlujlJxcyoClvGbJBeYSWXmUhmWeM6XRas42yWu6pU7d+N7lif0lo7GZPrG3byybR4KGYJf2hP3akS3FPostfGoYh4TsUfIvFd87wnEGOPXpHgOr3cNuMEVYyr7ylpl1qjPJZFkS6WKchd3c4YdMoVqlFOpN9v25yVx1aXeNqqJVyZkKW0lyhrRMADUWxdNl55UreWy79WUqUWlak8lbxuyOIpvW33nqZZQbzddxo0U7b7SWNVvoFxfDU9X+DoAlULtYtTS3EqpUWQY3g3f9gZ3veGvq8HbcPAuHLzvv33/y99wqcLN4bLSlXg1atUSaC72si0obSY/QfOKNqP51ItllKcojB2KSs1ikdWssjbLPKNDROWUcXpZ2u38dkMvHxIeodDYOj7KWHREb9i/owzsyyTmhEHw8PDQZ/ZrX6pDUB7VwZfpePJ1OenREeqTqLRD/64/uOsPbBuX2qRMtFE+qVLd44jBRxNkCeO2p1pc51JxNnA/BB/Cq1HWeQtbE/LWhyNJVbiB83nHNK5VUhS0/SNHYsVm22iI5VPMNf3fSPMVuLpjwKtF2XleexczeSf8ao4RpxZJwS/p2zpPg/rPYbioxc+AaDkoSP6OyGJUrVc2dnF7K/LTeLiZ2SkHd2IURZiZli112YtOUv4k2pU/FVIZk5liDzTIsQcI4Rt8I5DSpm/Fzu6fIWHikLMD2buw9Pcfwm6k/A==",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Start a root test item",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post"},next:{title:"Finish test item",permalink:"/docs/api/service-api/versions/5.10/finish-test-item-using-put"}},S={},q=[{value:"Request",id:"request",level:2}];function E(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Start a child test item"})}),"\n",(0,a.jsx)(c(),{method:"post",path:"/v2/{projectName}/item/{parentItem}"}),"\n",(0,a.jsx)(s.p,{children:"Start a child test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(p(),{className:"paramsItem",param:{name:"parentItem",in:"path",description:"parentItem",required:!0,schema:{type:"string"}}}),(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(d(),{className:"openapi-tabs__mime",children:(0,a.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(v.default,{label:"201",value:"201",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Created"})}),(0,a.jsx)("div",{children:(0,a.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function T(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(E,{...e})}):E(e)}}}]); \ No newline at end of file diff --git a/assets/js/e1f0e952.53d88fb1.js b/assets/js/e1f0e952.7d2a1d1e.js similarity index 98% rename from assets/js/e1f0e952.53d88fb1.js rename to assets/js/e1f0e952.7d2a1d1e.js index 37574407b..c66ac48f6 100644 --- a/assets/js/e1f0e952.53d88fb1.js +++ b/assets/js/e1f0e952.7d2a1d1e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80194],{42697:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>v,default:()=>_,frontMatter:()=>u,metadata:()=>f,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const u={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,f={id:"api/service-api/versions/5.10/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"}},y={},N=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:16.041Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.041Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[80194],{42697:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>y,contentTitle:()=>v,default:()=>_,frontMatter:()=>u,metadata:()=>f,toc:()=>N});var s=i(85893),n=i(11151),t=i(58219),l=i.n(t),r=(i(62316),i(51039)),o=i.n(r),c=(i(82723),i(9487)),d=i.n(c),m=(i(41429),i(5397)),p=i.n(m),g=i(4667),h=i.n(g),x=i(9472),b=i.n(x),j=(i(1176),i(12005),i(85162));const u={id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,f={id:"api/service-api/versions/5.10/get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",source:"@site/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-global-integrations-using-get-1",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integrations-using-get-1",title:"Get available global integrations",description:"Get available global integrations",sidebar_label:"Get available global integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVdtu20gM/RWBT20xsZJitw96Wrd1U6OXGInzZBgLWqLt2R3NTGcoZwNB/15w5ItyaZHVi4QhD4c8PKRaYNxEKBagLdMmIGtnz0pnOThjKMBSgfPUn08rKGBDfGncCs30BIi3UdvN5WT+9wUoCBS9s5EiFC28PT+XV0WxDNqLMxRw9QUUyCVkWaxv8jfyiuWWapQvvvcEBWAIeA8KNFOdorFmI4bB3dcUXRNKAnVAudU/VDIo8EFSZ91nUgZKgI/INLgjctB2AwrWLtTIUECFTGesa4JO9SgXngI6BWRxZaga2FbOGUIrRj08T+RSGN6iLb/7IzmeaplhwJqYQhxgny+ne4icJ99nCRLTi0nChrefjLt7jiCyTS1KuRrfzj+Dgvfjm+kHUDC/+jL5Dgo+XV1/AwVfP45nsDxQ978Jr4hRm5cR8NsGbIJr/JGXx72zWD9v4IeIX3eu+10UH5wkPX2ZCPaPFO8DlchS0xpNJPVoci6JM9yhNlJ4tkmDmA10EEFBTbx1+1EV1pC3UEC+u8gHjnmPzdEYUBAp7JLqFi00wUABrQ+OXelMV+R5K7JwQfN9l6PX8Dira/Iu8MwFRpP1sUDBDoOWNFMvD+H6ZbDGxkj9W2Yfn4SbHXxPmhNHUHt/Edcxo6fb5bOLnElnMrRVJpllr/Q6s0QVVa8zt876fLPHCZ/yqqh2o5C8fHIaaSdtWgpVZdPfu2hhRRgojBtheLEcmm9kl/WlD52OYtgXlFZeEm5ygn6s1244y0N2f0H9oZTxbJpVrmxqspzavN+zWKY928sVbhovIKG3Ri3djv3JX09KVmB0STbSAD72WG4pezs6B7VXi1RT5Pnd3d0Ik3XkwibfQ2P+dfph8v1mciaQToFIrc/+z9HF+egiDYyLXKMdXPMSqT/g4sgt03+ce4M67YGUYbsfgwXs5Bc1CAMK+tigQIZhqWDrIotr264w0m0wXSfHPxoK0vblSdqp6wq2hBWFpIh/6V4oKkvynGbANJKS/OFEHsfZvJzMoet+ApASkrI=",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete all global integrations by type",permalink:"/docs/api/service-api/versions/5.10/delete-all-integrations-using-delete"},next:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/versions/5.10/get-global-integrations-using-get"}},y={},N=[{value:"Request",id:"request",level:2}];function I(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available global integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/global/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available global integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(l(),{label:void 0,id:void 0,children:(0,s.jsxs)(j.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(j.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(j.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(h(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(h(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(h(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(h(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(h(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(h(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(j.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(p(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:16.496Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.496Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function _(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(I,{...e})}):I(e)}}}]); \ No newline at end of file diff --git a/assets/js/e888b9cf.a72cbcc1.js b/assets/js/e888b9cf.a72cbcc1.js new file mode 100644 index 000000000..e4bd06118 --- /dev/null +++ b/assets/js/e888b9cf.a72cbcc1.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[85080],{92002:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>E,default:()=>q,frontMatter:()=>y,metadata:()=>M,toc:()=>N});var i=a(85893),t=a(11151),r=a(58219),l=a.n(r),n=(a(62316),a(51039)),c=a.n(n),o=(a(82723),a(9487)),m=a.n(o),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),f=a(9472),g=a.n(f),v=(a(1176),a(12005),a(85162));const y={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWorQ5bVbnXK09EtvSL1Cg3wcEdRZZIB0kvsrO3sFqH876ex8wvIdveJccYz34w/f+M9geF7DcEaDGozSAxmg0gKo2SaooINA5mj4iaRYhpDANpwZUIpzdRgttKJ2M9ni+WPETDIueIZGlQU7gSCZwgB5Er+xMh8JYtBImiJmwMwiFFHKskp9JWfwsciURhDYFSBDHR0wIxDcAJzzNHiUInYQ1lunDNq80HGR/I4j2sBL1FbwOE3YEDloTDkyvM8TSJbnf9Tk/+pmyoxKeVaXIVo4a0h5YWIDqsiiYG5olmVNLG/LeANq4HLLZVJ7VLUWZOgtkiMUcm2MM6qfLlS/EhdM5jpLiICMm52WEi/D/8fHnuax0AftcGs82krZYpcAAP8xbOcsu14qrFk8MTTAvuOoCypqTGGuOtNcnYgPd8PXC8MN7oHRsm6/b3afEmi1Wr60ZM7L+cKhfHcVgriyNiTu0va1/s+r71D1LJQEV5wgdr86lG/dBa/7a9Co479DbKfZv2tb4nY07udVBk3EEDMDQ4MeZXM6sAD1zjt6XdZ13YdDEWRUQsWq+lyAgwWy1n4DzBYThZLMh8mX8fhdGa/TObA4MPk0yyc/Hj4Ml4sWvOvcLaad+y/J8vPs4+tXYevzCr6+NNyEjahnNVEcmYTyJl1HGfZMJuSQSGSx6K/9PocusJkF3QuhXZHe3szulagB4XcYHyuPO/8d/1iMxFGHastY30UUbh49Xb3XY2yrBDHmCuMLAJ3lRn8GtB13aMYVNI52Mr4OKgU+1oxz+uxcuhxT0lpPGKLR/fEKoZBoRMp3ACwPP9trobzVzlJ1jM0B0kzJ5fa1kxjIwD/aeSfOtOi9Kv0GtVTPXwKlUIA5GZkJNMy8P0TL8xBqsQcS5/nyVVZIeZSmblUhqeei2UBqoRvU9fnOpw74x0vUro9B2NyfRVuXvu2V4McgVX+xLYG0TVpPkttPGqSx0XsETLvTbLzBGKM8VvSOIfXuwTc4ooxk0NlvXLrNEwk0WJDrYoKl3d9gi1yhWpcUHfXm+7nBbHTld51aqhWFWRJbEXJOgGxjqZp2M7lST1Mziddw5JGRuqBVDG15Ycj9aYzaV4aAs1yO1fcI6I7SVqvhvWVffGMucDXA6iSZpejEeNOSa0Gw+3N7d1gdDO4/WM5ugtG98Ho/fDu/f2/cK677eaq07VctfrUkeRE7GRXQrpMfoHmNW3G86kXy6jIUBj7DKpUikdWpareLIqcNhGVM57QzdJu5c8rejFIkwiFxs72cc6jA3q3wxuqwN5MYk7g+8/Pz0Nuvw6l2vvVVu1/mT5Mvi4mA9pCkxGVdujvh6Ob4cgObqlNxkUX5Uu61P/+MPjL+HnKEztELaxTpTFreKIHbXDxdqVoGwYHkqNgDafTlmtcqbQsafmxQKLBetOKhiVQnGj63arvBZxmKMCbsBoub73zzL2I67eKOHZoCawibDdASVpzQB6j6lD6weUdLClOG+HqSVyyesc4ijA3HV8aYmdKTf8LAINt9RLPZExuij/TO4k/QwDf4TuBlLZ8qyx2/QQpF/uC78nfpaW//wHZfEgG",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},E=void 0,M={id:"api/service-api/versions/5.10/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWorQ5bVbnXK09EtvSL1Cg3wcEdRZZIB0kvsrO3sFqH876ex8wvIdveJccYz34w/f+M9geF7DcEaDGozSAxmg0gKo2SaooINA5mj4iaRYhpDANpwZUIpzdRgttKJ2M9ni+WPETDIueIZGlQU7gSCZwgB5Er+xMh8JYtBImiJmwMwiFFHKskp9JWfwsciURhDYFSBDHR0wIxDcAJzzNHiUInYQ1lunDNq80HGR/I4j2sBL1FbwOE3YEDloTDkyvM8TSJbnf9Tk/+pmyoxKeVaXIVo4a0h5YWIDqsiiYG5olmVNLG/LeANq4HLLZVJ7VLUWZOgtkiMUcm2MM6qfLlS/EhdM5jpLiICMm52WEi/D/8fHnuax0AftcGs82krZYpcAAP8xbOcsu14qrFk8MTTAvuOoCypqTGGuOtNcnYgPd8PXC8MN7oHRsm6/b3afEmi1Wr60ZM7L+cKhfHcVgriyNiTu0va1/s+r71D1LJQEV5wgdr86lG/dBa/7a9Co479DbKfZv2tb4nY07udVBk3EEDMDQ4MeZXM6sAD1zjt6XdZ13YdDEWRUQsWq+lyAgwWy1n4DzBYThZLMh8mX8fhdGa/TObA4MPk0yyc/Hj4Ml4sWvOvcLaad+y/J8vPs4+tXYevzCr6+NNyEjahnNVEcmYTyJl1HGfZMJuSQSGSx6K/9PocusJkF3QuhXZHe3szulagB4XcYHyuPO/8d/1iMxFGHastY30UUbh49Xb3XY2yrBDHmCuMLAJ3lRn8GtB13aMYVNI52Mr4OKgU+1oxz+uxcuhxT0lpPGKLR/fEKoZBoRMp3ACwPP9trobzVzlJ1jM0B0kzJ5fa1kxjIwD/aeSfOtOi9Kv0GtVTPXwKlUIA5GZkJNMy8P0TL8xBqsQcS5/nyVVZIeZSmblUhqeei2UBqoRvU9fnOpw74x0vUro9B2NyfRVuXvu2V4McgVX+xLYG0TVpPkttPGqSx0XsETLvTbLzBGKM8VvSOIfXuwTc4ooxk0NlvXLrNEwk0WJDrYoKl3d9gi1yhWpcUHfXm+7nBbHTld51aqhWFWRJbEXJOgGxjqZp2M7lST1Mziddw5JGRuqBVDG15Ycj9aYzaV4aAs1yO1fcI6I7SVqvhvWVffGMucDXA6iSZpejEeNOSa0Gw+3N7d1gdDO4/WM5ugtG98Ho/fDu/f2/cK677eaq07VctfrUkeRE7GRXQrpMfoHmNW3G86kXy6jIUBj7DKpUikdWpareLIqcNhGVM57QzdJu5c8rejFIkwiFxs72cc6jA3q3wxuqwN5MYk7g+8/Pz0Nuvw6l2vvVVu1/mT5Mvi4mA9pCkxGVdujvh6Ob4cgObqlNxkUX5Uu61P/+MPjL+HnKEztELaxTpTFreKIHbXDxdqVoGwYHkqNgDafTlmtcqbQsafmxQKLBetOKhiVQnGj63arvBZxmKMCbsBoub73zzL2I67eKOHZoCawibDdASVpzQB6j6lD6weUdLClOG+HqSVyyesc4ijA3HV8aYmdKTf8LAINt9RLPZExuij/TO4k/QwDf4TuBlLZ8qyx2/QQpF/uC78nfpaW//wHZfEgG",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/versions/5.10/delete-test-items-using-delete"}},b={},N=[{value:"Request",id:"request",level:2}];function T(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,i.jsx)(c(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,i.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(m(),{className:"openapi-tabs__mime",children:(0,i.jsx)(v.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(v.default,{label:"201",value:"201",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"Created"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(v.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(g(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(v.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,i.jsx)(v.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(T,{...e})}):T(e)}}}]); \ No newline at end of file diff --git a/assets/js/e888b9cf.ce1c8936.js b/assets/js/e888b9cf.ce1c8936.js deleted file mode 100644 index bfb1f86b3..000000000 --- a/assets/js/e888b9cf.ce1c8936.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[85080],{92002:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>E,contentTitle:()=>S,default:()=>R,frontMatter:()=>f,metadata:()=>q,toc:()=>b});var a=i(85893),t=i(11151),r=i(58219),l=i.n(r),n=(i(62316),i(51039)),o=i.n(n),m=(i(82723),i(9487)),c=i.n(m),d=i(41429),p=i.n(d),h=i(5397),u=i.n(h),x=i(4667),j=i.n(x),v=i(9472),y=i.n(v),g=(i(1176),i(12005),i(85162));const f={id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWqrQGBvW53ydHRLr0i9wgV4uKOoMskA7iV21nZ2i1D+99PY+QVk231inPHMN+PP33jPYNhBQ7gBg9oMuMFsEEthlExTVLD1QeaomOFSzBIIQRumTCSlmRnM1pqLw2K+XH0bgw85UyxDg4rCnUGwDCGEXMnvGJsvZPnABS0xcwQfEtSx4jmFvvFT+FhwhQmERhXog46PmDEIz2BOOVociosDlOXWOaM272VyIo/LuBbwCrUFHP0NPlB5KAy5sjxPeWyrC75r8j93U3GTUq7lTYgW3gZSVoj4uC54Ar4r2q+ScvvbAt76NXC5ozKpXYo6azhqi8QYxXeFcVbly5RiJ+qawUx3ERGQSbPDQvp5+P/w1NM8H/RJG8w6n3ZSpsgE+IA/WJZTtj1LNZY+PLG0wL4jKEtqaoIR7nuTXBxIz/cj00vDjO6BUfrd/t5svibRej374Mm9lzOFwnhuKwVxZOzJ3SXtr/u+qL0j1LJQMV5xgdr8y6N+6Sx+2l+FRp36G2Q/zftb3xKxp3d7qTJmIISEGRwY8ip9qwMPTOOsp99lXdttMBRFRi1YrmerKfiwXM2jf8CH1XS5IvNh+mUSzeb2y3QBPryffpxH028PnyfLZWv+Gc3Xi47913T1af6htevwlVlFn3xcTaMmlLOaSM5sAjmzjuMsG2Zb+lAI/lj0l16fQ1eY7ILOpdDuaO9G41sFelDIDCaXyvMmeNMvNlNh1KnaMtEnEUfLX97uvqtRlhXiBHOFsUXgrrIPPwZ0XQ8oBpV0DnYyOQ0qxb5VzMt6rBx6zFNSGo/Y4tE9sYphUGguhRsAluc/zdVw/iYnyXqG5ihp5uRS25ppbIQQPI2Dc2dalEGVXqN6qodPoVIIgdyMjGVahkFwZoU5SsXNqQxYzm/KijCXyiykMiz1XCwLUHG2S12f63DujPesSOn2HI3J9U24Re3bXg1yBL/yJ7Y1iG5J80lq41GTPCYSj5B5r/jeE4gJJq9J4xxe7xpwiyvBTA6V9cqt05BLosWWWhUXLu/mDDtkCtWkoO5utt3PS2KnK73r1FCtKsiS2IqSdQJiHU3TqJ3L03qYXE66hiWNjNQDqWJqyw9H6m1n0rw0BJrldq64R0R3krReDesr++oZc4WvB1AlzS5HI8adkloNhrvR3f1gPBrc3a/Gb8Pf7sPxu+Fo9Pu/cKm77eaq07VctfrUkWQu9rIrIV0mv0DzmjaTxcxLZFxkKIx9BlUqxWKrUlVvlkVOm4jKGeN0s7Rb+eOGXj6kPEahsbN9krP4iN7dcEQV2JtJzAmD4Pn5ecjs16FUh6DaqoPPs4fpl+V0QFtoMqLSDv3b4Xg0HNvBLbXJmOiifEmX+t8fBn+YIE8Zt0PUwjpXGrOBJ3rQhldvV4q29eFIchRu4HzeMY1rlZYlLT8WSDTYbFvRsARKuKbfrfpewWmGAryKquHy2rvM3Iu4fquIU4eW4FeE7QYoSWuOyBJUHUo/uLyDFcVpI9w8iUu/3jGJY8xNx5eG2IVS0/8C4MOueolnMiE3xZ7pncSeIYSv8JVASlu+VRa7foaUiUPBDuTv0tLf/71sR/0=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},S=void 0,q={id:"api/service-api/versions/5.10/start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",source:"@site/docs/api/service-api/versions/5.10/start-root-item-using-post-1.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/start-root-item-using-post-1",permalink:"/docs/api/service-api/versions/5.10/start-root-item-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"start-root-item-using-post-1",title:"Start a root test item",description:"Start a root test item",sidebar_label:"Start a root test item",hide_title:!0,hide_table_of_contents:!0,api:"eJyFV9+P2jgQ/leieWqrQGBvW53ydHRLr0i9wgV4uKOoMskA7iV21nZ2i1D+99PY+QVk231inPHMN+PP33jPYNhBQ7gBg9oMuMFsEEthlExTVLD1QeaomOFSzBIIQRumTCSlmRnM1pqLw2K+XH0bgw85UyxDg4rCnUGwDCGEXMnvGJsvZPnABS0xcwQfEtSx4jmFvvFT+FhwhQmERhXog46PmDEIz2BOOVociosDlOXWOaM272VyIo/LuBbwCrUFHP0NPlB5KAy5sjxPeWyrC75r8j93U3GTUq7lTYgW3gZSVoj4uC54Ar4r2q+ScvvbAt76NXC5ozKpXYo6azhqi8QYxXeFcVbly5RiJ+qawUx3ERGQSbPDQvp5+P/w1NM8H/RJG8w6n3ZSpsgE+IA/WJZTtj1LNZY+PLG0wL4jKEtqaoIR7nuTXBxIz/cj00vDjO6BUfrd/t5svibRej374Mm9lzOFwnhuKwVxZOzJ3SXtr/u+qL0j1LJQMV5xgdr8y6N+6Sx+2l+FRp36G2Q/zftb3xKxp3d7qTJmIISEGRwY8ip9qwMPTOOsp99lXdttMBRFRi1YrmerKfiwXM2jf8CH1XS5IvNh+mUSzeb2y3QBPryffpxH028PnyfLZWv+Gc3Xi47913T1af6htevwlVlFn3xcTaMmlLOaSM5sAjmzjuMsG2Zb+lAI/lj0l16fQ1eY7ILOpdDuaO9G41sFelDIDCaXyvMmeNMvNlNh1KnaMtEnEUfLX97uvqtRlhXiBHOFsUXgrrIPPwZ0XQ8oBpV0DnYyOQ0qxb5VzMt6rBx6zFNSGo/Y4tE9sYphUGguhRsAluc/zdVw/iYnyXqG5ihp5uRS25ppbIQQPI2Dc2dalEGVXqN6qodPoVIIgdyMjGVahkFwZoU5SsXNqQxYzm/KijCXyiykMiz1XCwLUHG2S12f63DujPesSOn2HI3J9U24Re3bXg1yBL/yJ7Y1iG5J80lq41GTPCYSj5B5r/jeE4gJJq9J4xxe7xpwiyvBTA6V9cqt05BLosWWWhUXLu/mDDtkCtWkoO5utt3PS2KnK73r1FCtKsiS2IqSdQJiHU3TqJ3L03qYXE66hiWNjNQDqWJqyw9H6m1n0rw0BJrldq64R0R3krReDesr++oZc4WvB1AlzS5HI8adkloNhrvR3f1gPBrc3a/Gb8Pf7sPxu+Fo9Pu/cKm77eaq07VctfrUkWQu9rIrIV0mv0DzmjaTxcxLZFxkKIx9BlUqxWKrUlVvlkVOm4jKGeN0s7Rb+eOGXj6kPEahsbN9krP4iN7dcEQV2JtJzAmD4Pn5ecjs16FUh6DaqoPPs4fpl+V0QFtoMqLSDv3b4Xg0HNvBLbXJmOiifEmX+t8fBn+YIE8Zt0PUwjpXGrOBJ3rQhldvV4q29eFIchRu4HzeMY1rlZYlLT8WSDTYbFvRsARKuKbfrfpewWmGAryKquHy2rvM3Iu4fquIU4eW4FeE7QYoSWuOyBJUHUo/uLyDFcVpI9w8iUu/3jGJY8xNx5eG2IVS0/8C4MOueolnMiE3xZ7pncSeIYSv8JVASlu+VRa7foaUiUPBDuTv0tLf/71sR/0=",sidebar_class_name:"post api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Update issues of specified test items",permalink:"/docs/api/service-api/versions/5.10/define-test-item-issue-type-using-put"},next:{title:"Delete test items by specified ids",permalink:"/docs/api/service-api/versions/5.10/delete-test-items-using-delete"}},E={},b=[{value:"Request",id:"request",level:2}];function N(e){const s={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Start a root test item"})}),"\n",(0,a.jsx)(o(),{method:"post",path:"/v1/{projectName}/item"}),"\n",(0,a.jsx)(s.p,{children:"Start a root test item"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsx)("ul",{children:(0,a.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,a.jsx)(c(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"startTestItemRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"launchUuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string",description:"UUID of parent launch"}}),(0,a.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"parameters"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"retry",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,a.jsx)(j(),{collapsible:!1,name:"retryOf",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"type",required:!0,schemaName:"string",qualifierMessage:"**Possible values:** [`SUITE`, `STORY`, `TEST`, `SCENARIO`, `STEP`, `BEFORE_CLASS`, `BEFORE_GROUPS`, `BEFORE_METHOD`, `BEFORE_SUITE`, `BEFORE_TEST`, `AFTER_CLASS`, `AFTER_GROUPS`, `AFTER_METHOD`, `AFTER_SUITE`, `AFTER_TEST`]",schema:{type:"string",enum:["SUITE","STORY","TEST","SCENARIO","STEP","BEFORE_CLASS","BEFORE_GROUPS","BEFORE_METHOD","BEFORE_SUITE","BEFORE_TEST","AFTER_CLASS","AFTER_GROUPS","AFTER_METHOD","AFTER_SUITE","AFTER_TEST"]}}),(0,a.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(l(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"201",value:"201",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"Created"})}),(0,a.jsx)("div",{children:(0,a.jsx)(c(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsx)("ul",{style:{marginLeft:"1rem"},children:(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string"\n}',language:"json"})})]})})})})]})})})})]})}function R(e={}){const{wrapper:s}={...(0,t.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(N,{...e})}):N(e)}}}]); \ No newline at end of file diff --git a/assets/js/e98178f6.35f2203b.js b/assets/js/e98178f6.e4deba19.js similarity index 99% rename from assets/js/e98178f6.35f2203b.js rename to assets/js/e98178f6.e4deba19.js index d42633732..e2d102ccc 100644 --- a/assets/js/e98178f6.35f2203b.js +++ b/assets/js/e98178f6.e4deba19.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[3396],{82102:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>w,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),p=a(41429),d=a.n(p),h=a(5397),j=a.n(h),x=a(4667),g=a.n(x),u=a(9472),y=a.n(u),f=(a(1176),a(12005),a(85162));const v={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/versions/5.10/get-project-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete project",permalink:"/docs/api/service-api/versions/5.10/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/versions/5.10/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-24T15:34:16.066Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-24T15:34:16.066Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:16.066Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[3396],{82102:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>_,contentTitle:()=>b,default:()=>w,frontMatter:()=>v,metadata:()=>N,toc:()=>q});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),c=a.n(t),m=(a(82723),a(9487)),o=a.n(m),p=a(41429),d=a.n(p),h=a(5397),j=a.n(h),x=a(4667),g=a.n(x),u=a(9472),y=a.n(u),f=(a(1176),a(12005),a(85162));const v={id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,N={id:"api/service-api/versions/5.10/get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",source:"@site/docs/api/service-api/versions/5.10/get-project-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-project-using-get",permalink:"/docs/api/service-api/versions/5.10/get-project-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-using-get",title:"Get information about project",description:"Only for users that are assigned to the project",sidebar_label:"Get information about project",hide_title:!0,hide_table_of_contents:!0,api:"eJytV99v2zYQ/leEe2oLxU6CdQ9+mpekrdE0NmwHwxAYAy2dJW4UqZKnZJ6h/304SrLln3WyPVkWj8fvvvt4ulsBicRB7wlya/7EiC4io8kapdDCLIQYXWRlTtJo6MFQq2WwMDYoHFoXUCooEBYD4ZxMNMYBmYBSDGpfEILJ0QrePYihBwnSqFp6dFInn++mEEIurMiQ0DKMFWiRIfQaOA/8LwTJp+eCUtiFtG1n8XshLcbQI1tgCC5KMRPQWwEtc3bryEqdQFnO2NjlRjt0vH59eck/O/F+hRCYENTEqx+6H/in5VWSYrd1VGN0prDRNpIn9rCQSVERASGgJrucMqCwwT+IN88+llnYQDbzmsvcMpskK8BCKRMJwnhCxooEW0FKTZighRAWxmaCqlc//wRluINlP4SbHaztOASRlfOC0J0Bb2O7Aba2FXEs+QChRlu7drMUgjYkFzLycNzND8A/tIwr29vpEH4ENRJu63RhrViy6Agz1z5lgjpGeyMcnuP2IANHfQ8Is36zo6Wj02f8hcsDtIXwLFSBhwhlSjfAhv52GrtvySItMk56/+EWQhiOYVbySzFXLIa1/dwYhULzoUoUOkpZvacj3suxxUjmEjW9cp9DHXM2TsK//63/+wRC+NQf3N9xKN+G47s/ri6bp+v108dLmFUMnQiTl3NBhFaflddRZTvFLFfiFZk9ybSMz7ztVTE9IJDqxWuV44o5l623XOnjwneuwEnl+Gx2IqMOqfY11PjqecSJMjp5OEadS42lo6vkw1gcZtCTGFn0BepW0EHlrqHGgvCCZIZQtr8ZB6PmQKuyeB7pG/vzOX8Tbr/rCM3/j8ZbsY9arcS+QrfCKbd3rpndJ+hVwhQFpZ+UeTlVkob9x+kXCOHX/mRwAyFMh1/vHrhCDcffIIT72/7IF9u3ER4jCanOI+BkAhJrivyo4s6tLMczV57ysmmLznNVhmBsIrT8Z9Mb/Def2+3YIX++CT7rG9D0vP6g0wJSJpEn4Y+NOlKfmwITY27Rt4bQWwjlMIQMKTV1B+5bbkqhB93nq27ttbtqRVsCf1vtc9OSF1ZBD9iCTGRU2et2Vyx0YyUty67I5V5bPsbcWBoZS0IFlS/gj4uVrDgfaeOuarsXolDMfkqUuz13o8Z2c4vYEMLanq/LGtF+H//FOApYa4HQccDIgndyEWjEGOP3gVkEFd5gF/AGV4yZ6VhvlXujjjTM+oypiorq3KcVzFFYtP2CCX6atZcnPDVUobeN1pmsA/LDhb+K3giqQrUwbUG12T1CfRNKfzQIYhMVGWpqenqeaETkJ5p62poUOW9iejMhOduuevPLXsghKBmhrrquens/F1GKwXWHe6lKLRxNr9t9eXnpCL/aMTbp1ltd935wc/cwubvgLdx1oHUV+o+dq8vOlde7cZQJ3TrmM1LAVPBFlUYHYm4Kag2bWzysNoPbG+bWOieEf1M3V0L6iugjW9W35wmerzYzG4TQ2xnfUuOIzVaruXD4aFVZ8uvvBVqWymxzHbxwYunqYlzf2aPRvBvXM9n7YHv6PQi6KU56CevuDiCsRoetGlfyLUpRxGg9osqiH0WYU2svD8Gs63VN4TG+LP8Fml6byw==",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Delete project",permalink:"/docs/api/service-api/versions/5.10/delete-project-using-delete"},next:{title:"Update project",permalink:"/docs/api/service-api/versions/5.10/update-project-using-put"}},_={},q=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Get information about project"})}),"\n",(0,i.jsx)(c(),{method:"get",path:"/v1/project/{projectName}"}),"\n",(0,i.jsx)(s.p,{children:"Only for users that are assigned to the project"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"allocatedStorage",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"configuration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})}),(0,i.jsx)("span",{className:"openapi-schema__divider"}),(0,i.jsx)("span",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{name:"property name*",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"},collapsible:!1,discriminator:!1})})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"notificationsConfiguration"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"cases"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"attributesOperator",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`AND`, `OR`]",schema:{type:"string",enum:["AND","OR"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"launchNames",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"recipients",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(g(),{collapsible:!1,name:"sendCase",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`ALWAYS`, `FAILED`, `MORE_10`, `MORE_20`, `MORE_50`]",schema:{type:"string",enum:["ALWAYS","FAILED","MORE_10","MORE_20","MORE_50"]}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"patterns"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"subTypes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"color",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"locator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"longName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"shortName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"typeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})})]})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"entryType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrations"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(g(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(g(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(g(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(g(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectId",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectName",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"users"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(g(),{collapsible:!1,name:"login",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(g(),{collapsible:!1,name:"projectRole",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(j(),{responseExample:'{\n "allocatedStorage": 0,\n "configuration": {\n "attributes": {},\n "notificationsConfiguration": {\n "cases": [\n {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "attributesOperator": "AND",\n "enabled": true,\n "launchNames": [\n "string"\n ],\n "recipients": [\n "string"\n ],\n "sendCase": "ALWAYS"\n }\n ],\n "enabled": true\n },\n "patterns": [\n {\n "enabled": true,\n "id": 0,\n "name": "string",\n "type": "string",\n "value": "string"\n }\n ],\n "subTypes": {}\n },\n "creationDate": "2024-10-28T14:15:16.520Z",\n "entryType": "string",\n "integrations": [\n {\n "creationDate": "2024-10-28T14:15:16.520Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:16.520Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n ],\n "organization": "string",\n "projectId": 0,\n "projectName": "string",\n "users": [\n {\n "login": "string",\n "projectRole": "string"\n }\n ]\n}',language:"json"})})]})})})})]})})})})]})}function w(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/ea798e5d.e3a3762b.js b/assets/js/ea798e5d.27c4105e.js similarity index 99% rename from assets/js/ea798e5d.e3a3762b.js rename to assets/js/ea798e5d.27c4105e.js index 42be694f2..77e03f762 100644 --- a/assets/js/ea798e5d.e3a3762b.js +++ b/assets/js/ea798e5d.27c4105e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[45087],{19567:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>I,frontMatter:()=>q,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const q={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-items-using-get",permalink:"/docs/api/service-api/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-using-get"}},b={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:13.840Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:13.840Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:13.841Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[45087],{19567:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>b,contentTitle:()=>v,default:()=>I,frontMatter:()=>q,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const q={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-suggested-items-using-get",permalink:"/docs/api/service-api/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz2zYQ/iscnJIMbcXp46BTXddtPHVSjeX04tFhRa5INCDAAAs7qob/vbN8SKRESpSnJ0rAvrD7YXexG0GQODF9EoSOLiRhdhEZTdYohVYsQmFytEDS6LtYTEWCNPdJgo4wviPM3BcndfLH7aMIRQ4WMiS0LG8jNGQopoJF3sUiFFKLqciBUhGKGF1kZc5i2yQWv3lpMRZTsh5D4aIUMxDTjaB1XgrThAlaEYqVsRlQtfTzj6Iowq3G3Jp/MKLP/O+Y2i7dSd2OrNSJKIoFE7vcaIeO9z+8f8+frvC//hShYE+iJt59N3nHnwOpYC2s2Ux2ZrkuSfFGx80ibOjNkm1mb1uODMnKBmUSN0bqvUke0Blvo+6Zn4TkAHgvYw76cWVLqcGub3aHa6T/2tnoyq998ciSw0obpT5bapDqboTSNv9hUEqJfcttHT2x3GccBljYwHQcsQKvo3Q8OT6jOjQwFKh9xu5Daw2zvoDVJapXpgT00jMVWSgDugICxXHUX7V50WJRhCJD5yDpd9rWO/27Mutha5kfA+FFSVXU2OlzcREKV4H5oQ/hd9VRTkRfeUdoR/sT3cw4Wd3FEww/fKgY5pGx7eNqny27xCtlgEokuE9oE4zvTdJiWBqjEHRF4DwOQvVcbJTkZZoalva5snacxAwoSs84b4aUmnjQgkzqeWq8ij+x3JEOz0yM6ncE8hZZsusX3aL6G5Q/RlYCqW83tyZC5zB+7AL6yInr2jDSnxYVPoOmMlWfx3JvktFAsOi8ojOBzXX9DLsa8nPs8q68CvdSd8JzzCrv0N6kRkY4iqFoWbatX61U8ri/dyqfAJGVS084qmqy6OuGY7SOr7juheMz43goU0Ymxgdc9TJ2OoyefdT7CD+RslNwN6lUsUXdn8dScHMCcgNZbnTl5HTYcWi5sNeAbHPmyV4APJlrDWr9L8b9pkUmy5rm5MBN3wmtBjVfO67orHYUCm4P+U5iYEludpBKdqYsyX2x/cU3Vz6RejDnOr/MJP0GdPoC1RdbRl+RerugUPheI6r2KNHGYu1tOwCEI+WueG3BY+D5/nSvh7zSfoKcDuisoR5oifkCn8Tiq255DraLzmPuKB8v/aeldFc6t4eqFkenKXYLM43OhI2G05LHBnwgni3sbHW23zLdnVPWDIJGj2udqjpURY84Ezxilis4VUL2jsQIIyuPMYlI2sgrsG/2y9rb8uYTWDovzzsCko5k1O2/t6ujsRLjCqNOOdgSQhyXbQmoWYflTLrjPQB+x8gz9/8tunbSQL7h1uMGHH4EN7a9bVgGEi4NvQ28lt/8ENfwE6uooRljbjEC4gS2AuVwf+gxR7BRGrhmuhCUoAukDqBO8cHK2CC35lnGGAdGMyqqB0A1/xFNRhKT56vJpjVFKSYsbFLLnmyqB3MhQuHQPjdzobLWCOYjExlVTCeTDXhKjZW0LiaQy4NJzQPmxtLMWAIVVLIEZ1grYamqGDfiapSCVxyOlCh3B+JmDe3uec2EIqzp+dW8tehwtPPROAo4mwSg44AtC97IVaARY4zfBmYVVPYG+wbv7IoxM5e2pMpLoktpOI4LdlXkK71PG7FEsGivPbv7acHbsnnk1Je47ZoBvzV2XM/ugthEnhujcqJXT6igak7q6dnc58zEvsnKwYBw1covB/aGQskItcMW+3UOUYrBh8v3om4rSqdOJ5OXl5dLKHcvjU0mNaub3N/d3H6e314wC9dNtK6y/qfLq6tqLTeOMtBtK18F4/4GmvA7TXIFUrdaoQriT+L5SoRiujdSrCZytXLer0dDi1CkxhHzbTZLcPjFqqLg5W8eLYd0sYNtGeBYOv49cFs3uwmiePNQdyZvg+28tPcATVHRa7HtQoQIq0alGWLxuPRVurueeIUBbQEF37QUIeby+1T3UuI6ijCnFi/PThn72yzE8+ai+A/HFszP",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/get-ticket-ids-using-get"}},b={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchNumber",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:14.363Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "launchNumber": 0,\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:14.363Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:14.363Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/ef389cd6.2d1d2c3d.js b/assets/js/ef389cd6.ed7d3c95.js similarity index 98% rename from assets/js/ef389cd6.2d1d2c3d.js rename to assets/js/ef389cd6.ed7d3c95.js index a106cf4fd..9f44cd6b7 100644 --- a/assets/js/ef389cd6.2d1d2c3d.js +++ b/assets/js/ef389cd6.ed7d3c95.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94396],{85902:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>k,contentTitle:()=>v,default:()=>P,frontMatter:()=>y,metadata:()=>N,toc:()=>B});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),c=(s(82723),s(9487)),d=s.n(c),p=s(41429),m=s.n(p),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),x=s(9472),b=s.n(x),f=(s(1176),s(12005),s(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integration-using-get",permalink:"/docs/api/service-api/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/update-global-integration-using-put"}},k={},B=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-24T15:34:13.760Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.760Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[94396],{85902:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>k,contentTitle:()=>v,default:()=>P,frontMatter:()=>y,metadata:()=>N,toc:()=>B});var i=s(85893),n=s(11151),t=s(58219),r=s.n(t),l=(s(62316),s(51039)),o=s.n(l),c=(s(82723),s(9487)),d=s.n(c),p=s(41429),m=s.n(p),g=s(5397),h=s.n(g),u=s(4667),j=s.n(u),x=s(9472),b=s.n(x),f=(s(1176),s(12005),s(85162));const y={id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",source:"@site/docs/api/service-api/get-global-integration-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-global-integration-using-get",permalink:"/docs/api/service-api/get-global-integration-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-global-integration-using-get",title:"Get global Report Portal integration instance",description:"Get global Report Portal integration instance",sidebar_label:"Get global Report Portal integration instance",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVk1T2zAQ/SuePbUdEUOn7cGnpkBpBgoZPk5MDoq9idXKkpDWUMbj/95Z2UkckjI0l0y0+1ZPb7/SAMllgOwelCFceknKmoPcGvJWa/QwE2AddueTAjJYIp1pO5d6sgHcBWWWZ6e3IMBJLysk9By0ASMrhGwYfFKAAGUgAyepBAEFhtwrx7Y9nh4fauWxgIx8jQJCXmIlIWuAnt06NHoQsLC+ktQdffkEbTtjeHDWBAyM+Hh4yF/bF16dgwB+MBpi64f0A38N7lGk+aLBe68x2NrnCGLFws5/YU78fs9ykepuzD1GwIkkHHAO5JVZDikXkvCAVIXQig5l/S6gFYBGzjXLsbbNrdUoDRtV8SZhxFDl6SBhzevPabeRt9F3r0BserNIsqbyu7ZP+wRCU1dcnVfju9sfIODb+GZyDAJur85PL0HA96vrnyDg4mQ8hdlKuv8WvECSSr9NgFcTsPS2dmtdXuaua4Y9BtpGvFLSr0Vx3jLpyduKoPvw253HXBI/aSF1wJcdeYaULGPHJ9forKdkaj1JnQxKIVEmkDQx2RVSaftJEQcClZBB+niUDgBps9XoLQgI6B9XY6P2GjJonLdkc6vbLE0bLhPrFT23qXRqZ3B03HpqXSwQ8Ci94nzF3K7CdUNgIWvNepRELuyEm658NzXIjiB6fy62NaPdqfLDBko4U4k0RRJVe6cWiUEssHif2MULLdeEN7wKrOzIRy8XnUbKctpmLFVed/feNzBH6dGPa5b5fsZmZRZ22JhDaf6h24rHeDpJCpvXFRqKuemHo8zjcOzH+U3tGMTaVFJxqkJ38nWHrwCtcjQBB/Cxk3mJycfRIYg+1SxqlqZPT08jGa0j65dpDw3pxeT49PLm9IAhrQCuk47959HRUXfmbKBKmsE1/1u4W7qsO4jwD6VOSxUbPLJt+qK+h8cj2BqJICDb3mAzAaUNxM5NM5cB77xuWz5+qNFzBmebKo35LFToJ8y+dmw2uwreXffL8X3ycm3uJd8fSvMcO0PX/AsE/Mbnnc3bcoGXKAv0kVXnM85zdDRA87bkkls3Pf8LaNu/PJ/eqQ==",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"},next:{title:"Update global Report Portal integration instance",permalink:"/docs/api/service-api/update-global-integration-using-put"}},k={},B=[{value:"Request",id:"request",level:2}];function q(e){const a={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"})}),"\n",(0,i.jsx)(o(),{method:"get",path:"/v1/integration/{integrationId}"}),"\n",(0,i.jsx)(a.p,{children:"Get global Report Portal integration instance"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(m(),{className:"paramsItem",param:{name:"integrationId",in:"path",description:"integrationId",required:!0,schema:{type:"integer",format:"int64"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(d(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(b(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationParameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"integrationType"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"details"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(h(),{responseExample:'{\n "creationDate": "2024-10-28T14:15:14.284Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.284Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n}',language:"json"})})]})})})})]})})})})]})}function P(e={}){const{wrapper:a}={...(0,n.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(q,{...e})}):q(e)}}}]); \ No newline at end of file diff --git a/assets/js/f0f5300a.d508ce2d.js b/assets/js/f0f5300a.ac4d8139.js similarity index 66% rename from assets/js/f0f5300a.d508ce2d.js rename to assets/js/f0f5300a.ac4d8139.js index a31f26b01..dd3a6936f 100644 --- a/assets/js/f0f5300a.d508ce2d.js +++ b/assets/js/f0f5300a.ac4d8139.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16688],{43793:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>D,frontMatter:()=>b,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),m=a.n(t),c=(a(82723),a(9487)),o=a.n(c),p=a(41429),d=a.n(p),h=a(5397),u=a.n(h),x=a(4667),j=a.n(x),g=a(9472),y=a.n(g),f=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tuGzcQ/ZXFPCXBSmspToDuU5XYbY3m4vryUkUoqOVIYrpLbsihLxD234vhXrSy1oYN5K16kqiZ4eHMmeHhFkisHaRzyIXX2WaUGU3W5DlaWMRgSrSClNFnElIo0K7xU7BDd+2UXp9/vbz6ZwIxlMKKAgktx9qCFgVCCqU13zGjL/wrBqV5SdAGYpDoMqtKDn1gZ/GHVxYlpGQ9xuCyDRYC0i3QfclhHVml11BVi9oYHX0w8p4t9uN+ZsBR3iCOGttoycYx8FFRE7uJssxVFk6afHfsu+1vqyjHNlx7/ou/9qDOAe8Itbz0itCd9GDE0AKAuE7MIm5PYpZ8bs6f5VSTQhfgEFm19FT/amyFtYJhK8LC9WGdERaz1uMCnfE24zw+vce/eD+Q0hhuRO5xKNlV9aBsA86o5ZUqBtxjWBlbCIIUpCAcEVuxwyNJ2wVYGpOj0Gzc5fGppNTrShOu0fb3VZreHwOfIvD4Khge4kTtCy7nh9nl2UeI4eT09BwW7GXkkw4np7/Nrj9dBZcP178Hn7oPBhLlSFh6Sarq/O+3RlhwpdGuzsn06OiwB77+uU/1N8mbYXbXxO7xp09uJVvyxqB9sQyp3R0ifCfPDPdeyWcwXIv8nifIM2rZMTDmPrXmThWC8MTXk6ln2AHbJdD4ZR6I9v9pqY1wF0hW7Z2010VKPqtPuN0cfTZSrRTK529fIAkpqD+vh9NV/eyeasr/vMOZW71nuwtj0fpHBtCLu7buC+VIZXv8uuxWn00uiSvMyA2lVUipmD8iP99zeaHdcLreTiHwFO8w8+z9s0NX3fAYqkYYJ4Ot03RPaTETxAxdidxhDHejzEhcox419/2I7/tRI0mKgzt8SDI4pMisIldiFui/0xBKR5kpCqMjo7lo4QJzdVrmzQh4EkI3Dg6gsJwpkDaGtVZpXOAAy6UUkptJsu2ppCqpASUhBo9ftDet+PI2hxTYnExm8ipNkq3wtDFW0X2ViFIdnPoCS2Pp3FgSeVTHCkCtEsu8rmQbruGi8DlXcUNUuoNw563trpPZEOLGntu4Q3R4Zf1hHEWcrEhoGTGy6JVaRRpRonzNhanxRg8B73BJLMzYBqsyGI2VYdYsOFWZr/edb2GJwqKdec7yfMF/s/y72InK0ztRlDk+VGVdqbv2b6vaMnTxMCm94dZMdJgeTY9Hk6PR9Phq8i59e5xO3o7fT3/5G54QRrUm3kmh+dFiT9F0wqWerb0R2nRAh6M3zR5HwheGXpn+8OqT5REmtZWZnZ9F0mS+QE2iUcOsRUQWtEiD6NKX7MSnLoRi8rp65deDCsaQqwy1w577rBTZBqPp+IjlRyA/0yxNktvb27EI/46NXSeNq0s+nX08/XJ5OmIXvp/Ruhr9u/FkUq9x/xVC97Z56WQYvtgJ7ygpc6HChRLQbpsun8MNP6XS/ddQHR+aGrOy2vBoSOew3S6Fw2ubVxUv//BomdSLXeMGnkrl+PtuQD4A1mlDeHXRKL7X0T6GQeythtL3PfZD3PRFP0DF/b5BIfnG7TrnY73vKNB2F+HgKVbFrccsy7Ckni1r2b2pye9RiGHZvAabFrDiluWsuIUUvsE3BmnK7ioL61vIhV57sWb7elv+/AdP6Cv3",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post-1",permalink:"/docs/api/service-api/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tuGzcQ/ZXFPCXBSmspToDuU5XYbY3m4vryUkUoqOVIYrpLbsihLxD234vhXrSy1oYN5K16kqiZ4eHMmeHhFkisHaRzyIXX2WaUGU3W5DlaWMRgSrSClNFnElIo0K7xU7BDd+2UXp9/vbz6ZwIxlMKKAgktx9qCFgVCCqU13zGjL/wrBqV5SdAGYpDoMqtKDn1gZ/GHVxYlpGQ9xuCyDRYC0i3QfclhHVml11BVi9oYHX0w8p4t9uN+ZsBR3iCOGttoycYx8FFRE7uJssxVFk6afHfsu+1vqyjHNlx7/ou/9qDOAe8Itbz0itCd9GDE0AKAuE7MIm5PYpZ8bs6f5VSTQhfgEFm19FT/amyFtYJhK8LC9WGdERaz1uMCnfE24zw+vce/eD+Q0hhuRO5xKNlV9aBsA86o5ZUqBtxjWBlbCIIUpCAcEVuxwyNJ2wVYGpOj0Gzc5fGppNTrShOu0fb3VZreHwOfIvD4Khge4kTtCy7nh9nl2UeI4eT09BwW7GXkkw4np7/Nrj9dBZcP178Hn7oPBhLlSFh6Sarq/O+3RlhwpdGuzsn06OiwB77+uU/1N8mbYXbXxO7xp09uJVvyxqB9sQyp3R0ifCfPDPdeyWcwXIv8nifIM2rZMTDmPrXmThWC8MTXk6ln2AHbJdD4ZR6I9v9pqY1wF0hW7Z2010VKPqtPuN0cfTZSrRTK529fIAkpqD+vh9NV/eyeasr/vMOZW71nuwtj0fpHBtCLu7buC+VIZXv8uuxWn00uiSvMyA2lVUipmD8iP99zeaHdcLreTiHwFO8w8+z9s0NX3fAYqkYYJ4Ot03RPaTETxAxdidxhDHejzEhcox419/2I7/tRI0mKgzt8SDI4pMisIldiFui/0xBKR5kpCqMjo7lo4QJzdVrmzQh4EkI3Dg6gsJwpkDaGtVZpXOAAy6UUkptJsu2ppCqpASUhBo9ftDet+PI2hxTYnExm8ipNkq3wtDFW0X2ViFIdnPoCS2Pp3FgSeVTHCkCtEsu8rmQbruGi8DlXcUNUuoNw563trpPZEOLGntu4Q3R4Zf1hHEWcrEhoGTGy6JVaRRpRonzNhanxRg8B73BJLMzYBqsyGI2VYdYsOFWZr/edb2GJwqKdec7yfMF/s/y72InK0ztRlDk+VGVdqbv2b6vaMnTxMCm94dZMdJgeTY9Hk6PR9Phq8i59e5xO3o7fT3/5G54QRrUm3kmh+dFiT9F0wqWerb0R2nRAh6M3zR5HwheGXpn+8OqT5REmtZWZnZ9F0mS+QE2iUcOsRUQWtEiD6NKX7MSnLoRi8rp65deDCsaQqwy1w577rBTZBqPp+IjlRyA/0yxNktvb27EI/46NXSeNq0s+nX08/XJ5OmIXvp/Ruhr9u/FkUq9x/xVC97Z56WQYvtgJ7ygpc6HChRLQbpsun8MNP6XS/ddQHR+aGrOy2vBoSOew3S6Fw2ubVxUv//BomdSLXeMGnkrl+PtuQD4A1mlDeHXRKL7X0T6GQeythtL3PfZD3PRFP0DF/b5BIfnG7TrnY73vKNB2F+HgKVbFrccsy7Ckni1r2b2pye9RiGHZvAabFrDiluWsuIUUvsE3BmnK7ioL61vIhV57sWb7elv+/AdP6Cv3",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/get-debug-launches-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(f.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-24T15:34:13.862Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-24T15:34:13.862Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-24T15:34:13.862Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function D(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[16688],{43793:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>k,frontMatter:()=>b,metadata:()=>N,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),l=a.n(r),t=(a(62316),a(51039)),m=a.n(t),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),j=a(4667),x=a.n(j),g=a(9472),f=a.n(g),y=(a(1176),a(12005),a(85162));const b={id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tuGzcQ/ZXFPCXBSmspThHsU5XYbY3m4vryUkUoqOVIYrpLbsihLxD234vhXrSy1oYN5K16kqiZ4eHMmeHhFkisHaRzyIXX2WaUGU3W5DlaWMRgSrSClNFnElIo0K7xU7BDd+2UXp9/vbz6ZwIxlMKKAgktx9qCFgVCCqU13zGjL/wrBqV5SdAGYpDoMqtKDn1gZ/GHVxYlpGQ9xuCyDRYC0i3QfclhHVml11BVi9oYHX0w8p4t9uN+ZsBR3iCOGttoycYx8FFRE7uJssxVFk6afHfsu+1vqyjHNlx7/ou/9qDOAe8Itbz0itCd9GDE0AKAuE7MIm5PYpZ8bs6f5VSTQhfgEFm19FT/amyFtYJhK8LC9WGdERaz1uMCnfE24zw+vce/eD+Q0hhuRO5xKNlV9aBsA86o5ZUqBtxjWBlbCIIUpCAcEVuxwyNJ2wVYGpOj0Gzc5fGppNTrShOu0fb3VZp+OQY+ReDxVTA8xInaF1zOD7PLs48Qw8np6Tks2MvIJx1OTn+bXX+6Ci4frn8PPnUfDCTKkbD0klTV+d9vjbDgSqNdnZPp0dFhD3z9c5/qb5I3w+yuid3jT5/cSrbkjUH7YhlSuztE+E6eGe69ks9guBb5PU+QZ9SyY2DMfWrNnSoE4YmvJ1PPsAO2S6DxyzwQ7f/TUhvhLpCs2jtpr4uUfFafcLs5+mykWimUz9++QBJSUH9eD6er+tk91ZT/eYczt3rPdhfGovWPDKAXd23dF8qRyvb4ddmtPptcEleYkRtKq5BSMX9Efr7n8kK74XS9nULgKd5h5tn7Z4euuuExVI0wTgZbp+me0mImiBm6ErnDGO5GmZG4Rj1q7vsR3/ejRpIUB3f4kGRwSJFZRa7ELNB/pyGUjjJTFEZHRnPRwgXm6rTMmxHwJIRuHBxAYTlTIG0Ma63SuMABlkspJDeTZNtTSVVSA0pCDB6/aG9a8eVtDimwOZnM5FWaJFvhaWOsovsqEaU6OPUFlsbSubEk8qiOFYBaJZZ5Xck2XMNF4XOu4oaodAfhzlvbXSezIcSNPbdxh+jwyvrDOIo4WZHQMmJk0Su1ijSiRPmaC1PjjR4C3uGSWJixDVZlMBorw6xZcKoyX+8738IShUU785zl+YL/Zvl3sROVp3eiKHN8qMq6Unft31a1ZejiYVJ6w62Z6DA9mh6PJkej6furyXE6eZdOjsfTt+//hieEUa2Jd1JofrTYUzSdcKlna2+ENh3Q4ehNs8eR8IWhV6Y/vPpkeYRJbWVm52eRNJkvUJNo1DBrEZEFLdIguvQlO/GpC6GYvK5e+fWggjHkKkPtsOc+K0W2wWg6PmL5EcjPNEuT5Pb2dizCv2Nj10nj6pJPZx9Pv1yejtiF72e0rkb/bjyZ1Gvcf4XQvW1eOhmGL3bCO0rKXKhwoQS026bL53DDT6l0/zVUx4emxqysNjwa0jlst0vh8NrmVcXLPzxaJvVi17iBp1I5/r4bkA+AddoQXl00iu91tI9hEHurofR9j/0QN33RD1Bxv29QSL5xu875WO87CrTdRTh4ilVx6zHLMiypZ8tadm9q8nsUYlg2r8GmBay4ZTkrbiGFb/CNQZqyu8rC+hZyodderNm+3pY//wFJmCv1",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",source:"@site/docs/api/service-api/merge-launches-using-post-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/merge-launches-using-post-1",permalink:"/docs/api/service-api/merge-launches-using-post-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"merge-launches-using-post-1",title:"Merge set of specified launches in common one",description:"Merge set of specified launches in common one",sidebar_label:"Merge set of specified launches in common one",hide_title:!0,hide_table_of_contents:!0,api:"eJzlV9tuGzcQ/ZXFPCXBSmspThHsU5XYbY3m4vryUkUoqOVIYrpLbsihLxD234vhXrSy1oYN5K16kqiZ4eHMmeHhFkisHaRzyIXX2WaUGU3W5DlaWMRgSrSClNFnElIo0K7xU7BDd+2UXp9/vbz6ZwIxlMKKAgktx9qCFgVCCqU13zGjL/wrBqV5SdAGYpDoMqtKDn1gZ/GHVxYlpGQ9xuCyDRYC0i3QfclhHVml11BVi9oYHX0w8p4t9uN+ZsBR3iCOGttoycYx8FFRE7uJssxVFk6afHfsu+1vqyjHNlx7/ou/9qDOAe8Itbz0itCd9GDE0AKAuE7MIm5PYpZ8bs6f5VSTQhfgEFm19FT/amyFtYJhK8LC9WGdERaz1uMCnfE24zw+vce/eD+Q0hhuRO5xKNlV9aBsA86o5ZUqBtxjWBlbCIIUpCAcEVuxwyNJ2wVYGpOj0Gzc5fGppNTrShOu0fb3VZp+OQY+ReDxVTA8xInaF1zOD7PLs48Qw8np6Tks2MvIJx1OTn+bXX+6Ci4frn8PPnUfDCTKkbD0klTV+d9vjbDgSqNdnZPp0dFhD3z9c5/qb5I3w+yuid3jT5/cSrbkjUH7YhlSuztE+E6eGe69ks9guBb5PU+QZ9SyY2DMfWrNnSoE4YmvJ1PPsAO2S6DxyzwQ7f/TUhvhLpCs2jtpr4uUfFafcLs5+mykWimUz9++QBJSUH9eD6er+tk91ZT/eYczt3rPdhfGovWPDKAXd23dF8qRyvb4ddmtPptcEleYkRtKq5BSMX9Efr7n8kK74XS9nULgKd5h5tn7Z4euuuExVI0wTgZbp+me0mImiBm6ErnDGO5GmZG4Rj1q7vsR3/ejRpIUB3f4kGRwSJFZRa7ELNB/pyGUjjJTFEZHRnPRwgXm6rTMmxHwJIRuHBxAYTlTIG0Ma63SuMABlkspJDeTZNtTSVVSA0pCDB6/aG9a8eVtDimwOZnM5FWaJFvhaWOsovsqEaU6OPUFlsbSubEk8qiOFYBaJZZ5Xck2XMNF4XOu4oaodAfhzlvbXSezIcSNPbdxh+jwyvrDOIo4WZHQMmJk0Su1ijSiRPmaC1PjjR4C3uGSWJixDVZlMBorw6xZcKoyX+8738IShUU785zl+YL/Zvl3sROVp3eiKHN8qMq6Unft31a1ZejiYVJ6w62Z6DA9mh6PJkej6furyXE6eZdOjsfTt+//hieEUa2Jd1JofrTYUzSdcKlna2+ENh3Q4ehNs8eR8IWhV6Y/vPpkeYRJbWVm52eRNJkvUJNo1DBrEZEFLdIguvQlO/GpC6GYvK5e+fWggjHkKkPtsOc+K0W2wWg6PmL5EcjPNEuT5Pb2dizCv2Nj10nj6pJPZx9Pv1yejtiF72e0rkb/bjyZ1Gvcf4XQvW1eOhmGL3bCO0rKXKhwoQS026bL53DDT6l0/zVUx4emxqysNjwa0jlst0vh8NrmVcXLPzxaJvVi17iBp1I5/r4bkA+AddoQXl00iu91tI9hEHurofR9j/0QN33RD1Bxv29QSL5xu875WO87CrTdRTh4ilVx6zHLMiypZ8tadm9q8nsUYlg2r8GmBay4ZTkrbiGFb/CNQZqyu8rC+hZyodderNm+3pY//wFJmCv1",sidebar_class_name:"post api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get list of latest project launches by filter",permalink:"/docs/api/service-api/get-latest-launches-using-get"},next:{title:"Get launches of specified project from DEBUG mode",permalink:"/docs/api/service-api/get-debug-launches-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"})}),"\n",(0,i.jsx)(m(),{method:"post",path:"/v1/{projectName}/launch/merge"}),"\n",(0,i.jsx)(s.p,{children:"Merge set of specified launches in common one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsx)(o(),{className:"openapi-tabs__mime",children:(0,i.jsx)(y.default,{label:"application/json",value:"application/json-schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,i.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,i.jsx)(s.p,{children:"Body"})}),(0,i.jsx)("strong",{className:"openapi-schema__required",children:(0,i.jsx)(s.p,{children:"required"})})]}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,i.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,i.jsx)(s.p,{children:"Merge launches request body"})})}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"extendSuitesDescription",required:!0,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"launches",required:!0,schemaName:"int64[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"integer",format:"int64"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"mergeType",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`BASIC`, `DEEP`]",schema:{type:"string",enum:["BASIC","DEEP"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}})]})]})})}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(l(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(f(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!1,name:"analysing",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(x(),{collapsible:!1,name:"approximateDuration",required:!1,schemaName:"double",qualifierMessage:void 0,schema:{type:"number",format:"double"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!1,name:"hasRetries",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"lastModified",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"metadata"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"mode",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`DEFAULT`, `DEBUG`]",schema:{type:"string",enum:["DEFAULT","DEBUG"]}}),(0,i.jsx)(x(),{collapsible:!1,name:"name",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"number",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(x(),{collapsible:!1,name:"owner",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"rerun",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(x(),{collapsible:!1,name:"startTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(x(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(x(),{collapsible:!1,name:"status",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(x(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "analysing": [\n "string"\n ],\n "approximateDuration": 0,\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "description": "string",\n "endTime": "2024-10-28T14:15:14.384Z",\n "hasRetries": true,\n "id": 0,\n "lastModified": "2024-10-28T14:15:14.384Z",\n "metadata": {},\n "mode": "DEFAULT",\n "name": "string",\n "number": 0,\n "owner": "string",\n "rerun": true,\n "startTime": "2024-10-28T14:15:14.384Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "uuid": "string"\n}',language:"json"})})]})})})})]})})})})]})}function k(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/f58ab7d7.67fd6530.js b/assets/js/f58ab7d7.75d10d47.js similarity index 99% rename from assets/js/f58ab7d7.67fd6530.js rename to assets/js/f58ab7d7.75d10d47.js index e0c5d6722..fd129aeec 100644 --- a/assets/js/f58ab7d7.67fd6530.js +++ b/assets/js/f58ab7d7.75d10d47.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63128],{79196:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>M});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get"}},q={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:16.120Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:16.120Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:16.120Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[63128],{79196:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>b,default:()=>I,frontMatter:()=>N,metadata:()=>v,toc:()=>M});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),u=a.n(h),g=a(4667),j=a.n(g),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},b=void 0,v={id:"api/service-api/versions/5.10/get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-cluster-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWEtz4zYM/isannZ3tHGyfRx8apqm3Uyz20yc7SWTAyzBErsUqSXBZF2P/nsHelmyJVvO9OREBEAQ+PgBxEYQJE7MHwWho/eSMHsfGU3WKIVWPIXC5GiBpNE3sZiLBGnhkwQdYXylvCO0N4SZ++KkTv64fhChyMFChoSWzW6EhgzFXES1cCxCIbWYixwoFaGI0UVW5rzBjpTFb15ajMWcrMdQuCjFDMR8I2ids0mpCRO0IhQrYzOg6tPPP4qiCNt9c2v+wYg+83+Hdu7LHd3bkZU6EUXxxMIuN9qh4/UP5+f80zf+158iFBxW1MSr72bv+GfPKlgLa3aTQ1p+l6R4oY05B1uEjbxZss8cc8tpIln5oEzipli9Nck9OuNt1D/zo5CcAO9lzAg4vNlSarDrq+3hGuu/9hb69utYPLDlsNqNUp8tNUh1M2HTrv5+UkqLQ5+7ewzkcldxHGBVMG+mCivwOkqni+Mzqn0HQ4HaZxw+tNaw6gtYXaJ6ZUpALz1LkYUyoSsgUJxH/VWbFy2eilBk6Bwkw0FrozO8KrMBtY77MRC+L6WKGjtDIS5C4Sow3w8h/KY6ypHstywxLZ7o7oyT1V08ovDDh0phERnbPa722bIvvFIGqESC+4Q2wfjWJB2FpTEKQVcCzuMoVE/FRile0tSQtQwoSk9wPkNKTTxuTupFaryKP7HdidHLTIzqdwTyFtmyGzbdkfoblD8kVqJiaDW3JkLnMH7oo/PAiWuinxhuiwqfQVPJu6ep3JpkclYtOq/oRJRyxT7Br0b8FL+8K3F9K3UvPYe88g7tVWpkhJMUio5nbTHq8MLD7toxcgAiK5eecFIJZNOXjcbkPb7iehCOz4zjMdqLTIz3uBpU7LULA+uodxF+hH9TcFepVLFFPUxKKbgFAbkRyppcBpnbegEtP+x0Ey0BHi3s4MlcalDrfzEedi0yWdZ0Gnth+k5oNajF2nF55m0noeB6X+8oBpbk7vaoZOvKktwXO1xJc+UTqUc51/llJuk3oOMXqL7YMvqKNNjShMIPOlH1Ook2Futo29NrV/Ha6sXA88N0r8ei0n1VHE/oXSM90t/yBT6KxVfd8hxsH52HwlG+RIZPS+m2dLaHqj5OpikOCytNZsJmh+OWpyZ8JJ8d7LR7dh8m/ZVj3oyCpm4DptWhKnvETPCAWa7gWAnZORIjjKw8pCQiaSOvwL7ZLWtvy5tPYOk0nncEJB3JqN9Mt18nYyXGFUa9ctAKQhyXbQmou57KiXKHewD8jpFn7f/bdB2kEb7h1uMKHH4EN7W9bVRGCJfGGn2v5Tc/pjX+XipqaMaYW4yAmMBWoBzuTjAWCDZKA9eMCoISdIHUAdQUH6yMDXJrnmWMcWA0o6J6AFSTHdEwkpg9X8w2nZFIMWNjs9r2rH6AzTbtS6wQoXBon5upT1l2BJsgExlVzGezDXhKjZW0LmaQy70JzD3mxtKdsQQqqGwJJlsrYamqdDfmasCCV5yZlCh3e+buGtnts5kFRVjL82u49Wh/ZPPROAqYWALQccCeBW/kKtCIMcZvA7MKKn+DXYe3fsWYmTNbSuWl0Jk0nNInDlXkq30fN2KJYNFeeo7841N3ecEDorrd6Ai1MKkPVM6RysJdCpVcJJsnU00J3eiOhL45yuXdTRCbyHObVU7+6uEVVK1OPVhb+JyVOLxZOTMQrvryy96RQ6FkhNphR/0yhyjF4MPZuaiblPI089ns5eXlDMrVM2OTWa3qZrc3V9efF9fvWYWrMFpXef/T2cX52UVZNo2jDHTXy1ddiuF2nPA7zXIFUncaq+rCPIrnCxGK+c60sRrW1ZtzFKvrwpLbGcZTKFLjiI1sNktw+MWqouDP3zxahsjT9hqUgIml479HiGCznTSKN/d10/M26I5WBw/UlCy9Fm2PI0RYtUGdmQsPV1/lQT84r/Cha6Dg+5sixFzfH+tmTVxGEebU0eVJK9+oluZ4Rl0U/wHPnOSV",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Handle user choice from suggested items",permalink:"/docs/api/service-api/versions/5.10/handle-suggest-choose-using-put"},next:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get"}},q={},M=[{value:"Request",id:"request",level:2}];function _(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/cluster/{clusterId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"clusterId",in:"path",description:"clusterId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:16.574Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:16.575Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:16.575Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function I(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(_,{...e})}):_(e)}}}]); \ No newline at end of file diff --git a/assets/js/f5968bd7.7882a46d.js b/assets/js/f5968bd7.e0e916e5.js similarity index 98% rename from assets/js/f5968bd7.7882a46d.js rename to assets/js/f5968bd7.e0e916e5.js index 0c78dac45..daab7562f 100644 --- a/assets/js/f5968bd7.7882a46d.js +++ b/assets/js/f5968bd7.e0e916e5.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[73580],{93201:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>G,frontMatter:()=>q,metadata:()=>N,toc:()=>P});var i=s(85893),t=s(11151),n=s(58219),r=s.n(n),o=(s(62316),s(51039)),l=s.n(o),c=(s(82723),s(9487)),m=s.n(c),d=s(41429),p=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),f=s(9472),x=s.n(f),y=(s(1176),s(12005),s(85162));const q={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-info-using-get",permalink:"/docs/api/service-api/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/get-all-project-names-using-get"}},b={},P=[{value:"Request",id:"request",level:2}];function Q(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(a.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-24T15:34:13.779Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-24T15:34:13.779Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function G(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(Q,{...e})}):Q(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[73580],{93201:(e,a,s)=>{s.r(a),s.d(a,{assets:()=>b,contentTitle:()=>v,default:()=>G,frontMatter:()=>q,metadata:()=>N,toc:()=>P});var i=s(85893),t=s(11151),n=s(58219),r=s.n(n),o=(s(62316),s(51039)),l=s.n(o),c=(s(82723),s(9487)),m=s.n(c),d=s(41429),p=s.n(d),h=s(5397),u=s.n(h),g=s(4667),j=s.n(g),f=s(9472),x=s.n(f),y=(s(1176),s(12005),s(85162));const q={id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},v=void 0,N={id:"api/service-api/get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",source:"@site/docs/api/service-api/get-project-info-using-get.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-info-using-get",permalink:"/docs/api/service-api/get-project-info-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-info-using-get",title:"getProjectInfo",description:"getProjectInfo",sidebar_label:"getProjectInfo",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVsFy2zYQ/RXOnpIMLdpO2wNP8bSe1tM0dR17etDosCZXImoQoBcLuQqH/95ZklIoS04dXzgGHnYf3u5bqAXBVYB8Dg37f6iQk8I7YW8tMSxS8A0xivHuqoQcViTXA+zKLf1dMG716+UtpNAgY01CrKFacFgT5GCcEK/RQgrGQQ6PkXgDKZQUCjaNht1HhaKiGiFvQTaNRgjCxq36I0uMViCH939A16W7HCPtT/rfmKZBqQ6y7OOYHqNhKiEXjvRy4q5bKDg03gUKun9+eqqf/eB//g4pqHDkRHffZe/0M4lqxGrYiXo3FHzkQtmMOf297qmarLKLGTIWTH0FfkGhY9IsPdeoypQodCKmJuhSICe8ue2hB5dKwZSTZS3Aingayjj56QcFWgxyE93r81qMrqgoXBPfBeLJQWRGrb4RqsNUlI/PjvyvID4OMn+T//tzpbOM1vY1P1Labp/u30QPR8XaYv6K6MTI5pWpPa/QmS849MiRuNOWPLYfnXmMdGuKB5LwyqQxEH8f0eFP7dIwFShqiiXaQM8dtG9+SKEmqfw4FvoZIBXkkK3PsvFmmTVBsnZyz05NTrzeDorIFnJQhPjC2y7PshajVJ6NbLoMG3Ng5BtqPMu1Z0GbDLEghTWywXs7NMg23GDU7eCoRJpwEO56i1XLxFonoQIhHfGLLoUdo0Pn/+aDJDqKEnRlosySN2aZOKKSyreJXyYD3+Q54a+8Sqr9jHtU04NmxmtZFipVEYe88xbuCZn4IqrK84VuG63DxEhTaV7Qbcvj4voqKX0Ra3IydOgwwLDonTUO18+x0UOqTY1GSxWGlQ8HfFOwpiAXaHL8osGiouR8dgrpWGoVNc+yp6enGfa7M8+rbDwaso9XP19++nx5oke6FLRPBvY/zs7OhrXGB6nRTdIcNObexXcWEPpXssaicb1RuG+PoWnnsD6DnSFB7xL0k08tukih8kEU3bb3GOiObdfp8vCuaY1KE7QLX7BQ+/WNmL56R/k90GYftUYbFQZa+W27f2fSNzfju/c22X8Pj1LYzm23mabfUpsG6NQlFWGpA3/ejoiLoqBGJmf1WVT2u8GhPx667j/8N+1h",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"getAllProjectsInfo",permalink:"/docs/api/service-api/get-all-projects-info-using-get"},next:{title:"getAllProjectNames",permalink:"/docs/api/service-api/get-all-project-names-using-get"}},b={},P=[{value:"Request",id:"request",level:2}];function Q(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:s}=a;return s||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(a.p,{children:"getProjectInfo"})}),"\n",(0,i.jsx)(l(),{method:"get",path:"/v1/project/list/{projectName}"}),"\n",(0,i.jsx)(a.p,{children:"getProjectInfo"}),"\n",(0,i.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,i.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(a.p,{children:"Query Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsx)("ul",{children:(0,i.jsx)(p(),{className:"paramsItem",param:{name:"interval",in:"query",description:"interval",schema:{type:"string",default:"3M"}}})})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(r(),{label:void 0,id:void 0,children:(0,i.jsxs)(y.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(a.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(m(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(y.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(x(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(y.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(a.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"entryType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"lastRun",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(a.p,{children:"launchesPerUser"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(a.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(a.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"count",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"fullName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(a.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesPerWeek",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchesQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"organization",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"projectName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueTickets",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usersQuantity",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(y.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(u(),{responseExample:'{\n "creationDate": "2024-10-28T14:15:14.301Z",\n "entryType": "string",\n "id": 0,\n "lastRun": "2024-10-28T14:15:14.301Z",\n "launchesPerUser": [\n {\n "count": 0,\n "fullName": "string"\n }\n ],\n "launchesPerWeek": "string",\n "launchesQuantity": 0,\n "organization": "string",\n "projectName": "string",\n "uniqueTickets": 0,\n "usersQuantity": 0\n}',language:"json"})})]})})})})]})})})})]})}function G(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,i.jsx)(a,{...e,children:(0,i.jsx)(Q,{...e})}):Q(e)}}}]); \ No newline at end of file diff --git a/assets/js/f7aeb356.5edc3e29.js b/assets/js/f7aeb356.5edc3e29.js deleted file mode 100644 index 3098f904b..000000000 --- a/assets/js/f7aeb356.5edc3e29.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[67689],{50760:(e,i,s)=>{s.r(i),s.d(i,{assets:()=>b,contentTitle:()=>y,default:()=>M,frontMatter:()=>N,metadata:()=>S,toc:()=>D});var a=s(85893),n=s(11151),l=s(58219),r=s.n(l),t=(s(62316),s(51039)),c=s.n(t),d=(s(82723),s(9487)),p=s.n(d),o=s(41429),m=s.n(o),h=s(5397),u=s.n(h),x=s(4667),j=s.n(x),f=s(9472),v=s.n(f),g=(s(1176),s(12005),s(85162));const N={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm1v2zYQ/ivCfWoL2YrdtMD0qV7mYEaDxLMdDGhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLNgbSByhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9sbB7w3XGym94t/BhCDYpqVaFGTpxoEKxHS4HGSQwxcQAqK2S3EkKPJNFfk9Rik8UfFNeaQWl1hDCbbYskgrcHuFDk0VnOxgaaJ9zGUlt8ws7f077Uwx7ifj7T0YDT2d5nvCHHst0vJ7C+IgfhDYQnJlCp45uhLvhmC191I3BYU6tp5GD9jVhHSOTnk9wAo8gUvkaoRkpMrOgrRrqk+lqNx4azVfFVZ/y9gmdZsR8xYLE037MRiOdpbuKivu/+OuzMExWB2xmLZ2VpJWSATEAM+s1JRtDUrDDYxPLKiwnM0N82Lgp0J1BJxshfDWuqSWUghZxZ7llCUmWW2MufwKKqSuJ2O5vPxHxDD9Why4z7mi7vp1H99noSvye1iPJvdTxfu39Xo9mp8cxN2ru8ghr9Hs1tYNv4Yx73lFoySwngWhxcXp0109/m4cd4l717rldBt8/8tGc/PEllw8f3shqjKFerOFhcWN6i7DHNhP166ioWiKY0Zs3ReV+UYnnuZzHGDohcmp7eS+a4XBvZkYI6p8CeMvCpEa6kjozDja455FGbYNZZFYbgUXm9ca74ad996L+PTgJdot5L0TVWOQ9KPFJLHQVJ3ZKNJfFJJ3UpWk3hnEINB/diqX6ULSIFMrcxk0aRJUrPKbqXmdtckTPGTU89QSW2nUltWRN6XS1lztip8LVt3vnvWrCqoGltrlTlxN22xh04nIMQBv2xi2Gd02o5/SmMjoi1iIo8os+gNX0cCMcf8bSTXkc83epnwIa8cS9nXDqUcqM8lNc2SqMoqH/ehhhUyjXpUEeMPS9omoZwdFHfcSsixvu2Lvh/pVoZCE7blbpt7+ZKjjhYEWYHhxfCyN7joDS8Xgw/p+8t08L7/cfjbFzhISasYDd01a9mdzW4N/6PALWGj6STKZVaVKKy7HsL4s8yNf5iUeaXIiFIsGaeeMn7l0wmxNNMZCoMd85Fi2RajYf8C4tCTVP00SZ6envrM7fal3iTB1CQ3k6vx7XzcIxMSa9TGZ/+hPxj4NSWNLZnohPm5gT2v7RafbaIKxgX5djnWYfwe4JEeFunxve2j0Hrn2RCGcBnDVhpLpnW9YgbvddE0tPyjQk3ttjyMlOugnBv6PijXiyz3igxvZkHU30adwGdP0d67YtcRHYhDu+6t6QnzS/GPCfmFFLoOGlKCLbKcVH8/U1c+bm9Bfg4eTp4zdAZvMcoyVLaDpRvsSFqn9wuIYRXeUKXMCaXZEz122BOk8BW+Uo7Snd4pnluvoWBiU7EN4X1U+v0LPKyl9A==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},y=void 0,S={id:"api/service-api/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put-1",permalink:"/docs/api/service-api/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm1v2zYQ/ivCfWoL2YrdtMD0qV7mYEaDxLMdDGhqDLR0ttlKJEtSSQxB/304krLl2MuK+pNMPvfC5+4esgbLNgbSByhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9sbB7w3XGym94t/BhCDYpqVaFGTpxoEKxHS4HGSQwxcQAqK2S3EkKPJNFfk9Rik8UfFNeaQWl1hDCbbYskgrcHuFDk0VnOxgaaJ9zGUlt8ws7f077Uwx7ifj7T0YDT2d5nvCHHst0vJ7C+IgfhDYQnJlCp45uhLvhmC191I3BYU6tp5GD9jVhHSOTnk9wAo8gUvkaoRkpMrOgrRrqk+lqNx4azVfFVZ/y9gmdZsR8xYLE037MRiOdpbuKivu/+OuzMExWB2xmLZ2VpJWSATEAM+s1JRtDUrDDYxPLKiwnM0N82Lgp0J1BJxshfDWuqSWUghZxZ7llCUmWW2MufwKKqSuJ2O5vPxHxDD9Why4z7mi7vp1H99noSvye1iPJvdTxfu39Xo9mp8cxN2ru8ghr9Hs1tYNv4Yx73lFoySwngWhxcXp0109/m4cd4l717rldBt8/8tGc/PEllw8f3shqjKFerOFhcWN6i7DHNhP166ioWiKY0Zs3ReV+UYnnuZzHGDohcmp7eS+a4XBvZkYI6p8CeMvCpEa6kjozDja455FGbYNZZFYbgUXm9ca74ad996L+PTgJdot5L0TVWOQ9KPFJLHQVJ3ZKNJfFJJ3UpWk3hnEINB/diqX6ULSIFMrcxk0aRJUrPKbqXmdtckTPGTU89QSW2nUltWRN6XS1lztip8LVt3vnvWrCqoGltrlTlxN22xh04nIMQBv2xi2Gd02o5/SmMjoi1iIo8os+gNX0cCMcf8bSTXkc83epnwIa8cS9nXDqUcqM8lNc2SqMoqH/ehhhUyjXpUEeMPS9omoZwdFHfcSsixvu2Lvh/pVoZCE7blbpt7+ZKjjhYEWYHhxfCyN7joDS8Xgw/p+8t08L7/cfjbFzhISasYDd01a9mdzW4N/6PALWGj6STKZVaVKKy7HsL4s8yNf5iUeaXIiFIsGaeeMn7l0wmxNNMZCoMd85Fi2RajYf8C4tCTVP00SZ6envrM7fal3iTB1CQ3k6vx7XzcIxMSa9TGZ/+hPxj4NSWNLZnohPm5gT2v7RafbaIKxgX5djnWYfwe4JEeFunxve2j0Hrn2RCGcBnDVhpLpnW9YgbvddE0tPyjQk3ttjyMlOugnBv6PijXiyz3igxvZkHU30adwGdP0d67YtcRHYhDu+6t6QnzS/GPCfmFFLoOGlKCLbKcVH8/U1c+bm9Bfg4eTp4zdAZvMcoyVLaDpRvsSFqn9wuIYRXeUKXMCaXZEz122BOk8BW+Uo7Snd4pnluvoWBiU7EN4X1U+v0LPKyl9A==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"}},b={},D=[{value:"Request",id:"request",level:2}];function L(e){const i={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:s}=i;return s||function(e,i){throw new Error("Expected "+(i?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(i.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(i.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(i.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(s,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(i.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(p(),{className:"openapi-tabs__mime",children:(0,a.jsx)(g.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(i.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(i.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(i.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(i.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(i.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(i.p,{children:"Array ["})})}),(0,a.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(i.p,{children:"]"})})})]})]})}),(0,a.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(g.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(i.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(g.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(g.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(s,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(i.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(g.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function M(e={}){const{wrapper:i}={...(0,n.a)(),...e.components};return i?(0,a.jsx)(i,{...e,children:(0,a.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file diff --git a/assets/js/f7aeb356.c7263c83.js b/assets/js/f7aeb356.c7263c83.js new file mode 100644 index 000000000..603def53a --- /dev/null +++ b/assets/js/f7aeb356.c7263c83.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[67689],{50760:(e,s,i)=>{i.r(s),i.d(s,{assets:()=>S,contentTitle:()=>g,default:()=>q,frontMatter:()=>y,metadata:()=>b,toc:()=>k});var a=i(85893),n=i(11151),l=i(58219),r=i.n(l),t=(i(62316),i(51039)),c=i.n(t),p=(i(82723),i(9487)),o=i.n(p),d=i(41429),m=i.n(d),h=i(5397),u=i.n(h),j=i(4667),x=i.n(j),f=i(9472),v=i.n(f),N=(i(1176),i(12005),i(85162));const y={id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm1v2zYQ/ivCfWoL2Yq9dCj0qV7mYEaDxLUdDFhqDLR0ttlKJEtSSQxB/304krLl2M2K+pNMPvfC5+4esgbLNgbSByhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9sbB7w3XGym94t/BxCDYpqVaFGTpxoEKxHS4HGSQwxcQAqK2S3EkKPJNFfk9Rik8XvFNeaQWl1hDCbbYskgrcHuFDk0VnOxgaaJ9zGUll8xs7f077Uwx7ifj7T0YDT2D5nvCHHst0vJ7DPEQPyhsIRkShU8c/QlXw3B624kbgsKde08jJ8xqwjpnBzyewAU+YKXSNUIyckVHYVo11Qfy9G4cNZqvqqs/xewTGu2I2YslqYbdmKxHO0tXNTX3X/D3RmCYjA7Y7HsbK2kLJAJiAGfWako2poVBpsYHllR4Tmam+ZFwc4Eaok42YthLXXJLKSQM4s9SyjKzDJbmXN4FFVJ3E5H8/n4T4jhejS5cR/zxd106r8+TcLX5HYxns3upwv372p0ezW+uQk713cQw9+j2S0sG3+M495yC0ZJYTyLw4uL0ya6+3TcOO+Sd6/1Sui2+f+WjOdniSy4+HZ2Q1TlCnVniwuLG9Rdhrmwv1+6ioWiKY0Zs3ReV+UYnnuZzHGDohcmp7eS+a4XBvZkYI6p8CeMvCpEa6kjozDja455FGbYNZZFYbgUXm9ca74ad996L+PTgJdot5L0TVWOQ9KPFJLHQVJ3ZKNJfFJJ3UpWk3hnEINB/diqX6ULSIFMrcxk0aRJUrPKbqXmdtckTPGTU89QSW2nUltWRN6XS1lztip8LVt3vnvWrCqoGltrlTlxN22xh04nIMQBv2xi2Gd02o5/SWMjoi1iIo8os+gNX0cCMcf8bSTXkc83epnwIa8cS9nXDqUcqM8lNc2SqMoqH/ehhhUyjXpUEeMPS9omoZwdFHfcSsixvu2Lvh/pVoZCE7blbpt7+ZKjjhYEWYHhxfCyN7joDT8sBpfp4H06uOwPf/vwDxykpFWMhu6atezOZreGPyhwS9hoOolymVUlCuuuhzD+LHPjHyZlXikyohRLxqmnjF/5eEIszXSGwmDHfKRYtsVo2L+AOPQkVT9Nkqenpz5zu32pN0kwNcnN5Gp8Ox/3yITEGrXx2b/vDwZ+TUljSyY6YX5uYM9ru8Vnm6iCcUG+XY51GL8HeKSHRXp8b/sotN55NoQhXMawlcaSaV2vmMF7XTQNLX+vUFO7LQ8j5Too54a+D8r1Isu9IsObWRD1t1En8NlTtPeu2HVEB+LQrntresL8UvxjQn4hha6DhpRgiywn1d/P1JWP21uQn4OHk+cMncFbjLIMle1g6QY7ktbp/QJiWIU3VClzQmn2RI8d9gQpfIEvlKN0p3eK59ZrKJjYVGxDeB+Vfv8BOTWl8w==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},g=void 0,b={id:"api/service-api/finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",source:"@site/docs/api/service-api/finish-launch-using-put-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/finish-launch-using-put-1",permalink:"/docs/api/service-api/finish-launch-using-put-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"finish-launch-using-put-1",title:"Finish launch for specified project",description:"Finish launch for specified project",sidebar_label:"Finish launch for specified project",hide_title:!0,hide_table_of_contents:!0,api:"eJydVm1v2zYQ/ivCfWoL2Yq9dCj0qV7mYEaDxLUdDFhqDLR0ttlKJEtSSQxB/304krLl2M2K+pNMPvfC5+4esgbLNgbSByhYJbJtL5PCalkUqGEZg1SomeVSTHJIYc0FN9sbB7w3XGym94t/BxCDYpqVaFGTpxoEKxHS4HGSQwxcQAqK2S3EkKPJNFfk9Rik8XvFNeaQWl1hDCbbYskgrcHuFDk0VnOxgaaJ9zGUll8xs7f077Uwx7ifj7T0YDT2D5nvCHHst0vJ7DPEQPyhsIRkShU8c/QlXw3B624kbgsKde08jJ8xqwjpnBzyewAU+YKXSNUIyckVHYVo11Qfy9G4cNZqvqqs/xewTGu2I2YslqYbdmKxHO0tXNTX3X/D3RmCYjA7Y7HsbK2kLJAJiAGfWako2poVBpsYHllR4Tmam+ZFwc4Eaok42YthLXXJLKSQM4s9SyjKzDJbmXN4FFVJ3E5H8/n4T4jhejS5cR/zxd106r8+TcLX5HYxns3upwv372p0ezW+uQk713cQw9+j2S0sG3+M495yC0ZJYTyLw4uL0ya6+3TcOO+Sd6/1Sui2+f+WjOdniSy4+HZ2Q1TlCnVniwuLG9Rdhrmwv1+6ioWiKY0Zs3ReV+UYnnuZzHGDohcmp7eS+a4XBvZkYI6p8CeMvCpEa6kjozDja455FGbYNZZFYbgUXm9ca74ad996L+PTgJdot5L0TVWOQ9KPFJLHQVJ3ZKNJfFJJ3UpWk3hnEINB/diqX6ULSIFMrcxk0aRJUrPKbqXmdtckTPGTU89QSW2nUltWRN6XS1lztip8LVt3vnvWrCqoGltrlTlxN22xh04nIMQBv2xi2Gd02o5/SWMjoi1iIo8os+gNX0cCMcf8bSTXkc83epnwIa8cS9nXDqUcqM8lNc2SqMoqH/ehhhUyjXpUEeMPS9omoZwdFHfcSsixvu2Lvh/pVoZCE7blbpt7+ZKjjhYEWYHhxfCyN7joDT8sBpfp4H06uOwPf/vwDxykpFWMhu6atezOZreGPyhwS9hoOolymVUlCuuuhzD+LHPjHyZlXikyohRLxqmnjF/5eEIszXSGwmDHfKRYtsVo2L+AOPQkVT9Nkqenpz5zu32pN0kwNcnN5Gp8Ox/3yITEGrXx2b/vDwZ+TUljSyY6YX5uYM9ru8Vnm6iCcUG+XY51GL8HeKSHRXp8b/sotN55NoQhXMawlcaSaV2vmMF7XTQNLX+vUFO7LQ8j5Too54a+D8r1Isu9IsObWRD1t1En8NlTtPeu2HVEB+LQrntresL8UvxjQn4hha6DhpRgiywn1d/P1JWP21uQn4OHk+cMncFbjLIMle1g6QY7ktbp/QJiWIU3VClzQmn2RI8d9gQpfIEvlKN0p3eK59ZrKJjYVGxDeB+Vfv8BOTWl8w==",sidebar_class_name:"put api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Delete specified launch by ID",permalink:"/docs/api/service-api/delete-launch-using-delete"},next:{title:"Export specified launch",permalink:"/docs/api/service-api/get-launch-report-using-get"}},S={},k=[{value:"Request",id:"request",level:2}];function L(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:i}=s;return i||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("h1",{className:"openapi__heading",children:(0,a.jsx)(s.p,{children:"Finish launch for specified project"})}),"\n",(0,a.jsx)(c(),{method:"put",path:"/v1/{projectName}/launch/{launchId}/finish"}),"\n",(0,a.jsx)(s.p,{children:"Finish launch for specified project"}),"\n",(0,a.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,a.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,a.jsx)(s.p,{children:"Path Parameters"})})}),(0,a.jsx)("div",{children:(0,a.jsxs)("ul",{children:[(0,a.jsx)(m(),{className:"paramsItem",param:{name:"launchId",in:"path",description:"launchId",required:!0,schema:{type:"string"}}}),(0,a.jsx)(m(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,a.jsx)(o(),{className:"openapi-tabs__mime",children:(0,a.jsx)(N.default,{label:"application/json",value:"application/json-schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details mime","data-collapsed":!1,open:!0,children:[(0,a.jsxs)("summary",{style:{},className:"openapi-markdown__details-summary-mime",children:[(0,a.jsx)("h3",{className:"openapi-markdown__details-summary-header-body",children:(0,a.jsx)(s.p,{children:"Body"})}),(0,a.jsx)("strong",{className:"openapi-schema__required",children:(0,a.jsx)(s.p,{children:"required"})})]}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"},children:(0,a.jsx)("div",{style:{marginTop:"1rem",marginBottom:"1rem"},children:(0,a.jsx)(s.p,{children:"finishLaunchRQ"})})}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!0,className:"schemaItem",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,a.jsx)("summary",{style:{},children:(0,a.jsxs)("span",{className:"openapi-schema__container",children:[(0,a.jsx)("strong",{className:"openapi-schema__property",children:(0,a.jsx)(s.p,{children:"attributes"})}),(0,a.jsx)("span",{className:"openapi-schema__name",children:(0,a.jsx)(s.p,{children:"object[]"})})]})}),(0,a.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,a.jsx)(s.p,{children:"Array ["})})}),(0,a.jsx)(x(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"system",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean",example:!1}}),(0,a.jsx)(x(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)("li",{children:(0,a.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,a.jsx)(s.p,{children:"]"})})})]})]})}),(0,a.jsx)(x(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"endTime",required:!0,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,a.jsx)(x(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`PASSED`, `FAILED`, `STOPPED`, `SKIPPED`, `INTERRUPTED`, `CANCELLED`, `INFO`, `WARN`]",schema:{type:"string",enum:["PASSED","FAILED","STOPPED","SKIPPED","INTERRUPTED","CANCELLED","INFO","WARN"]}})]})]})})}),"\n",(0,a.jsx)("div",{children:(0,a.jsx)("div",{children:(0,a.jsx)(r(),{label:void 0,id:void 0,children:(0,a.jsxs)(N.default,{label:"200",value:"200",children:[(0,a.jsx)("div",{children:(0,a.jsx)(s.p,{children:"OK"})}),(0,a.jsx)("div",{children:(0,a.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,a.jsx)(N.default,{label:"*/*",value:"*/*",children:(0,a.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,a.jsx)(N.default,{label:"Schema",value:"Schema",children:(0,a.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,a.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,a.jsx)("strong",{children:(0,a.jsx)(s.p,{children:"Schema"})})}),(0,a.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,a.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,a.jsx)(x(),{collapsible:!1,name:"id",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"link",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,a.jsx)(x(),{collapsible:!1,name:"number",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,a.jsx)(N.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,a.jsx)(u(),{responseExample:'{\n "id": "string",\n "link": "string",\n "number": 0\n}',language:"json"})})]})})})})]})})})})]})}function q(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,a.jsx)(s,{...e,children:(0,a.jsx)(L,{...e})}):L(e)}}}]); \ No newline at end of file diff --git a/assets/js/fbd97956.cf066b81.js b/assets/js/fbd97956.3530929e.js similarity index 99% rename from assets/js/fbd97956.cf066b81.js rename to assets/js/fbd97956.3530929e.js index 37fb2a801..4c6ab84e5 100644 --- a/assets/js/fbd97956.cf066b81.js +++ b/assets/js/fbd97956.3530929e.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77829],{65980:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>L,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-24T15:34:16.123Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-24T15:34:16.123Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-24T15:34:16.124Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[77829],{65980:(e,s,a)=>{a.r(s),a.d(s,{assets:()=>q,contentTitle:()=>v,default:()=>L,frontMatter:()=>N,metadata:()=>b,toc:()=>_});var i=a(85893),n=a(11151),r=a(58219),t=a.n(r),l=(a(62316),a(51039)),m=a.n(l),c=(a(82723),a(9487)),o=a.n(c),d=a(41429),p=a.n(d),h=a(5397),g=a.n(h),u=a(4667),j=a.n(u),x=a(9472),y=a.n(x),f=(a(1176),a(12005),a(85162));const N={id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},v=void 0,b={id:"api/service-api/versions/5.10/get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",source:"@site/docs/api/service-api/versions/5.10/get-suggested-items-using-get.api.mdx",sourceDirName:"api/service-api/versions/5.10",slug:"/api/service-api/versions/5.10/get-suggested-items-using-get",permalink:"/docs/api/service-api/versions/5.10/get-suggested-items-using-get",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-suggested-items-using-get",title:"Search suggested items in analyzer for provided one",description:"Search suggested items in analyzer for provided one",sidebar_label:"Search suggested items in analyzer for provided one",hide_title:!0,hide_table_of_contents:!0,api:"eJytWN9z2zYM/ld0fGp7apx0Px78tCzL1tzSLhene8nlAZZgiStFqiSYNPPpf9+BkhzJlmw5tycnIgCCwMcPINaCIHNifi8IHb2XhMX7xGiyRim04iEWpkQLJI2+SsVcZEgLn2XoCNMrwsJ9cVJnf1zeiViUYKFAQsv21kJDgWIu2ORVKmIhtZiLEigXsUjRJVaWbLYrYvGblxZTMSfrMRYuybEAMV8Lei6DMU2YoRWxWBlbANWffv5RVFW82bG05h9M6DP/t2/bvtzBvR1ZqTNRVQ8s7EqjHTpe/3B6yj9943/9KWLBkURNvPpu9o5/dqyCtfDMbnIww3dJihd6YRZxK2+W7DNH23JmSNY+KJO5KVavTXaLznib9M98LyQnwHuZctL3b7aUGuzzxcvhWuu/9hb69ptY3LHluN6Ncl8sNUh1NWHTrv5uUoLFoc/dPQZyua04DrC4hek0YQVeJ/l0cXxEtetgLFD7gsOH1hpWfQKrA6pXJgB66VmKLISEroBAcR71V22etHioYlGgc5ANB20TneFVWQyoddxPgfB9kKoa7AyFuIqFq8F8O4Twq/ooB7KvvCO0k+OJ7sY4Wd/FAwo/fKgVFomx3eNqXyz7witlgAIS3Ce0GabXJusoLI1RCLoWcB5HoXosNoJ4oKkhawVQkh/hfIGUm3TcnNSL3HiVfmK7E6NXmBTV7wjkLbJlN2y6I/U3KL9PLKBiaLW0JkHnML3ro3PPiRuinxhuiwofQVPg3eNUrk02OasWnVd0JEq5SB/hVyt+jF/eBVxfS91Lzz6vvEN7kRuZ4CSFquPZphh1eOFue+0QOQCRlUtPOKkEsunzVmPyHl/xeRCOj4zjMdpLTIq3uBpU7LULA+uotxF+gH9zcBe5VKlFPUxKObgFAbkRyppcBpnbegENH7a6iQ0BHizs4Mmca1DP/2I67FpiiqLtNHbC9J3QalCLZ8flmbedhILLXb2DGFiSu9mhkhdXluS+2OFKWiqfST3Kuc4vC0m/AR2+QM3FlslXpMGWJhZ+0Im618m0sdhE2x5fu6rXVi8Gnh+mez0Wle574nBCb1rpkf6WL/BBLL7qlpdg++jcF47wEhk+LeUvpXNzqPrjZJrisLDSZCZsdzhseWrCR/LZwc5mz+7DpL9yyJtR0DRtwLQ6VGePmAnusCgVHCohW0dihJGV+5REIm3iFdg322Xtbbj5BJaO43lHQNKRTPrN9ObrZKykuMKkVw42gpCmoS0BddNTOVJufw+A3zHxrP1/m26CNMI33HpcgMOP4Ka2t63KCOHSWKPvtfzmx7TG30tVA80US4sJEBPYCpTD7QnGAsEmeeTaUUEUQBdJHUFD8dHK2Ki05lGmmEZGMyrqB0A9zBEtI4nZ49ls3RmJVDM2Nmtsz9b167cSsXBoH9shT6g1gvXIJEZV89lsDZ5yYyU9VzMo5c7Y5RZLY+nGWAIV1bYEM6yVsFR1jltzDUrBK05HTlS6HXM3rezLW5kFRdzI8xN449HunOajcRQxm0Sg04g9i97IVaQRU0zfRmYV1f5G2w6/+JViYU5skCqD0Ik0nMcHDlXi633v12KJYNGeew73/UN3ecFToabH6AhtsNEcKAyPQrUOQoGAZPtOanigG92R0LdHOb+5ilKTeO6twoSvmVhB3d8007SFL1mJw1uEQYFw9Zdfdo4cCyUT1A476uclJDlGH05ORdOZhNPMZ7Onp6cTCKsnxmazRtXNrq8uLj8vLt+zCpdetK72/qeTs9OTs1ArjaMCdNfLV92E4R6c8DvNSgVSd7qp+pbci8czEYv51oixntA1m/N6Myp6iEVuHLHeer0Eh1+sqir+/M2jZVQ8vCA/YCSVjv8eufDrl4mieHPbNDdvo838dPAAbV3Sz2LTyAgR171OO9Ti8emr9u5H4hUOdA1UfFlzhJQr+H3TjonzJMGSOro8S+XrsyEynj9X1X8IytMe",sidebar_class_name:"get api-method",info_path:"api/service-api/versions/5.10/reportportal",custom_edit_url:null},sidebar:"service-api-5.10",previous:{title:"Search suggested items in analyzer for provided one",permalink:"/docs/api/service-api/versions/5.10/get-suggested-cluster-items-using-get"},next:{title:"Get tickets that contains a term as a part inside for specified launch",permalink:"/docs/api/service-api/versions/5.10/get-ticket-ids-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function M(e){const s={h2:"h2",p:"p",...(0,n.a)(),...e.components},{Details:a}=s;return a||function(e,s){throw new Error("Expected "+(s?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("h1",{className:"openapi__heading",children:(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"})}),"\n",(0,i.jsx)(m(),{method:"get",path:"/v1/{projectName}/item/suggest/{itemId}"}),"\n",(0,i.jsx)(s.p,{children:"Search suggested items in analyzer for provided one"}),"\n",(0,i.jsx)(s.h2,{id:"request",children:"Request"}),"\n",(0,i.jsxs)(a,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,i.jsx)(s.p,{children:"Path Parameters"})})}),(0,i.jsx)("div",{children:(0,i.jsxs)("ul",{children:[(0,i.jsx)(p(),{className:"paramsItem",param:{name:"itemId",in:"path",description:"itemId",required:!0,schema:{type:"integer",format:"int64"}}}),(0,i.jsx)(p(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})]})})]}),"\n",(0,i.jsx)("div",{children:(0,i.jsx)("div",{children:(0,i.jsx)(t(),{label:void 0,id:void 0,children:(0,i.jsxs)(f.default,{label:"200",value:"200",children:[(0,i.jsx)("div",{children:(0,i.jsx)(s.p,{children:"OK"})}),(0,i.jsx)("div",{children:(0,i.jsx)(o(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,i.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,i.jsxs)(y(),{className:"openapi-tabs__schema",children:[(0,i.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,i.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,i.jsx)("strong",{children:(0,i.jsx)(s.p,{children:"Schema"})})}),(0,i.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,i.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"logs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"binaryContent"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"contentType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnailId",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!0,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"itemId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"level",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`error`, `warn`, `info`, `debug`, `trace`, `fatal`, `unknown`]",schema:{type:"string",enum:["error","warn","info","debug","trace","fatal","unknown"]}}),(0,i.jsx)(j(),{collapsible:!1,name:"message",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"thumbnail",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"time",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"suggestRs"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"clusterId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"esScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"isMergedLog",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"matchScore",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"methodName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"minShouldMatch",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureNames",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelFeatureValues",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"modelInfo",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"processedTime",required:!1,schemaName:"float",qualifierMessage:void 0,schema:{type:"number",format:"float"}}),(0,i.jsx)(j(),{collapsible:!1,name:"project",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"relevantLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"resultPosition",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItem",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testItemLogId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"usedLogLines",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"userChoice",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"testItemResource"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"attributes"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"codeRef",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"description",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"endTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasChildren",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"hasStats",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"issue"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"autoAnalyzed",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"comment",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"externalSystemIssues"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"btsProject",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"btsUrl",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"pluginName",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"submitDate",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"ticketId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"url",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"ignoreAnalyzer",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,i.jsx)(j(),{collapsible:!1,name:"issueType",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"launchId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"launchStatus",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"parameters"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"key",required:!0,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"value",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"parent",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"path",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"pathNames"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"itemPaths"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object[]"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,i.jsx)(s.p,{children:"Array ["})})}),(0,i.jsx)(j(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"launchPathName"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"number",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}})]})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"patternTemplates",required:!1,schemaName:"string[]",qualifierMessage:void 0,schema:{type:"array",items:{type:"string"}}}),(0,i.jsx)(j(),{collapsible:!1,name:"retries",required:!1,schemaName:"undefined[]",qualifierMessage:void 0,schema:{type:"array",items:"circular(TestItemResource)"}}),(0,i.jsx)(j(),{collapsible:!1,name:"startTime",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"statistics"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"defects"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"property name*"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})})]})}),(0,i.jsx)(j(),{collapsible:!0,className:"schemaItem",children:(0,i.jsxs)(a,{style:{},className:"openapi-markdown__details",children:[(0,i.jsx)("summary",{style:{},children:(0,i.jsxs)("span",{className:"openapi-schema__container",children:[(0,i.jsx)("strong",{className:"openapi-schema__property",children:(0,i.jsx)(s.p,{children:"executions"})}),(0,i.jsx)("span",{className:"openapi-schema__name",children:(0,i.jsx)(s.p,{children:"object"})})]})}),(0,i.jsx)("div",{style:{marginLeft:"1rem"},children:(0,i.jsx)(j(),{name:"property name*",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"},collapsible:!1,discriminator:!1})})]})})]})]})}),(0,i.jsx)(j(),{collapsible:!1,name:"status",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseHash",required:!1,schemaName:"int32",qualifierMessage:void 0,schema:{type:"integer",format:"int32"}}),(0,i.jsx)(j(),{collapsible:!1,name:"testCaseId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"type",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uniqueId",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,i.jsx)(j(),{collapsible:!1,name:"uuid",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}})]})]})}),(0,i.jsx)("li",{children:(0,i.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,i.jsx)(s.p,{children:"]"})})})]})]})}),(0,i.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,i.jsx)(g(),{responseExample:'[\n {\n "logs": [\n {\n "binaryContent": {\n "contentType": "string",\n "id": "string",\n "thumbnailId": "string"\n },\n "id": 0,\n "itemId": 0,\n "launchId": 0,\n "level": "error",\n "message": "string",\n "thumbnail": "string",\n "time": "2024-10-28T14:15:16.579Z",\n "uuid": "string"\n }\n ],\n "suggestRs": {\n "clusterId": 0,\n "esPosition": 0,\n "esScore": 0,\n "isMergedLog": true,\n "issueType": "string",\n "launchId": 0,\n "launchName": "string",\n "matchScore": 0,\n "methodName": "string",\n "minShouldMatch": 0,\n "modelFeatureNames": "string",\n "modelFeatureValues": "string",\n "modelInfo": "string",\n "processedTime": 0,\n "project": 0,\n "relevantItem": 0,\n "relevantLogId": 0,\n "resultPosition": 0,\n "testItem": 0,\n "testItemLogId": 0,\n "usedLogLines": 0,\n "userChoice": 0\n },\n "testItemResource": {\n "attributes": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "codeRef": "string",\n "description": "string",\n "endTime": "2024-10-28T14:15:16.579Z",\n "hasChildren": true,\n "hasStats": true,\n "id": 0,\n "issue": {\n "autoAnalyzed": true,\n "comment": "string",\n "externalSystemIssues": [\n {\n "btsProject": "string",\n "btsUrl": "string",\n "pluginName": "string",\n "submitDate": 0,\n "ticketId": "string",\n "url": "string"\n }\n ],\n "ignoreAnalyzer": true,\n "issueType": "string"\n },\n "launchId": 0,\n "launchStatus": "string",\n "name": "string",\n "parameters": [\n {\n "key": "string",\n "value": "string"\n }\n ],\n "parent": 0,\n "path": "string",\n "pathNames": {\n "itemPaths": [\n {\n "id": 0,\n "name": "string"\n }\n ],\n "launchPathName": {\n "name": "string",\n "number": 0\n }\n },\n "patternTemplates": [\n "string"\n ],\n "retries": [\n null\n ],\n "startTime": "2024-10-28T14:15:16.579Z",\n "statistics": {\n "defects": {},\n "executions": {}\n },\n "status": "string",\n "testCaseHash": 0,\n "testCaseId": "string",\n "type": "string",\n "uniqueId": "string",\n "uuid": "string"\n }\n }\n]',language:"json"})})]})})})})]})})})})]})}function L(e={}){const{wrapper:s}={...(0,n.a)(),...e.components};return s?(0,i.jsx)(s,{...e,children:(0,i.jsx)(M,{...e})}):M(e)}}}]); \ No newline at end of file diff --git a/assets/js/fc3a4118.f1fa5cf1.js b/assets/js/fc3a4118.d352c3ae.js similarity index 98% rename from assets/js/fc3a4118.f1fa5cf1.js rename to assets/js/fc3a4118.d352c3ae.js index 938c012f0..a788c5483 100644 --- a/assets/js/fc3a4118.f1fa5cf1.js +++ b/assets/js/fc3a4118.d352c3ae.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74639],{25860:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>N,default:()=>S,frontMatter:()=>b,metadata:()=>y,toc:()=>_});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),j=i(5397),h=i.n(j),g=i(4667),u=i.n(g),x=i(9472),v=i.n(x),f=(i(1176),i(12005),i(85162));const b={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,y={id:"api/service-api/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-24T15:34:13.758Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-24T15:34:13.758Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocumentation=self.webpackChunkdocumentation||[]).push([[74639],{25860:(e,a,i)=>{i.r(a),i.d(a,{assets:()=>q,contentTitle:()=>N,default:()=>S,frontMatter:()=>b,metadata:()=>y,toc:()=>_});var s=i(85893),t=i(11151),n=i(58219),r=i.n(n),l=(i(62316),i(51039)),o=i.n(l),c=(i(82723),i(9487)),p=i.n(c),m=i(41429),d=i.n(m),j=i(5397),h=i.n(j),g=i(4667),u=i.n(g),x=i(9472),v=i.n(x),f=(i(1176),i(12005),i(85162));const b={id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},N=void 0,y={id:"api/service-api/get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",source:"@site/docs/api/service-api/get-project-integrations-using-get-1.api.mdx",sourceDirName:"api/service-api",slug:"/api/service-api/get-project-integrations-using-get-1",permalink:"/docs/api/service-api/get-project-integrations-using-get-1",draft:!1,unlisted:!1,editUrl:null,tags:[],version:"current",frontMatter:{id:"get-project-integrations-using-get-1",title:"Get available project integrations",description:"Get available project integrations",sidebar_label:"Get available project integrations",hide_title:!0,hide_table_of_contents:!0,api:"eJyVVU1v20YQ/SvEnJJgLVpB2wNPVRPFEZLagi2fDKEYkSNx2+UuszuUKxD878WQlERZiuHqQmhn3uybNx9bA+MmQPIE2jJtPLJ29ip1lr0zhjwsFbiSuvNZBglsiOfe/U0pz46I8Bi03dxMF3+NQUGJHgti8hK4BosFQQJlh7qVfwq0lSPkHBRkFFKvSwl05ufpR6U9ZZCwr0hBSHMqEJIaeFdK2MBe2w00zVKcQ+lsoCD2j9fX8jkNfvcNFEh6ZFmsH+IP8jmLit7jTmgyFW001mzEMEj6noKrfCose5RbCXNRwItorDsmqacW8BmZzpkrWDtfIEMCGTJdsS4IGtWhnL+QqgKyuDIiysG2cs4QWjHq4XlbVvLDW7Tl335pHY+5zAclq19PpzlFLlrfiwKJ6c0iYcX5F+OeLwlEtiqkR+8mj4uvoOCPycPsEyhY3H2b3oKCL3f3f4KC758nc1jupfvfgmfEqM3bBHi1ABvvqvKgy8vadeNwwcCniJ9XrnktSj8+s7c1Qf+T5EtPKbLktEYT6OVY3hBHuEVtJPGovyUaNEIABQVx7vot0S4CziGBeDuOB45xD47rwag3MRoDCgL57X5xVN5AAuLFLnWmSeK4ljZxXvOuibHUZ8vjnkrnee48o4m6WKBgi14L7ba2+3DdclhjZUSPnLkMZ+Hme99jD4ojqN5fmu3A6HzbfHWBI6lUhDaLhFn0Tq8jS5RR9j5y66jjG70kfOSVUeFGvvUqW6eRdlK2pUiVVt29TzWsCD35SSWCPy3FrO3aDQdzKM1PdNvzmMxnUebSqiDLbcn6pYlpuzT7hf5QlQISbQrUUqrQnfx+xleB0SnZQAP4pMQ0p+jj6BpUX2oRNYnj5+fnEbbWkfObuIeG+Pvs0/T2YXolkEaB9EnH/tfReNydlS5wgXZwzZv69kSMw9gw/ctxaVC3U91SrPuefoLtGE72IBxGDxQkp4+YtPZSQe4CC7SuVxjo0ZumkeMfFXkp4vLYqG1JMx36JXNpIOvjMwbv7vtX8n10evHFRPZPnN21o2Eq+QcK/qHdi+e3kf7OCTPyLaPOY5KmVPIAK4+odNxh+m+mC2ia/wA3bN/M",sidebar_class_name:"get api-method",info_path:"api/service-api/reportportal",custom_edit_url:null},sidebar:"serviceApi",previous:{title:"Get available global integrations for plugin",permalink:"/docs/api/service-api/get-global-integrations-using-get"},next:{title:"Get available project integrations for plugin",permalink:"/docs/api/service-api/get-project-integrations-using-get"}},q={},_=[{value:"Request",id:"request",level:2}];function P(e){const a={h2:"h2",p:"p",...(0,t.a)(),...e.components},{Details:i}=a;return i||function(e,a){throw new Error("Expected "+(a?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}("Details",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)("h1",{className:"openapi__heading",children:(0,s.jsx)(a.p,{children:"Get available project integrations"})}),"\n",(0,s.jsx)(o(),{method:"get",path:"/v1/integration/project/{projectName}/all"}),"\n",(0,s.jsx)(a.p,{children:"Get available project integrations"}),"\n",(0,s.jsx)(a.h2,{id:"request",children:"Request"}),"\n",(0,s.jsxs)(i,{style:{marginBottom:"1rem"},className:"openapi-markdown__details","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsx)("h3",{className:"openapi-markdown__details-summary-header-params",children:(0,s.jsx)(a.p,{children:"Path Parameters"})})}),(0,s.jsx)("div",{children:(0,s.jsx)("ul",{children:(0,s.jsx)(d(),{className:"paramsItem",param:{name:"projectName",in:"path",description:"projectName",required:!0,schema:{type:"string"}}})})})]}),"\n",(0,s.jsx)("div",{children:(0,s.jsx)("div",{children:(0,s.jsx)(r(),{label:void 0,id:void 0,children:(0,s.jsxs)(f.default,{label:"200",value:"200",children:[(0,s.jsx)("div",{children:(0,s.jsx)(a.p,{children:"OK"})}),(0,s.jsx)("div",{children:(0,s.jsx)(p(),{className:"openapi-tabs__mime",schemaType:"response",children:(0,s.jsx)(f.default,{label:"*/*",value:"*/*",children:(0,s.jsxs)(v(),{className:"openapi-tabs__schema",children:[(0,s.jsx)(f.default,{label:"Schema",value:"Schema",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details response","data-collapsed":!1,open:!0,children:[(0,s.jsx)("summary",{style:{},className:"openapi-markdown__details-summary-response",children:(0,s.jsx)("strong",{children:(0,s.jsx)(a.p,{children:"Schema"})})}),(0,s.jsx)("div",{style:{textAlign:"left",marginLeft:"1rem"}}),(0,s.jsxs)("ul",{style:{marginLeft:"1rem"},children:[(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem",paddingBottom:".5rem"},children:(0,s.jsx)(a.p,{children:"Array ["})})}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!1,name:"creator",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"id",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationParameters"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"integrationType"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsxs)("div",{style:{marginLeft:"1rem"},children:[(0,s.jsx)(u(),{collapsible:!1,name:"authFlow",required:!1,schemaName:"string",qualifierMessage:"**Possible values:** [`OAUTH`, `BASIC`, `TOKEN`, `FORM`, `LDAP`]",schema:{type:"string",enum:["OAUTH","BASIC","TOKEN","FORM","LDAP"]}}),(0,s.jsx)(u(),{collapsible:!1,name:"creationDate",required:!1,schemaName:"date-time",qualifierMessage:void 0,schema:{type:"string",format:"date-time"}}),(0,s.jsx)(u(),{collapsible:!0,className:"schemaItem",children:(0,s.jsxs)(i,{style:{},className:"openapi-markdown__details",children:[(0,s.jsx)("summary",{style:{},children:(0,s.jsxs)("span",{className:"openapi-schema__container",children:[(0,s.jsx)("strong",{className:"openapi-schema__property",children:(0,s.jsx)(a.p,{children:"details"})}),(0,s.jsx)("span",{className:"openapi-schema__name",children:(0,s.jsx)(a.p,{children:"object"})})]})}),(0,s.jsx)("div",{style:{marginLeft:"1rem"}})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"enabled",required:!1,schemaName:"boolean",qualifierMessage:void 0,schema:{type:"boolean"}}),(0,s.jsx)(u(),{collapsible:!1,name:"groupType",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"type",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}})]})]})}),(0,s.jsx)(u(),{collapsible:!1,name:"name",required:!1,schemaName:"string",qualifierMessage:void 0,schema:{type:"string"}}),(0,s.jsx)(u(),{collapsible:!1,name:"projectId",required:!1,schemaName:"int64",qualifierMessage:void 0,schema:{type:"integer",format:"int64"}}),(0,s.jsx)("li",{children:(0,s.jsx)("div",{style:{fontSize:"var(--ifm-code-font-size)",opacity:"0.6",marginLeft:"-.5rem"},children:(0,s.jsx)(a.p,{children:"]"})})})]})]})}),(0,s.jsx)(f.default,{label:"Example (from schema)",value:"Example (from schema)",children:(0,s.jsx)(h(),{responseExample:'[\n {\n "creationDate": "2024-10-28T14:15:14.282Z",\n "creator": "string",\n "enabled": true,\n "id": 0,\n "integrationParameters": {},\n "integrationType": {\n "authFlow": "OAUTH",\n "creationDate": "2024-10-28T14:15:14.282Z",\n "details": {},\n "enabled": true,\n "groupType": "string",\n "name": "string",\n "type": 0\n },\n "name": "string",\n "projectId": 0\n }\n]',language:"json"})})]})})})})]})})})})]})}function S(e={}){const{wrapper:a}={...(0,t.a)(),...e.components};return a?(0,s.jsx)(a,{...e,children:(0,s.jsx)(P,{...e})}):P(e)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.cde8b2dc.js b/assets/js/runtime~main.9a6025a5.js similarity index 85% rename from assets/js/runtime~main.cde8b2dc.js rename to assets/js/runtime~main.9a6025a5.js index 0cfda5697..416f1cb91 100644 --- a/assets/js/runtime~main.cde8b2dc.js +++ b/assets/js/runtime~main.9a6025a5.js @@ -1 +1 @@ -(()=>{"use strict";var e,f,d,b,a,c={},t={};function r(e){var f=t[e];if(void 0!==f)return f.exports;var d=t[e]={id:e,loaded:!1,exports:{}};return c[e].call(d.exports,d,d.exports,r),d.loaded=!0,d.exports}r.m=c,e=[],r.O=(f,d,b,a)=>{if(!d){var c=1/0;for(i=0;i=a)&&Object.keys(r.O).every((e=>r.O[e](d[o])))?d.splice(o--,1):(t=!1,a0&&e[i-1][2]>a;i--)e[i]=e[i-1];e[i]=[d,b,a]},r.n=e=>{var f=e&&e.__esModule?()=>e.default:()=>e;return r.d(f,{a:f}),f},d=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,b){if(1&b&&(e=this(e)),8&b)return e;if("object"==typeof e&&e){if(4&b&&e.__esModule)return e;if(16&b&&"function"==typeof e.then)return e}var a=Object.create(null);r.r(a);var c={};f=f||[null,d({}),d([]),d(d)];for(var t=2&b&&e;"object"==typeof t&&!~f.indexOf(t);t=d(t))Object.getOwnPropertyNames(t).forEach((f=>c[f]=()=>e[f]));return c.default=()=>e,r.d(a,c),a},r.d=(e,f)=>{for(var d in f)r.o(f,d)&&!r.o(e,d)&&Object.defineProperty(e,d,{enumerable:!0,get:f[d]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((f,d)=>(r.f[d](e,f),f)),[])),r.u=e=>"assets/js/"+({39:"7cd7dff4",187:"50624596",367:"74cbe0b8",548:"773c9be2",868:"0eff0a6f",1386:"4bdd7a5c",1473:"fc4f9677",1768:"892ea308",1880:"65174236",1893:"4c5e977b",1984:"9db4052c",2029:"3f68dbf9",2118:"c1f0b016",2413:"76aeaa79",2439:"5ce704b9",2510:"fd1dd87b",2740:"5ac41226",2743:"8eea8428",2813:"61d84721",2947:"bc7fa033",3066:"2355c4de",3396:"e98178f6",3703:"e4cd4c7a",3726:"253936df",3801:"73844499",3903:"6ac75deb",4073:"974240c7",4075:"f3d4cbab",4084:"f25e6f21",4135:"3b29ff56",4143:"d331ba2f",4216:"17e33bf8",4333:"1ab52cc4",4433:"f3a754c4",4485:"8dc7c7b8",4497:"dce64afb",4550:"e0542d43",4721:"158f8d96",4803:"1d49b9a7",5185:"db75d29b",5239:"c78d27fd",5278:"c5b8a246",5319:"eda4b510",5447:"addd6ba5",5607:"1c73409e",5608:"35a126af",5635:"4859ca05",6002:"b4ef590d",6204:"7781a674",6447:"40a26964",6486:"fc56fef7",6649:"cad1e5e7",6747:"a975cdb9",6754:"3c341aac",7059:"ad57971b",7061:"e9add0da",7145:"eebb9f3e",7469:"c9618959",7505:"c5e2f0b8",7968:"13097e04",8238:"d7c5d900",8274:"6d4322eb",8382:"af84de2b",8423:"728499a5",8476:"51058c35",8709:"8ec1cce8",8878:"6b8a5e04",8953:"1dad5260",9021:"1ccd3c84",9106:"5200637f",9506:"18bdeddf",9817:"14eb3368",9878:"50343655",9890:"22c2f671",9927:"517a0098",10072:"6b35904b",10089:"c0f2a38f",10795:"78dfb7e9",11087:"fbe11c2d",11413:"71498ad5",11608:"8ff8e535",11635:"a000bcb0",12042:"05eab60d",12064:"a8bc8280",12073:"8f7aa1e6",12150:"87a73dcc",12166:"d0121b59",12197:"4e8481fe",12310:"2a424e83",12427:"95f9ec4d",12700:"244d38fb",12799:"8a4e4477",13005:"4f548564",13141:"5b0ef785",13511:"04330a60",13512:"6e54351f",13776:"af69bd61",13926:"5123f067",13941:"9f1b0dd7",14099:"02365595",14130:"a1370fd9",14158:"3b1cebf6",14234:"0b8b932b",14385:"191b5491",14420:"a87b8aaa",14553:"d1c1fcdf",14571:"5a4cd927",14593:"59796031",14745:"1914b754",14833:"4da02df6",14898:"c8af2d23",14949:"7b982834",15017:"e2e84060",15415:"8140523c",15569:"71025f9d",15620:"fa9fa18e",15687:"a509edaa",15792:"bdb17ab6",15817:"9dc20e1e",15941:"c82f4a97",16055:"f4528bb6",16438:"cbbbe773",16619:"12356e50",16660:"b4589fd3",16688:"f0f5300a",16914:"750f4760",16951:"1fa24217",17213:"7236dcb4",17270:"ce5c8c24",17531:"90abdf6b",17535:"d6f5cfb9",17772:"802254bf",17817:"7b338c23",17971:"6f37af33",18467:"fd64f10f",18494:"e73dc58a",18518:"a7bd4aaa",18589:"4d028742",18778:"7dadb812",18792:"550f8adb",18911:"7c4251fd",19100:"87298834",19226:"5cf7b0e9",19272:"a6ef86a7",19295:"09e06a52",19385:"f4cba3b6",19559:"97b6d501",19589:"be166ec8",19634:"69c42b9a",19688:"57fb9f17",19725:"4ecca97f",19798:"ba202bb7",19807:"a75c3dbe",19836:"39df2a2d",20039:"6417b00a",20119:"666ab627",20281:"e600351a",20335:"4d273619",20469:"88f92607",20511:"e8be83b4",20530:"02335ff3",20627:"b4038acd",20654:"d8c91a6e",20847:"6be148ac",21006:"069ddc90",21097:"2a35639c",21320:"849f9212",21833:"da9723b1",21857:"4154c60d",22357:"99a4b5ad",22406:"e6eaa71a",22671:"477ce73e",22753:"925ba56d",22765:"1cbfa080",22977:"99e7ae84",23255:"da920113",23324:"af7c52b4",23398:"10159dbf",23923:"647f4a2b",24006:"76f78662",24015:"c0742808",24018:"a9317d44",24122:"c605d0f8",24226:"e4b8d1f7",24288:"062c085f",24434:"2c8c99fe",24472:"84982dca",24547:"1b295c6d",24553:"3a1788ea",24703:"884c007e",25090:"46ef8a18",25272:"e13968cd",25864:"db34055c",25910:"cf0d3f50",25966:"6d1ffffd",26002:"a89000ee",26166:"39c639a5",26331:"846e4211",26349:"8bc78012",26365:"47aa7b91",26451:"e772b38e",26498:"fba7bb0f",26533:"b4e65e1f",26645:"e43ee211",26780:"55962708",26834:"90eb8716",26973:"0687cea2",27034:"d771338a",27081:"06ac45ec",27318:"7bbaf234",27356:"57d216c5",27439:"e8a7e98a",27653:"b2229da9",27762:"85d780d7",27778:"50df0f53",27891:"d34be79b",27921:"b8edbb74",27941:"dbf12243",27943:"76d80f02",28149:"841f5a4e",28194:"5aa39d6f",28242:"468a76eb",28592:"05f6be15",28734:"ca07938f",28814:"e52c2c66",29112:"37a6acf4",29115:"1def0b76",29214:"9a5047d6",29417:"00685d85",29585:"11b43341",29605:"981e583b",29609:"ee9fcfd2",29661:"5e95c892",29728:"c4cc5d22",30032:"2b123ddd",30096:"189ef51f",30130:"75581c38",30362:"da07b169",30529:"a11133f1",30832:"703f23e5",30848:"9a9bd620",30953:"a76e60d3",31004:"c141421f",31065:"8a921158",31515:"2d2199e6",31714:"6ddcd9e6",31833:"32d0d625",31874:"1885d511",31903:"7e5f1599",31989:"8660488c",32147:"220207ff",32240:"75688136",32288:"0f27f1b8",32309:"c2abd45e",32728:"757f50af",32781:"6fd9a23c",32853:"b43d8a0d",33242:"8853ba72",33421:"cc67ee4e",33629:"aba21aa0",33814:"88c419bb",33849:"99e6b25e",34021:"6bc80c47",34196:"4d4a4ba7",34420:"bea80cb3",34585:"e2f45cda",34696:"806e95e3",34908:"ab9eee5d",35334:"eed39aaa",35445:"84d47c34",35618:"8f8fcdca",35692:"539d7c87",35858:"d8f7c5d2",35979:"7ddbc678",36020:"1ffa81c2",36415:"def3d7ec",36416:"77f794d9",36635:"bc0c4574",36797:"dbee08c0",37062:"b8e550c7",37064:"a88aef15",37354:"24cb5394",37754:"c4c7f502",37842:"9c665132",38094:"bc8d9490",38317:"9a13fb7d",38395:"9cc3dc60",38648:"f6b5f999",38772:"4cae6594",38834:"c8588910",38846:"a7c4da1a",38924:"a7b83fdb",39016:"c60c4f5c",39062:"eb1ed09f",39074:"6b6f3d7f",39098:"e7598b37",39750:"c9175315",39754:"1176889b",39779:"fb2c10d0",39911:"8c63d4ea",39920:"2226fe36",40441:"8b79729b",40719:"c3fd8874",40757:"9ce9f59c",41224:"4ed4ccdd",41229:"402a601e",41385:"62bbaed5",41557:"73fb3b8c",41622:"65b83197",41894:"a9d664f3",41931:"2ac62c9a",41956:"79b46cc3",41995:"0a099a4f",42190:"8b57dad7",42195:"23e3b261",42348:"75737ba1",42611:"8dd72728",42630:"1e1599cb",43540:"fb391353",43854:"ea49187a",43890:"45f9d1d8",43901:"7d52d695",44007:"5bca89a7",44116:"55f3aeca",44135:"33b6b144",44159:"f120f84a",44317:"9ef0b234",44403:"cc38c2de",44612:"bebf2496",44618:"5ecdf48a",44946:"00e97bf6",45014:"c32fb469",45047:"255e8cf3",45069:"a0d375c1",45087:"ea798e5d",45170:"be477480",45231:"6434182c",45350:"064214cc",45421:"53e81573",45871:"fd8f6816",45887:"cb3e1b57",46198:"42ef02de",46329:"c7dff32f",46527:"1b9c28ca",46601:"65f8d083",47189:"c681ba46",47437:"aa7a09d2",47678:"9b665e50",47704:"dec03848",47778:"2ffd2327",47892:"e21651f5",47918:"b90e80fa",47930:"bbcb5934",48070:"8280346e",48379:"8169b3c6",48584:"069eb6a1",48589:"5a54d93f",48729:"9521f4b3",48765:"dc5e99f0",48891:"decfbba0",48893:"fbe4c47e",48979:"33fbd6a1",49010:"cd8eed67",49455:"2c1711ce",49483:"3ebc342d",49824:"2c55f2e5",49986:"098953f3",50064:"449350f4",50085:"7937cd58",50110:"4779d29a",50150:"54146d47",50267:"c6e3ef59",50288:"7a3e07c8",50414:"306aee24",50600:"cb7c035f",50629:"ce42bfab",50735:"de37d217",51028:"ef6a085d",51335:"ea4a9d72",51392:"41a0b225",51434:"3938886d",51478:"1b3ac3cc",51743:"5e7a1239",51750:"46006f66",51844:"9fc40824",51881:"b82cae74",52002:"17fda0e6",52075:"3fc8e804",52281:"18047e7a",52290:"4bdb5884",52291:"3614178f",52483:"9c874da5",52553:"b04c64bf",52719:"98b03dc7",52821:"6fd46f6c",53082:"d26eef7b",53099:"18fa88f3",53155:"9a364eec",53443:"219e4260",53608:"8a0d7266",53688:"2159b8b3",53698:"a11b35f8",53710:"70aa9574",53761:"781adc30",53905:"8bcf2f56",53906:"756b6e7b",54022:"8f41e9a9",54131:"fbb8b522",54159:"3f8e3eb1",54390:"abed6a31",54408:"a27ff278",54931:"e962acdf",55150:"cbf45c4e",55204:"ddb5b6fd",55222:"5718d6db",55319:"263dbc6d",55326:"73bb90fb",55392:"32d685a7",55710:"f2495005",55747:"7ad27f37",55762:"e54b4d7a",55899:"e2b208a8",55957:"901254d8",56008:"52eb011d",56048:"f2c96c5d",56059:"910d5a4e",56066:"b3bfe149",56255:"882bd5c3",56361:"ce8311e3",56429:"8bb03b64",56686:"1d8506ff",56945:"a715e04b",57168:"fc0225c3",57350:"8274afaf",57434:"1f2d2cdd",57904:"e13299cf",58007:"8272edfd",58035:"ef9f26c9",58442:"2c8f08e7",58599:"27355691",58658:"58f41459",58660:"dd2c73e2",58677:"ce94b51d",58760:"c84a9109",58925:"c3c545ed",58927:"61ad0ab8",58939:"7ce8e9eb",59145:"63a8a649",59476:"2e87b851",59671:"0e384e19",59709:"223301d0",59827:"ad180f29",59873:"06eebeb7",59941:"beffaa26",60028:"5269bd21",60369:"9e8f0e1c",60444:"509d9e86",60452:"295d89fa",60561:"74f6cc54",60570:"a7f8e40f",60747:"07d78bf6",60862:"ba4cd107",61078:"c059af28",61384:"91620dbc",61385:"f37d4a2b",61485:"ce3486bd",61490:"7821a10c",61613:"6e16c901",61654:"8858ccd2",61935:"21bd6469",62023:"7805734c",62024:"ab510b4f",62039:"cdbcc403",62169:"267ccbc6",62207:"a21f6a6b",62629:"5c2df135",63079:"269e975a",63109:"f7b79a00",63128:"f58ab7d7",63342:"b0322889",63345:"0132c79f",63858:"dd9cddc7",63931:"7d141066",64186:"d46c85d9",64329:"53ae10ed",64349:"a3a026fb",64426:"06f47a0f",64463:"4af5a5a2",64540:"a7c562f4",64708:"e1bea372",65055:"98aeac89",65106:"145e5b9f",65296:"086e8e8b",65401:"69ffdf14",65542:"94ea8699",65745:"75ee4e8f",66032:"99d5b11a",66095:"819d5147",66509:"c9f82592",66664:"e512a86f",67003:"491e614f",67162:"67d29b54",67252:"85722057",67255:"fc5c2de4",67293:"ef593bfc",67467:"8f72d77c",67486:"8c292d3e",67549:"cbf7c031",67635:"5c9ef298",67642:"e654d673",67689:"f7aeb356",67979:"e9a76c81",68105:"d9fb2f5f",68125:"fa7527f5",68278:"82bdf892",68453:"b3325f50",68545:"c353607d",68592:"common",68734:"7ef0b1f8",68934:"525802b3",68943:"838a8de2",69063:"c60355ff",70160:"cf2bf76c",70195:"5aa350ff",70224:"ce4e1b4c",70325:"b7e828e9",70438:"cb6692d1",70781:"0cc29a7b",70973:"f7444008",71087:"ae4b27f5",71262:"ef0722f6",71292:"b251dac0",71300:"08fa23f5",71319:"902ce872",71627:"ef851841",71660:"ba7edf1e",71889:"c77b3eb2",72066:"661e81a0",72086:"49b90edf",72111:"cc167612",72319:"40d679e2",72387:"1d9da1f4",72470:"f73564bb",72650:"ef6e5522",72698:"4539774b",72778:"af0cfa4d",72822:"4b05701a",72971:"939d772d",73110:"43011389",73197:"befb6058",73505:"2e7c08db",73558:"b261f0c2",73580:"f5968bd7",73770:"b9a84d40",73938:"fea2b63c",74101:"a59479b4",74157:"bd7f1226",74164:"e1af0ab1",74247:"9730c5c0",74415:"dc2f4bb3",74419:"3c784d85",74439:"f7fb2d51",74599:"1e19da88",74639:"fc3a4118",74695:"855239bf",74863:"04069cf2",75261:"56b19f5d",75282:"a930ad8b",75502:"89b4dc5b",75511:"10e04114",75643:"a9b54304",75973:"027748e9",76056:"caf5215e",76141:"56a2ba07",76150:"ab49a733",76195:"5d5e5e64",76543:"d3439b27",76678:"cbdda69f",76894:"f69ed20f",77152:"bd3bf4b2",77279:"5a30cf7e",77625:"78c16d4e",77652:"f039e5ac",77692:"346c9335",77776:"93dc8e22",77810:"17cee6e7",77819:"35b6bff0",77829:"fbd97956",77977:"6998a2e0",78079:"c0485655",78115:"6d82c72f",78372:"d46a91ed",78916:"8fda0747",79046:"b2ba5311",79168:"027cf034",79303:"de8a3f80",79356:"7f5c8eef",79413:"07801322",79466:"2529997c",79762:"10394ccd",79844:"74048f5a",80102:"855c8e88",80194:"e1f0e952",80259:"061f4a01",80397:"eb421efb",80509:"3299b82b",80562:"9285eb74",80666:"e4ce6935",80720:"dffd512f",80742:"37a6abbb",80843:"9d23210d",80997:"65aa3c0f",81168:"87014e7c",81236:"c472c431",81413:"b738733a",81434:"c8402463",81510:"a74ebc46",81688:"37e2c88f",81840:"943ee7a0",81923:"b6d1a9e4",82040:"5e45289c",82059:"a50e7810",82248:"97f06d1f",82327:"f606e04f",82516:"98a1fcd9",82580:"a1e6466d",82857:"4b6bfbe5",83006:"13d70063",83020:"0a009b8e",83276:"cf97a90f",83477:"7de4166c",83552:"a78e824b",83588:"cf1f907d",83731:"d008ba81",83885:"338561f9",83897:"9bfb314f",83998:"87c982b6",84580:"3d7d2ef4",84673:"fe8decdd",84971:"c734267c",85080:"e888b9cf",85142:"c055fe35",85246:"cf8d475f",85418:"0dbcde81",85561:"5542c472",85594:"d8583e44",85853:"722d3b69",85944:"8ef1e3bb",86007:"13f43e0d",86137:"63a1965b",86143:"0f462506",86307:"2b4d3916",86369:"7403278a",86412:"84e29575",86719:"c54953e9",86724:"83fc7a70",86806:"fa1a9465",87057:"5f7bf53e",87069:"f8f4312c",87108:"a4270ee0",87260:"4656db35",87360:"84b89e63",87362:"596312fd",87393:"8dc66840",87398:"4f8ec7a6",87466:"6883f3de",87537:"01e280d4",87550:"a7576dcc",87572:"c798c0b5",87638:"8fa9f998",87741:"bffc2bf2",87759:"4301bf12",88108:"feeadb31",88225:"f6e7257d",88268:"d825baa2",88287:"d607720a",88349:"ae6e0575",88395:"4a2f39f7",88448:"69cd44f6",88456:"1b126a6f",88581:"5a8bd788",88745:"a2a7b11f",88982:"bf044f46",89016:"f6d78023",89031:"eb564df5",89081:"25628c10",89159:"3d4bcc05",89178:"064d67f5",89728:"b280ad18",89741:"60a7d27a",90026:"9bf2f1ad",90095:"ba04e5ff",90104:"527a0828",90342:"4aa16476",90376:"c9eb37d0",91091:"f14531dc",91219:"ac3f047d",91431:"936d7d86",91536:"05b7ca84",91614:"72305ffa",91693:"4e405eb7",91763:"21a63d69",92251:"e3793912",92271:"eab12d28",92508:"42117c13",92539:"5e24e3bc",92609:"8338fc75",92651:"030dac36",92871:"44a0b814",92958:"65cd3ed0",93009:"b7b0952c",93315:"0d905e60",93350:"61ef3688",93414:"a145ee74",93575:"2d3e138b",93582:"2469bf52",93633:"0e7f8e29",93785:"234b7c65",93834:"e9d600cd",93844:"1ebf5cdd",94048:"763d581e",94057:"c3ddf248",94275:"7f9bbddb",94333:"8f8e7d7f",94368:"a94703ab",94396:"ef389cd6",94674:"7d4d206b",94676:"1e7f07e5",94692:"d9085f9d",94744:"e1ab4fff",94745:"81ab4bc2",94986:"c62dfbde",95261:"da84d3ce",95400:"2baa0d2f",95449:"c7b25a99",95472:"b36e09f7",95730:"c670dcf4",95846:"7116dcd1",96226:"70837794",96427:"add02b3d",96429:"f3ef781b",96432:"19d1f479",96535:"886f6b5c",96561:"1116756a",96570:"118191b6",96602:"e4c82ea3",96639:"5d277be3",96736:"be5d9038",96834:"4b3b6417",96996:"7bfc815f",97330:"dadf679c",97370:"70037a21",97537:"a4179dd8",97727:"a194bf09",97810:"14d19b54",97850:"f882977e",97920:"1a4e3797",98015:"f06e6a07",98077:"029b57e9",98141:"00e6edd3",98211:"ee19645a",98339:"09e558b2",98655:"39155dff",98664:"7350612e",98687:"7c3d6589",98796:"2eabd8e4",98834:"289325ad",98877:"60ab5c4c",98878:"614ec589",98940:"eee1a76f",98960:"512e5a2f",99014:"7131c338",99052:"69c1213a",99069:"382a2208",99133:"00126636",99419:"2a0a1cbb",99555:"43fae343",99662:"4e66f8e1",99714:"1f98178b",99866:"2c6eda14",99883:"52b7003d",99944:"67854d34"}[e]||e)+"."+{39:"c6ede390",187:"2daedda8",367:"beb2f1bb",548:"9ca528d5",868:"3355cfb3",1386:"122b0a8f",1473:"12dccf18",1768:"98cd5dd1",1880:"0f092d3c",1893:"3008116c",1984:"8dfff69c",2029:"88825d6a",2118:"355476a0",2413:"71b2cafd",2439:"074bfbcc",2510:"b13f847a",2740:"fa232f0f",2743:"7d122262",2813:"da643d6c",2947:"ebd81d76",3066:"b0288a12",3396:"35f2203b",3703:"230b7fb1",3726:"0fbfc078",3801:"13922390",3903:"b6c7bb7f",4073:"ce82b504",4075:"d20d1012",4084:"785d1295",4135:"54366ac9",4143:"4f5192b9",4216:"2a777965",4333:"19b32927",4433:"0a45add5",4485:"937c5bf4",4497:"803c3784",4550:"618824d8",4721:"0bbb84ca",4803:"c7d2179a",5185:"37296f74",5239:"7ebff6ce",5278:"482db2f1",5319:"f051e8c6",5447:"327c9930",5607:"007703fe",5608:"b37ac16f",5635:"7c915608",6002:"0632a57f",6204:"4892f464",6447:"27d20758",6486:"9974ff70",6649:"4d679c72",6747:"f658f352",6754:"c1c41a46",7059:"54296e01",7061:"7b98d4ea",7145:"c22bfe7d",7469:"6e7669fb",7505:"6ae7cb38",7968:"b3c21eac",8238:"4df8485b",8274:"50b9f7b9",8382:"4c40a8f3",8423:"58b5d729",8476:"16e5db96",8709:"87911c5d",8878:"7b5140bf",8953:"8be32365",9021:"2fcc4e43",9106:"62626e85",9506:"1d9d69e8",9817:"673d2a6b",9878:"f6625bf2",9890:"3c7b1cb9",9927:"00f66d9f",10072:"74b7dc0f",10089:"05e4301c",10795:"92d1667f",11087:"fbb2e28e",11413:"90dce428",11608:"3dd3b9e4",11635:"6dc4b209",12042:"0ea8ddcf",12064:"f0a9a790",12073:"24e1e099",12150:"af61b186",12166:"39f6fbfe",12197:"5356066b",12310:"96cba959",12427:"673a787f",12700:"989c3d34",12799:"b6383956",13005:"66b2da5f",13141:"4cdd68db",13511:"cddccd1e",13512:"ced9f1f3",13776:"f29621ad",13926:"13c96355",13941:"4282df51",14099:"0aa969de",14130:"a6931bb5",14158:"6c08123b",14234:"32d961f9",14385:"c6229b79",14420:"b583a35a",14553:"4f4f5ce8",14571:"a738868c",14593:"1e4e7697",14745:"dba6ca3d",14833:"fb30907f",14898:"6de170cb",14949:"547ebe74",15017:"ffb6b3fc",15415:"b0d6ab2b",15569:"6ec1f282",15620:"38523385",15687:"439d34a8",15792:"09de319d",15817:"92d0123b",15941:"d6ed4650",16055:"c378abb1",16438:"28edeafc",16619:"157c15f5",16660:"d14f1e05",16688:"d508ce2d",16914:"5a9584da",16951:"ba5e66f8",17213:"1f839f43",17270:"a79cf53b",17531:"d30ad86e",17535:"ad88ac6e",17772:"99f80bf0",17817:"ff7f4a31",17971:"5acf6845",18467:"2ef13c94",18494:"e4b17905",18518:"747eff3f",18589:"e159c0a1",18778:"40e5d5d7",18792:"343f2fe3",18894:"dedbed6c",18911:"a3e69861",19100:"e0e2746f",19226:"3a00f7af",19272:"ef1f94aa",19295:"99fa6426",19385:"dda3c8cc",19559:"25fd5703",19589:"92eff8ec",19634:"b8e23759",19688:"bde7e5a1",19725:"4caaf154",19798:"fe362ef3",19807:"ab465a1a",19836:"56a0108f",20039:"1762aba1",20119:"3a44e7e0",20281:"86465252",20335:"397870bf",20469:"2755c2d2",20511:"f98c5368",20530:"843b12e6",20627:"dd268780",20654:"79091866",20847:"9e8ad36e",21006:"b2cd13c2",21097:"c43e7981",21320:"f05afeea",21833:"901d05aa",21857:"869110a1",22357:"e0743635",22406:"5e1e1b1d",22671:"8c14d090",22753:"9c94e756",22765:"24ab3b70",22977:"fc6f59d8",23255:"4dfa9333",23324:"5f778ba1",23398:"9150190d",23923:"b232a7d0",24006:"0698568a",24015:"bb56e9f2",24018:"f7f1ef59",24122:"54272640",24226:"a225e5b9",24288:"1f72edb8",24434:"52bd8787",24472:"317d09b9",24547:"8cce4f1c",24553:"7b4ed89f",24703:"d204ec87",25090:"93d0f1a9",25272:"3ffbd1e2",25864:"76314a02",25910:"43c12bb9",25966:"1a33a781",26002:"dcf74ebd",26166:"c720eed9",26331:"5a2713ff",26349:"c43e17e7",26365:"cd818941",26451:"920eaf27",26498:"83a941b3",26533:"32a8f4ff",26645:"d0192b74",26731:"2239d7ac",26780:"b8250a32",26834:"0fc72974",26973:"9ca8aac9",27034:"517e4705",27081:"7a2b4998",27318:"89c77db5",27356:"b1692af1",27439:"b32d2818",27653:"31a47107",27762:"16fbba62",27778:"6809efe8",27891:"0fdbd9fa",27921:"3d07ae0c",27941:"fddb54f1",27943:"847112c6",28149:"535763a9",28194:"eb2ba53c",28242:"2a9d01f2",28592:"c22a3554",28734:"253c1425",28814:"7d9c076d",29112:"2d305a82",29115:"46fdb677",29214:"005a5a7d",29417:"f36d2e1c",29585:"fd2e5d3f",29605:"ea8b6062",29609:"3ef86220",29661:"1669fe32",29728:"3164e3b8",30032:"846d8b19",30096:"f7d273d0",30130:"b3d6d371",30362:"95080297",30529:"0e1c8d70",30832:"c6818154",30848:"e5520834",30953:"2c3e35db",31004:"25f36ec7",31065:"90353e20",31515:"743ac9a8",31714:"cecfbf53",31833:"1c2cb211",31874:"9c36642a",31903:"c3fa5c82",31989:"e823144f",32147:"48b561a8",32240:"4b775a56",32288:"264e9f2b",32309:"7ce08dd8",32728:"13df2bc6",32781:"da0a006f",32853:"8bf89d4e",33242:"5d3726d3",33421:"3b92fb1f",33629:"24e72525",33814:"6bcff44e",33849:"291d03cc",34021:"84691fcc",34196:"cd3f2f49",34420:"5b85cdd3",34585:"0d02465b",34696:"f09172e3",34908:"7b95600e",35334:"96e616e5",35445:"2be6ef48",35618:"a014a425",35692:"f4a0bb87",35858:"5dd2f687",35979:"dcdfb36e",36020:"d0582ad8",36415:"dddbdad0",36416:"d7f329e5",36635:"5f1b20d1",36797:"0e2debc0",37062:"df843578",37064:"1eac2318",37354:"53caa030",37754:"a5cc999a",37842:"ace1991f",38094:"60a68db7",38317:"72a5e825",38395:"1bad396a",38648:"d9ed0524",38772:"e992e8bc",38834:"648f0c84",38846:"20042485",38924:"4888bfdb",39016:"71a50d2a",39062:"57f83906",39074:"3ceaffba",39098:"928d6b85",39750:"d6c0eb72",39754:"61921bed",39779:"b75ee811",39911:"d55ee5be",39920:"9965f602",40441:"3febdca6",40719:"df666f0c",40757:"2d9b5574",41224:"4f455942",41229:"1e82ee9b",41385:"a3f66500",41557:"ba46338a",41622:"a51367a0",41894:"56b32dfc",41931:"f01e76cc",41956:"dd9a14f6",41995:"928ce5fd",42190:"3143534e",42195:"189c81d7",42348:"75fc43e1",42611:"f0af7a68",42630:"b14762da",43540:"bfda1c3c",43854:"7688d8ca",43890:"cc618845",43901:"c22c4ac2",44007:"f34d384c",44116:"28314ab2",44135:"dd304a1a",44159:"0714f2bd",44317:"a3c47a75",44403:"a5e3b69b",44612:"568a0f73",44618:"b11fb8cc",44946:"c0d24fad",45014:"d5f7be60",45047:"a45721fb",45069:"7dc8e7c5",45087:"e3a3762b",45170:"e3521b6f",45231:"9f0a25dd",45350:"1d8f9676",45421:"ca09a0d3",45871:"1dee090a",45887:"1bed0ceb",46198:"514e804b",46329:"ae0d114b",46527:"d3e137ef",46601:"16acd6f9",46945:"33d3f0d3",47189:"b01c288b",47437:"e4fea5f7",47678:"8ec3c67a",47704:"76de6717",47778:"365fce4a",47892:"bc82fab3",47918:"b1c751c8",47930:"36547675",48070:"d91e19bd",48379:"72ace2ba",48584:"bdca7091",48589:"df2c7e23",48729:"a42815b7",48765:"509a21aa",48891:"2a11dc2e",48893:"6a00c98e",48979:"e40757d8",49010:"5659c29d",49455:"8b4a20da",49483:"dacb7c94",49824:"a646117e",49986:"babe2760",50064:"087ac3ab",50085:"7a565f27",50110:"a264cdcc",50150:"79726f99",50267:"8b374059",50288:"b203dd51",50414:"fffc9914",50600:"cb308a91",50629:"0efe2fcc",50735:"1bd48d99",51028:"bb9eb008",51335:"72dd0480",51392:"af31c5be",51434:"7504afaf",51478:"9544488c",51743:"54b4f789",51750:"a174dbad",51772:"6a61e5a9",51844:"9bf189b9",51881:"bf1cad02",52002:"61da9550",52075:"146506e2",52281:"a3d35999",52290:"1e8d9625",52291:"6583fdb1",52483:"9e255228",52553:"8fc06ac2",52719:"ff54e97e",52821:"488bc872",53082:"bb8ecb6b",53099:"d0b55404",53155:"cca907a7",53443:"4c365bf3",53608:"d04803b9",53688:"4ec3e47d",53698:"941dfbbe",53710:"59a41225",53761:"fcf21687",53905:"58b1a90a",53906:"cb373345",54022:"cada7d82",54131:"4eedb7c9",54159:"82468f07",54390:"08b138af",54408:"79bbee7a",54931:"d85fe9a3",55150:"18278c12",55204:"d4d68e26",55222:"c238a3a4",55319:"cd84cbd6",55326:"ab0d4b50",55392:"b391bc0b",55710:"82adb689",55747:"2efb4693",55762:"bd5cecdf",55899:"89418f7f",55957:"2af1d527",56008:"8452f3d6",56048:"e9562fb6",56059:"793a5019",56066:"5b0c4c70",56255:"8482d2ec",56361:"01dffe4f",56429:"d5f47846",56686:"3bfb180e",56945:"938449b2",57168:"1c26f78a",57350:"3d89dc2e",57434:"bca75bdd",57904:"64b74491",58007:"5b8433a7",58035:"3522d8d2",58442:"91985000",58599:"67538878",58658:"e0a9c3f7",58660:"72fc95a3",58677:"ef016d5d",58760:"14935ccf",58925:"7503f10f",58927:"ce3932f2",58939:"a92a053c",59145:"94ffc452",59476:"48077f02",59671:"8f9b0dec",59709:"f4e38c43",59827:"cf6f919a",59873:"180b33ab",59941:"b067d1de",60028:"12ce7004",60369:"e6c2d98b",60444:"d477aaa9",60452:"69755d36",60561:"584c78f0",60570:"bd96bb19",60747:"ad768a5a",60862:"0d5d7b7f",61078:"4a58fe34",61384:"bc4656b7",61385:"f68e91d2",61485:"38c99e5a",61490:"dc1ddc5a",61613:"ee8e5351",61654:"fa8ecb1a",61935:"a295a149",62023:"aaaab968",62024:"6aa8fb8a",62039:"2d2f076d",62169:"cb5109a5",62207:"67fdb958",62629:"b5ad8f47",63079:"8b504c85",63109:"8b251621",63128:"67fd6530",63342:"7a5a93f7",63345:"0f042df0",63858:"6af484f2",63931:"6dafe521",64186:"82811667",64329:"9cba6e34",64349:"7c3f6f37",64426:"13292e16",64463:"64c557dd",64540:"9d073420",64708:"f148f40c",65055:"06daa47a",65106:"860831dd",65296:"4ea7b7a7",65401:"f05c9b3d",65542:"9a0a4643",65745:"3ee05f0c",66032:"266e9757",66095:"7bbcac09",66509:"3135be95",66664:"60d7e15e",67003:"68b66905",67162:"bdbe344a",67252:"46d35efa",67255:"b105b87d",67293:"48458f15",67467:"7c2e42ac",67486:"0b398b15",67549:"7b4d9f27",67635:"cce3c3d5",67642:"2846e52d",67689:"5edc3e29",67979:"5f2ce41a",68105:"162f5468",68125:"3ae6040d",68278:"85f54fa5",68453:"4419d01e",68545:"e6d38ac9",68592:"bea9ac94",68734:"958099dd",68934:"e99d8683",68943:"5a6974fe",69063:"7f7de03b",70160:"d61c1d30",70195:"749e4a1d",70224:"af88798f",70325:"ab2c6be0",70438:"07125b33",70781:"74213e6b",70973:"11fa4415",71087:"374e4331",71262:"5309791e",71292:"d792fbcf",71300:"2fc735e5",71319:"b73bc279",71627:"7bea5cca",71660:"0dda55d5",71889:"64c80da3",72066:"9dae01e1",72086:"d6eae7b8",72111:"0b9eab58",72319:"d920e2ff",72387:"ed0f0cf2",72470:"41191abd",72650:"3cd904d3",72698:"7f1c62b7",72778:"b0066607",72822:"1d0fc362",72971:"d40fb104",73110:"8c15c8d1",73197:"f6d14008",73505:"baac1952",73558:"57e6d6dd",73580:"7882a46d",73770:"2716cb72",73938:"7541c7dc",74101:"13f0ee36",74157:"2b528422",74164:"53798865",74247:"f39e54eb",74415:"730f4ea0",74419:"85e3d66d",74439:"0964045e",74599:"8c68bd2a",74639:"f1fa5cf1",74695:"c52f9be5",74863:"843de086",75261:"e7f47056",75282:"d7ac1598",75502:"a431453d",75511:"81864818",75643:"c17e1cf0",75973:"59cf9b6c",76056:"2237193a",76141:"ac5b3502",76150:"109534ea",76195:"6e7a8acb",76543:"8322d4de",76678:"98823559",76894:"96c82c5f",77152:"6b873efe",77279:"9745a8a9",77625:"3baa0c5f",77652:"50e24d03",77692:"716c8564",77776:"28c60892",77810:"50bf5bba",77819:"78e4fdc9",77829:"cf066b81",77977:"7710f521",78079:"3d7f19f4",78115:"b44f6ab7",78372:"b10c3c0d",78916:"c4d4d9d6",79046:"2173398a",79168:"0cde610f",79303:"985d3b61",79356:"97bb8cbb",79413:"64d0c17f",79466:"fb170138",79762:"12090055",79844:"0130eed7",80102:"ac3deba2",80194:"53d88fb1",80259:"f09d567d",80397:"8c2f4b29",80509:"c9fef523",80562:"41d96173",80666:"e3299cb5",80720:"fbe54db2",80742:"111c8e09",80843:"7e501812",80997:"1e2da670",81168:"16dfc56b",81236:"ca555a04",81413:"edb95d31",81434:"117f6171",81510:"618cfe52",81688:"1f6bf260",81840:"52b0a2eb",81923:"99f444ec",82040:"a9de5481",82059:"e69ea0cb",82248:"634ae2c5",82327:"4effd029",82516:"6416521a",82580:"ffde4f76",82857:"b4e29d2f",83006:"24216d78",83020:"d19f74f1",83276:"3ebebe24",83477:"ac341f31",83552:"3768a480",83588:"9b50c49e",83731:"ad38c2ba",83885:"e9bc0646",83897:"73aacd4e",83998:"61614808",84483:"39eb7900",84580:"423e15da",84673:"3ab5e6f9",84971:"e7327924",85080:"ce1c8936",85142:"b402ea73",85246:"d4f2cd7c",85418:"13cae21f",85561:"cf54a76b",85594:"1f1490e4",85853:"80bd0908",85944:"88f3ea47",86007:"8a2381ad",86137:"36d6bf25",86143:"5e5e0e23",86307:"7adcfb46",86369:"b457abac",86412:"a08bac7c",86719:"ffe63d31",86724:"778ca7c1",86806:"9c70b73b",87057:"5158ccf5",87069:"0d5cb0d7",87108:"24feefb0",87260:"0d3a8e04",87360:"ba1ec998",87362:"bf92b87b",87393:"f27e93e3",87398:"0f626286",87466:"ca5acca9",87537:"9b9368df",87550:"d61fee78",87572:"41e350ff",87638:"d3931ad4",87741:"11e2b77a",87759:"c36b88f7",88108:"11509d98",88225:"f697110f",88268:"7e2ac2a5",88287:"471bc0d3",88349:"366733eb",88395:"f3cf8fac",88448:"47a9943e",88456:"df8b1484",88581:"4d492986",88745:"f4591614",88982:"737ce7af",89016:"590da8e8",89031:"2864dbf7",89081:"65f36509",89159:"1e56bade",89178:"57f0ad30",89728:"dadc31e9",89741:"f5306a20",90026:"7dbc6ca8",90095:"1425e7e3",90104:"0ae9949e",90342:"9b4e9542",90376:"ea1b602f",91091:"9765a5b2",91219:"0c687dd0",91431:"043e6a2a",91536:"b92c79dc",91614:"8bab85f1",91693:"d8e06c4e",91763:"a93efd9d",92251:"2bc1cca1",92271:"f8a74a44",92508:"8afd49b5",92539:"679728cf",92609:"97bfa297",92651:"8ac044ac",92871:"6ad351b9",92958:"36bb5ad7",93009:"c8b197fc",93315:"fb9fc7e0",93350:"fa31c0c4",93414:"5adf9e78",93575:"d34fd2d0",93582:"2d6c6d60",93633:"3d1bc1a1",93785:"f98aa261",93834:"2772b7ef",93844:"86fa5806",94048:"bd6b7a00",94057:"ac0680dd",94275:"7dd3c19a",94333:"9c3ef7d5",94368:"884d948f",94396:"2d1d2c3d",94674:"fd8676c1",94676:"ba9acc83",94692:"d75f061f",94744:"7bf502b7",94745:"2ff31065",94986:"a5444415",95261:"219bfd0f",95400:"83493f02",95449:"bad7ce32",95472:"adb05d92",95730:"e9e3121e",95846:"7f981662",96226:"d49c4e8b",96427:"363415a2",96429:"b094c512",96432:"969e77db",96535:"5e6cc700",96561:"5fc6b094",96570:"ca4d5be6",96602:"0e60177f",96639:"7468f6f4",96736:"637e5051",96834:"27db39e9",96996:"fac261d5",97330:"f2bc75f3",97370:"cbbd3581",97537:"d2b7cdf5",97727:"b39daf5e",97810:"b14c5c4b",97850:"c7118b15",97920:"b2e6489f",98015:"88a7639d",98077:"8120c9da",98141:"65e600f7",98211:"7ca4d7bb",98339:"776f6d24",98655:"a14e5761",98664:"14c44db3",98687:"c53eb600",98796:"e7ea3b3a",98834:"cbcc6dcd",98877:"fa9d1899",98878:"3657e8c8",98940:"e86942e4",98960:"47718b62",99014:"ddb274b1",99052:"93f5769c",99069:"a6449a2e",99133:"2a12e46d",99419:"01f5f95e",99516:"3d4f62cc",99555:"98474d8f",99662:"5994c143",99714:"264229a1",99866:"12c2423d",99883:"99e8a633",99944:"21be681b"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,f)=>Object.prototype.hasOwnProperty.call(e,f),b={},a="documentation:",r.l=(e,f,d,c)=>{if(b[e])b[e].push(f);else{var t,o;if(void 0!==d)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var a=b[e];if(delete b[e],t.parentNode&&t.parentNode.removeChild(t),a&&a.forEach((e=>e(d))),f)return f(d)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="/docs/",r.gca=function(e){return e={27355691:"58599",43011389:"73110",50343655:"9878",50624596:"187",55962708:"26780",59796031:"14593",65174236:"1880",70837794:"96226",73844499:"3801",75688136:"32240",85722057:"67252",87298834:"19100","7cd7dff4":"39","74cbe0b8":"367","773c9be2":"548","0eff0a6f":"868","4bdd7a5c":"1386",fc4f9677:"1473","892ea308":"1768","4c5e977b":"1893","9db4052c":"1984","3f68dbf9":"2029",c1f0b016:"2118","76aeaa79":"2413","5ce704b9":"2439",fd1dd87b:"2510","5ac41226":"2740","8eea8428":"2743","61d84721":"2813",bc7fa033:"2947","2355c4de":"3066",e98178f6:"3396",e4cd4c7a:"3703","253936df":"3726","6ac75deb":"3903","974240c7":"4073",f3d4cbab:"4075",f25e6f21:"4084","3b29ff56":"4135",d331ba2f:"4143","17e33bf8":"4216","1ab52cc4":"4333",f3a754c4:"4433","8dc7c7b8":"4485",dce64afb:"4497",e0542d43:"4550","158f8d96":"4721","1d49b9a7":"4803",db75d29b:"5185",c78d27fd:"5239",c5b8a246:"5278",eda4b510:"5319",addd6ba5:"5447","1c73409e":"5607","35a126af":"5608","4859ca05":"5635",b4ef590d:"6002","7781a674":"6204","40a26964":"6447",fc56fef7:"6486",cad1e5e7:"6649",a975cdb9:"6747","3c341aac":"6754",ad57971b:"7059",e9add0da:"7061",eebb9f3e:"7145",c9618959:"7469",c5e2f0b8:"7505","13097e04":"7968",d7c5d900:"8238","6d4322eb":"8274",af84de2b:"8382","728499a5":"8423","51058c35":"8476","8ec1cce8":"8709","6b8a5e04":"8878","1dad5260":"8953","1ccd3c84":"9021","5200637f":"9106","18bdeddf":"9506","14eb3368":"9817","22c2f671":"9890","517a0098":"9927","6b35904b":"10072",c0f2a38f:"10089","78dfb7e9":"10795",fbe11c2d:"11087","71498ad5":"11413","8ff8e535":"11608",a000bcb0:"11635","05eab60d":"12042",a8bc8280:"12064","8f7aa1e6":"12073","87a73dcc":"12150",d0121b59:"12166","4e8481fe":"12197","2a424e83":"12310","95f9ec4d":"12427","244d38fb":"12700","8a4e4477":"12799","4f548564":"13005","5b0ef785":"13141","04330a60":"13511","6e54351f":"13512",af69bd61:"13776","5123f067":"13926","9f1b0dd7":"13941","02365595":"14099",a1370fd9:"14130","3b1cebf6":"14158","0b8b932b":"14234","191b5491":"14385",a87b8aaa:"14420",d1c1fcdf:"14553","5a4cd927":"14571","1914b754":"14745","4da02df6":"14833",c8af2d23:"14898","7b982834":"14949",e2e84060:"15017","8140523c":"15415","71025f9d":"15569",fa9fa18e:"15620",a509edaa:"15687",bdb17ab6:"15792","9dc20e1e":"15817",c82f4a97:"15941",f4528bb6:"16055",cbbbe773:"16438","12356e50":"16619",b4589fd3:"16660",f0f5300a:"16688","750f4760":"16914","1fa24217":"16951","7236dcb4":"17213",ce5c8c24:"17270","90abdf6b":"17531",d6f5cfb9:"17535","802254bf":"17772","7b338c23":"17817","6f37af33":"17971",fd64f10f:"18467",e73dc58a:"18494",a7bd4aaa:"18518","4d028742":"18589","7dadb812":"18778","550f8adb":"18792","7c4251fd":"18911","5cf7b0e9":"19226",a6ef86a7:"19272","09e06a52":"19295",f4cba3b6:"19385","97b6d501":"19559",be166ec8:"19589","69c42b9a":"19634","57fb9f17":"19688","4ecca97f":"19725",ba202bb7:"19798",a75c3dbe:"19807","39df2a2d":"19836","6417b00a":"20039","666ab627":"20119",e600351a:"20281","4d273619":"20335","88f92607":"20469",e8be83b4:"20511","02335ff3":"20530",b4038acd:"20627",d8c91a6e:"20654","6be148ac":"20847","069ddc90":"21006","2a35639c":"21097","849f9212":"21320",da9723b1:"21833","4154c60d":"21857","99a4b5ad":"22357",e6eaa71a:"22406","477ce73e":"22671","925ba56d":"22753","1cbfa080":"22765","99e7ae84":"22977",da920113:"23255",af7c52b4:"23324","10159dbf":"23398","647f4a2b":"23923","76f78662":"24006",c0742808:"24015",a9317d44:"24018",c605d0f8:"24122",e4b8d1f7:"24226","062c085f":"24288","2c8c99fe":"24434","84982dca":"24472","1b295c6d":"24547","3a1788ea":"24553","884c007e":"24703","46ef8a18":"25090",e13968cd:"25272",db34055c:"25864",cf0d3f50:"25910","6d1ffffd":"25966",a89000ee:"26002","39c639a5":"26166","846e4211":"26331","8bc78012":"26349","47aa7b91":"26365",e772b38e:"26451",fba7bb0f:"26498",b4e65e1f:"26533",e43ee211:"26645","90eb8716":"26834","0687cea2":"26973",d771338a:"27034","06ac45ec":"27081","7bbaf234":"27318","57d216c5":"27356",e8a7e98a:"27439",b2229da9:"27653","85d780d7":"27762","50df0f53":"27778",d34be79b:"27891",b8edbb74:"27921",dbf12243:"27941","76d80f02":"27943","841f5a4e":"28149","5aa39d6f":"28194","468a76eb":"28242","05f6be15":"28592",ca07938f:"28734",e52c2c66:"28814","37a6acf4":"29112","1def0b76":"29115","9a5047d6":"29214","00685d85":"29417","11b43341":"29585","981e583b":"29605",ee9fcfd2:"29609","5e95c892":"29661",c4cc5d22:"29728","2b123ddd":"30032","189ef51f":"30096","75581c38":"30130",da07b169:"30362",a11133f1:"30529","703f23e5":"30832","9a9bd620":"30848",a76e60d3:"30953",c141421f:"31004","8a921158":"31065","2d2199e6":"31515","6ddcd9e6":"31714","32d0d625":"31833","1885d511":"31874","7e5f1599":"31903","8660488c":"31989","220207ff":"32147","0f27f1b8":"32288",c2abd45e:"32309","757f50af":"32728","6fd9a23c":"32781",b43d8a0d:"32853","8853ba72":"33242",cc67ee4e:"33421",aba21aa0:"33629","88c419bb":"33814","99e6b25e":"33849","6bc80c47":"34021","4d4a4ba7":"34196",bea80cb3:"34420",e2f45cda:"34585","806e95e3":"34696",ab9eee5d:"34908",eed39aaa:"35334","84d47c34":"35445","8f8fcdca":"35618","539d7c87":"35692",d8f7c5d2:"35858","7ddbc678":"35979","1ffa81c2":"36020",def3d7ec:"36415","77f794d9":"36416",bc0c4574:"36635",dbee08c0:"36797",b8e550c7:"37062",a88aef15:"37064","24cb5394":"37354",c4c7f502:"37754","9c665132":"37842",bc8d9490:"38094","9a13fb7d":"38317","9cc3dc60":"38395",f6b5f999:"38648","4cae6594":"38772",c8588910:"38834",a7c4da1a:"38846",a7b83fdb:"38924",c60c4f5c:"39016",eb1ed09f:"39062","6b6f3d7f":"39074",e7598b37:"39098",c9175315:"39750","1176889b":"39754",fb2c10d0:"39779","8c63d4ea":"39911","2226fe36":"39920","8b79729b":"40441",c3fd8874:"40719","9ce9f59c":"40757","4ed4ccdd":"41224","402a601e":"41229","62bbaed5":"41385","73fb3b8c":"41557","65b83197":"41622",a9d664f3:"41894","2ac62c9a":"41931","79b46cc3":"41956","0a099a4f":"41995","8b57dad7":"42190","23e3b261":"42195","75737ba1":"42348","8dd72728":"42611","1e1599cb":"42630",fb391353:"43540",ea49187a:"43854","45f9d1d8":"43890","7d52d695":"43901","5bca89a7":"44007","55f3aeca":"44116","33b6b144":"44135",f120f84a:"44159","9ef0b234":"44317",cc38c2de:"44403",bebf2496:"44612","5ecdf48a":"44618","00e97bf6":"44946",c32fb469:"45014","255e8cf3":"45047",a0d375c1:"45069",ea798e5d:"45087",be477480:"45170","6434182c":"45231","064214cc":"45350","53e81573":"45421",fd8f6816:"45871",cb3e1b57:"45887","42ef02de":"46198",c7dff32f:"46329","1b9c28ca":"46527","65f8d083":"46601",c681ba46:"47189",aa7a09d2:"47437","9b665e50":"47678",dec03848:"47704","2ffd2327":"47778",e21651f5:"47892",b90e80fa:"47918",bbcb5934:"47930","8280346e":"48070","8169b3c6":"48379","069eb6a1":"48584","5a54d93f":"48589","9521f4b3":"48729",dc5e99f0:"48765",decfbba0:"48891",fbe4c47e:"48893","33fbd6a1":"48979",cd8eed67:"49010","2c1711ce":"49455","3ebc342d":"49483","2c55f2e5":"49824","098953f3":"49986","449350f4":"50064","7937cd58":"50085","4779d29a":"50110","54146d47":"50150",c6e3ef59:"50267","7a3e07c8":"50288","306aee24":"50414",cb7c035f:"50600",ce42bfab:"50629",de37d217:"50735",ef6a085d:"51028",ea4a9d72:"51335","41a0b225":"51392","3938886d":"51434","1b3ac3cc":"51478","5e7a1239":"51743","46006f66":"51750","9fc40824":"51844",b82cae74:"51881","17fda0e6":"52002","3fc8e804":"52075","18047e7a":"52281","4bdb5884":"52290","3614178f":"52291","9c874da5":"52483",b04c64bf:"52553","98b03dc7":"52719","6fd46f6c":"52821",d26eef7b:"53082","18fa88f3":"53099","9a364eec":"53155","219e4260":"53443","8a0d7266":"53608","2159b8b3":"53688",a11b35f8:"53698","70aa9574":"53710","781adc30":"53761","8bcf2f56":"53905","756b6e7b":"53906","8f41e9a9":"54022",fbb8b522:"54131","3f8e3eb1":"54159",abed6a31:"54390",a27ff278:"54408",e962acdf:"54931",cbf45c4e:"55150",ddb5b6fd:"55204","5718d6db":"55222","263dbc6d":"55319","73bb90fb":"55326","32d685a7":"55392",f2495005:"55710","7ad27f37":"55747",e54b4d7a:"55762",e2b208a8:"55899","901254d8":"55957","52eb011d":"56008",f2c96c5d:"56048","910d5a4e":"56059",b3bfe149:"56066","882bd5c3":"56255",ce8311e3:"56361","8bb03b64":"56429","1d8506ff":"56686",a715e04b:"56945",fc0225c3:"57168","8274afaf":"57350","1f2d2cdd":"57434",e13299cf:"57904","8272edfd":"58007",ef9f26c9:"58035","2c8f08e7":"58442","58f41459":"58658",dd2c73e2:"58660",ce94b51d:"58677",c84a9109:"58760",c3c545ed:"58925","61ad0ab8":"58927","7ce8e9eb":"58939","63a8a649":"59145","2e87b851":"59476","0e384e19":"59671","223301d0":"59709",ad180f29:"59827","06eebeb7":"59873",beffaa26:"59941","5269bd21":"60028","9e8f0e1c":"60369","509d9e86":"60444","295d89fa":"60452","74f6cc54":"60561",a7f8e40f:"60570","07d78bf6":"60747",ba4cd107:"60862",c059af28:"61078","91620dbc":"61384",f37d4a2b:"61385",ce3486bd:"61485","7821a10c":"61490","6e16c901":"61613","8858ccd2":"61654","21bd6469":"61935","7805734c":"62023",ab510b4f:"62024",cdbcc403:"62039","267ccbc6":"62169",a21f6a6b:"62207","5c2df135":"62629","269e975a":"63079",f7b79a00:"63109",f58ab7d7:"63128",b0322889:"63342","0132c79f":"63345",dd9cddc7:"63858","7d141066":"63931",d46c85d9:"64186","53ae10ed":"64329",a3a026fb:"64349","06f47a0f":"64426","4af5a5a2":"64463",a7c562f4:"64540",e1bea372:"64708","98aeac89":"65055","145e5b9f":"65106","086e8e8b":"65296","69ffdf14":"65401","94ea8699":"65542","75ee4e8f":"65745","99d5b11a":"66032","819d5147":"66095",c9f82592:"66509",e512a86f:"66664","491e614f":"67003","67d29b54":"67162",fc5c2de4:"67255",ef593bfc:"67293","8f72d77c":"67467","8c292d3e":"67486",cbf7c031:"67549","5c9ef298":"67635",e654d673:"67642",f7aeb356:"67689",e9a76c81:"67979",d9fb2f5f:"68105",fa7527f5:"68125","82bdf892":"68278",b3325f50:"68453",c353607d:"68545",common:"68592","7ef0b1f8":"68734","525802b3":"68934","838a8de2":"68943",c60355ff:"69063",cf2bf76c:"70160","5aa350ff":"70195",ce4e1b4c:"70224",b7e828e9:"70325",cb6692d1:"70438","0cc29a7b":"70781",f7444008:"70973",ae4b27f5:"71087",ef0722f6:"71262",b251dac0:"71292","08fa23f5":"71300","902ce872":"71319",ef851841:"71627",ba7edf1e:"71660",c77b3eb2:"71889","661e81a0":"72066","49b90edf":"72086",cc167612:"72111","40d679e2":"72319","1d9da1f4":"72387",f73564bb:"72470",ef6e5522:"72650","4539774b":"72698",af0cfa4d:"72778","4b05701a":"72822","939d772d":"72971",befb6058:"73197","2e7c08db":"73505",b261f0c2:"73558",f5968bd7:"73580",b9a84d40:"73770",fea2b63c:"73938",a59479b4:"74101",bd7f1226:"74157",e1af0ab1:"74164","9730c5c0":"74247",dc2f4bb3:"74415","3c784d85":"74419",f7fb2d51:"74439","1e19da88":"74599",fc3a4118:"74639","855239bf":"74695","04069cf2":"74863","56b19f5d":"75261",a930ad8b:"75282","89b4dc5b":"75502","10e04114":"75511",a9b54304:"75643","027748e9":"75973",caf5215e:"76056","56a2ba07":"76141",ab49a733:"76150","5d5e5e64":"76195",d3439b27:"76543",cbdda69f:"76678",f69ed20f:"76894",bd3bf4b2:"77152","5a30cf7e":"77279","78c16d4e":"77625",f039e5ac:"77652","346c9335":"77692","93dc8e22":"77776","17cee6e7":"77810","35b6bff0":"77819",fbd97956:"77829","6998a2e0":"77977",c0485655:"78079","6d82c72f":"78115",d46a91ed:"78372","8fda0747":"78916",b2ba5311:"79046","027cf034":"79168",de8a3f80:"79303","7f5c8eef":"79356","07801322":"79413","2529997c":"79466","10394ccd":"79762","74048f5a":"79844","855c8e88":"80102",e1f0e952:"80194","061f4a01":"80259",eb421efb:"80397","3299b82b":"80509","9285eb74":"80562",e4ce6935:"80666",dffd512f:"80720","37a6abbb":"80742","9d23210d":"80843","65aa3c0f":"80997","87014e7c":"81168",c472c431:"81236",b738733a:"81413",c8402463:"81434",a74ebc46:"81510","37e2c88f":"81688","943ee7a0":"81840",b6d1a9e4:"81923","5e45289c":"82040",a50e7810:"82059","97f06d1f":"82248",f606e04f:"82327","98a1fcd9":"82516",a1e6466d:"82580","4b6bfbe5":"82857","13d70063":"83006","0a009b8e":"83020",cf97a90f:"83276","7de4166c":"83477",a78e824b:"83552",cf1f907d:"83588",d008ba81:"83731","338561f9":"83885","9bfb314f":"83897","87c982b6":"83998","3d7d2ef4":"84580",fe8decdd:"84673",c734267c:"84971",e888b9cf:"85080",c055fe35:"85142",cf8d475f:"85246","0dbcde81":"85418","5542c472":"85561",d8583e44:"85594","722d3b69":"85853","8ef1e3bb":"85944","13f43e0d":"86007","63a1965b":"86137","0f462506":"86143","2b4d3916":"86307","7403278a":"86369","84e29575":"86412",c54953e9:"86719","83fc7a70":"86724",fa1a9465:"86806","5f7bf53e":"87057",f8f4312c:"87069",a4270ee0:"87108","4656db35":"87260","84b89e63":"87360","596312fd":"87362","8dc66840":"87393","4f8ec7a6":"87398","6883f3de":"87466","01e280d4":"87537",a7576dcc:"87550",c798c0b5:"87572","8fa9f998":"87638",bffc2bf2:"87741","4301bf12":"87759",feeadb31:"88108",f6e7257d:"88225",d825baa2:"88268",d607720a:"88287",ae6e0575:"88349","4a2f39f7":"88395","69cd44f6":"88448","1b126a6f":"88456","5a8bd788":"88581",a2a7b11f:"88745",bf044f46:"88982",f6d78023:"89016",eb564df5:"89031","25628c10":"89081","3d4bcc05":"89159","064d67f5":"89178",b280ad18:"89728","60a7d27a":"89741","9bf2f1ad":"90026",ba04e5ff:"90095","527a0828":"90104","4aa16476":"90342",c9eb37d0:"90376",f14531dc:"91091",ac3f047d:"91219","936d7d86":"91431","05b7ca84":"91536","72305ffa":"91614","4e405eb7":"91693","21a63d69":"91763",e3793912:"92251",eab12d28:"92271","42117c13":"92508","5e24e3bc":"92539","8338fc75":"92609","030dac36":"92651","44a0b814":"92871","65cd3ed0":"92958",b7b0952c:"93009","0d905e60":"93315","61ef3688":"93350",a145ee74:"93414","2d3e138b":"93575","2469bf52":"93582","0e7f8e29":"93633","234b7c65":"93785",e9d600cd:"93834","1ebf5cdd":"93844","763d581e":"94048",c3ddf248:"94057","7f9bbddb":"94275","8f8e7d7f":"94333",a94703ab:"94368",ef389cd6:"94396","7d4d206b":"94674","1e7f07e5":"94676",d9085f9d:"94692",e1ab4fff:"94744","81ab4bc2":"94745",c62dfbde:"94986",da84d3ce:"95261","2baa0d2f":"95400",c7b25a99:"95449",b36e09f7:"95472",c670dcf4:"95730","7116dcd1":"95846",add02b3d:"96427",f3ef781b:"96429","19d1f479":"96432","886f6b5c":"96535","1116756a":"96561","118191b6":"96570",e4c82ea3:"96602","5d277be3":"96639",be5d9038:"96736","4b3b6417":"96834","7bfc815f":"96996",dadf679c:"97330","70037a21":"97370",a4179dd8:"97537",a194bf09:"97727","14d19b54":"97810",f882977e:"97850","1a4e3797":"97920",f06e6a07:"98015","029b57e9":"98077","00e6edd3":"98141",ee19645a:"98211","09e558b2":"98339","39155dff":"98655","7350612e":"98664","7c3d6589":"98687","2eabd8e4":"98796","289325ad":"98834","60ab5c4c":"98877","614ec589":"98878",eee1a76f:"98940","512e5a2f":"98960","7131c338":"99014","69c1213a":"99052","382a2208":"99069","00126636":"99133","2a0a1cbb":"99419","43fae343":"99555","4e66f8e1":"99662","1f98178b":"99714","2c6eda14":"99866","52b7003d":"99883","67854d34":"99944"}[e]||e,r.p+r.u(e)},(()=>{var e={51303:0,40532:0};r.f.j=(f,d)=>{var b=r.o(e,f)?e[f]:void 0;if(0!==b)if(b)d.push(b[2]);else if(/^(40532|51303)$/.test(f))e[f]=0;else{var a=new Promise(((d,a)=>b=e[f]=[d,a]));d.push(b[2]=a);var c=r.p+r.u(f),t=new Error;r.l(c,(d=>{if(r.o(e,f)&&(0!==(b=e[f])&&(e[f]=void 0),b)){var a=d&&("load"===d.type?"missing":d.type),c=d&&d.target&&d.target.src;t.message="Loading chunk "+f+" failed.\n("+a+": "+c+")",t.name="ChunkLoadError",t.type=a,t.request=c,b[1](t)}}),"chunk-"+f,f)}},r.O.j=f=>0===e[f];var f=(f,d)=>{var b,a,c=d[0],t=d[1],o=d[2],n=0;if(c.some((f=>0!==e[f]))){for(b in t)r.o(t,b)&&(r.m[b]=t[b]);if(o)var i=o(r)}for(f&&f(d);n{"use strict";var e,f,d,a,b,c={},t={};function r(e){var f=t[e];if(void 0!==f)return f.exports;var d=t[e]={id:e,loaded:!1,exports:{}};return c[e].call(d.exports,d,d.exports,r),d.loaded=!0,d.exports}r.m=c,e=[],r.O=(f,d,a,b)=>{if(!d){var c=1/0;for(i=0;i=b)&&Object.keys(r.O).every((e=>r.O[e](d[o])))?d.splice(o--,1):(t=!1,b0&&e[i-1][2]>b;i--)e[i]=e[i-1];e[i]=[d,a,b]},r.n=e=>{var f=e&&e.__esModule?()=>e.default:()=>e;return r.d(f,{a:f}),f},d=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var b=Object.create(null);r.r(b);var c={};f=f||[null,d({}),d([]),d(d)];for(var t=2&a&&e;"object"==typeof t&&!~f.indexOf(t);t=d(t))Object.getOwnPropertyNames(t).forEach((f=>c[f]=()=>e[f]));return c.default=()=>e,r.d(b,c),b},r.d=(e,f)=>{for(var d in f)r.o(f,d)&&!r.o(e,d)&&Object.defineProperty(e,d,{enumerable:!0,get:f[d]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((f,d)=>(r.f[d](e,f),f)),[])),r.u=e=>"assets/js/"+({39:"7cd7dff4",187:"50624596",367:"74cbe0b8",548:"773c9be2",868:"0eff0a6f",1386:"4bdd7a5c",1473:"fc4f9677",1768:"892ea308",1880:"65174236",1893:"4c5e977b",1984:"9db4052c",2029:"3f68dbf9",2118:"c1f0b016",2413:"76aeaa79",2439:"5ce704b9",2510:"fd1dd87b",2740:"5ac41226",2743:"8eea8428",2813:"61d84721",2947:"bc7fa033",3066:"2355c4de",3396:"e98178f6",3703:"e4cd4c7a",3726:"253936df",3801:"73844499",3903:"6ac75deb",4073:"974240c7",4075:"f3d4cbab",4084:"f25e6f21",4135:"3b29ff56",4143:"d331ba2f",4216:"17e33bf8",4333:"1ab52cc4",4433:"f3a754c4",4485:"8dc7c7b8",4497:"dce64afb",4550:"e0542d43",4721:"158f8d96",4803:"1d49b9a7",5185:"db75d29b",5239:"c78d27fd",5278:"c5b8a246",5319:"eda4b510",5447:"addd6ba5",5607:"1c73409e",5608:"35a126af",5635:"4859ca05",6002:"b4ef590d",6204:"7781a674",6447:"40a26964",6486:"fc56fef7",6649:"cad1e5e7",6747:"a975cdb9",6754:"3c341aac",7059:"ad57971b",7061:"e9add0da",7145:"eebb9f3e",7469:"c9618959",7505:"c5e2f0b8",7968:"13097e04",8238:"d7c5d900",8274:"6d4322eb",8382:"af84de2b",8423:"728499a5",8476:"51058c35",8709:"8ec1cce8",8878:"6b8a5e04",8953:"1dad5260",9021:"1ccd3c84",9106:"5200637f",9506:"18bdeddf",9817:"14eb3368",9878:"50343655",9890:"22c2f671",9927:"517a0098",10072:"6b35904b",10089:"c0f2a38f",10795:"78dfb7e9",11087:"fbe11c2d",11413:"71498ad5",11608:"8ff8e535",11635:"a000bcb0",12042:"05eab60d",12064:"a8bc8280",12073:"8f7aa1e6",12150:"87a73dcc",12166:"d0121b59",12197:"4e8481fe",12310:"2a424e83",12427:"95f9ec4d",12700:"244d38fb",12799:"8a4e4477",13005:"4f548564",13141:"5b0ef785",13511:"04330a60",13512:"6e54351f",13776:"af69bd61",13926:"5123f067",13941:"9f1b0dd7",14099:"02365595",14130:"a1370fd9",14158:"3b1cebf6",14234:"0b8b932b",14385:"191b5491",14420:"a87b8aaa",14553:"d1c1fcdf",14571:"5a4cd927",14593:"59796031",14745:"1914b754",14833:"4da02df6",14898:"c8af2d23",14949:"7b982834",15017:"e2e84060",15415:"8140523c",15569:"71025f9d",15620:"fa9fa18e",15687:"a509edaa",15792:"bdb17ab6",15817:"9dc20e1e",15941:"c82f4a97",16055:"f4528bb6",16438:"cbbbe773",16619:"12356e50",16660:"b4589fd3",16688:"f0f5300a",16914:"750f4760",16951:"1fa24217",17213:"7236dcb4",17270:"ce5c8c24",17531:"90abdf6b",17535:"d6f5cfb9",17772:"802254bf",17817:"7b338c23",17971:"6f37af33",18467:"fd64f10f",18494:"e73dc58a",18518:"a7bd4aaa",18589:"4d028742",18778:"7dadb812",18792:"550f8adb",18911:"7c4251fd",19100:"87298834",19226:"5cf7b0e9",19272:"a6ef86a7",19295:"09e06a52",19385:"f4cba3b6",19559:"97b6d501",19589:"be166ec8",19634:"69c42b9a",19688:"57fb9f17",19725:"4ecca97f",19798:"ba202bb7",19807:"a75c3dbe",19836:"39df2a2d",20039:"6417b00a",20119:"666ab627",20281:"e600351a",20335:"4d273619",20469:"88f92607",20511:"e8be83b4",20530:"02335ff3",20627:"b4038acd",20654:"d8c91a6e",20847:"6be148ac",21006:"069ddc90",21097:"2a35639c",21320:"849f9212",21833:"da9723b1",21857:"4154c60d",22357:"99a4b5ad",22406:"e6eaa71a",22671:"477ce73e",22753:"925ba56d",22765:"1cbfa080",22977:"99e7ae84",23255:"da920113",23324:"af7c52b4",23398:"10159dbf",23923:"647f4a2b",24006:"76f78662",24015:"c0742808",24018:"a9317d44",24122:"c605d0f8",24226:"e4b8d1f7",24288:"062c085f",24434:"2c8c99fe",24472:"84982dca",24547:"1b295c6d",24553:"3a1788ea",24703:"884c007e",25090:"46ef8a18",25272:"e13968cd",25864:"db34055c",25910:"cf0d3f50",25966:"6d1ffffd",26002:"a89000ee",26166:"39c639a5",26331:"846e4211",26349:"8bc78012",26365:"47aa7b91",26451:"e772b38e",26498:"fba7bb0f",26533:"b4e65e1f",26645:"e43ee211",26780:"55962708",26834:"90eb8716",26973:"0687cea2",27034:"d771338a",27081:"06ac45ec",27318:"7bbaf234",27356:"57d216c5",27439:"e8a7e98a",27653:"b2229da9",27762:"85d780d7",27778:"50df0f53",27891:"d34be79b",27921:"b8edbb74",27941:"dbf12243",27943:"76d80f02",28149:"841f5a4e",28194:"5aa39d6f",28242:"468a76eb",28592:"05f6be15",28734:"ca07938f",28814:"e52c2c66",29112:"37a6acf4",29115:"1def0b76",29214:"9a5047d6",29417:"00685d85",29585:"11b43341",29605:"981e583b",29609:"ee9fcfd2",29661:"5e95c892",29728:"c4cc5d22",30032:"2b123ddd",30096:"189ef51f",30130:"75581c38",30362:"da07b169",30529:"a11133f1",30832:"703f23e5",30848:"9a9bd620",30953:"a76e60d3",31004:"c141421f",31065:"8a921158",31515:"2d2199e6",31714:"6ddcd9e6",31833:"32d0d625",31874:"1885d511",31903:"7e5f1599",31989:"8660488c",32147:"220207ff",32240:"75688136",32288:"0f27f1b8",32309:"c2abd45e",32728:"757f50af",32781:"6fd9a23c",32853:"b43d8a0d",33242:"8853ba72",33421:"cc67ee4e",33629:"aba21aa0",33814:"88c419bb",33849:"99e6b25e",34021:"6bc80c47",34196:"4d4a4ba7",34420:"bea80cb3",34585:"e2f45cda",34696:"806e95e3",34908:"ab9eee5d",35334:"eed39aaa",35445:"84d47c34",35618:"8f8fcdca",35692:"539d7c87",35858:"d8f7c5d2",35979:"7ddbc678",36020:"1ffa81c2",36415:"def3d7ec",36416:"77f794d9",36635:"bc0c4574",36797:"dbee08c0",37062:"b8e550c7",37064:"a88aef15",37354:"24cb5394",37754:"c4c7f502",37842:"9c665132",38094:"bc8d9490",38317:"9a13fb7d",38395:"9cc3dc60",38648:"f6b5f999",38772:"4cae6594",38834:"c8588910",38846:"a7c4da1a",38924:"a7b83fdb",39016:"c60c4f5c",39062:"eb1ed09f",39074:"6b6f3d7f",39098:"e7598b37",39750:"c9175315",39754:"1176889b",39779:"fb2c10d0",39911:"8c63d4ea",39920:"2226fe36",40441:"8b79729b",40719:"c3fd8874",40757:"9ce9f59c",41224:"4ed4ccdd",41229:"402a601e",41385:"62bbaed5",41557:"73fb3b8c",41622:"65b83197",41894:"a9d664f3",41931:"2ac62c9a",41956:"79b46cc3",41995:"0a099a4f",42190:"8b57dad7",42195:"23e3b261",42348:"75737ba1",42611:"8dd72728",42630:"1e1599cb",43540:"fb391353",43854:"ea49187a",43890:"45f9d1d8",43901:"7d52d695",44007:"5bca89a7",44116:"55f3aeca",44135:"33b6b144",44159:"f120f84a",44317:"9ef0b234",44403:"cc38c2de",44612:"bebf2496",44618:"5ecdf48a",44946:"00e97bf6",45014:"c32fb469",45047:"255e8cf3",45069:"a0d375c1",45087:"ea798e5d",45170:"be477480",45231:"6434182c",45350:"064214cc",45421:"53e81573",45871:"fd8f6816",45887:"cb3e1b57",46198:"42ef02de",46329:"c7dff32f",46527:"1b9c28ca",46601:"65f8d083",47189:"c681ba46",47437:"aa7a09d2",47678:"9b665e50",47704:"dec03848",47778:"2ffd2327",47892:"e21651f5",47918:"b90e80fa",47930:"bbcb5934",48070:"8280346e",48379:"8169b3c6",48584:"069eb6a1",48589:"5a54d93f",48729:"9521f4b3",48765:"dc5e99f0",48891:"decfbba0",48893:"fbe4c47e",48979:"33fbd6a1",49010:"cd8eed67",49455:"2c1711ce",49483:"3ebc342d",49824:"2c55f2e5",49986:"098953f3",50064:"449350f4",50085:"7937cd58",50110:"4779d29a",50150:"54146d47",50267:"c6e3ef59",50288:"7a3e07c8",50414:"306aee24",50600:"cb7c035f",50629:"ce42bfab",50735:"de37d217",51028:"ef6a085d",51335:"ea4a9d72",51392:"41a0b225",51434:"3938886d",51478:"1b3ac3cc",51743:"5e7a1239",51750:"46006f66",51844:"9fc40824",51881:"b82cae74",52002:"17fda0e6",52075:"3fc8e804",52281:"18047e7a",52290:"4bdb5884",52291:"3614178f",52483:"9c874da5",52553:"b04c64bf",52719:"98b03dc7",52821:"6fd46f6c",53082:"d26eef7b",53099:"18fa88f3",53155:"9a364eec",53443:"219e4260",53608:"8a0d7266",53688:"2159b8b3",53698:"a11b35f8",53710:"70aa9574",53761:"781adc30",53905:"8bcf2f56",53906:"756b6e7b",54022:"8f41e9a9",54131:"fbb8b522",54159:"3f8e3eb1",54390:"abed6a31",54408:"a27ff278",54931:"e962acdf",55150:"cbf45c4e",55204:"ddb5b6fd",55222:"5718d6db",55319:"263dbc6d",55326:"73bb90fb",55392:"32d685a7",55710:"f2495005",55747:"7ad27f37",55762:"e54b4d7a",55899:"e2b208a8",55957:"901254d8",56008:"52eb011d",56048:"f2c96c5d",56059:"910d5a4e",56066:"b3bfe149",56255:"882bd5c3",56361:"ce8311e3",56429:"8bb03b64",56686:"1d8506ff",56945:"a715e04b",57168:"fc0225c3",57350:"8274afaf",57434:"1f2d2cdd",57904:"e13299cf",58007:"8272edfd",58035:"ef9f26c9",58442:"2c8f08e7",58599:"27355691",58658:"58f41459",58660:"dd2c73e2",58677:"ce94b51d",58760:"c84a9109",58925:"c3c545ed",58927:"61ad0ab8",58939:"7ce8e9eb",59145:"63a8a649",59476:"2e87b851",59671:"0e384e19",59709:"223301d0",59827:"ad180f29",59873:"06eebeb7",59941:"beffaa26",60028:"5269bd21",60369:"9e8f0e1c",60444:"509d9e86",60452:"295d89fa",60561:"74f6cc54",60570:"a7f8e40f",60747:"07d78bf6",60862:"ba4cd107",61078:"c059af28",61384:"91620dbc",61385:"f37d4a2b",61485:"ce3486bd",61490:"7821a10c",61613:"6e16c901",61654:"8858ccd2",61935:"21bd6469",62023:"7805734c",62024:"ab510b4f",62039:"cdbcc403",62169:"267ccbc6",62207:"a21f6a6b",62629:"5c2df135",63079:"269e975a",63109:"f7b79a00",63128:"f58ab7d7",63342:"b0322889",63345:"0132c79f",63858:"dd9cddc7",63931:"7d141066",64186:"d46c85d9",64329:"53ae10ed",64349:"a3a026fb",64426:"06f47a0f",64463:"4af5a5a2",64540:"a7c562f4",64708:"e1bea372",65055:"98aeac89",65106:"145e5b9f",65296:"086e8e8b",65401:"69ffdf14",65542:"94ea8699",65745:"75ee4e8f",66032:"99d5b11a",66095:"819d5147",66509:"c9f82592",66664:"e512a86f",67003:"491e614f",67162:"67d29b54",67252:"85722057",67255:"fc5c2de4",67293:"ef593bfc",67467:"8f72d77c",67486:"8c292d3e",67549:"cbf7c031",67635:"5c9ef298",67642:"e654d673",67689:"f7aeb356",67979:"e9a76c81",68105:"d9fb2f5f",68125:"fa7527f5",68278:"82bdf892",68453:"b3325f50",68545:"c353607d",68592:"common",68734:"7ef0b1f8",68934:"525802b3",68943:"838a8de2",69063:"c60355ff",70160:"cf2bf76c",70195:"5aa350ff",70224:"ce4e1b4c",70325:"b7e828e9",70438:"cb6692d1",70781:"0cc29a7b",70973:"f7444008",71087:"ae4b27f5",71262:"ef0722f6",71292:"b251dac0",71300:"08fa23f5",71319:"902ce872",71627:"ef851841",71660:"ba7edf1e",71889:"c77b3eb2",72066:"661e81a0",72086:"49b90edf",72111:"cc167612",72319:"40d679e2",72387:"1d9da1f4",72470:"f73564bb",72650:"ef6e5522",72698:"4539774b",72778:"af0cfa4d",72822:"4b05701a",72971:"939d772d",73110:"43011389",73197:"befb6058",73505:"2e7c08db",73558:"b261f0c2",73580:"f5968bd7",73770:"b9a84d40",73938:"fea2b63c",74101:"a59479b4",74157:"bd7f1226",74164:"e1af0ab1",74247:"9730c5c0",74415:"dc2f4bb3",74419:"3c784d85",74439:"f7fb2d51",74599:"1e19da88",74639:"fc3a4118",74695:"855239bf",74863:"04069cf2",75261:"56b19f5d",75282:"a930ad8b",75502:"89b4dc5b",75511:"10e04114",75643:"a9b54304",75973:"027748e9",76056:"caf5215e",76141:"56a2ba07",76150:"ab49a733",76195:"5d5e5e64",76543:"d3439b27",76678:"cbdda69f",76894:"f69ed20f",77152:"bd3bf4b2",77279:"5a30cf7e",77625:"78c16d4e",77652:"f039e5ac",77692:"346c9335",77776:"93dc8e22",77810:"17cee6e7",77819:"35b6bff0",77829:"fbd97956",77977:"6998a2e0",78079:"c0485655",78115:"6d82c72f",78372:"d46a91ed",78916:"8fda0747",79046:"b2ba5311",79168:"027cf034",79303:"de8a3f80",79356:"7f5c8eef",79413:"07801322",79466:"2529997c",79762:"10394ccd",79844:"74048f5a",80102:"855c8e88",80194:"e1f0e952",80259:"061f4a01",80397:"eb421efb",80509:"3299b82b",80562:"9285eb74",80666:"e4ce6935",80720:"dffd512f",80742:"37a6abbb",80843:"9d23210d",80997:"65aa3c0f",81168:"87014e7c",81236:"c472c431",81413:"b738733a",81434:"c8402463",81510:"a74ebc46",81688:"37e2c88f",81840:"943ee7a0",81923:"b6d1a9e4",82040:"5e45289c",82059:"a50e7810",82248:"97f06d1f",82327:"f606e04f",82516:"98a1fcd9",82580:"a1e6466d",82857:"4b6bfbe5",83006:"13d70063",83020:"0a009b8e",83276:"cf97a90f",83477:"7de4166c",83552:"a78e824b",83588:"cf1f907d",83731:"d008ba81",83885:"338561f9",83897:"9bfb314f",83998:"87c982b6",84580:"3d7d2ef4",84673:"fe8decdd",84971:"c734267c",85080:"e888b9cf",85142:"c055fe35",85246:"cf8d475f",85418:"0dbcde81",85561:"5542c472",85594:"d8583e44",85853:"722d3b69",85944:"8ef1e3bb",86007:"13f43e0d",86137:"63a1965b",86143:"0f462506",86307:"2b4d3916",86369:"7403278a",86412:"84e29575",86719:"c54953e9",86724:"83fc7a70",86806:"fa1a9465",87057:"5f7bf53e",87069:"f8f4312c",87108:"a4270ee0",87260:"4656db35",87360:"84b89e63",87362:"596312fd",87393:"8dc66840",87398:"4f8ec7a6",87466:"6883f3de",87537:"01e280d4",87550:"a7576dcc",87572:"c798c0b5",87638:"8fa9f998",87741:"bffc2bf2",87759:"4301bf12",88108:"feeadb31",88225:"f6e7257d",88268:"d825baa2",88287:"d607720a",88349:"ae6e0575",88395:"4a2f39f7",88448:"69cd44f6",88456:"1b126a6f",88581:"5a8bd788",88745:"a2a7b11f",88982:"bf044f46",89016:"f6d78023",89031:"eb564df5",89081:"25628c10",89159:"3d4bcc05",89178:"064d67f5",89728:"b280ad18",89741:"60a7d27a",90026:"9bf2f1ad",90095:"ba04e5ff",90104:"527a0828",90342:"4aa16476",90376:"c9eb37d0",91091:"f14531dc",91219:"ac3f047d",91431:"936d7d86",91536:"05b7ca84",91614:"72305ffa",91693:"4e405eb7",91763:"21a63d69",92251:"e3793912",92271:"eab12d28",92508:"42117c13",92539:"5e24e3bc",92609:"8338fc75",92651:"030dac36",92871:"44a0b814",92958:"65cd3ed0",93009:"b7b0952c",93315:"0d905e60",93350:"61ef3688",93414:"a145ee74",93575:"2d3e138b",93582:"2469bf52",93633:"0e7f8e29",93785:"234b7c65",93834:"e9d600cd",93844:"1ebf5cdd",94048:"763d581e",94057:"c3ddf248",94275:"7f9bbddb",94333:"8f8e7d7f",94368:"a94703ab",94396:"ef389cd6",94674:"7d4d206b",94676:"1e7f07e5",94692:"d9085f9d",94744:"e1ab4fff",94745:"81ab4bc2",94986:"c62dfbde",95261:"da84d3ce",95400:"2baa0d2f",95449:"c7b25a99",95472:"b36e09f7",95730:"c670dcf4",95846:"7116dcd1",96226:"70837794",96427:"add02b3d",96429:"f3ef781b",96432:"19d1f479",96535:"886f6b5c",96561:"1116756a",96570:"118191b6",96602:"e4c82ea3",96639:"5d277be3",96736:"be5d9038",96834:"4b3b6417",96996:"7bfc815f",97330:"dadf679c",97370:"70037a21",97537:"a4179dd8",97727:"a194bf09",97810:"14d19b54",97850:"f882977e",97920:"1a4e3797",98015:"f06e6a07",98077:"029b57e9",98141:"00e6edd3",98211:"ee19645a",98339:"09e558b2",98655:"39155dff",98664:"7350612e",98687:"7c3d6589",98796:"2eabd8e4",98834:"289325ad",98877:"60ab5c4c",98878:"614ec589",98940:"eee1a76f",98960:"512e5a2f",99014:"7131c338",99052:"69c1213a",99069:"382a2208",99133:"00126636",99419:"2a0a1cbb",99555:"43fae343",99662:"4e66f8e1",99714:"1f98178b",99866:"2c6eda14",99883:"52b7003d",99944:"67854d34"}[e]||e)+"."+{39:"c6ede390",187:"2daedda8",367:"beb2f1bb",548:"9ca528d5",868:"3355cfb3",1386:"122b0a8f",1473:"12dccf18",1768:"98cd5dd1",1880:"0f092d3c",1893:"3008116c",1984:"8dfff69c",2029:"88825d6a",2118:"355476a0",2413:"71b2cafd",2439:"074bfbcc",2510:"b13f847a",2740:"fa232f0f",2743:"7d122262",2813:"da643d6c",2947:"ebd81d76",3066:"b0288a12",3396:"e4deba19",3703:"230b7fb1",3726:"0fbfc078",3801:"13922390",3903:"b6c7bb7f",4073:"db410d10",4075:"d20d1012",4084:"785d1295",4135:"54366ac9",4143:"4f5192b9",4216:"2a777965",4333:"19b32927",4433:"0a45add5",4485:"937c5bf4",4497:"803c3784",4550:"618824d8",4721:"0bbb84ca",4803:"c7d2179a",5185:"37296f74",5239:"7ebff6ce",5278:"5557068d",5319:"f051e8c6",5447:"92bb569d",5607:"007703fe",5608:"b37ac16f",5635:"7c915608",6002:"0632a57f",6204:"4892f464",6447:"27d20758",6486:"9974ff70",6649:"4d679c72",6747:"f658f352",6754:"c1c41a46",7059:"54296e01",7061:"7b98d4ea",7145:"c22bfe7d",7469:"6e7669fb",7505:"6ae7cb38",7968:"b3c21eac",8238:"4df8485b",8274:"50b9f7b9",8382:"4c40a8f3",8423:"58b5d729",8476:"16e5db96",8709:"87911c5d",8878:"7b5140bf",8953:"8be32365",9021:"8a6fce4f",9106:"62626e85",9506:"1d9d69e8",9817:"673d2a6b",9878:"f6625bf2",9890:"2ee4cf5b",9927:"00f66d9f",10072:"74b7dc0f",10089:"05e4301c",10795:"92d1667f",11087:"fbb2e28e",11413:"90dce428",11608:"3dd3b9e4",11635:"6dc4b209",12042:"0ea8ddcf",12064:"f0a9a790",12073:"24e1e099",12150:"af61b186",12166:"39f6fbfe",12197:"5356066b",12310:"96cba959",12427:"673a787f",12700:"989c3d34",12799:"b6383956",13005:"66b2da5f",13141:"4cdd68db",13511:"a70b052a",13512:"ced9f1f3",13776:"7297abeb",13926:"13c96355",13941:"4282df51",14099:"0126a9bf",14130:"a6931bb5",14158:"6c08123b",14234:"32d961f9",14385:"c6229b79",14420:"b583a35a",14553:"4f4f5ce8",14571:"a738868c",14593:"1e4e7697",14745:"dba6ca3d",14833:"fb30907f",14898:"6de170cb",14949:"547ebe74",15017:"ffb6b3fc",15415:"b0d6ab2b",15569:"6ec1f282",15620:"38523385",15687:"439d34a8",15792:"09de319d",15817:"92d0123b",15941:"d6ed4650",16055:"c378abb1",16438:"28edeafc",16619:"7aeb8b31",16660:"d14f1e05",16688:"ac4d8139",16914:"5a9584da",16951:"ba5e66f8",17213:"1f839f43",17270:"a79cf53b",17531:"d30ad86e",17535:"ad88ac6e",17772:"99f80bf0",17817:"ff7f4a31",17971:"5acf6845",18467:"2ef13c94",18494:"e4b17905",18518:"747eff3f",18589:"e159c0a1",18778:"40e5d5d7",18792:"343f2fe3",18894:"dedbed6c",18911:"a3e69861",19100:"e0e2746f",19226:"3a00f7af",19272:"ef1f94aa",19295:"99fa6426",19385:"dda3c8cc",19559:"25fd5703",19589:"e7a1b656",19634:"b8e23759",19688:"251f266e",19725:"4caaf154",19798:"fe362ef3",19807:"ab465a1a",19836:"56a0108f",20039:"1762aba1",20119:"3a44e7e0",20281:"86465252",20335:"397870bf",20469:"d4df8cb6",20511:"f98c5368",20530:"843b12e6",20627:"dd268780",20654:"79091866",20847:"9e8ad36e",21006:"b2cd13c2",21097:"c43e7981",21320:"f05afeea",21833:"13ce8b20",21857:"869110a1",22357:"e0743635",22406:"5e1e1b1d",22671:"8c14d090",22753:"9c94e756",22765:"24ab3b70",22977:"fc6f59d8",23255:"4dfa9333",23324:"5f778ba1",23398:"9150190d",23923:"48f07676",24006:"0698568a",24015:"bb56e9f2",24018:"f7f1ef59",24122:"54272640",24226:"a225e5b9",24288:"1f72edb8",24434:"52bd8787",24472:"317d09b9",24547:"8cce4f1c",24553:"7b4ed89f",24703:"d204ec87",25090:"93d0f1a9",25272:"3ffbd1e2",25864:"76314a02",25910:"43c12bb9",25966:"3418f9e6",26002:"dcf74ebd",26166:"c720eed9",26331:"5a2713ff",26349:"c43e17e7",26365:"cd818941",26451:"920eaf27",26498:"83a941b3",26533:"32a8f4ff",26645:"d0192b74",26731:"2239d7ac",26780:"a712f393",26834:"0fc72974",26973:"9ca8aac9",27034:"517e4705",27081:"7a2b4998",27318:"89c77db5",27356:"b1692af1",27439:"b32d2818",27653:"54f777ab",27762:"16fbba62",27778:"6809efe8",27891:"0fdbd9fa",27921:"3d07ae0c",27941:"fddb54f1",27943:"284ae055",28149:"535763a9",28194:"eb2ba53c",28242:"2a9d01f2",28592:"c22a3554",28734:"253c1425",28814:"7d9c076d",29112:"2d305a82",29115:"46fdb677",29214:"005a5a7d",29417:"f36d2e1c",29585:"fd2e5d3f",29605:"ea8b6062",29609:"3ef86220",29661:"1669fe32",29728:"10222c9c",30032:"846d8b19",30096:"41391abd",30130:"b3d6d371",30362:"95080297",30529:"0e1c8d70",30832:"c6818154",30848:"e5520834",30953:"2c3e35db",31004:"25f36ec7",31065:"90353e20",31515:"743ac9a8",31714:"cecfbf53",31833:"1c2cb211",31874:"9c36642a",31903:"c3fa5c82",31989:"e823144f",32147:"48b561a8",32240:"4b775a56",32288:"264e9f2b",32309:"7ce08dd8",32728:"13df2bc6",32781:"da0a006f",32853:"8bf89d4e",33242:"5d3726d3",33421:"3b92fb1f",33629:"24e72525",33814:"6bcff44e",33849:"291d03cc",34021:"84691fcc",34196:"0ef46593",34420:"12862979",34585:"0d02465b",34696:"f09172e3",34908:"f80f2667",35334:"96e616e5",35445:"2be6ef48",35618:"a014a425",35692:"f4a0bb87",35858:"5dd2f687",35979:"beb11329",36020:"d0582ad8",36415:"01241e21",36416:"04b5bbf2",36635:"5f1b20d1",36797:"0e2debc0",37062:"df843578",37064:"1eac2318",37354:"b4e2451d",37754:"a5cc999a",37842:"ace1991f",38094:"60a68db7",38317:"3df837ed",38395:"873afe8a",38648:"d9ed0524",38772:"e992e8bc",38834:"648f0c84",38846:"20042485",38924:"4888bfdb",39016:"71a50d2a",39062:"57f83906",39074:"3ceaffba",39098:"928d6b85",39750:"d6c0eb72",39754:"61921bed",39779:"b75ee811",39911:"d55ee5be",39920:"9965f602",40441:"3febdca6",40719:"df666f0c",40757:"2d9b5574",41224:"4f455942",41229:"1e82ee9b",41385:"a3f66500",41557:"ba46338a",41622:"a51367a0",41894:"56b32dfc",41931:"dbfa7760",41956:"dd9a14f6",41995:"928ce5fd",42190:"3143534e",42195:"189c81d7",42348:"75fc43e1",42611:"f0af7a68",42630:"b14762da",43540:"bfda1c3c",43854:"7688d8ca",43890:"cc618845",43901:"c22c4ac2",44007:"f34d384c",44116:"28314ab2",44135:"dd304a1a",44159:"0714f2bd",44317:"a3c47a75",44403:"a5e3b69b",44612:"568a0f73",44618:"b11fb8cc",44946:"c0d24fad",45014:"d5f7be60",45047:"a45721fb",45069:"7dc8e7c5",45087:"27c4105e",45170:"e3521b6f",45231:"9f0a25dd",45350:"1d8f9676",45421:"ca09a0d3",45871:"1dee090a",45887:"1bed0ceb",46198:"514e804b",46329:"ae0d114b",46527:"d3e137ef",46601:"2bc401ac",46945:"33d3f0d3",47189:"b01c288b",47437:"e4fea5f7",47678:"7a7d348e",47704:"76de6717",47778:"365fce4a",47892:"bc82fab3",47918:"b1c751c8",47930:"36547675",48070:"d91e19bd",48379:"72ace2ba",48584:"bdca7091",48589:"df2c7e23",48729:"a42815b7",48765:"d7f2f446",48891:"2a11dc2e",48893:"6a00c98e",48979:"e40757d8",49010:"5659c29d",49455:"8b4a20da",49483:"dacb7c94",49824:"a646117e",49986:"babe2760",50064:"087ac3ab",50085:"7a565f27",50110:"a264cdcc",50150:"79726f99",50267:"8b374059",50288:"b203dd51",50414:"fffc9914",50600:"cb308a91",50629:"0efe2fcc",50735:"1bd48d99",51028:"bb9eb008",51335:"72dd0480",51392:"af31c5be",51434:"7504afaf",51478:"9544488c",51743:"54b4f789",51750:"a174dbad",51772:"6a61e5a9",51844:"9bf189b9",51881:"bf1cad02",52002:"61da9550",52075:"146506e2",52281:"a3d35999",52290:"1e8d9625",52291:"6583fdb1",52483:"9e255228",52553:"8fc06ac2",52719:"ff54e97e",52821:"488bc872",53082:"bb8ecb6b",53099:"d0b55404",53155:"cca907a7",53443:"8571d267",53608:"d04803b9",53688:"4ec3e47d",53698:"aaf04007",53710:"59a41225",53761:"fcf21687",53905:"03408662",53906:"cb373345",54022:"cada7d82",54131:"4eedb7c9",54159:"82468f07",54390:"08b138af",54408:"79bbee7a",54931:"d85fe9a3",55150:"18278c12",55204:"d4d68e26",55222:"c238a3a4",55319:"cd84cbd6",55326:"ab0d4b50",55392:"b391bc0b",55710:"82adb689",55747:"2efb4693",55762:"bd5cecdf",55899:"89418f7f",55957:"2af1d527",56008:"8452f3d6",56048:"e9562fb6",56059:"793a5019",56066:"5b0c4c70",56255:"8482d2ec",56361:"c4b148fa",56429:"d5f47846",56686:"3bfb180e",56945:"938449b2",57168:"1c26f78a",57350:"3d89dc2e",57434:"bca75bdd",57904:"64b74491",58007:"5b8433a7",58035:"3522d8d2",58442:"91985000",58599:"59742825",58658:"e0a9c3f7",58660:"72fc95a3",58677:"ef016d5d",58760:"14935ccf",58925:"7503f10f",58927:"ce3932f2",58939:"a92a053c",59145:"94ffc452",59476:"48077f02",59671:"8f9b0dec",59709:"f4e38c43",59827:"cf6f919a",59873:"180b33ab",59941:"213c4a6f",60028:"12ce7004",60369:"64731aa5",60444:"d477aaa9",60452:"69755d36",60561:"584c78f0",60570:"bd96bb19",60747:"ad768a5a",60862:"0d5d7b7f",61078:"4a58fe34",61384:"bc4656b7",61385:"f68e91d2",61485:"38c99e5a",61490:"dc1ddc5a",61613:"ee8e5351",61654:"326c1f0a",61935:"a295a149",62023:"aaaab968",62024:"6aa8fb8a",62039:"2d2f076d",62169:"cb5109a5",62207:"67fdb958",62629:"b5ad8f47",63079:"8b504c85",63109:"8b251621",63128:"75d10d47",63342:"7a5a93f7",63345:"a0fe97ab",63858:"6af484f2",63931:"6dafe521",64186:"82811667",64329:"9cba6e34",64349:"7c3f6f37",64426:"13292e16",64463:"d31e7fd1",64540:"9d073420",64708:"f148f40c",65055:"70c1e17b",65106:"860831dd",65296:"4ea7b7a7",65401:"f05c9b3d",65542:"9a0a4643",65745:"3ee05f0c",66032:"266e9757",66095:"7bbcac09",66509:"3135be95",66664:"60d7e15e",67003:"68b66905",67162:"bdbe344a",67252:"46d35efa",67255:"b105b87d",67293:"48458f15",67467:"7c2e42ac",67486:"0b398b15",67549:"7b4d9f27",67635:"cce3c3d5",67642:"2846e52d",67689:"c7263c83",67979:"5f2ce41a",68105:"162f5468",68125:"3ae6040d",68278:"85f54fa5",68453:"4419d01e",68545:"e6d38ac9",68592:"bea9ac94",68734:"958099dd",68934:"e99d8683",68943:"5a6974fe",69063:"7f7de03b",70160:"d61c1d30",70195:"749e4a1d",70224:"af88798f",70325:"ab2c6be0",70438:"07125b33",70781:"74213e6b",70973:"11fa4415",71087:"bf68779d",71262:"5309791e",71292:"d792fbcf",71300:"2fc735e5",71319:"b73bc279",71627:"7bea5cca",71660:"0dda55d5",71889:"64c80da3",72066:"9dae01e1",72086:"d6eae7b8",72111:"0b9eab58",72319:"d920e2ff",72387:"ed0f0cf2",72470:"41191abd",72650:"3cd904d3",72698:"aba0deee",72778:"b0066607",72822:"1d0fc362",72971:"d40fb104",73110:"8c15c8d1",73197:"f6d14008",73505:"baac1952",73558:"57e6d6dd",73580:"e0e916e5",73770:"2716cb72",73938:"7541c7dc",74101:"be8686dd",74157:"2b528422",74164:"53798865",74247:"f39e54eb",74415:"730f4ea0",74419:"85e3d66d",74439:"0964045e",74599:"8c68bd2a",74639:"d352c3ae",74695:"c52f9be5",74863:"843de086",75261:"e7f47056",75282:"d7ac1598",75502:"a431453d",75511:"81864818",75643:"c17e1cf0",75973:"59cf9b6c",76056:"2237193a",76141:"ac5b3502",76150:"109534ea",76195:"6e7a8acb",76543:"8322d4de",76678:"98823559",76894:"96c82c5f",77152:"6b873efe",77279:"6c770196",77625:"3baa0c5f",77652:"50e24d03",77692:"716c8564",77776:"28c60892",77810:"50bf5bba",77819:"78e4fdc9",77829:"3530929e",77977:"7710f521",78079:"3d7f19f4",78115:"b44f6ab7",78372:"b10c3c0d",78916:"c4d4d9d6",79046:"2173398a",79168:"0cde610f",79303:"985d3b61",79356:"9d806271",79413:"64d0c17f",79466:"c00af58b",79762:"12090055",79844:"0130eed7",80102:"ac3deba2",80194:"7d2a1d1e",80259:"f09d567d",80397:"8c2f4b29",80509:"42c13f0d",80562:"41d96173",80666:"e3299cb5",80720:"fbe54db2",80742:"111c8e09",80843:"7e501812",80997:"1e2da670",81168:"16dfc56b",81236:"ca555a04",81413:"edb95d31",81434:"117f6171",81510:"618cfe52",81688:"1f6bf260",81840:"52b0a2eb",81923:"99f444ec",82040:"9e80138a",82059:"e69ea0cb",82248:"634ae2c5",82327:"4effd029",82516:"6416521a",82580:"ffde4f76",82857:"b4e29d2f",83006:"24216d78",83020:"d19f74f1",83276:"c7bc949c",83477:"ac341f31",83552:"3768a480",83588:"9b50c49e",83731:"ad38c2ba",83885:"e9bc0646",83897:"73aacd4e",83998:"61614808",84483:"39eb7900",84580:"423e15da",84673:"3ab5e6f9",84971:"e7327924",85080:"a72cbcc1",85142:"b402ea73",85246:"d4f2cd7c",85418:"13cae21f",85561:"cf54a76b",85594:"1f1490e4",85853:"80bd0908",85944:"88f3ea47",86007:"8a2381ad",86137:"5b1921f4",86143:"5e5e0e23",86307:"7adcfb46",86369:"b457abac",86412:"a08bac7c",86719:"3fba1415",86724:"778ca7c1",86806:"9c70b73b",87057:"5158ccf5",87069:"0d5cb0d7",87108:"24feefb0",87260:"0d3a8e04",87360:"ba1ec998",87362:"bf92b87b",87393:"9bd92efd",87398:"0f626286",87466:"ca5acca9",87537:"9b9368df",87550:"d61fee78",87572:"41e350ff",87638:"d3931ad4",87741:"11e2b77a",87759:"c36b88f7",88108:"11509d98",88225:"f697110f",88268:"7e2ac2a5",88287:"471bc0d3",88349:"366733eb",88395:"f3cf8fac",88448:"47a9943e",88456:"df8b1484",88581:"4d492986",88745:"f4591614",88982:"737ce7af",89016:"590da8e8",89031:"2864dbf7",89081:"65f36509",89159:"1e56bade",89178:"57f0ad30",89728:"dadc31e9",89741:"f5306a20",90026:"7dbc6ca8",90095:"c68397fb",90104:"0ae9949e",90342:"9b4e9542",90376:"ea1b602f",91091:"9765a5b2",91219:"0c687dd0",91431:"043e6a2a",91536:"b92c79dc",91614:"8bab85f1",91693:"d8e06c4e",91763:"a93efd9d",92251:"2bc1cca1",92271:"f8a74a44",92508:"8afd49b5",92539:"679728cf",92609:"97bfa297",92651:"8ac044ac",92871:"6ad351b9",92958:"36bb5ad7",93009:"c8b197fc",93315:"921ac62b",93350:"fa31c0c4",93414:"5adf9e78",93575:"d34fd2d0",93582:"2d6c6d60",93633:"3d1bc1a1",93785:"f98aa261",93834:"2772b7ef",93844:"86fa5806",94048:"bd6b7a00",94057:"ac0680dd",94275:"7dd3c19a",94333:"9c3ef7d5",94368:"884d948f",94396:"ed7d3c95",94674:"fd8676c1",94676:"ba9acc83",94692:"d75f061f",94744:"c6256ef2",94745:"2ff31065",94986:"a5444415",95261:"219bfd0f",95400:"83493f02",95449:"bad7ce32",95472:"adb05d92",95730:"e9e3121e",95846:"7f981662",96226:"d49c4e8b",96427:"363415a2",96429:"b094c512",96432:"969e77db",96535:"5e6cc700",96561:"5fc6b094",96570:"ca4d5be6",96602:"0e60177f",96639:"7468f6f4",96736:"637e5051",96834:"27db39e9",96996:"fac261d5",97330:"f2bc75f3",97370:"cbbd3581",97537:"d2b7cdf5",97727:"b39daf5e",97810:"f15220d3",97850:"c7118b15",97920:"b2e6489f",98015:"88a7639d",98077:"8120c9da",98141:"65e600f7",98211:"7ca4d7bb",98339:"776f6d24",98655:"a14e5761",98664:"14c44db3",98687:"c53eb600",98796:"ef7b6dac",98834:"cbcc6dcd",98877:"fa9d1899",98878:"3657e8c8",98940:"e86942e4",98960:"47718b62",99014:"ddb274b1",99052:"93f5769c",99069:"a6449a2e",99133:"2a12e46d",99419:"01f5f95e",99516:"3d4f62cc",99555:"98474d8f",99662:"43d75317",99714:"264229a1",99866:"12c2423d",99883:"99e8a633",99944:"21be681b"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,f)=>Object.prototype.hasOwnProperty.call(e,f),a={},b="documentation:",r.l=(e,f,d,c)=>{if(a[e])a[e].push(f);else{var t,o;if(void 0!==d)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var b=a[e];if(delete a[e],t.parentNode&&t.parentNode.removeChild(t),b&&b.forEach((e=>e(d))),f)return f(d)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.p="/docs/",r.gca=function(e){return e={27355691:"58599",43011389:"73110",50343655:"9878",50624596:"187",55962708:"26780",59796031:"14593",65174236:"1880",70837794:"96226",73844499:"3801",75688136:"32240",85722057:"67252",87298834:"19100","7cd7dff4":"39","74cbe0b8":"367","773c9be2":"548","0eff0a6f":"868","4bdd7a5c":"1386",fc4f9677:"1473","892ea308":"1768","4c5e977b":"1893","9db4052c":"1984","3f68dbf9":"2029",c1f0b016:"2118","76aeaa79":"2413","5ce704b9":"2439",fd1dd87b:"2510","5ac41226":"2740","8eea8428":"2743","61d84721":"2813",bc7fa033:"2947","2355c4de":"3066",e98178f6:"3396",e4cd4c7a:"3703","253936df":"3726","6ac75deb":"3903","974240c7":"4073",f3d4cbab:"4075",f25e6f21:"4084","3b29ff56":"4135",d331ba2f:"4143","17e33bf8":"4216","1ab52cc4":"4333",f3a754c4:"4433","8dc7c7b8":"4485",dce64afb:"4497",e0542d43:"4550","158f8d96":"4721","1d49b9a7":"4803",db75d29b:"5185",c78d27fd:"5239",c5b8a246:"5278",eda4b510:"5319",addd6ba5:"5447","1c73409e":"5607","35a126af":"5608","4859ca05":"5635",b4ef590d:"6002","7781a674":"6204","40a26964":"6447",fc56fef7:"6486",cad1e5e7:"6649",a975cdb9:"6747","3c341aac":"6754",ad57971b:"7059",e9add0da:"7061",eebb9f3e:"7145",c9618959:"7469",c5e2f0b8:"7505","13097e04":"7968",d7c5d900:"8238","6d4322eb":"8274",af84de2b:"8382","728499a5":"8423","51058c35":"8476","8ec1cce8":"8709","6b8a5e04":"8878","1dad5260":"8953","1ccd3c84":"9021","5200637f":"9106","18bdeddf":"9506","14eb3368":"9817","22c2f671":"9890","517a0098":"9927","6b35904b":"10072",c0f2a38f:"10089","78dfb7e9":"10795",fbe11c2d:"11087","71498ad5":"11413","8ff8e535":"11608",a000bcb0:"11635","05eab60d":"12042",a8bc8280:"12064","8f7aa1e6":"12073","87a73dcc":"12150",d0121b59:"12166","4e8481fe":"12197","2a424e83":"12310","95f9ec4d":"12427","244d38fb":"12700","8a4e4477":"12799","4f548564":"13005","5b0ef785":"13141","04330a60":"13511","6e54351f":"13512",af69bd61:"13776","5123f067":"13926","9f1b0dd7":"13941","02365595":"14099",a1370fd9:"14130","3b1cebf6":"14158","0b8b932b":"14234","191b5491":"14385",a87b8aaa:"14420",d1c1fcdf:"14553","5a4cd927":"14571","1914b754":"14745","4da02df6":"14833",c8af2d23:"14898","7b982834":"14949",e2e84060:"15017","8140523c":"15415","71025f9d":"15569",fa9fa18e:"15620",a509edaa:"15687",bdb17ab6:"15792","9dc20e1e":"15817",c82f4a97:"15941",f4528bb6:"16055",cbbbe773:"16438","12356e50":"16619",b4589fd3:"16660",f0f5300a:"16688","750f4760":"16914","1fa24217":"16951","7236dcb4":"17213",ce5c8c24:"17270","90abdf6b":"17531",d6f5cfb9:"17535","802254bf":"17772","7b338c23":"17817","6f37af33":"17971",fd64f10f:"18467",e73dc58a:"18494",a7bd4aaa:"18518","4d028742":"18589","7dadb812":"18778","550f8adb":"18792","7c4251fd":"18911","5cf7b0e9":"19226",a6ef86a7:"19272","09e06a52":"19295",f4cba3b6:"19385","97b6d501":"19559",be166ec8:"19589","69c42b9a":"19634","57fb9f17":"19688","4ecca97f":"19725",ba202bb7:"19798",a75c3dbe:"19807","39df2a2d":"19836","6417b00a":"20039","666ab627":"20119",e600351a:"20281","4d273619":"20335","88f92607":"20469",e8be83b4:"20511","02335ff3":"20530",b4038acd:"20627",d8c91a6e:"20654","6be148ac":"20847","069ddc90":"21006","2a35639c":"21097","849f9212":"21320",da9723b1:"21833","4154c60d":"21857","99a4b5ad":"22357",e6eaa71a:"22406","477ce73e":"22671","925ba56d":"22753","1cbfa080":"22765","99e7ae84":"22977",da920113:"23255",af7c52b4:"23324","10159dbf":"23398","647f4a2b":"23923","76f78662":"24006",c0742808:"24015",a9317d44:"24018",c605d0f8:"24122",e4b8d1f7:"24226","062c085f":"24288","2c8c99fe":"24434","84982dca":"24472","1b295c6d":"24547","3a1788ea":"24553","884c007e":"24703","46ef8a18":"25090",e13968cd:"25272",db34055c:"25864",cf0d3f50:"25910","6d1ffffd":"25966",a89000ee:"26002","39c639a5":"26166","846e4211":"26331","8bc78012":"26349","47aa7b91":"26365",e772b38e:"26451",fba7bb0f:"26498",b4e65e1f:"26533",e43ee211:"26645","90eb8716":"26834","0687cea2":"26973",d771338a:"27034","06ac45ec":"27081","7bbaf234":"27318","57d216c5":"27356",e8a7e98a:"27439",b2229da9:"27653","85d780d7":"27762","50df0f53":"27778",d34be79b:"27891",b8edbb74:"27921",dbf12243:"27941","76d80f02":"27943","841f5a4e":"28149","5aa39d6f":"28194","468a76eb":"28242","05f6be15":"28592",ca07938f:"28734",e52c2c66:"28814","37a6acf4":"29112","1def0b76":"29115","9a5047d6":"29214","00685d85":"29417","11b43341":"29585","981e583b":"29605",ee9fcfd2:"29609","5e95c892":"29661",c4cc5d22:"29728","2b123ddd":"30032","189ef51f":"30096","75581c38":"30130",da07b169:"30362",a11133f1:"30529","703f23e5":"30832","9a9bd620":"30848",a76e60d3:"30953",c141421f:"31004","8a921158":"31065","2d2199e6":"31515","6ddcd9e6":"31714","32d0d625":"31833","1885d511":"31874","7e5f1599":"31903","8660488c":"31989","220207ff":"32147","0f27f1b8":"32288",c2abd45e:"32309","757f50af":"32728","6fd9a23c":"32781",b43d8a0d:"32853","8853ba72":"33242",cc67ee4e:"33421",aba21aa0:"33629","88c419bb":"33814","99e6b25e":"33849","6bc80c47":"34021","4d4a4ba7":"34196",bea80cb3:"34420",e2f45cda:"34585","806e95e3":"34696",ab9eee5d:"34908",eed39aaa:"35334","84d47c34":"35445","8f8fcdca":"35618","539d7c87":"35692",d8f7c5d2:"35858","7ddbc678":"35979","1ffa81c2":"36020",def3d7ec:"36415","77f794d9":"36416",bc0c4574:"36635",dbee08c0:"36797",b8e550c7:"37062",a88aef15:"37064","24cb5394":"37354",c4c7f502:"37754","9c665132":"37842",bc8d9490:"38094","9a13fb7d":"38317","9cc3dc60":"38395",f6b5f999:"38648","4cae6594":"38772",c8588910:"38834",a7c4da1a:"38846",a7b83fdb:"38924",c60c4f5c:"39016",eb1ed09f:"39062","6b6f3d7f":"39074",e7598b37:"39098",c9175315:"39750","1176889b":"39754",fb2c10d0:"39779","8c63d4ea":"39911","2226fe36":"39920","8b79729b":"40441",c3fd8874:"40719","9ce9f59c":"40757","4ed4ccdd":"41224","402a601e":"41229","62bbaed5":"41385","73fb3b8c":"41557","65b83197":"41622",a9d664f3:"41894","2ac62c9a":"41931","79b46cc3":"41956","0a099a4f":"41995","8b57dad7":"42190","23e3b261":"42195","75737ba1":"42348","8dd72728":"42611","1e1599cb":"42630",fb391353:"43540",ea49187a:"43854","45f9d1d8":"43890","7d52d695":"43901","5bca89a7":"44007","55f3aeca":"44116","33b6b144":"44135",f120f84a:"44159","9ef0b234":"44317",cc38c2de:"44403",bebf2496:"44612","5ecdf48a":"44618","00e97bf6":"44946",c32fb469:"45014","255e8cf3":"45047",a0d375c1:"45069",ea798e5d:"45087",be477480:"45170","6434182c":"45231","064214cc":"45350","53e81573":"45421",fd8f6816:"45871",cb3e1b57:"45887","42ef02de":"46198",c7dff32f:"46329","1b9c28ca":"46527","65f8d083":"46601",c681ba46:"47189",aa7a09d2:"47437","9b665e50":"47678",dec03848:"47704","2ffd2327":"47778",e21651f5:"47892",b90e80fa:"47918",bbcb5934:"47930","8280346e":"48070","8169b3c6":"48379","069eb6a1":"48584","5a54d93f":"48589","9521f4b3":"48729",dc5e99f0:"48765",decfbba0:"48891",fbe4c47e:"48893","33fbd6a1":"48979",cd8eed67:"49010","2c1711ce":"49455","3ebc342d":"49483","2c55f2e5":"49824","098953f3":"49986","449350f4":"50064","7937cd58":"50085","4779d29a":"50110","54146d47":"50150",c6e3ef59:"50267","7a3e07c8":"50288","306aee24":"50414",cb7c035f:"50600",ce42bfab:"50629",de37d217:"50735",ef6a085d:"51028",ea4a9d72:"51335","41a0b225":"51392","3938886d":"51434","1b3ac3cc":"51478","5e7a1239":"51743","46006f66":"51750","9fc40824":"51844",b82cae74:"51881","17fda0e6":"52002","3fc8e804":"52075","18047e7a":"52281","4bdb5884":"52290","3614178f":"52291","9c874da5":"52483",b04c64bf:"52553","98b03dc7":"52719","6fd46f6c":"52821",d26eef7b:"53082","18fa88f3":"53099","9a364eec":"53155","219e4260":"53443","8a0d7266":"53608","2159b8b3":"53688",a11b35f8:"53698","70aa9574":"53710","781adc30":"53761","8bcf2f56":"53905","756b6e7b":"53906","8f41e9a9":"54022",fbb8b522:"54131","3f8e3eb1":"54159",abed6a31:"54390",a27ff278:"54408",e962acdf:"54931",cbf45c4e:"55150",ddb5b6fd:"55204","5718d6db":"55222","263dbc6d":"55319","73bb90fb":"55326","32d685a7":"55392",f2495005:"55710","7ad27f37":"55747",e54b4d7a:"55762",e2b208a8:"55899","901254d8":"55957","52eb011d":"56008",f2c96c5d:"56048","910d5a4e":"56059",b3bfe149:"56066","882bd5c3":"56255",ce8311e3:"56361","8bb03b64":"56429","1d8506ff":"56686",a715e04b:"56945",fc0225c3:"57168","8274afaf":"57350","1f2d2cdd":"57434",e13299cf:"57904","8272edfd":"58007",ef9f26c9:"58035","2c8f08e7":"58442","58f41459":"58658",dd2c73e2:"58660",ce94b51d:"58677",c84a9109:"58760",c3c545ed:"58925","61ad0ab8":"58927","7ce8e9eb":"58939","63a8a649":"59145","2e87b851":"59476","0e384e19":"59671","223301d0":"59709",ad180f29:"59827","06eebeb7":"59873",beffaa26:"59941","5269bd21":"60028","9e8f0e1c":"60369","509d9e86":"60444","295d89fa":"60452","74f6cc54":"60561",a7f8e40f:"60570","07d78bf6":"60747",ba4cd107:"60862",c059af28:"61078","91620dbc":"61384",f37d4a2b:"61385",ce3486bd:"61485","7821a10c":"61490","6e16c901":"61613","8858ccd2":"61654","21bd6469":"61935","7805734c":"62023",ab510b4f:"62024",cdbcc403:"62039","267ccbc6":"62169",a21f6a6b:"62207","5c2df135":"62629","269e975a":"63079",f7b79a00:"63109",f58ab7d7:"63128",b0322889:"63342","0132c79f":"63345",dd9cddc7:"63858","7d141066":"63931",d46c85d9:"64186","53ae10ed":"64329",a3a026fb:"64349","06f47a0f":"64426","4af5a5a2":"64463",a7c562f4:"64540",e1bea372:"64708","98aeac89":"65055","145e5b9f":"65106","086e8e8b":"65296","69ffdf14":"65401","94ea8699":"65542","75ee4e8f":"65745","99d5b11a":"66032","819d5147":"66095",c9f82592:"66509",e512a86f:"66664","491e614f":"67003","67d29b54":"67162",fc5c2de4:"67255",ef593bfc:"67293","8f72d77c":"67467","8c292d3e":"67486",cbf7c031:"67549","5c9ef298":"67635",e654d673:"67642",f7aeb356:"67689",e9a76c81:"67979",d9fb2f5f:"68105",fa7527f5:"68125","82bdf892":"68278",b3325f50:"68453",c353607d:"68545",common:"68592","7ef0b1f8":"68734","525802b3":"68934","838a8de2":"68943",c60355ff:"69063",cf2bf76c:"70160","5aa350ff":"70195",ce4e1b4c:"70224",b7e828e9:"70325",cb6692d1:"70438","0cc29a7b":"70781",f7444008:"70973",ae4b27f5:"71087",ef0722f6:"71262",b251dac0:"71292","08fa23f5":"71300","902ce872":"71319",ef851841:"71627",ba7edf1e:"71660",c77b3eb2:"71889","661e81a0":"72066","49b90edf":"72086",cc167612:"72111","40d679e2":"72319","1d9da1f4":"72387",f73564bb:"72470",ef6e5522:"72650","4539774b":"72698",af0cfa4d:"72778","4b05701a":"72822","939d772d":"72971",befb6058:"73197","2e7c08db":"73505",b261f0c2:"73558",f5968bd7:"73580",b9a84d40:"73770",fea2b63c:"73938",a59479b4:"74101",bd7f1226:"74157",e1af0ab1:"74164","9730c5c0":"74247",dc2f4bb3:"74415","3c784d85":"74419",f7fb2d51:"74439","1e19da88":"74599",fc3a4118:"74639","855239bf":"74695","04069cf2":"74863","56b19f5d":"75261",a930ad8b:"75282","89b4dc5b":"75502","10e04114":"75511",a9b54304:"75643","027748e9":"75973",caf5215e:"76056","56a2ba07":"76141",ab49a733:"76150","5d5e5e64":"76195",d3439b27:"76543",cbdda69f:"76678",f69ed20f:"76894",bd3bf4b2:"77152","5a30cf7e":"77279","78c16d4e":"77625",f039e5ac:"77652","346c9335":"77692","93dc8e22":"77776","17cee6e7":"77810","35b6bff0":"77819",fbd97956:"77829","6998a2e0":"77977",c0485655:"78079","6d82c72f":"78115",d46a91ed:"78372","8fda0747":"78916",b2ba5311:"79046","027cf034":"79168",de8a3f80:"79303","7f5c8eef":"79356","07801322":"79413","2529997c":"79466","10394ccd":"79762","74048f5a":"79844","855c8e88":"80102",e1f0e952:"80194","061f4a01":"80259",eb421efb:"80397","3299b82b":"80509","9285eb74":"80562",e4ce6935:"80666",dffd512f:"80720","37a6abbb":"80742","9d23210d":"80843","65aa3c0f":"80997","87014e7c":"81168",c472c431:"81236",b738733a:"81413",c8402463:"81434",a74ebc46:"81510","37e2c88f":"81688","943ee7a0":"81840",b6d1a9e4:"81923","5e45289c":"82040",a50e7810:"82059","97f06d1f":"82248",f606e04f:"82327","98a1fcd9":"82516",a1e6466d:"82580","4b6bfbe5":"82857","13d70063":"83006","0a009b8e":"83020",cf97a90f:"83276","7de4166c":"83477",a78e824b:"83552",cf1f907d:"83588",d008ba81:"83731","338561f9":"83885","9bfb314f":"83897","87c982b6":"83998","3d7d2ef4":"84580",fe8decdd:"84673",c734267c:"84971",e888b9cf:"85080",c055fe35:"85142",cf8d475f:"85246","0dbcde81":"85418","5542c472":"85561",d8583e44:"85594","722d3b69":"85853","8ef1e3bb":"85944","13f43e0d":"86007","63a1965b":"86137","0f462506":"86143","2b4d3916":"86307","7403278a":"86369","84e29575":"86412",c54953e9:"86719","83fc7a70":"86724",fa1a9465:"86806","5f7bf53e":"87057",f8f4312c:"87069",a4270ee0:"87108","4656db35":"87260","84b89e63":"87360","596312fd":"87362","8dc66840":"87393","4f8ec7a6":"87398","6883f3de":"87466","01e280d4":"87537",a7576dcc:"87550",c798c0b5:"87572","8fa9f998":"87638",bffc2bf2:"87741","4301bf12":"87759",feeadb31:"88108",f6e7257d:"88225",d825baa2:"88268",d607720a:"88287",ae6e0575:"88349","4a2f39f7":"88395","69cd44f6":"88448","1b126a6f":"88456","5a8bd788":"88581",a2a7b11f:"88745",bf044f46:"88982",f6d78023:"89016",eb564df5:"89031","25628c10":"89081","3d4bcc05":"89159","064d67f5":"89178",b280ad18:"89728","60a7d27a":"89741","9bf2f1ad":"90026",ba04e5ff:"90095","527a0828":"90104","4aa16476":"90342",c9eb37d0:"90376",f14531dc:"91091",ac3f047d:"91219","936d7d86":"91431","05b7ca84":"91536","72305ffa":"91614","4e405eb7":"91693","21a63d69":"91763",e3793912:"92251",eab12d28:"92271","42117c13":"92508","5e24e3bc":"92539","8338fc75":"92609","030dac36":"92651","44a0b814":"92871","65cd3ed0":"92958",b7b0952c:"93009","0d905e60":"93315","61ef3688":"93350",a145ee74:"93414","2d3e138b":"93575","2469bf52":"93582","0e7f8e29":"93633","234b7c65":"93785",e9d600cd:"93834","1ebf5cdd":"93844","763d581e":"94048",c3ddf248:"94057","7f9bbddb":"94275","8f8e7d7f":"94333",a94703ab:"94368",ef389cd6:"94396","7d4d206b":"94674","1e7f07e5":"94676",d9085f9d:"94692",e1ab4fff:"94744","81ab4bc2":"94745",c62dfbde:"94986",da84d3ce:"95261","2baa0d2f":"95400",c7b25a99:"95449",b36e09f7:"95472",c670dcf4:"95730","7116dcd1":"95846",add02b3d:"96427",f3ef781b:"96429","19d1f479":"96432","886f6b5c":"96535","1116756a":"96561","118191b6":"96570",e4c82ea3:"96602","5d277be3":"96639",be5d9038:"96736","4b3b6417":"96834","7bfc815f":"96996",dadf679c:"97330","70037a21":"97370",a4179dd8:"97537",a194bf09:"97727","14d19b54":"97810",f882977e:"97850","1a4e3797":"97920",f06e6a07:"98015","029b57e9":"98077","00e6edd3":"98141",ee19645a:"98211","09e558b2":"98339","39155dff":"98655","7350612e":"98664","7c3d6589":"98687","2eabd8e4":"98796","289325ad":"98834","60ab5c4c":"98877","614ec589":"98878",eee1a76f:"98940","512e5a2f":"98960","7131c338":"99014","69c1213a":"99052","382a2208":"99069","00126636":"99133","2a0a1cbb":"99419","43fae343":"99555","4e66f8e1":"99662","1f98178b":"99714","2c6eda14":"99866","52b7003d":"99883","67854d34":"99944"}[e]||e,r.p+r.u(e)},(()=>{var e={51303:0,40532:0};r.f.j=(f,d)=>{var a=r.o(e,f)?e[f]:void 0;if(0!==a)if(a)d.push(a[2]);else if(/^(40532|51303)$/.test(f))e[f]=0;else{var b=new Promise(((d,b)=>a=e[f]=[d,b]));d.push(a[2]=b);var c=r.p+r.u(f),t=new Error;r.l(c,(d=>{if(r.o(e,f)&&(0!==(a=e[f])&&(e[f]=void 0),a)){var b=d&&("load"===d.type?"missing":d.type),c=d&&d.target&&d.target.src;t.message="Loading chunk "+f+" failed.\n("+b+": "+c+")",t.name="ChunkLoadError",t.type=b,t.request=c,a[1](t)}}),"chunk-"+f,f)}},r.O.j=f=>0===e[f];var f=(f,d)=>{var a,b,c=d[0],t=d[1],o=d[2],n=0;if(c.some((f=>0!==e[f]))){for(a in t)r.o(t,a)&&(r.m[a]=t[a]);if(o)var i=o(r)}for(f&&f(d);n