Sha256: 4d75407dc753d10af19e62af93a437d860458fac508f135381d0058d6522b6fe

Contents?: true

Size: 414 Bytes

Versions: 46

Compression:

Stored size: 414 Bytes

Contents

import { API_OPERATIONS, get } from 'foremanReact/redux/API';
import api, { orgId } from '../../services/api';
import SMART_PROXY_CONTENT_KEY from './SmartProxyContentConstants';

const getSmartProxyContent = ({ smartProxyId }) => get({
  type: API_OPERATIONS.GET,
  key: SMART_PROXY_CONTENT_KEY,
  url: api.getApiUrl(`/capsules/${smartProxyId}/content/sync?${orgId()}`),
});

export default getSmartProxyContent;

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
katello-4.4.2.2 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.2.1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.2 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.5.0.rc1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.0.2 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.0.1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.3.1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.0 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.0.rc2 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.4.0.rc1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.2.2 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.3.0 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.3.0.rc4 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.3.0.rc3 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.3.0.rc2.1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.3.0.rc2 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.3.0.rc1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.2.1 webpack/scenes/SmartProxy/SmartProxyContentActions.js
katello-4.2.0.1 webpack/scenes/SmartProxy/SmartProxyContentActions.js